MI - Fimex
Public Member Functions | List of all members
fimex2d::FI_WRITE_FIELD Interface Reference

Write a 2-dimensional x,y field for any other given dimension(s). The file must be pre-generated with the proper dimensions. More...

Public Member Functions

subroutine fi_write_field (FIO, VARNAME, NX, NY, OUTFIELD, STEP, REL, LEVEL, CUNIT, VERBOSITY)
 

Detailed Description

Write a 2-dimensional x,y field for any other given dimension(s). The file must be pre-generated with the proper dimensions.

Parameters
FIOthe fimex-object
VARNAMEVariable name
NXThe x dimension
NYThe y dimension
OUTFIELDThe 2-dimensional output field
STEPoptional Step for time dimension
RELoptional Realization for realization dimension (EPS)
LEVELoptional Vertical level
TIMEoptional Epoch time in seconds
CUNIToptional unit Udunit2 compatible unit
VERBOSITYoptional Set the verbosity level to print

Member Function/Subroutine Documentation

subroutine fimex2d::FI_WRITE_FIELD::fi_write_field ( type(fimexio), intent(inout)  FIO,
character(len=*), intent(in)  VARNAME,
integer(kind=ikind), intent(in)  NX,
integer(kind=ikind), intent(in)  NY,
real(kind=rkind), dimension(nx*ny), intent(in)  OUTFIELD,
integer(kind=ikind), intent(in), optional  STEP,
integer(kind=ikind), intent(in), optional  REL,
integer(kind=ikind), intent(in), optional  LEVEL,
character(len=*), intent(in), optional  CUNIT,
integer(kind=ikind), intent(in), optional  VERBOSITY 
)

References fimex2d::ikind, and fimex2d::rkind.


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