|
FV3 Bundle
|
observation variable More...
Public Attributes | |
| integer | nobs |
| number of observations More... | |
| character(len=ioda_obsvar_maxstrlen) | vname |
| variable name More... | |
| real(kind_real), dimension(:), allocatable | vals |
| values (nobs) More... | |
| type(ioda_obs_var), pointer | next |
observation variable
Definition at line 24 of file ioda_obsvar_mod.F90.
| type (ioda_obs_var), pointer ioda_obsvar_mod::ioda_obs_var::next |
Definition at line 30 of file ioda_obsvar_mod.F90.
| integer ioda_obsvar_mod::ioda_obs_var::nobs |
number of observations
Definition at line 25 of file ioda_obsvar_mod.F90.
| real(kind_real), dimension(:), allocatable ioda_obsvar_mod::ioda_obs_var::vals |
values (nobs)
Definition at line 28 of file ioda_obsvar_mod.F90.
| character(len=ioda_obsvar_maxstrlen) ioda_obsvar_mod::ioda_obs_var::vname |
variable name
Definition at line 27 of file ioda_obsvar_mod.F90.