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() <<
"ObsAodGeos created." << std::endl;
43 oops::Log::trace() <<
"ObsAodGeos destructed" << std::endl;
51 oops::Log::trace() <<
"ObsAodGeos: observation operator run" << std::endl;
57 os <<
"ObsAodGeos::print not implemented";
GeoVaLs: geophysical values at locations.
ObsAodGeos(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_aodgeos_setup_f90(F90hop &, const eckit::Configuration &, const oops::Variables &, oops::Variables &)
Interface to Fortran UFO aodgeos routines.
void ufo_aodgeos_simobs_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, const int &, double &)
void ufo_aodgeos_delete_f90(F90hop &)
static ObsOperatorMaker< ObsAodGeos > makerAodGeos_("AodGeos")