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, NCDF_CREATE, or NCDF_GROUPDEF.
A scalar string containing the variable name.
None
See NCDF_VARDEF.
Pre 4.0 |
Introduced |