15 #include "eckit/config/Configuration.h" 23 #include "oops/util/Logger.h" 32 : keyOperWind_(0), varin_(
std::vector<
std::string>{
"u",
"v"})
34 const eckit::Configuration * configc = &config;
36 oops::Log::trace() <<
"ObsWindTLAD created" << std::endl;
42 oops::Log::trace() <<
"ObsWindTLAD destructed" << std::endl;
66 os <<
"ObsStreamTLAD::print not implemented" << std::endl;
GomQG class to handle local model values for QG model.
subroutine std(a, mean, stdv, area)
static ObsOpTLADMaker< ObsWindTLAD > makerWindTL_("Wind")
void qg_wind_setup_f90(F90hop &, const eckit::Configuration *const *)
Class to handle observation bias parameters.
void print(std::ostream &) const override
void simulateObsTL(const GomQG &, ObsVecQG &, const ObsBiasIncrement &) const override
void simulateObsAD(GomQG &, const ObsVecQG &, ObsBiasIncrement &) const override
void qg_wind_equiv_tl_f90(const F90goms &, const F90ovec &, const double &)
void setTrajectory(const GomQG &, const ObsBias &) override
Obs Operator.
ObsVecQG class to handle vectors in observation space for QG model.
Wrapper around ObsHelpQG, mostly to hide the factory.
void qg_wind_equiv_ad_f90(const F90goms &, const F90ovec &, double &)
The namespace for the qg model.
ObsWindTLAD(const ObsSpaceQG &, const eckit::Configuration &)