NetCDF-Fortran  4.4.4
netcdf4_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, contiguous, chunksizes, deflate_level, shuffle, fletcher32, endianness, cache_size, cache_nelems, cache_preemption)
 
integer function nf90_def_var_manydims (ncid, name, xtype, dimids, varid, contiguous, chunksizes, deflate_level, shuffle, fletcher32, endianness, cache_size, cache_nelems, cache_preemption)
 
integer function nf90_inq_varid (ncid, name, varid)
 
integer function nf90_set_var_chunk_cache (ncid, varid, size, nelems, preemption)
 
integer function nf90_inquire_variable (ncid, varid, name, xtype, ndims, dimids, nAtts, contiguous, chunksizes, deflate_level, shuffle, fletcher32, endianness, cache_size, cache_nelems, cache_preemption)
 
integer function nf90_rename_var (ncid, varid, newname)
 

Function/Subroutine Documentation

◆ nf90_def_var_manydims()

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,
logical, intent(in), optional  contiguous,
integer, dimension(:), intent(in), optional  chunksizes,
integer, intent(in), optional  deflate_level,
logical, intent(in), optional  shuffle,
logical, intent(in), optional  fletcher32,
integer, intent(in), optional  endianness,
integer, intent(in), optional  cache_size,
integer, intent(in), optional  cache_nelems,
integer, intent(in), optional  cache_preemption 
)

Definition at line 131 of file netcdf4_variables.f90.

Here is the call graph for this function:

◆ nf90_def_var_onedim()

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,
logical, intent(in), optional  contiguous,
integer, intent(in), optional  chunksizes,
integer, intent(in), optional  deflate_level,
logical, intent(in), optional  shuffle,
logical, intent(in), optional  fletcher32,
integer, intent(in), optional  endianness,
integer, intent(in), optional  cache_size,
integer, intent(in), optional  cache_nelems,
integer, intent(in), optional  cache_preemption 
)

Definition at line 23 of file netcdf4_variables.f90.

Here is the call graph for this function:

◆ nf90_def_var_scalar()

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 netcdf4_variables.f90.

Here is the call graph for this function:

◆ nf90_inq_varid()

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

Definition at line 245 of file netcdf4_variables.f90.

Here is the call graph for this function:

◆ nf90_inquire_variable()

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,
logical, intent(out), optional  contiguous,
integer, dimension(:), intent(out), optional  chunksizes,
integer, intent(out), optional  deflate_level,
logical, intent(out), optional  shuffle,
logical, intent(out), optional  fletcher32,
integer, intent(out), optional  endianness,
integer, intent(out), optional  cache_size,
integer, intent(out), optional  cache_nelems,
integer, intent(out), optional  cache_preemption 
)

Definition at line 268 of file netcdf4_variables.f90.

Here is the call graph for this function:

◆ nf90_rename_var()

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

Definition at line 354 of file netcdf4_variables.f90.

Here is the call graph for this function:

◆ nf90_set_var_chunk_cache()

integer function nf90_set_var_chunk_cache ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, intent(in)  size,
integer, intent(in)  nelems,
integer, intent(in)  preemption 
)

Definition at line 256 of file netcdf4_variables.f90.

Here is the call graph for this function:

Return to the Main Unidata NetCDF page.
Generated on Wed Aug 1 2018 06:17:02 for NetCDF-Fortran. NetCDF is a Unidata library.