ncdf4a13/fortran/fort-geninq.c

Go to the documentation of this file.
00001 #include "netcdf.h"
00002 #include "ncfortran.h"
00003 
00004 
00005 /*
00006  * Generally inquire about a netCDF dataset.
00007  */
00008 FCALLSCFUN5(NF_INT, nc_inq, NF_INQ, nf_inq,
00009             NCID, PNDIMS, PNVARS, PNATTS, PDIMID)
00010 
00011 
00012 /*
00013  * Inquire about the number of dimensions in a netCDF dataset.
00014  */
00015 FCALLSCFUN2(NF_INT, nc_inq_ndims, NF_INQ_NDIMS, nf_inq_ndims,
00016             NCID, PNDIMS)
00017 
00018 
00019 /*
00020  * Inquire about the number of variables in a netCDF dataset.
00021  */
00022 FCALLSCFUN2(NF_INT, nc_inq_nvars, NF_INQ_NVARS, nf_inq_nvars,
00023             NCID, PNVARS)
00024 
00025 
00026 /*
00027  * Inquire about the number of attributes in a netCDF dataset.
00028  */
00029 FCALLSCFUN2(NF_INT, nc_inq_natts, NF_INQ_NATTS, nf_inq_natts,
00030             NCID, PNATTS)
00031 
00032 
00033 /*
00034  * Inquire about the index of the unlimited dimension in a netCDF dataset.
00035  */
00036 FCALLSCFUN2(NF_INT, nc_inq_unlimdim, NF_INQ_UNLIMDIM, nf_inq_unlimdim,
00037             NCID, PDIMID)
00038 
00039 /*
00040  * Inquire about the format version of a netCDF dataset.
00041  */
00042 FCALLSCFUN2(NF_INT, nc_inq_format, NF_INQ_FORMAT, nf_inq_format,
00043             NCID, PFORMAT)

Generated on Thu Mar 16 18:10:08 2006 for nco by  doxygen 1.4.4