Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Field), | intent(in) | :: | f_in | |||
type(ESMF_Field), | intent(in) | :: | f_out |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_TypeKind_Flag), | intent(in) | :: | src_typekind | |||
type(ESMF_TypeKind_Flag), | intent(in) | :: | dst_typekind |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CopyAction), | intent(inout) | :: | this | |||
type(ESMF_State) | :: | importState | ||||
type(ESMF_State) | :: | exportState | ||||
type(ESMF_Clock) | :: | clock | ||||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ExtensionAction), | intent(inout) | :: | this | |||
type(ESMF_State) | :: | importState | ||||
type(ESMF_State) | :: | exportState | ||||
type(ESMF_Clock) | :: | clock | ||||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CopyAction), | intent(inout) | :: | this | |||
type(ESMF_State) | :: | importState | ||||
type(ESMF_State) | :: | exportState | ||||
type(ESMF_Clock) | :: | clock | ||||
integer, | intent(out), | optional | :: | rc |
type, extends(ExtensionAction) :: CopyAction private type(ESMF_TypeKind_Flag) :: src_typekind type(ESMF_TypeKind_Flag) :: dst_typekind type(ESMF_Field) :: f_in, f_out contains procedure :: initialize procedure :: update end type CopyAction