UFO
ufo::ObsBackgroundErrorVertInterpParameters Class Reference

Options controlling the ObsBackgroundErrorVertInterp observation operator. More...

#include <ObsBackgroundErrorVertInterp.h>

Inheritance diagram for ufo::ObsBackgroundErrorVertInterpParameters:
Collaboration diagram for ufo::ObsBackgroundErrorVertInterpParameters:

Public Attributes

oops::OptionalParameter< std::vector< Variable > > variables {"variables", this}
 
oops::RequiredParameter< std::string > observationVerticalCoordinate
 
oops::RequiredParameter< std::string > verticalCoordinate {"vertical coordinate", this}
 Name of the GeoVaL storing the interpolation levels of background errors. More...
 
- Public Attributes inherited from ufo::ObsOperatorParametersBase
oops::OptionalParameter< std::string > name {"name", this}
 Observation operator type. More...
 

Detailed Description

Options controlling the ObsBackgroundErrorVertInterp observation operator.

Definition at line 39 of file ObsBackgroundErrorVertInterp.h.

Member Data Documentation

◆ observationVerticalCoordinate

oops::RequiredParameter<std::string> ufo::ObsBackgroundErrorVertInterpParameters::observationVerticalCoordinate
Initial value:
{
"observation vertical coordinate", this}

Name of the ufo variable (from the MetaData group) storing the vertical coordinate of observation locations.

Definition at line 49 of file ObsBackgroundErrorVertInterp.h.

◆ variables

oops::OptionalParameter<std::vector<Variable> > ufo::ObsBackgroundErrorVertInterpParameters::variables {"variables", this}

Simulated variables whose background errors may be calculated by this operator. If not specified, defaults to the list of all simulated variables in the ObsSpace.

Definition at line 45 of file ObsBackgroundErrorVertInterp.h.

◆ verticalCoordinate

oops::RequiredParameter<std::string> ufo::ObsBackgroundErrorVertInterpParameters::verticalCoordinate {"vertical coordinate", this}

Name of the GeoVaL storing the interpolation levels of background errors.

Definition at line 53 of file ObsBackgroundErrorVertInterp.h.


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