|
MI - Fimex
|
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) |
Read a 2-dimensional x,y field for any other given dimension(s)
| FIO | the fimex-object |
| VARNAME | The variable to be read |
| NX | The x dimension size |
| NY | The y dimension size |
| FIELD | The field to be read in |
| STEP | optional step for time dimension |
| REL | optional realization for realization dimension (EPS) |
| LEVEL | optional vertical level |
| TIME | optional Epoch time in seconds for time step |
| BASETIME | optional Epoch time in seconds for first step in file |
| CUNIT | optional unit Udunit2 compatible unit |
| LCONT_ON_ERROR | optional Option to tolerate errors |
| VERBOSITY | optional Set the verbosity level to print |
| 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.
1.8.11