| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | file_template | |||
| integer, | public | :: | collection_id | ||||
| logical, | public | :: | persist_closest | ||||
| type(ESMF_Time), | public | :: | reff_time | ||||
| type(ESMF_Time), | public, | allocatable | :: | valid_range(:) | |||
| type(ESMF_TimeInterval), | public | :: | frequency |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataAbstractFileHandler), | intent(inout) | :: | this | |||
| type(ESMF_Time), | intent(in) | :: | current_time | |||
| logical, | intent(in) | :: | fail_on_missing | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataAbstractFileHandler), | intent(inout) | :: | this | |||
| type(ESMF_Time), | intent(in) | :: | input_time | |||
| type(ESMF_Time), | intent(in) | :: | source_time(:) | |||
| type(ExtDataBracket), | intent(inout) | :: | bracket | |||
| logical, | intent(in) | :: | fail_on_missing_file | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataAbstractFileHandler), | intent(inout) | :: | this | |||
| character(len=*), | intent(inout) | :: | filename | |||
| type(ESMF_Time), | intent(in) | :: | target_time | |||
| character(len=*), | intent(in) | :: | bracketside | |||
| integer, | intent(out) | :: | time_index | |||
| type(ESMF_Time), | intent(out) | :: | output_time | |||
| class(KeywordEnforcer), | intent(out), | optional | :: | unusable | ||
| integer, | intent(inout), | optional | :: | wrap | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataAbstractFileHandler), | intent(inout) | :: | this | |||
| type(ExtDataFileStream), | intent(in) | :: | file_series | |||
| logical, | intent(in), | optional | :: | persist_closest | ||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ExtDataAbstractFileHandler), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | file | |||
| type(FileMetadataUtils), | intent(inout), | pointer | :: | metadata | ||
| integer, | intent(out), | optional | :: | rc |