15 #include "eckit/config/Configuration.h"
23 #include "oops/util/Logger.h"
32 : traj_(), varin_(std::vector<std::string>{
"u",
"v"})
35 oops::Log::trace() <<
"ObsWSpeedTLAD created" << std::endl;
42 oops::Log::trace() <<
"ObsWSpeedTLAD trajectory was set " <<
traj_ << std::endl;
64 os <<
"QG wind speed observation operator TL/AD";
GomQG class to handle local model values for QG model.
const int & toFortran() const
Class to handle observation bias parameters.
ObsVecQG class to handle vectors in observation space for QG model.
const int & toFortran() const
ObsWSpeedTLAD(const ObsSpaceQG &, const eckit::Configuration &)
void print(std::ostream &) const override
void simulateObsAD(GomQG &, const ObsVecQG &, ObsBiasIncrement &) const override
void setTrajectory(const GomQG &, const ObsBias &) override
Obs Operator.
void simulateObsTL(const GomQG &, ObsVecQG &, const ObsBiasIncrement &) const override
The namespace for the qg model.
static ObsOpTLADMaker< ObsWSpeedTLAD > makerWSpeedTL_("WSpeed")
void qg_wspeed_gettraj_f90(const int &, const oops::Variables &, const F90gom &)
void qg_wspeed_equiv_ad_f90(const F90gom &, const F90ovec &, const F90gom &, double &)
void qg_wspeed_equiv_tl_f90(const F90gom &, const F90ovec &, const F90gom &, const double &)
void qg_wspeed_settraj_f90(const F90gom &, const F90gom &)