| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | debug | ||||
| type(ExtDataDerivedMap), | public | :: | derived_map | ||||
| type(ExtDataFileStreamMap), | public | :: | file_stream_map | ||||
| type(ExtDataRuleMap), | public | :: | rule_map | ||||
| type(ExtDataTimeSampleMap), | public | :: | sample_map |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataConfig), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | key | |||
| type(ESMF_HConfig), | intent(in) | :: | export_rule | |||
| logical, | intent(in), | optional | :: | multi_rule | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataConfig), | intent(in), | target | :: | this | ||
| character(len=*), | intent(in) | :: | item_name | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataOldTypesCreator), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | item_name | |||
| type(DerivedExport), | intent(inout) | :: | derived_item | |||
| type(ESMF_Time), | intent(inout) | :: | time | |||
| type(ESMF_Clock), | intent(inout) | :: | clock | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataOldTypesCreator), | intent(inout), | target | :: | this | ||
| character(len=*), | intent(in) | :: | item_name | |||
| character(len=*), | intent(in) | :: | base_name | |||
| type(PrimaryExport), | intent(inout) | :: | primary_item | |||
| type(ESMF_Time), | intent(inout) | :: | time | |||
| type(ESMF_Clock), | intent(inout) | :: | clock | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataConfig), | intent(inout) | :: | this | |||
| type(StringVector), | intent(in) | :: | primary_items | |||
| type(StringVector), | intent(in) | :: | derived_items | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataConfig), | intent(inout), | target | :: | this | ||
| character(len=*), | intent(in) | :: | item_name | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataConfig), | intent(in), | target | :: | this | ||
| character(len=*), | intent(in) | :: | item_name | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataConfig), | intent(inout) | :: | This | |||
| character(len=*), | intent(in) | :: | base_name | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataConfig), | intent(inout), | target | :: | ext_config | ||
| character(len=*), | intent(in) | :: | config_file | |||
| type(ESMF_Time), | intent(in) | :: | current_time | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
type, extends(ExtDataConfig) :: ExtDataOldTypesCreator private contains procedure :: fillin_primary procedure :: fillin_derived end type ExtDataOldTypesCreator