| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | i | ||||
| real(kind=ESMF_KIND_R4), | public, | parameter | :: | R4_ARRAY_DEFAULT(*,*) | = | reshape([(i, i=1, 4)], [2, 2]) | |
| real(kind=ESMF_KIND_R8), | public, | parameter | :: | R8_ARRAY_DEFAULT(*,*) | = | reshape([(i, i=1, 4)], [2, 2]) | |
| real, | public, | parameter | :: | undef | = | 42.0 | |
| type(ESMF_Field), | public | :: | XR4 | ||||
| type(ESMF_Field), | public | :: | XR4_3D | ||||
| type(ESMF_Field), | public | :: | XR8 | ||||
| type(ESMF_Field), | public | :: | XR8_3D | ||||
| type(ESMF_Field), | public | :: | YR4 | ||||
| type(ESMF_Field), | public | :: | YR4_3D | ||||
| type(ESMF_Field), | public | :: | YR8 | ||||
| type(ESMF_Field), | public | :: | YR8_3D | ||||
| type(ESMF_Index_Flag), | public, | parameter | :: | INDEX_FLAG_DEFAULT | = | ESMF_INDEX_DELOCAL |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=ESMF_KIND_R4), | intent(inout) | :: | x(:,:) | |||
| real(kind=ESMF_KIND_R4), | intent(in) | :: | xmin | |||
| real(kind=ESMF_KIND_R4), | intent(in) | :: | xrange |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=ESMF_KIND_R8), | intent(inout) | :: | x(:,:) | |||
| real(kind=ESMF_KIND_R8), | intent(in) | :: | xmin | |||
| real(kind=ESMF_KIND_R8), | intent(in) | :: | xrange |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=ESMF_KIND_R4), | intent(in), | dimension(:,:), target | :: | farray | ||
| character(len=*), | intent(in) | :: | name | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=ESMF_KIND_R8), | intent(in), | dimension(:,:), target | :: | farray | ||
| character(len=*), | intent(in) | :: | name | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=ESMF_KIND_R8), | intent(in) | :: | x | |||
| real(kind=ESMF_KIND_R4), | intent(in) | :: | y |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_TypeKind_Flag), | intent(in) | :: | tk | |||
| character(len=*), | intent(in) | :: | name | |||
| integer, | intent(in), | optional | :: | ungriddedLBound(:) | ||
| integer, | intent(in), | optional | :: | ungriddedUBound(:) | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=ESMF_KIND_R4), | intent(in), | dimension(:,:), target | :: | farray | ||
| character(len=*), | intent(in) | :: | name | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | name | |||
| integer, | intent(in), | optional | :: | ungriddedLBound(:) | ||
| integer, | intent(in), | optional | :: | ungriddedUBound(:) | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=ESMF_KIND_R8), | intent(in), | dimension(:,:), target | :: | farray | ||
| character(len=*), | intent(in) | :: | name | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=ESMF_KIND_R4), | intent(in) | :: | r4array(:,:) | |||
| character(len=*), | intent(in) | :: | field_name | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | field_name | |||
| integer, | intent(in) | :: | lbound | |||
| integer, | intent(in) | :: | ubound | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=ESMF_KIND_R8), | intent(in) | :: | r8array(:,:) | |||
| character(len=*), | intent(in) | :: | field_name | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=ESMF_KIND_R4), | intent(inout) | :: | x(:,:) | |||
| real(kind=ESMF_KIND_R4), | intent(in) | :: | xmin | |||
| real(kind=ESMF_KIND_R4), | intent(in) | :: | xrange |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=ESMF_KIND_R8), | intent(inout) | :: | x(:,:) | |||
| real(kind=ESMF_KIND_R8), | intent(in) | :: | xmin | |||
| real(kind=ESMF_KIND_R8), | intent(in) | :: | xrange |