NetCDF-Fortran  4.4.4
 All Classes Files Functions Variables Typedefs Macros Pages
netcdf_dims.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

integer function nf90_def_dim (ncid, name, len, dimid)
 
integer function nf90_inq_dimid (ncid, name, dimid)
 
integer function nf90_rename_dim (ncid, dimid, name)
 
integer function nf90_inquire_dimension (ncid, dimid, name, len)
 

Function/Subroutine Documentation

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

Definition at line 5 of file netcdf_dims.f90.

Here is the call graph for this function:

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

Definition at line 15 of file netcdf_dims.f90.

Here is the call graph for this function:

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

Definition at line 33 of file netcdf_dims.f90.

Here is the call graph for this function:

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

Definition at line 24 of file netcdf_dims.f90.

Here is the call graph for this function:


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