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