Go to the documentation of this file.
8 #ifndef UFO_IDENTITY_OBSIDENTITY_H_
9 #define UFO_IDENTITY_OBSIDENTITY_H_
14 #include "oops/base/Variables.h"
15 #include "oops/util/ObjectCounter.h"
36 private util::ObjectCounter<ObsIdentity> {
38 static const std::string
classname() {
return "ufo::ObsIdentity";}
40 ObsIdentity(
const ioda::ObsSpace &,
const eckit::Configuration &);
53 void print(std::ostream &)
const override;
55 const ioda::ObsSpace&
odb_;
62 #endif // UFO_IDENTITY_OBSIDENTITY_H_
ObsIdentity(const ioda::ObsSpace &, const eckit::Configuration &)
F90hop keyOperObsIdentity_
const oops::Variables & requiredVars() const override
Operator input required from Model.
Base class for observation operators.
const int & toFortran() const
const ioda::ObsSpace & odb_
Generic identity observation operator class.
GeoVaLs: geophysical values at locations.
void simulateObs(const GeoVaLs &, ioda::ObsVector &, ObsDiagnostics &) const override
Obs Operator.
static const std::string classname()
void print(std::ostream &) const override