11 #ifndef QG_MODEL_OBSOPERATORQG_H_ 12 #define QG_MODEL_OBSOPERATORQG_H_ 16 #include <boost/noncopyable.hpp> 17 #include <boost/scoped_ptr.hpp> 19 #include "oops/util/Printable.h" 40 private boost::noncopyable {
52 void print(std::ostream &)
const;
53 boost::scoped_ptr<ObsOpBaseQG>
oper_;
60 #endif // QG_MODEL_OBSOPERATORQG_H_
GomQG class to handle local model values for QG model.
boost::scoped_ptr< ObsOpBaseQG > oper_
const oops::Variables & variables() const
Other.
ObsOperatorQG(const ObsSpaceQG &, const eckit::Configuration &)
The namespace for the main oops code.
Class to handle observation bias parameters.
void simulateObs(const GomQG &, ObsVecQG &, const ObsBias &) const
Obs Operator.
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.