![]() |
NetCDF-Fortran
4.4.4
|
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) |
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.
integer function nf_inq_format | ( | integer, intent(in) | ncid, |
integer, intent(out) | format_type | ||
) |
Definition at line 182 of file nf_geninq.f90.
integer function nf_inq_natts | ( | integer, intent(in) | ncid, |
integer, intent(out) | ngatts | ||
) |
Definition at line 124 of file nf_geninq.f90.
integer function nf_inq_ndims | ( | integer, intent(in) | ncid, |
integer, intent(out) | ndims | ||
) |
Definition at line 72 of file nf_geninq.f90.
integer function nf_inq_nvars | ( | integer, intent(in) | ncid, |
integer, intent(out) | nvars | ||
) |
Definition at line 98 of file nf_geninq.f90.
integer function nf_inq_unlimdim | ( | integer, intent(in) | ncid, |
integer, intent(out) | unlimdimid | ||
) |
Definition at line 150 of file nf_geninq.f90.