NetCDF-Fortran  4.4.4
netcdf4_file.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

integer function nf90_open (path, mode, ncid, chunksize, cache_size, cache_nelems, cache_preemption, comm, info)
 
integer function nf90_create (path, cmode, ncid, initialsize, chunksize, cache_size, cache_nelems, cache_preemption, comm, info)
 

Function/Subroutine Documentation

◆ nf90_create()

integer function nf90_create ( character (len = *), intent(in)  path,
integer, intent(in)  cmode,
integer, intent(out)  ncid,
integer, intent(in), optional  initialsize,
integer, intent(inout), optional  chunksize,
integer, intent(in), optional  cache_size,
integer, intent(in), optional  cache_nelems,
integer, intent(in), optional  cache_preemption,
integer, intent(in), optional  comm,
integer, intent(in), optional  info 
)

Definition at line 79 of file netcdf4_file.f90.

Here is the call graph for this function:

◆ nf90_open()

integer function nf90_open ( character (len = *), intent(in)  path,
integer, intent(in)  mode,
integer, intent(out)  ncid,
integer, intent(inout), optional  chunksize,
integer, intent(in), optional  cache_size,
integer, intent(in), optional  cache_nelems,
real, intent(in), optional  cache_preemption,
integer, intent(in), optional  comm,
integer, intent(in), optional  info 
)

Definition at line 10 of file netcdf4_file.f90.

Here is the call graph for this function:

Return to the Main Unidata NetCDF page.
Generated on Fri Aug 4 2017 17:20:58 for NetCDF-Fortran. NetCDF is a Unidata library.