|
NetCDF
4.9.2
|
- Global NC_FORMAT_64BIT
- Saved for compatibility.
- Global NC_FORMAT_DAP2
- As of 4.4.0, use NC_FORMATX_DAP2
- Global NC_FORMAT_DAP4
- As of 4.4.0, use NC_FORMATX_DAP4
- Global NC_FORMAT_NC3
- As of 4.4.0, use NC_FORMATX_NC3
- Global NC_FORMAT_NC4
- As of 4.4.0, use NC_FORMATX_NC4
- Global NC_FORMAT_NC_HDF4
- As of 4.4.0, use NC_FORMATX_HDF4
- Global NC_FORMAT_NC_HDF5
- As of 4.4.0, use NC_FORMATX_NC_HDF5
- Global NC_FORMAT_PNETCDF
- As of 4.4.0, use NC_FORMATX_PNETCDF
- Global NC_FORMAT_UNDEFINED
- As of 4.4.0, use NC_FORMATX_UNDEFINED
- Global nc_get_varm (int ncid, int varid, const size_t *startp, const size_t *countp, const ptrdiff_t *stridep, const ptrdiff_t *imapp, void *ip)
- Use of this family of functions is discouraged, although it will continue to be supported. The reason is the complexity of the algorithm makes its use difficult for users to properly use.
- Global NC_LOCK
- The following flag currently is ignored, but use in nc_open() or nc_create() may someday support use of advisory locking to prevent multiple writers from clobbering a file
- Global NC_LONG
- required for backward compatibility.
- Global NC_MMAP
- Use diskless file with mmap.
- Global NC_MPIIO
-
- Global NC_MPIPOSIX
-
- Global NC_PNETCDF
-
- Global nc_put_varm (int ncid, int varid, const size_t *startp, const size_t *countp, const ptrdiff_t *stridep, const ptrdiff_t *imapp, const void *op)
- Use of this family of functions is discouraged, although it will continue to be supported. The reason is the complexity of the algorithm makes its use difficult for users to properly use.