My Project
 All Classes Files Functions Variables Macros
simple Module Reference

Public Member Functions

subroutine nf95_open (path, mode, ncid, chunksize, ncerr)
subroutine nf95_inq_dimid (ncid, name, dimid, ncerr)
subroutine nf95_inquire_dimension (ncid, dimid, name, nclen, ncerr)
subroutine nf95_inq_varid (ncid, name, varid, ncerr)
subroutine nf95_inquire_variable (ncid, varid, name, xtype, ndims, dimids, nAtts, ncerr)
subroutine nf95_create (path, cmode, ncid, initialsize, chunksize, ncerr)
subroutine nf95_def_dim (ncid, name, nclen, dimid, ncerr)
subroutine nf95_redef (ncid, ncerr)
subroutine nf95_enddef (ncid, h_minfree, v_align, v_minfree, r_align, ncerr)
subroutine nf95_close (ncid, ncerr)
subroutine nf95_copy_att (ncid_in, varid_in, name, ncid_out, varid_out, ncerr)
subroutine nf95_inquire_attribute (ncid, varid, name, xtype, nclen, attnum, ncerr)
subroutine nf95_inquire (ncid, nDimensions, nVariables, nAttributes, unlimitedDimId, formatNum, ncerr)

Detailed Description

Definition at line 2 of file simple.F90.

Member Function/Subroutine Documentation

subroutine simple::nf95_close ( integer, intent(in)  ncid,
integer, intent(out), optional  ncerr 
)

Definition at line 260 of file simple.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine simple::nf95_copy_att ( integer, intent(in)  ncid_in,
integer, intent(in)  varid_in,
character(len=*), intent(in)  name,
integer, intent(in)  ncid_out,
integer, intent(in)  varid_out,
integer, intent(out), optional  ncerr 
)

Definition at line 283 of file simple.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine simple::nf95_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(out), optional  ncerr 
)

Definition at line 160 of file simple.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine simple::nf95_def_dim ( integer, intent(in)  ncid,
character (len = *), intent(in)  name,
integer, intent(in)  nclen,
integer, intent(out dimid,
integer, intent(out), optional  ncerr 
)

Definition at line 187 of file simple.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine simple::nf95_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,
integer, intent(out), optional  ncerr 
)

Definition at line 236 of file simple.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine simple::nf95_inq_dimid ( integer, intent(in)  ncid,
character (len = *), intent(in)  name,
integer, intent(out dimid,
integer, intent(out), optional  ncerr 
)

Definition at line 38 of file simple.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine simple::nf95_inq_varid ( integer, intent(in)  ncid,
character(len=*), intent(in)  name,
integer, intent(out varid,
integer, intent(out), optional  ncerr 
)

Definition at line 88 of file simple.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine simple::nf95_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,
integer, intent(out), optional  ncerr 
)

Definition at line 336 of file simple.F90.

Here is the call graph for this function:

subroutine simple::nf95_inquire_attribute ( integer, intent(in)  ncid,
integer, intent(in)  varid,
character (len = *), intent(in)  name,
integer, intent(out), optional  xtype,
integer, intent(out), optional  nclen,
integer, intent(out), optional  attnum,
integer, intent(out), optional  ncerr 
)

Definition at line 308 of file simple.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine simple::nf95_inquire_dimension ( integer, intent(in)  ncid,
integer, intent(in)  dimid,
character (len = *), intent(out), optional  name,
integer, intent(out), optional  nclen,
integer, intent(out), optional  ncerr 
)

Definition at line 63 of file simple.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine simple::nf95_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(:), optional, pointer  dimids,
integer, intent(out), optional  nAtts,
integer, intent(out), optional  ncerr 
)

Definition at line 113 of file simple.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine simple::nf95_open ( character(len=*), intent(in)  path,
integer, intent(in)  mode,
integer, intent(out ncid,
integer, intent(inout), optional  chunksize,
integer, intent(out), optional  ncerr 
)

Definition at line 12 of file simple.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine simple::nf95_redef ( integer, intent(in)  ncid,
integer, intent(out), optional  ncerr 
)

Definition at line 213 of file simple.F90.

Here is the call graph for this function:


The documentation for this module was generated from the following file: