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

Read a 2-dimensional x,y field for any other given dimension(s) More...

Public Member Functions

subroutine fi_read_field (FIO, VARNAME, NX, NY, FIELD, STEP, REL, LEVEL, TIME, BASETIME, CUNIT, LCONT_ON_ERROR, VERBOSITY)
 

Detailed Description

Read a 2-dimensional x,y field for any other given dimension(s)

Parameters
FIOthe fimex-object
VARNAMEThe variable to be read
NXThe x dimension size
NYThe y dimension size
FIELDThe field to be read in
STEPoptional step for time dimension
RELoptional realization for realization dimension (EPS)
LEVELoptional vertical level
TIMEoptional Epoch time in seconds for time step
BASETIMEoptional Epoch time in seconds for first step in file
CUNIToptional unit Udunit2 compatible unit
LCONT_ON_ERRORoptional Option to tolerate errors
VERBOSITYoptional Set the verbosity level to print

Member Function/Subroutine Documentation

subroutine fimex2d::FI_READ_FIELD::fi_read_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(out)  FIELD,
integer(kind=ikind), intent(in), optional  STEP,
integer(kind=ikind), intent(in), optional  REL,
integer(kind=ikind), intent(in), optional  LEVEL,
real(kind=rkind), intent(out), optional  TIME,
real(kind=rkind), intent(out), optional  BASETIME,
character(len=*), intent(in), optional  CUNIT,
logical, intent(inout), optional  LCONT_ON_ERROR,
integer(kind=ikind), intent(in), optional  VERBOSITY 
)

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


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