The NCDF_INQUIRE function returns a structure that contains information about an open netCDF file. This structure of the form:
{ NDIMS:0L, NVARS:0L, NGATTS:0L, RECDIM:0L }
The structure tags are described below.
Result = NCDF_INQUIRE(Cdfid)
The returned structure contains the following tags:
The netCDF ID, returned from a previous call to NCDF_OPEN or NCDF_CREATE.
None.
See NCDF_VARDEF.
Introduced: Pre 4.0