| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | template | |||
| logical, | public | :: | use_file_coords | ||||
| type(ESMF_Grid), | public, | allocatable | :: | src_grid | |||
| type(FileMetadataUtilsVector), | public | :: | metadatas | ||||
| type(StringIntegerMap), | public | :: | file_ids |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | template | |||
| logical, | intent(in), | optional | :: | use_file_coords |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MAPLDataCollection), | intent(inout), | target | :: | this | ||
| character(len=*), | intent(in) | :: | file_name | |||
| integer, | intent(out), | optional | :: | rc |
type :: MAPLDataCollection character(len=:), allocatable :: template logical :: use_file_coords type (FileMetadataUtilsVector) :: metadatas type (StringIntegerMap) :: file_ids type(ESMF_Grid), allocatable :: src_grid contains procedure :: find end type MAPLDataCollection