15 #include "eckit/config/Configuration.h"    22 #include "oops/util/Logger.h"    27 static ObsOpMaker<ObsWindQG>   
makerWind_(
"Wind");
    31   : keyOperWind_(0), varin_(
std::vector<
std::string>{
"u", 
"v"})
    33   const eckit::Configuration * configc = &config;
    35   oops::Log::trace() << 
"ObsWindQG created." << std::endl;
    54   os << 
"ObsWindQG::print not implemented";
 void qg_wind_equiv_f90(const F90goms &, F90ovec &, const double &)
 
GomQG class to handle local model values for QG model. 
 
void simulateObs(const GomQG &, ObsVecQG &, const ObsBias &) const
Obs Operator. 
 
subroutine std(a, mean, stdv, area)
 
void qg_wind_setup_f90(F90hop &, const eckit::Configuration *const *)
 
const double & wind() const
 
void qg_wind_delete_f90(F90hop &)
 
Class to handle observation bias parameters. 
 
ObsWindQG(const ObsSpaceQG &, const eckit::Configuration &)
 
void print(std::ostream &) const
 
static ObsOpMaker< ObsWindQG > makerWind_("Wind")
 
ObsVecQG class to handle vectors in observation space for QG model. 
 
Wrapper around ObsHelpQG, mostly to hide the factory. 
 
The namespace for the qg model.