12 #include "ioda/ObsSpace.h"
13 #include "ioda/ObsVector.h"
14 #include "oops/base/Variables.h"
15 #include "oops/util/Logger.h"
16 #include "ufo/GeoVaLs.h"
17 #include "ufo/ObsDiagnostics.h"
26 const eckit::Configuration & config)
30 oops::Log::trace() <<
"ObsExampleTLAD created" << std::endl;
37 oops::Log::trace() <<
"ObsExampleTLAD destructed" << std::endl;
44 oops::Log::trace() <<
"ObsExampleTLAD: trajectory set" << std::endl;
51 ovec.size(), ovec.toFortran());
52 oops::Log::trace() <<
"ObsExampleTLAD: TL observation operator run" << std::endl;
59 ovec.size(), ovec.toFortran());
60 oops::Log::trace() <<
"ObsExampleTLAD: adjoint observation operator run" << std::endl;
66 os <<
"ObsExampleTLAD::print not implemented" << std::endl;
GeoVaLs: geophysical values at locations.
const ioda::ObsSpace & obsspace() const
The space containing the observations to be simulated by this operator.
void simulateObsTL(const GeoVaLs &, ioda::ObsVector &) const override
ObsExampleTLAD(const ioda::ObsSpace &, const eckit::Configuration &)
void print(std::ostream &) const override
virtual ~ObsExampleTLAD()
void simulateObsAD(GeoVaLs &, const ioda::ObsVector &) const override
void setTrajectory(const GeoVaLs &, ObsDiagnostics &) override
Obs Operator.
void ufo_example_tlad_setup_f90(F90hop &, const eckit::Configuration &, const oops::Variables &, oops::Variables &)
Interface to Fortran UFO example routines.
void ufo_example_tlad_delete_f90(F90hop &)
void ufo_example_simobs_tl_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, double &)
void ufo_example_simobs_ad_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, const double &)
void ufo_example_tlad_settraj_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const F90goms &)
static LinearObsOperatorMaker< ObsExampleTLAD > makerExampleTL_("Example")