16#include "nc4internal.h"
17#include "nc4dispatch.h"
31NC4_inq_format(
int ncid,
int *formatp)
33 NC_FILE_INFO_T *nc4_info;
36 LOG((2,
"nc_inq_format: ncid 0x%x", ncid));
42 if ((retval = nc4_find_nc_grp_h5(ncid, NULL, NULL, &nc4_info)))
71NC4_inq_format_extended(
int ncid,
int *formatp,
int *modep)
76 LOG((2,
"%s: ncid 0x%x", __func__, ncid));
78 if ((retval = nc4_find_nc_grp_h5(ncid, &nc, NULL, NULL)))
#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_FORMAT_NETCDF4
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_CLASSIC_MODEL
Enforce classic model on netCDF-4.
#define NC_NOERR
No Error.
#define NC_EBADID
Not a netcdf id.