Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=ESMF_MAXPATHLEN), | public | :: | expression | ||||
character(len=ESMF_MAXSTR), | public | :: | name | ||||
logical, | public | :: | masking | ||||
type(ExtDataMask), | public, | allocatable | :: | mask_definition | |||
type(ExtDataPointerUpdate), | public | :: | update_freq |
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(ExtDataMask), allocatable :: mask_definition type(ExtDataPointerUpdate) :: update_freq contains procedure :: evaluate_derived_field end type DerivedExport