MI - Fimex
|
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) |
Write a 2-dimensional x,y field for any other given dimension(s). The file must be pre-generated with the proper dimensions.
FIO | the fimex-object |
VARNAME | Variable name |
NX | The x dimension |
NY | The y dimension |
OUTFIELD | The 2-dimensional output field |
STEP | optional Step for time dimension |
REL | optional Realization for realization dimension (EPS) |
LEVEL | optional Vertical level |
TIME | optional Epoch time in seconds |
CUNIT | optional unit Udunit2 compatible unit |
VERBOSITY | optional Set the verbosity level to print |
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.