Oasis3 4.0.2
mpp_io_mod_oa::mpp_write_meta Interface Reference

Private Member Functions

subroutine mpp_write_meta_var (unit, id, name, rval, ival, cval, pack)
subroutine mpp_write_meta_scalar_r (unit, id, name, rval, pack)
subroutine mpp_write_meta_scalar_i (unit, id, name, ival)
subroutine mpp_write_meta_axis (unit, axis, name, units, longname, cartesian, sense, domain, data, cdata)
subroutine mpp_write_meta_field (unit, field, axes, name, units, longname, min, max, missing, fill, scale, add, pack)
subroutine mpp_write_meta_global (unit, name, rval, ival, cval, pack)
subroutine mpp_write_meta_global_scalar_r (unit, name, rval, pack)
subroutine mpp_write_meta_global_scalar_i (unit, name, ival)

Detailed Description

Definition at line 141 of file mpp_io_mod_oa.F90.


Member Function/Subroutine Documentation

subroutine mpp_io_mod_oa::mpp_write_meta::mpp_write_meta_axis ( integer,intent(in)  unit,
type(axistype),intent(inout)  axis,
character(len=*),intent(in)  name,
character(len=*),intent(in)  units,
character(len=*),intent(in)  longname,
character(len=*),intent(in),optional  cartesian,
integer,intent(in),optional  sense,
type(domain1D),intent(in),optional  domain,
real,dimension(:),intent(in),optional  data,
character(len=*),dimension(:),intent(in),optional  cdata 
) [private]

Definition at line 927 of file mpp_io_mod_oa.F90.

subroutine mpp_io_mod_oa::mpp_write_meta::mpp_write_meta_field ( integer,intent(in)  unit,
type(fieldtype),intent(out)  field,
type(axistype),dimension(:),intent(in)  axes,
character(len=*),intent(in)  name,
character(len=*),intent(in)  units,
character(len=*),intent(in)  longname,
real,intent(in),optional  min,
real,intent(in),optional  max,
real,intent(in),optional  missing,
real,intent(in),optional  fill,
real,intent(in),optional  scale,
real,intent(in),optional  add,
integer,intent(in),optional  pack 
) [private]

Definition at line 1076 of file mpp_io_mod_oa.F90.

subroutine mpp_io_mod_oa::mpp_write_meta::mpp_write_meta_global ( integer,intent(in)  unit,
character(len=*),intent(in)  name,
real,dimension(:),intent(in),optional  rval,
integer,dimension(:),intent(in),optional  ival,
character(len=*),intent(in),optional  cval,
integer,intent(in),optional  pack 
) [private]

Definition at line 824 of file mpp_io_mod_oa.F90.

subroutine mpp_io_mod_oa::mpp_write_meta::mpp_write_meta_global_scalar_i ( integer,intent(in)  unit,
character(len=*),intent(in)  name,
integer,intent(in)  ival 
) [private]

Definition at line 867 of file mpp_io_mod_oa.F90.

subroutine mpp_io_mod_oa::mpp_write_meta::mpp_write_meta_global_scalar_r ( integer,intent(in)  unit,
character(len=*),intent(in)  name,
real,intent(in)  rval,
integer,intent(in),optional  pack 
) [private]

Definition at line 857 of file mpp_io_mod_oa.F90.

subroutine mpp_io_mod_oa::mpp_write_meta::mpp_write_meta_scalar_i ( integer,intent(in)  unit,
integer,intent(in)  id,
character(len=*),intent(in)  name,
integer,intent(in)  ival 
) [private]

Definition at line 918 of file mpp_io_mod_oa.F90.

subroutine mpp_io_mod_oa::mpp_write_meta::mpp_write_meta_scalar_r ( integer,intent(in)  unit,
integer,intent(in)  id,
character(len=*),intent(in)  name,
real,intent(in)  rval,
integer,intent(in),optional  pack 
) [private]

Definition at line 908 of file mpp_io_mod_oa.F90.

subroutine mpp_io_mod_oa::mpp_write_meta::mpp_write_meta_var ( integer,intent(in)  unit,
integer,intent(in)  id,
character(len=*),intent(in)  name,
real,dimension(:),intent(in),optional  rval,
integer,dimension(:),intent(in),optional  ival,
character(len=*),intent(in),optional  cval,
integer,intent(in),optional  pack 
) [private]

Definition at line 876 of file mpp_io_mod_oa.F90.


The documentation for this interface was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Defines