15 #include "eckit/config/Configuration.h"
22 #include "oops/util/Logger.h"
31 : obsdb_(odb), varin_(std::vector<std::string>{
"u",
"v"})
33 oops::Log::trace() <<
"ObsWindQG created." << std::endl;
52 os <<
"QG wind components (u and v) observation operator";
GomQG class to handle local model values for QG model.
const int & toFortran() const
Class to handle observation bias parameters.
const double & wind() const
std::unique_ptr< LocationsQG > locations() const
create locations for the whole time window
ObsVecQG class to handle vectors in observation space for QG model.
const int & toFortran() const
ObsWindQG(const ObsSpaceQG &, const eckit::Configuration &)
std::unique_ptr< LocationsQG > locations() const override
void simulateObs(const GomQG &, ObsVecQG &, const ObsBias &) const override
Obs Operator.
void print(std::ostream &) const override
const ObsSpaceQG & obsdb_
The namespace for the qg model.
void qg_wind_equiv_f90(const F90gom &, const F90ovec &, const double &)
static ObsOpMaker< ObsWindQG > makerWind_("Wind")