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

Get dimensions of a variable. More...

Public Member Functions

subroutine fi_get_dimensions (FIO, VARNAME, NX, NY, NZ, NREL, NTIMES, X_GEO, Y_GEO, DIMNAME_X, DIMNAME_Y, DIMNAME_Z, DIMNAME_T, DIMNAME_R, BASETIME, VERBOSITY)
 

Detailed Description

Get dimensions of a variable.

Parameters
FIOthe fimex-object
VARNAMEthe varible to check dimensions for
NXoptional The x dimension
NYoptional The y dimension
NZoptional The z dimension
NRELoptional The realization dimension (ensemble size)
NTIMESoptional The time dimension
X_GEOoptional If x is geographical coordinate
Y_GEOoptional If y is geographical coordinate
DIMNAME_Xoptional Name of x dimension
DIMNAME_Yoptional Name of y dimension
DIMNAME_Zoptional Name of z dimension
DIMNAME_Toptional Name of t dimension
DIMNAME_Roptional Name of realization dimension
BASETIMEoptional Epoch time in seconds for first step in file
VERBOSITYoptional Set the verbosity level to print

Member Function/Subroutine Documentation

subroutine fimex2d::FI_GET_DIMENSIONS::fi_get_dimensions ( type(fimexio), intent(inout)  FIO,
character(len=*), intent(in)  VARNAME,
integer(kind=ikind), intent(out), optional  NX,
integer(kind=ikind), intent(out), optional  NY,
integer(kind=ikind), intent(out), optional  NZ,
integer(kind=ikind), intent(out), optional  NREL,
integer(kind=ikind), intent(out), optional  NTIMES,
logical, intent(out), optional  X_GEO,
logical, intent(out), optional  Y_GEO,
character(len=*), intent(out), optional  DIMNAME_X,
character(len=*), intent(out), optional  DIMNAME_Y,
character(len=*), intent(out), optional  DIMNAME_Z,
character(len=*), intent(out), optional  DIMNAME_T,
character(len=*), intent(out), optional  DIMNAME_R,
real(kind=rkind), intent(out), optional  BASETIME,
integer(kind=ikind), intent(in), optional  VERBOSITY 
)

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


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