Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(inout) | :: | this | |||
type(GriddedComponentDriver), | intent(in) | :: | driver |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(inout) | :: | this | |||
type(GriddedComponentDriver), | intent(in) | :: | driver |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(inout) | :: | this | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(in), | optional | :: | phase_idx | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(in) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(inout) | :: | this | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(in), | optional | :: | phase_idx | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(inout) | :: | this | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(in), | optional | :: | phase_idx | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(inout) | :: | this | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(in), | optional | :: | phase_idx | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(inout) | :: | this | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(in), | optional | :: | phase_idx | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(inout) | :: | this | |||
type(ESMF_Clock), | intent(in) | :: | clock |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GriddedComponentDriver), | intent(inout) | :: | this | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(in), | optional | :: | phase_idx | ||
integer, | intent(out), | optional | :: | rc |
type, extends(ComponentDriver) :: GriddedComponentDriver private type(ESMF_GridComp) :: gridcomp type(MultiState) :: states type(ESMF_Clock) :: clock type(ComponentDriverVector) :: export_couplers type(ComponentDriverVector) :: import_couplers contains procedure :: run procedure :: initialize procedure :: finalize procedure :: read_restart procedure :: write_restart procedure :: clock_advance ! Accessors procedure :: get_clock procedure :: set_clock procedure :: get_states procedure :: get_gridcomp procedure :: get_name ! Couplers procedure :: run_export_couplers procedure :: run_import_couplers procedure :: add_export_coupler procedure :: add_import_coupler end type GriddedComponentDriver