LMDZ
simple Module Reference

Functions/Subroutines

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)
 

Function/Subroutine Documentation

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

Definition at line 261 of file simple.F90.

Here is the call 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 284 of file simple.F90.

Here is the call 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 161 of file simple.F90.

Here is the call 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 188 of file simple.F90.

Here is the call 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 237 of file simple.F90.

Here is the call 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 39 of file simple.F90.

Here is the call 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 89 of file simple.F90.

Here is the call 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 338 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 310 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 64 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 115 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 13 of file simple.F90.

Here is the call graph for this function:

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

Definition at line 214 of file simple.F90.

Here is the call graph for this function: