NetCDF-Fortran  4.4.4
nf_geninq.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

integer function nf_inq (ncid, ndims, nvars, ngatts, unlimdimid)
 
integer function nf_inq_ndims (ncid, ndims)
 
integer function nf_inq_nvars (ncid, nvars)
 
integer function nf_inq_natts (ncid, ngatts)
 
integer function nf_inq_unlimdim (ncid, unlimdimid)
 
integer function nf_inq_format (ncid, format_type)
 

Function/Subroutine Documentation

◆ nf_inq()

integer function nf_inq ( integer, intent(in)  ncid,
integer, intent(out)  ndims,
integer, intent(out)  nvars,
integer, intent(out)  ngatts,
integer, intent(out)  unlimdimid 
)

Definition at line 34 of file nf_geninq.f90.

◆ nf_inq_format()

integer function nf_inq_format ( integer, intent(in)  ncid,
integer, intent(out)  format_type 
)

Definition at line 182 of file nf_geninq.f90.

◆ nf_inq_natts()

integer function nf_inq_natts ( integer, intent(in)  ncid,
integer, intent(out)  ngatts 
)

Definition at line 124 of file nf_geninq.f90.

◆ nf_inq_ndims()

integer function nf_inq_ndims ( integer, intent(in)  ncid,
integer, intent(out)  ndims 
)

Definition at line 72 of file nf_geninq.f90.

◆ nf_inq_nvars()

integer function nf_inq_nvars ( integer, intent(in)  ncid,
integer, intent(out)  nvars 
)

Definition at line 98 of file nf_geninq.f90.

◆ nf_inq_unlimdim()

integer function nf_inq_unlimdim ( integer, intent(in)  ncid,
integer, intent(out)  unlimdimid 
)

Definition at line 150 of file nf_geninq.f90.


Return to the Main Unidata NetCDF page.
Generated on Fri Oct 27 2017 08:12:17 for NetCDF-Fortran. NetCDF is a Unidata library.