Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | mask_arguments | |||
character(len=:), | public, | allocatable | :: | mask_type |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | mask_expression | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ExtDataMask), | intent(inout) | :: | this | |||
type(ESMF_State), | intent(inout) | :: | state | |||
character(len=*), | intent(in) | :: | var_name | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ExtDataMask), | intent(inout) | :: | this | |||
type(ESMF_State), | intent(inout) | :: | state | |||
character(len=*), | intent(in) | :: | var_name | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ExtDataMask), | intent(inout) | :: | this | |||
type(ESMF_State), | intent(inout) | :: | state | |||
character(len=*), | intent(in) | :: | var_name | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ExtDataMask), | intent(inout) | :: | this | |||
type(ESMF_State), | intent(inout) | :: | state | |||
character(len=*), | intent(in) | :: | var_name | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ExtDataMask), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
type, public :: ExtDataMask 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 ExtDataMask