Go to the documentation of this file.
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;
46 const util::DateTime & t2)
const {
53 os <<
"ObsWindQG::print not implemented";
void simulateObs(const GomQG &, ObsVecQG &, const ObsBias &) const override
Obs Operator.
The namespace for the qg model.
Class to handle observation bias parameters.
static ObsOpMaker< ObsWindQG > makerWind_("Wind")
const double & wind() const
GomQG class to handle local model values for QG model.
const ObsSpaceQG & obsdb_
ObsWindQG(const ObsSpaceQG &, const eckit::Configuration &)
std::unique_ptr< LocationsQG > locations(const util::DateTime &, const util::DateTime &) const override
ObsVecQG class to handle vectors in observation space for QG model.
void qg_wind_equiv_f90(const F90gom &, const F90ovec &, const double &)
const int & toFortran() const
std::unique_ptr< LocationsQG > locations(const util::DateTime &t1, const util::DateTime &t2) const
create locations between times (t1, t2]
void print(std::ostream &) const override
const int & toFortran() const