8 #ifndef TOOLS_NEW_OBSOP_EXAMPLE_OBSEXAMPLE_H_
9 #define TOOLS_NEW_OBSOP_EXAMPLE_OBSEXAMPLE_H_
14 #include "oops/base/Variables.h"
15 #include "oops/util/ObjectCounter.h"
17 #include "ufo/example/ObsExample.interface.h"
37 private util::ObjectCounter<ObsExample> {
39 static const std::string
classname() {
return "ufo::ObsExample";}
41 ObsExample(
const ioda::ObsSpace &,
const eckit::Configuration &);
54 void print(std::ostream &)
const override;
56 const ioda::ObsSpace&
odb_;
GeoVaLs: geophysical values at locations.
Example observation operator class.
ObsExample(const ioda::ObsSpace &, const eckit::Configuration &)
const int & toFortran() const
const ioda::ObsSpace & odb_
const oops::Variables & requiredVars() const override
Operator input required from Model.
void print(std::ostream &) const override
static const std::string classname()
void simulateObs(const GeoVaLs &, ioda::ObsVector &, ObsDiagnostics &) const override
Obs Operator.