| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | mask_arguments | |||
| character(len=:), | public, | allocatable | :: | mask_type |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(StateMask), | intent(inout) | :: | this | |||
| type(ESMF_State), | intent(inout) | :: | state | |||
| type(ESMF_Field), | intent(inout) | :: | field | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(StateMask), | intent(inout) | :: | this | |||
| type(ESMF_State), | intent(inout) | :: | state | |||
| type(ESMF_Field), | intent(inout) | :: | field | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(StateMask), | intent(inout) | :: | this | |||
| type(ESMF_State), | intent(inout) | :: | state | |||
| type(ESMF_Field), | intent(inout) | :: | field | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(StateMask), | intent(inout) | :: | this | |||
| type(ESMF_State), | intent(inout) | :: | state | |||
| type(ESMF_Field), | intent(inout) | :: | field | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(StateMask), | intent(inout) | :: | this | |||
| integer, | intent(out), | optional | :: | rc |
type, public :: StateMask character(len=:), allocatable :: mask_type character(len=:), allocatable :: mask_arguments contains procedure :: get_mask_variables procedure :: evaluate_mask procedure :: evaluate_region_mask procedure :: evaluate_zone_mask procedure :: evaluate_box_mask end type StateMask