|
MI - Fimex
|
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) |
Get dimensions of a variable.
| FIO | the fimex-object |
| VARNAME | the varible to check dimensions for |
| NX | optional The x dimension |
| NY | optional The y dimension |
| NZ | optional The z dimension |
| NREL | optional The realization dimension (ensemble size) |
| NTIMES | optional The time dimension |
| X_GEO | optional If x is geographical coordinate |
| Y_GEO | optional If y is geographical coordinate |
| DIMNAME_X | optional Name of x dimension |
| DIMNAME_Y | optional Name of y dimension |
| DIMNAME_Z | optional Name of z dimension |
| DIMNAME_T | optional Name of t dimension |
| DIMNAME_R | optional Name of realization dimension |
| BASETIME | optional Epoch time in seconds for first step in file |
| VERBOSITY | optional Set the verbosity level to print |
| 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.
1.8.11