8 #ifndef UFO_BACKGROUNDERRORIDENTITY_OBSBACKGROUNDERRORIDENTITY_H_
9 #define UFO_BACKGROUNDERRORIDENTITY_OBSBACKGROUNDERRORIDENTITY_H_
16 #include "oops/base/Variables.h"
17 #include "oops/util/ObjectCounter.h"
18 #include "oops/util/parameters/OptionalParameter.h"
19 #include "oops/util/parameters/Parameter.h"
44 oops::OptionalParameter<std::vector<Variable>>
variables{
"variables",
this};
73 private util::ObjectCounter<ObsBackgroundErrorIdentity> {
79 static const std::string
classname() {
return "ufo::ObsBackgroundErrorIdentity";}
92 void print(std::ostream &)
const override;
95 const ioda::ObsSpace&
odb_;
GeoVaLs: geophysical values at locations.
An observation operator calculating ObsDiagnostics representing single-level background errors of sim...
oops::Variables requiredVars_
const oops::Variables & requiredVars() const override
Operator input required from Model.
void print(std::ostream &) const override
const ioda::ObsSpace & odb_
ObsBackgroundErrorIdentity(const ioda::ObsSpace &, const Parameters_ &)
virtual ~ObsBackgroundErrorIdentity()
ObsBackgroundErrorIdentityParameters Parameters_
void simulateObs(const GeoVaLs &, ioda::ObsVector &, ObsDiagnostics &) const override
Obs Operator.
oops::Variables simulatedVars() const override
List of variables simulated by this operator.
static const std::string classname()
Options controlling the ObsBackgroundErrorIdentity observation operator.
oops::OptionalParameter< std::vector< Variable > > variables
Base class of classes storing configuration parameters of specific observation operators and linear o...