| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AbstractComponent), | 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(AbstractComponent), | 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(AbstractComponent), | 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, abstract, extends(BaseComponent) :: MaplComponent private class(SurrogateFrameworkComponent), pointer :: framework => null() type(ESMF_State) :: internal_state class(t_Logger), pointer :: logger => null() contains ! Accessors procedure :: set_framework procedure :: get_framework procedure :: set_logger procedure :: get_logger procedure :: run_child end type MaplComponent