FV3 Bundle
ioda_obsvar_mod::ioda_obs_var Type Reference

observation variable More...

Collaboration diagram for ioda_obsvar_mod::ioda_obs_var:
[legend]

Public Attributes

integer nobs
 number of observations More...
 
character(len=ioda_obsvar_maxstrlenvname
 variable name More...
 
real(kind_real), dimension(:), allocatable vals
 values (nobs) More...
 
type(ioda_obs_var), pointer next
 

Detailed Description

observation variable

Definition at line 24 of file ioda_obsvar_mod.F90.

Member Data Documentation

◆ next

type (ioda_obs_var), pointer ioda_obsvar_mod::ioda_obs_var::next

Definition at line 30 of file ioda_obsvar_mod.F90.

◆ nobs

integer ioda_obsvar_mod::ioda_obs_var::nobs

number of observations

Definition at line 25 of file ioda_obsvar_mod.F90.

◆ vals

real(kind_real), dimension(:), allocatable ioda_obsvar_mod::ioda_obs_var::vals

values (nobs)

Definition at line 28 of file ioda_obsvar_mod.F90.

◆ vname

character(len=ioda_obsvar_maxstrlen) ioda_obsvar_mod::ioda_obs_var::vname

variable name

Definition at line 27 of file ioda_obsvar_mod.F90.


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