12 #include "ioda/ObsVector.h"
14 #include "oops/base/Variables.h"
16 #include "ufo/GeoVaLs.h"
17 #include "ufo/ObsDiagnostics.h"
26 const eckit::Configuration & config)
30 oops::Log::trace() <<
"ObsExample created." << std::endl;
37 oops::Log::trace() <<
"ObsExample destructed" << std::endl;
46 oops::Log::trace() <<
"ObsExample: observation operator run" << std::endl;
52 os <<
"ObsExample::print not implemented";
GeoVaLs: geophysical values at locations.
ObsExample(const ioda::ObsSpace &, const eckit::Configuration &)
const ioda::ObsSpace & odb_
void print(std::ostream &) const override
void simulateObs(const GeoVaLs &, ioda::ObsVector &, ObsDiagnostics &) const override
Obs Operator.
void ufo_example_simobs_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, const int &, double &)
void ufo_example_delete_f90(F90hop &)
void ufo_example_setup_f90(F90hop &, const eckit::Configuration &, const oops::Variables &, oops::Variables &)
Interface to Fortran UFO example routines.
static ObsOperatorMaker< ObsExample > makerExample_("Example")