Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TimeInterval), | intent(in), | optional | :: | timestep | ||
character(len=*), | intent(in), | optional | :: | accumulation_type |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAspect), | intent(in) | :: | src | |||
class(StateItemAspect), | intent(in) | :: | dst |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FrequencyAspect), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FrequencyAspect), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAspect), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAspect), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FrequencyAspect), | intent(in) | :: | src | |||
class(StateItemAspect), | intent(in) | :: | dst | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FrequencyAspect), | intent(in) | :: | src | |||
class(StateItemAspect), | intent(in) | :: | dst |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAspect), | intent(in) | :: | src | |||
class(StateItemAspect), | intent(in) | :: | dst |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FrequencyAspect), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | accumulation_type |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAspect), | intent(inout) | :: | this | |||
logical, | intent(in), | optional | :: | mirror |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateItemAspect), | intent(inout) | :: | this | |||
logical, | intent(in), | optional | :: | time_dependent |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FrequencyAspect), | intent(inout) | :: | this | |||
type(ESMF_TimeInterval), | intent(in) | :: | timestep |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GeomAspect), | intent(in) | :: | src |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GeomAspect), | intent(in) | :: | src | |||
class(StateItemAspect), | intent(in) | :: | dst |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FrequencyAspect), | intent(in) | :: | src |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FrequencyAspect), | intent(in) | :: | src | |||
class(StateItemAspect), | intent(in) | :: | dst |
type, extends(StateItemAspect) :: FrequencyAspect private type(ESMF_TimeInterval) :: timestep_ character(len=:), allocatable :: accumulation_type_ contains ! These are implementations of extended derived type. procedure :: matches procedure :: supports_conversion_general procedure :: supports_conversion_specific procedure :: make_action ! These are specific to FrequencyAspect. procedure :: get_timestep procedure :: set_timestep procedure :: get_accumulation_type procedure :: set_accumulation_type procedure, private :: zero_timestep end type FrequencyAspect