netcdf/
mg_nc_list.pro
Routines
top mg_nc_list
result = mg_nc_list(filename, path [, /attributes] [, /groups] [, /variables], count=count [, error=long])
Return array of element names.
Return value
strarr
or !null
if none found
Parameters
- filename in required type=string
filename of the netCDF file
- path in required type=string
path for variable/attribute name (with path if inside a group)
Keywords
- attributes in optional type=boolean
set to return attribute names
- groups in optional type=boolean
set to return group names
- variables in optional type=boolean
set to return variable names
- count
- error out optional type=long
error value, 0 indicates success
File attributes
Modification date: | Mon Jun 23 14:17:24 2014 |
Lines: | 104 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.