MI - Fimex
|
Read all dimension values from a dimension. More...
Public Member Functions | |
subroutine | fi_read_dimension (FIO, DIMSIZE, DIMNAME, DIMVALUES, CUNIT) |
Read all dimension values from a dimension.
FIO | the fimex-object |
DIMSIZE | the size of the dimension to read |
DIMNAME | the name of the dimension to read |
CUNIT | optional unit (e.g. reading time) |
subroutine fimex2d::FI_READ_DIMENSION::fi_read_dimension | ( | type(fimexio), intent(inout) | FIO, |
integer, intent(in) | DIMSIZE, | ||
character(len=*), intent(in) | DIMNAME, | ||
real(kind=rkind), dimension(:), intent(out) | DIMVALUES, | ||
character(len=*), intent(in), optional | CUNIT | ||
) |
References fimex2d::ikind, and fimex2d::rkind.