|
Scientific Data Formats: Network Common Data Format |
|
The NCDF_DIMID function returns the ID of a netCDF dimension, given the name of the dimension.
Result = NCDF_DIMID( Cdfid, DimName )
Return the dimension ID or -1 if the dimension does not exist.
The netCDF ID, returned from a previous call to NCDF_OPEN or NCDF_CREATE.
A scalar string containing the dimension name.
None
See NCDF_VARPUT.
IDL Online Help (March 06, 2007)