Go to the documentation of this file.
13 #include "ioda/ObsVector.h"
14 #include "oops/base/Variables.h"
16 #include "oops/util/IntSetParser.h"
17 #include "oops/util/Logger.h"
21 #include "ufo/GeoVaLs.h"
22 #include "ufo/ObsDiagnostics.h"
31 const eckit::Configuration & config)
36 oops::Log::trace() <<
"ObsGeosAod created." << std::endl;
43 oops::Log::trace() <<
"ObsGeosAod destructed" << std::endl;
51 oops::Log::trace() <<
"ObsGeosAod: observation operator run" << std::endl;
57 os <<
"ObsGeosAod::print not implemented";
static ObsOperatorMaker< ObsGeosAod > makerGeosAod_("GeosAod")
void simulateObs(const GeoVaLs &, ioda::ObsVector &, ObsDiagnostics &) const override
Obs Operator.
void ufo_geosaod_simobs_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, const int &, double &)
ObsGeosAod(const ioda::ObsSpace &, const eckit::Configuration &)
void ufo_geosaod_delete_f90(F90hop &)
const ioda::ObsSpace & odb_
Base class for observation operators.
void ufo_geosaod_setup_f90(F90hop &, const eckit::Configuration &, const oops::Variables &, oops::Variables &)
Interface to Fortran UFO geosaod routines.
GeoVaLs: geophysical values at locations.
void print(std::ostream &) const