Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GeomPFIO), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GeomPFIO), | intent(inout) | :: | this | |||
type(FileMetadata), | intent(in) | :: | metadata | |||
type(MaplGeom), | intent(in), | pointer | :: | mapl_geom | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GeomPFIO), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | file_name | |||
type(MaplGeom), | intent(in), | pointer | :: | mapl_geom | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GeomPFIO), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | file_name | |||
type(ESMF_State), | intent(inout) | :: | state | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GeomPFIO), | intent(inout) | :: | this | |||
type(ESMF_FieldBundle), | intent(in) | :: | bundle | |||
character(len=*), | intent(in) | :: | filename | |||
integer, | intent(in) | :: | time_index | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GeomPFIO), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | filename | |||
real, | intent(in) | :: | times | |||
integer, | intent(out), | optional | :: | rc |
type, abstract :: GeomPFIO private integer :: collection_id type(MaplGeom), pointer :: mapl_geom contains procedure(I_stage_data_to_file), deferred :: stage_data_to_file procedure(I_request_data_from_file), deferred :: request_data_from_file procedure, private :: init_with_metadata procedure, private :: init_with_filename generic :: initialize => init_with_metadata, init_with_filename procedure :: update_time_on_server procedure :: stage_time_to_file procedure, non_overridable :: get_collection_id end type GeomPFIO