netCDF 4.2.1.1
NetCDF ID

Most netCDF function require the netCDF ID as a first parameter.

In the netCDF classic model, the netCDF ID is associated with an open file. Each file, when opened by nc_open(), or created by nc_create(), is assigned an ncid, which it retains until nc_close() is called.

In the netCDF enhanced model, the ncid refers to a group with a file. (Each file contains at least the root group, which is the ncid that is returned by nc_open() and nc_create().)

For netCDF-4/HDF5 files, netCDF IDs can come not just from nc_open() and nc_create(), but also from nc_def_grp(), nc_inq_grps(), nc_inq_ncid(), nc_inq_grp_parent(), and nc_inq_grp_full_ncid().

 All Data Structures Files Functions Variables Typedefs Defines

Generated on Tue Aug 6 2013 11:40:57 for netCDF. NetCDF is a Unidata library.