Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | template |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | template | |||
integer, | public | :: | scollection_id | = | -1 | ||
type(ESMF_Grid), | public, | allocatable | :: | src_grid | |||
type(ESMF_CFIO), | public, | pointer | :: | formatter | => | null() | |
type(ESMF_CFIOPtrVector), | public | :: | formatters | ||||
type(FileMetadata), | public, | pointer | :: | file | => | null() | |
type(PFIO_Vector), | public | :: | files | ||||
type(StringIntegerMap), | public | :: | file_ids |
public function new_CFIOCollection (template) |
procedure, public :: find | |
procedure, public :: unfind |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | template |