NetCDF-Fortran  4.4.4
 All Classes Files Functions Variables Typedefs Macros Pages
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

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 34 of file nf_dim.f90.

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 75 of file nf_dim.f90.

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

Definition at line 114 of file nf_dim.f90.

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

Definition at line 153 of file nf_dim.f90.

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

Definition at line 182 of file nf_dim.f90.

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

Definition at line 218 of file nf_dim.f90.


Return to the Main Unidata NetCDF page.
Generated on Mon Dec 19 2016 16:43:43 for NetCDF-Fortran. NetCDF is a Unidata library.