NetCDF-Fortran  4.4.4
nf_dim.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

integer function nf_def_dim (ncid, name, dlen, dimid)
 
integer function nf_inq_dim (ncid, dimid, name, dlen)
 
integer function nf_inq_dimid (ncid, name, dimid)
 
integer function nf_inq_dimlen (ncid, dimid, dlen)
 
integer function nf_inq_dimname (ncid, dimid, name)
 
integer function nf_rename_dim (ncid, dimid, name)
 

Function/Subroutine Documentation

◆ nf_def_dim()

integer function nf_def_dim ( integer, intent(in)  ncid,
character(len=*), intent(in)  name,
integer, intent(in)  dlen,
integer, intent(out)  dimid 
)

Definition at line 35 of file nf_dim.f90.

◆ nf_inq_dim()

integer function nf_inq_dim ( integer, intent(in)  ncid,
integer, intent(in)  dimid,
character(len=*), intent(out)  name,
integer, intent(out)  dlen 
)

Definition at line 76 of file nf_dim.f90.

◆ nf_inq_dimid()

integer function nf_inq_dimid ( integer, intent(in)  ncid,
character(len=*), intent(in)  name,
integer, intent(out)  dimid 
)

Definition at line 115 of file nf_dim.f90.

◆ nf_inq_dimlen()

integer function nf_inq_dimlen ( integer, intent(in)  ncid,
integer, intent(in)  dimid,
integer, intent(out)  dlen 
)

Definition at line 154 of file nf_dim.f90.

◆ nf_inq_dimname()

integer function nf_inq_dimname ( integer, intent(in)  ncid,
integer, intent(in)  dimid,
character(len=*), intent(out)  name 
)

Definition at line 183 of file nf_dim.f90.

◆ nf_rename_dim()

integer function nf_rename_dim ( integer, intent(in)  ncid,
integer, intent(in)  dimid,
character(len=*), intent(in)  name 
)

Definition at line 219 of file nf_dim.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.