SCALE-RM
Public Attributes | List of all members
scale_letkf::obs_info Type Reference

Public Attributes

integer nobs = 0
 
integer, dimension(:), allocatable elm
 
real(rp), dimension(:), allocatable lon
 
real(rp), dimension(:), allocatable lat
 
real(rp), dimension(:), allocatable lev
 
real(rp), dimension(:), allocatable dat
 
real(rp), dimension(:), allocatable err
 
integer, dimension(:), allocatable typ
 
real(rp), dimension(:), allocatable dif
 
real(rp), dimension(max_obs_info_metameta = -9.99e+33_RP
 
real(rp), dimension(:), allocatable ri
 
real(rp), dimension(:), allocatable rj
 
integer, dimension(:), allocatable rank
 

Detailed Description

Definition at line 57 of file scale_letkf.F90.

Member Data Documentation

◆ nobs

integer scale_letkf::obs_info::nobs = 0

Definition at line 58 of file scale_letkf.F90.

58  integer :: nobs = 0

◆ elm

integer, dimension(:), allocatable scale_letkf::obs_info::elm

Definition at line 59 of file scale_letkf.F90.

59  integer, allocatable :: elm(:)

◆ lon

real(rp), dimension(:), allocatable scale_letkf::obs_info::lon

Definition at line 60 of file scale_letkf.F90.

60  real(RP), allocatable :: lon(:)

◆ lat

real(rp), dimension(:), allocatable scale_letkf::obs_info::lat

Definition at line 61 of file scale_letkf.F90.

61  real(RP), allocatable :: lat(:)

◆ lev

real(rp), dimension(:), allocatable scale_letkf::obs_info::lev

Definition at line 62 of file scale_letkf.F90.

62  real(RP), allocatable :: lev(:)

◆ dat

real(rp), dimension(:), allocatable scale_letkf::obs_info::dat

Definition at line 63 of file scale_letkf.F90.

63  real(RP), allocatable :: dat(:)

◆ err

real(rp), dimension(:), allocatable scale_letkf::obs_info::err

Definition at line 64 of file scale_letkf.F90.

64  real(RP), allocatable :: err(:)

◆ typ

integer, dimension(:), allocatable scale_letkf::obs_info::typ

Definition at line 65 of file scale_letkf.F90.

65  integer, allocatable :: typ(:)

◆ dif

real(rp), dimension(:), allocatable scale_letkf::obs_info::dif

Definition at line 66 of file scale_letkf.F90.

66  real(RP), allocatable :: dif(:)

◆ meta

real(rp), dimension(max_obs_info_meta) scale_letkf::obs_info::meta = -9.99e+33_RP

Definition at line 67 of file scale_letkf.F90.

67  real(RP) :: meta(max_obs_info_meta) = -9.99e+33_rp

◆ ri

real(rp), dimension(:), allocatable scale_letkf::obs_info::ri

Definition at line 68 of file scale_letkf.F90.

68  real(RP), allocatable :: ri(:)

◆ rj

real(rp), dimension(:), allocatable scale_letkf::obs_info::rj

Definition at line 69 of file scale_letkf.F90.

69  real(RP), allocatable :: rj(:)

◆ rank

integer, dimension(:), allocatable scale_letkf::obs_info::rank

Definition at line 70 of file scale_letkf.F90.

70  integer, allocatable :: rank(:)

The documentation for this type was generated from the following file: