00001 #include "netcdf.h"
00002 #include "ncfortran.h"
00003
00004
00005
00006
00007
00008 FCALLSCFUN5(NF_INT, nc_inq, NF_INQ, nf_inq,
00009 NCID, PNDIMS, PNVARS, PNATTS, PDIMID)
00010
00011
00012
00013
00014
00015 FCALLSCFUN2(NF_INT, nc_inq_ndims, NF_INQ_NDIMS, nf_inq_ndims,
00016 NCID, PNDIMS)
00017
00018
00019
00020
00021
00022 FCALLSCFUN2(NF_INT, nc_inq_nvars, NF_INQ_NVARS, nf_inq_nvars,
00023 NCID, PNVARS)
00024
00025
00026
00027
00028
00029 FCALLSCFUN2(NF_INT, nc_inq_natts, NF_INQ_NATTS, nf_inq_natts,
00030 NCID, PNATTS)
00031
00032
00033
00034
00035
00036 FCALLSCFUN2(NF_INT, nc_inq_unlimdim, NF_INQ_UNLIMDIM, nf_inq_unlimdim,
00037 NCID, PDIMID)
00038
00039
00040
00041
00042 FCALLSCFUN2(NF_INT, nc_inq_format, NF_INQ_FORMAT, nf_inq_format,
00043 NCID, PFORMAT)