NCDF_INQUIRE
Syntax | Return Value | Arguments | Keywords | Examples | Version History
The NCDF_INQUIRE function returns a structure that contains information about an open netCDF file. This structure of the form:
The structure tags are described below.
Syntax
Result = NCDF_INQUIRE(Cdfid)
Return Value
The returned structure contains the following tags:
Arguments
Cdfid
The netCDF ID, returned from a previous call to NCDF_OPEN or NCDF_CREATE.
Keywords
None
Examples
See NCDF_VARDEF.
Version History