NetCDF-Fortran  4.4.4
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

◆ nf90_def_dim()

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 6 of file netcdf_dims.f90.

Here is the call graph for this function:

◆ nf90_inq_dimid()

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

Definition at line 16 of file netcdf_dims.f90.

Here is the call graph for this function:

◆ nf90_inquire_dimension()

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

Here is the call graph for this function:

◆ nf90_rename_dim()

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

Definition at line 25 of file netcdf_dims.f90.

Here is the call graph for this function:

Return to the Main Unidata NetCDF page.
Generated on Thu Nov 9 2017 06:56:52 for NetCDF-Fortran. NetCDF is a Unidata library.