Go to the documentation of this file.
12 #include "ioda/ObsSpace.h"
13 #include "ioda/ObsVector.h"
14 #include "oops/base/Variables.h"
16 #include "oops/util/Logger.h"
17 #include "ufo/GeoVaLs.h"
27 const eckit::Configuration & config)
28 : keyOper_(0), odb_(odb), varin_()
32 oops::Log::trace() <<
"ObsGeosAodTLAD created" << std::endl;
39 oops::Log::trace() <<
"ObsGeosAodTLAD destructed" << std::endl;
46 oops::Log::trace() <<
"ObsGeosAodTLAD: trajectory entering" << std::endl;
48 oops::Log::trace() <<
"ObsGeosAodTLAD: set trajectory exiting" << std::endl;
55 ovec.nvars(), ovec.nlocs(), ovec.toFortran());
56 oops::Log::trace() <<
"ObsGeosAodTLAD: TL observation operator run" << std::endl;
63 ovec.nvars(), ovec.nlocs(), ovec.toFortran());
64 oops::Log::trace() <<
"ObsGeosAodTLAD: adjoint observation operator run" << std::endl;
70 os <<
"ObsGeosAodTLAD::print not implemented" << std::endl;
virtual ~ObsGeosAodTLAD()
void setTrajectory(const GeoVaLs &, const ObsBias &, ObsDiagnostics &) override
Obs Operator.
void ufo_geosaod_tlad_settraj_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &)
void ufo_geosaod_tlad_delete_f90(F90hop &)
ObsGeosAodTLAD(const ioda::ObsSpace &, const eckit::Configuration &)
const ioda::ObsSpace & odb_
void ufo_geosaod_tlad_setup_f90(F90hop &, const eckit::Configuration &, const oops::Variables &, oops::Variables &)
Interface to Fortran UFO geosaod routines.
Class to handle observation bias parameters.
void print(std::ostream &) const override
GeoVaLs: geophysical values at locations.
void ufo_geosaod_simobs_ad_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, const int &, const double &)
static LinearObsOperatorMaker< ObsGeosAodTLAD > makerGeosAodTL_("GeosAod")
void simulateObsAD(GeoVaLs &, const ioda::ObsVector &) const override
void ufo_geosaod_simobs_tl_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, const int &, double &)
void simulateObsTL(const GeoVaLs &, ioda::ObsVector &) const override