NetCDF-Fortran  4.4.4
netcdf_file.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

character(len=80) function nf90_inq_libvers ()
 
character(len=80) function nf90_strerror (ncerr)
 
integer function nf90_inq_base_pe (ncid, pe)
 
integer function nf90_set_base_pe (ncid, pe)
 
integer function nf90_create_mp (path, cmode, initalsz, basepe, chunksizehint, ncid)
 
integer function nf90_open_mp (path, mode, basepe, chunksizeint, ncid)
 
integer function nf90_set_fill (ncid, fillmode, old_mode)
 
integer function nf90_redef (ncid)
 
integer function nf90_enddef (ncid, h_minfree, v_align, v_minfree, r_align)
 
integer function nf90_sync (ncid)
 
integer function nf90_abort (ncid)
 
integer function nf90_close (ncid)
 
integer function nf90_delete (name)
 
integer function nf90_inquire (ncid, nDimensions, nVariables, nAttributes, unlimitedDimId, formatNum)
 
integer function nf90_inq_path (ncid, pathlen, path)
 

Function/Subroutine Documentation

◆ nf90_abort()

integer function nf90_abort ( integer, intent(in)  ncid)

Definition at line 103 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_close()

integer function nf90_close ( integer, intent(in)  ncid)

Definition at line 110 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_create_mp()

integer function nf90_create_mp ( character (len = *), intent(in)  path,
integer, intent(in)  cmode,
integer, intent(in)  initalsz,
integer, intent(in)  basepe,
integer, intent(in)  chunksizehint,
integer, intent(out)  ncid 
)

Definition at line 41 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_delete()

integer function nf90_delete ( character(len = *), intent(in)  name)

Definition at line 117 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_enddef()

integer function nf90_enddef ( integer, intent(in)  ncid,
integer, intent(in), optional  h_minfree,
integer, intent(in), optional  v_align,
integer, intent(in), optional  v_minfree,
integer, intent(in), optional  r_align 
)

Definition at line 74 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_inq_base_pe()

integer function nf90_inq_base_pe ( integer, intent(in)  ncid,
integer, intent(out)  pe 
)

Definition at line 26 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_inq_libvers()

character(len = 80) function nf90_inq_libvers ( )

Definition at line 10 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_inq_path()

integer function nf90_inq_path ( integer, intent(in)  ncid,
integer, intent(inout)  pathlen,
character(len = *), intent(inout)  path 
)

Definition at line 145 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_inquire()

integer function nf90_inquire ( integer, intent(in)  ncid,
integer, intent(out), optional  nDimensions,
integer, intent(out), optional  nVariables,
integer, intent(out), optional  nAttributes,
integer, intent(out), optional  unlimitedDimId,
integer, intent(out), optional  formatNum 
)

Definition at line 127 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_open_mp()

integer function nf90_open_mp ( character (len = *), intent(in)  path,
integer, intent(in)  mode,
integer, intent(in)  basepe,
integer, intent(in)  chunksizeint,
integer, intent(out)  ncid 
)

Definition at line 50 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_redef()

integer function nf90_redef ( integer, intent(in)  ncid)

Definition at line 67 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_set_base_pe()

integer function nf90_set_base_pe ( integer, intent(in)  ncid,
integer, intent(in)  pe 
)

Definition at line 34 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_set_fill()

integer function nf90_set_fill ( integer, intent(in)  ncid,
integer, intent(in)  fillmode,
integer, intent(out)  old_mode 
)

Definition at line 59 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_strerror()

character(len = 80) function nf90_strerror ( integer, intent(in)  ncerr)

Definition at line 16 of file netcdf_file.f90.

Here is the call graph for this function:

◆ nf90_sync()

integer function nf90_sync ( integer, intent(in)  ncid)

Definition at line 96 of file netcdf_file.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.