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(GridPFIO), | 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(GridPFIO), | 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, extends (GeomPFIO) :: GridPFIO private contains procedure :: stage_data_to_file procedure :: request_data_from_file end type GridPFIO