17 #include "nc4internal.h" 18 #include "nc4dispatch.h" 30 NC4_set_base_pe(
int ncid,
int pe)
46 NC4_inq_base_pe(
int ncid,
int *pe)
63 NC4_inq_format(
int ncid,
int *formatp)
66 NC_HDF5_FILE_INFO_T* nc4_info;
68 LOG((2,
"nc_inq_format: ncid 0x%x", ncid));
74 if (!(nc = nc4_find_nc_file(ncid,&nc4_info)))
104 NC4_inq_format_extended(
int ncid,
int *formatp,
int *modep)
107 NC_HDF5_FILE_INFO_T* h5;
109 LOG((2,
"%s: ncid 0x%x", __func__, ncid));
112 if (!(nc = nc4_find_nc_file(ncid,&h5)))
#define NC_ENOTNC3
Attempting netcdf-3 operation on netcdf-4 file.
#define NC_CLASSIC_MODEL
Enforce classic model on netCDF-4.
#define NC_NETCDF4
Use netCDF-4/HDF5 format.
#define NC_FORMAT_NETCDF4_CLASSIC
Format specifier for nc_set_default_format() and returned by nc_inq_format.
#define NC_FORMATX_NC_HDF5
netCDF-4 subset of HDF5
#define NC_EBADID
Not a netcdf id.
#define NC_FORMAT_NETCDF4
Format specifier for nc_set_default_format() and returned by nc_inq_format.
#define NC_NOERR
No Error.