ESMF_CFIOVarRead3D_
– Read a variable from an existing file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_CFIO), | intent(inout) | :: | cfio |
a CFIO obj |
||
character(len=*), | intent(in) | :: | vName |
variable name |
||
real, | pointer | :: | field(:,:,:) |
array contains data |
||
integer, | intent(in), | optional | :: | date |
yyyymmdd |
|
integer, | intent(in), | optional | :: | curTime |
hhmmss |
|
integer, | intent(in), | optional | :: | kbeg |
first level to write |
|
integer, | intent(in), | optional | :: | kount |
number of levels to write |
|
integer, | intent(in), | optional | :: | xBeg |
first point for lon |
|
integer, | intent(in), | optional | :: | xCount |
number of points to read |
|
integer, | intent(in), | optional | :: | yBeg |
first point for lat |
|
integer, | intent(in), | optional | :: | yCount |
number of points to read |
|
character(len=*), | intent(in), | optional | :: | timeString |
string expression for date and time |
|
integer, | intent(out), | optional | :: | rc |
Error return code: 0 all is well |
ESMF_CFIOVarRead2D_
– Read a variable from an existing file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_CFIO), | intent(inout) | :: | cfio |
a CFIO obj |
||
character(len=*), | intent(in) | :: | vName |
variable name |
||
real, | pointer | :: | field(:,:) |
array contains data |
||
integer, | intent(in), | optional | :: | date |
yyyymmdd |
|
integer, | intent(in), | optional | :: | curTime |
hhmmss |
|
integer, | intent(in), | optional | :: | kbeg |
first level to write |
|
integer, | intent(in), | optional | :: | kount |
number of levels to write |
|
integer, | intent(in), | optional | :: | xBeg |
first point for lon |
|
integer, | intent(in), | optional | :: | xCount |
number of points to read |
|
integer, | intent(in), | optional | :: | yBeg |
first point for lat |
|
integer, | intent(in), | optional | :: | yCount |
number of points to read |
|
character(len=*), | intent(in), | optional | :: | timeString |
string expression for date and time |
|
integer, | intent(out), | optional | :: | rc |
Error return code: 0 all is well |
ESMF_CFIOVarRead1D_
– Read a variable from an existing file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_CFIO), | intent(inout) | :: | cfio |
a CFIO obj |
||
character(len=*), | intent(in) | :: | vName |
variable name |
||
real, | pointer | :: | field(:) |
array contains data |
||
integer, | intent(in), | optional | :: | date |
yyyymmdd |
|
integer, | intent(in), | optional | :: | curTime |
hhmmss |
|
integer, | intent(in), | optional | :: | xBeg |
first point for lon |
|
integer, | intent(in), | optional | :: | xCount |
number of points to read |
|
character(len=*), | intent(in), | optional | :: | timeString |
string expression for date and time |
|
integer, | intent(out), | optional | :: | rc |
Error return code: 0 all is well |