Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=ESMF_MAXSTR), | public | :: | geoval_xname(mx_ngeoval) | ||||
character(len=ESMF_MAXSTR), | public | :: | geoval_yname(mx_ngeoval) | ||||
character(len=ESMF_MAXSTR), | public | :: | input_template | ||||
character(len=ESMF_MAXSTR), | public | :: | name | ||||
character(len=ESMF_MAXSTR), | public | :: | obsFile_output | ||||
integer, | public, | allocatable | :: | location_index_ioda(:) | |||
integer, | public | :: | ngeoval | ||||
integer, | public | :: | nobs_epoch | ||||
logical, | public | :: | export_all_geoval | ||||
real(kind=REAL32), | public, | allocatable | :: | p2d(:) | |||
real(kind=REAL32), | public, | allocatable | :: | p3d(:,:) | |||
real(kind=REAL64), | public, | allocatable | :: | lats(:) | |||
real(kind=REAL64), | public, | allocatable | :: | lons(:) | |||
real(kind=REAL64), | public, | allocatable | :: | times_R8(:) | |||
type(FileMetadata), | public, | allocatable | :: | metadata | |||
type(NetCDF4_FileFormatter), | public, | allocatable | :: | file_handle |
type :: obs_unit integer :: nobs_epoch integer :: ngeoval logical :: export_all_geoval type(FileMetadata), allocatable :: metadata type(NetCDF4_FileFormatter), allocatable :: file_handle character(len=ESMF_MAXSTR) :: name character(len=ESMF_MAXSTR) :: obsFile_output character(len=ESMF_MAXSTR) :: input_template character(len=ESMF_MAXSTR) :: geoval_xname(mx_ngeoval) character(len=ESMF_MAXSTR) :: geoval_yname(mx_ngeoval) real(kind=REAL64), allocatable :: lons(:) real(kind=REAL64), allocatable :: lats(:) real(kind=REAL64), allocatable :: times_R8(:) integer, allocatable :: location_index_ioda(:) real(kind=REAL32), allocatable :: p2d(:) real(kind=REAL32), allocatable :: p3d(:,:) end type obs_unit