| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(FileMetadata), | public | :: | fmd | ||||
| type(StringNetCDF4_FileFormatterMap), | public | :: | formatters |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(FileMetadata), | intent(in) | :: | fmd |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(HistoryCollection), | intent(inout), | target | :: | this | ||
| type(StringVariableMap), | intent(in), | target | :: | var_map | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(HistoryCollection), | intent(inout) | :: | this | |||
| type(FileMetadata), | intent(in) | :: | fmd | |||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(HistoryCollection), | intent(inout), | target | :: | this | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(HistoryCollection), | intent(inout), | target | :: | this | ||
| character(len=*), | intent(in) | :: | file_name | |||
| integer, | intent(out), | optional | :: | rc |
type :: HistoryCollection type (Filemetadata) :: fmd type (StringNetCDF4_FileFormatterMap) :: formatters contains procedure :: find => find_ procedure :: ModifyMetadata procedure :: ReplaceMetadata procedure :: clear end type HistoryCollection