Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | src_units | |||
character(len=*), | intent(in) | :: | dst_units |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ConvertUnitsAction), | 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(ConvertUnitsAction), | intent(inout) | :: | this | |||
type(ESMF_State) | :: | importState | ||||
type(ESMF_State) | :: | exportState | ||||
type(ESMF_Clock) | :: | clock | ||||
integer, | intent(out), | optional | :: | rc |
type, extends(ExtensionAction) :: ConvertUnitsAction private type(UDUNITS_converter) :: converter type(ESMF_Field) :: f_in, f_out character(:), allocatable :: src_units, dst_units contains procedure :: initialize procedure :: update end type ConvertUnitsAction