Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StubComponent), | intent(inout) | :: | this | |||
type(ESMF_State), | intent(inout) | :: | import_state | |||
type(ESMF_State), | intent(inout) | :: | export_state | |||
type(ESMF_Clock), | intent(inout) | :: | clock | |||
character(len=*), | intent(in) | :: | phase | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MaplComponent), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MaplComponent), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseComponent), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StubComponent), | intent(inout) | :: | this | |||
type(ESMF_State), | intent(inout) | :: | import_state | |||
type(ESMF_State), | intent(inout) | :: | export_state | |||
type(ESMF_Clock), | intent(inout) | :: | clock | |||
character(len=*), | intent(in) | :: | phase | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StubComponent), | intent(inout) | :: | this | |||
type(ESMF_State), | intent(inout) | :: | import_state | |||
type(ESMF_State), | intent(inout) | :: | export_state | |||
type(ESMF_Clock), | intent(inout) | :: | clock | |||
character(len=*), | intent(in) | :: | phase | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MaplComponent), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | name | |||
type(ESMF_Clock), | intent(inout) | :: | clock | |||
character(len=*), | intent(in) | :: | phase | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MaplComponent), | intent(inout) | :: | this | |||
class(SurrogateFrameworkComponent), | target | :: | framework |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MaplComponent), | intent(inout) | :: | this | |||
class(Logger), | target | :: | logger |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseComponent), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | name |
type, extends(MaplComponent) :: StubComponent private contains procedure :: initialize procedure :: run procedure :: finalize end type StubComponent