11 #ifndef QG_MODEL_OBSWINDQG_H_ 12 #define QG_MODEL_OBSWINDQG_H_ 17 #include <boost/shared_ptr.hpp> 23 #include "oops/util/ObjectCounter.h" 34 class ObsBiasIncrement;
41 private util::ObjectCounter<ObsWindQG> {
43 static const std::string
classname() {
return "qg::ObsWindQG";}
58 void print(std::ostream &)
const;
65 #endif // QG_MODEL_OBSWINDQG_H_ static const std::string classname()
GomQG class to handle local model values for QG model.
void simulateObs(const GomQG &, ObsVecQG &, const ObsBias &) const
Obs Operator.
Base class for observation operators.
const oops::Variables & variables() const override
Other.
const oops::Variables varin_
Class to handle observation bias parameters.
Wind observation for QG model.
const int & toFortran() const
ObsWindQG(const ObsSpaceQG &, const eckit::Configuration &)
void print(std::ostream &) const
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.