NetCDF-Fortran  4.4.4
netcdf_variables.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

integer function nf90_def_var_scalar (ncid, name, xtype, varid)
 
integer function nf90_def_var_onedim (ncid, name, xtype, dimids, varid)
 
integer function nf90_def_var_manydims (ncid, name, xtype, dimids, varid)
 
integer function nf90_inq_varid (ncid, name, varid)
 
integer function nf90_inquire_variable (ncid, varid, name, xtype, ndims, dimids, nAtts)
 
integer function nf90_rename_var (ncid, varid, newname)
 

Function/Subroutine Documentation

integer function nf90_def_var_manydims ( integer, intent(in)  ncid,
character (len = *), intent(in)  name,
integer, intent(in)  xtype,
integer, dimension(:), intent(in)  dimids,
integer, intent(out)  varid 
)

Definition at line 31 of file netcdf_variables.f90.

Here is the call graph for this function:

integer function nf90_def_var_onedim ( integer, intent(in)  ncid,
character (len = *), intent(in)  name,
integer, intent(in)  xtype,
integer, intent(in)  dimids,
integer, intent(out)  varid 
)

Definition at line 18 of file netcdf_variables.f90.

Here is the call graph for this function:

integer function nf90_def_var_scalar ( integer, intent(in)  ncid,
character (len = *), intent(in)  name,
integer, intent(in)  xtype,
integer, intent(out)  varid 
)

Definition at line 5 of file netcdf_variables.f90.

Here is the call graph for this function:

integer function nf90_inq_varid ( integer, intent(in)  ncid,
character (len = *), intent(in)  name,
integer, intent(out)  varid 
)

Definition at line 42 of file netcdf_variables.f90.

Here is the call graph for this function:

integer function nf90_inquire_variable ( integer, intent(in)  ncid,
integer, intent(in)  varid,
character (len = *), intent(out), optional  name,
integer, intent(out), optional  xtype,
integer, intent(out), optional  ndims,
integer, dimension(:), intent(out), optional  dimids,
integer, intent(out), optional  nAtts 
)

Definition at line 51 of file netcdf_variables.f90.

Here is the call graph for this function:

integer function nf90_rename_var ( integer, intent(in)  ncid,
integer, intent(in)  varid,
character (len = *), intent(in)  newname 
)

Definition at line 82 of file netcdf_variables.f90.

Here is the call graph for this function:


Return to the Main Unidata NetCDF page.
Generated on Sun May 15 2016 13:27:33 for NetCDF-Fortran. NetCDF is a Unidata library.