| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=ESMF_MAXPATHLEN), | public | :: | expression | ||||
| character(len=ESMF_MAXSTR), | public | :: | name | ||||
| logical, | public | :: | masking | ||||
| type(ExtDataPointerUpdate), | public | :: | update_freq | ||||
| type(StateMask), | public, | allocatable | :: | mask_definition |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DerivedExport), | intent(inout) | :: | this | |||
| type(ESMF_State), | intent(inout) | :: | state | |||
| integer, | intent(out), | optional | :: | rc |
type DerivedExport character(len=ESMF_MAXSTR) :: name character(len=ESMF_MAXPATHLEN) :: expression logical :: masking type(StateMask), allocatable :: mask_definition type(ExtDataPointerUpdate) :: update_freq contains procedure :: evaluate_derived_field end type DerivedExport