UFO
|
Options controlling the ObsBackgroundErrorVertInterp observation operator. More...
#include <ObsBackgroundErrorVertInterp.h>
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... | |
![]() | |
oops::OptionalParameter< std::string > | name {"name", this} |
Observation operator type. More... | |
Options controlling the ObsBackgroundErrorVertInterp observation operator.
Definition at line 39 of file ObsBackgroundErrorVertInterp.h.
oops::RequiredParameter<std::string> ufo::ObsBackgroundErrorVertInterpParameters::observationVerticalCoordinate |
Name of the ufo variable (from the MetaData
group) storing the vertical coordinate of observation locations.
Definition at line 49 of file ObsBackgroundErrorVertInterp.h.
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.
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.