Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | allocatable | :: | chunking(:) | |||
integer, | public | :: | deflateLevel | = | 0 | ||
integer, | public | :: | fraction | ||||
integer, | public | :: | metadata_collection_id | ||||
integer, | public | :: | nbits_to_keep | = | MAPL_NBITS_NOT_SET | ||
integer, | public | :: | quantizeAlgorithm | = | MAPL_NOQUANTIZE | ||
integer, | public | :: | quantizeLevel | = | 0 | ||
integer, | public | :: | read_collection_id | ||||
integer, | public | :: | regrid_hints | = | 0 | ||
integer, | public | :: | regrid_method | = | REGRID_METHOD_BILINEAR | ||
integer, | public | :: | write_collection_id | ||||
integer, | public | :: | zstandardLevel | = | 0 | ||
logical, | public | :: | doVertRegrid | = | .false. | ||
logical, | public | :: | itemOrderAlphabetical | = | .true. | ||
real, | public, | allocatable | :: | corner_lats(:,:) | |||
real, | public, | allocatable | :: | corner_lons(:,:) | |||
real, | public, | allocatable | :: | lats(:,:) | |||
real, | public, | allocatable | :: | lons(:,:) | |||
real, | public, | allocatable | :: | times(:) | |||
type(ESMF_Grid), | public | :: | output_grid | ||||
type(ESMF_Time), | public | :: | startTime | ||||
class(AbstractRegridder), | public, | pointer | :: | regrid_handle | => | null() | |
type(ESMF_FieldBundle), | public | :: | input_bundle | ||||
type(ESMF_FieldBundle), | public | :: | output_bundle | ||||
type(FileMetadata), | public, | allocatable | :: | metadata | |||
type(FileMetadataUtils), | public, | pointer | :: | current_file_metadata | |||
type(GriddedIOitemVector), | public | :: | items | ||||
type(timeData), | public | :: | timeInfo | ||||
type(verticalData), | public | :: | vdata |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(FileMetadata), | intent(in), | optional | :: | metadata | ||
type(ESMF_FieldBundle), | intent(in), | optional | :: | input_bundle | ||
type(ESMF_FieldBundle), | intent(in), | optional | :: | output_bundle | ||
integer, | intent(in), | optional | :: | write_collection_id | ||
integer, | intent(in), | optional | :: | read_collection_id | ||
integer, | intent(in), | optional | :: | metadata_collection_id | ||
integer, | intent(in), | optional | :: | regrid_method | ||
integer, | intent(in), | optional | :: | fraction | ||
type(GriddedIOitemVector), | intent(in), | optional | :: | items | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout), | target | :: | this | ||
type(GriddedIOitemVector), | intent(inout), | target | :: | items | ||
type(ESMF_FieldBundle), | intent(inout) | :: | bundle | |||
type(timeData), | intent(inout) | :: | timeInfo | |||
type(verticalData), | intent(inout), | optional | :: | vdata | ||
type(ESMF_Grid), | intent(inout), | optional, | pointer | :: | ogrid | |
type(StringStringMap), | intent(in), | optional, | target | :: | global_attributes | |
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | itemName | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | nFixedVars | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout), | target | :: | this | ||
character(len=*), | intent(in) | :: | filename | |||
type(ClientManager), | intent(inout), | optional | :: | oClients | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | lev_size | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
type(ClientManager), | intent(inout), | optional | :: | oClients | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | frequency | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | itemName | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | xName | |||
character(len=*), | intent(in) | :: | yName | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | filename | |||
integer, | intent(in) | :: | timeindex | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
integer, | intent(in), | optional | :: | deflation | ||
integer, | intent(in), | optional | :: | quantize_algorithm | ||
integer, | intent(in), | optional | :: | quantize_level | ||
integer, | intent(in), | optional | :: | zstandard_level | ||
integer, | intent(in), | optional | :: | chunking(:) | ||
integer, | intent(in), | optional | :: | nbits_to_keep | ||
integer, | intent(in), | optional | :: | regrid_method | ||
logical, | intent(in), | optional | :: | itemOrder | ||
integer, | intent(in), | optional | :: | write_collection_id | ||
integer, | intent(in), | optional | :: | regrid_hints | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout), | target | :: | this | ||
character(len=*), | intent(in) | :: | fileName | |||
type(ClientManager), | intent(inout), | optional, | target | :: | oClients | |
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
type(ESMF_Field), | intent(inout) | :: | field | |||
character(len=*), | intent(in) | :: | fileName | |||
integer, | intent(in) | :: | tIndex | |||
type(ClientManager), | intent(inout), | optional | :: | oClients | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_GriddedIO), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | fname | |||
integer, | intent(out), | optional | :: | rc |
type, public :: MAPL_GriddedIO type(FileMetaData), allocatable :: metadata type(fileMetadataUtils), pointer :: current_file_metadata integer :: write_collection_id integer :: read_collection_id integer :: metadata_collection_id class (AbstractRegridder), pointer :: regrid_handle => null() type(ESMF_Grid) :: output_grid logical :: doVertRegrid = .false. type(ESMF_FieldBundle) :: output_bundle type(ESMF_FieldBundle) :: input_bundle type(ESMF_Time) :: startTime integer :: regrid_method = REGRID_METHOD_BILINEAR integer :: nbits_to_keep = MAPL_NBITS_NOT_SET real, allocatable :: lons(:,:),lats(:,:) real, allocatable :: corner_lons(:,:),corner_lats(:,:) real, allocatable :: times(:) type(TimeData) :: timeInfo type(VerticalData) :: vdata type(GriddedIOitemVector) :: items integer :: deflateLevel = 0 integer :: quantizeAlgorithm = MAPL_NOQUANTIZE integer :: quantizeLevel = 0 integer :: zstandardLevel = 0 integer, allocatable :: chunking(:) logical :: itemOrderAlphabetical = .true. integer :: fraction integer :: regrid_hints = 0 contains procedure :: CreateFileMetaData procedure :: CreateVariable procedure :: CreateQuantizationInfo procedure :: modifyTime procedure :: modifyTimeIncrement procedure :: bundlePost procedure :: stageData procedure :: stage2DLatLon procedure :: regridScalar procedure :: regridVector procedure :: set_param procedure :: set_default_chunking procedure :: check_chunking procedure :: alphabatize_variables procedure :: request_data_from_file procedure :: process_data_from_file procedure :: swap_undef_value procedure :: destroy end type MAPL_GriddedIO