| 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 |
| procedure, public :: add_new_rule | |
| procedure, public :: count_rules_for_item | |
| procedure, public :: fillin_derived | |
| procedure, public :: fillin_primary | |
| procedure, public :: get_extra_derived_items | |
| procedure, public :: get_item_type | |
| procedure, public :: get_time_range | |
| procedure, public :: has_rule_for | |
| procedure, public :: new_ExtDataConfig_from_yaml |
| 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 | ||
|---|---|---|---|---|---|---|
| type(ExtDataOldTypesCreator), | intent(out), | target | :: | ExtDataObj | ||
| character(len=*), | intent(in) | :: | config_file | |||
| type(ESMF_Time), | intent(in) | :: | current_time | |||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |