11 #ifndef QG_MODEL_OBSOPERATORTLAD_H_ 12 #define QG_MODEL_OBSOPERATORTLAD_H_ 16 #include <boost/noncopyable.hpp> 17 #include <boost/scoped_ptr.hpp> 19 #include "oops/util/Printable.h" 33 class ObsBiasIncrement;
41 private boost::noncopyable {
55 void print(std::ostream &)
const;
56 boost::scoped_ptr<ObsOpBaseTLAD>
oper_;
63 #endif // QG_MODEL_OBSOPERATORTLAD_H_ GomQG class to handle local model values for QG model.
The namespace for the main oops code.
Class to handle observation bias parameters.
const oops::Variables & variables() const
Other.
void simulateObsAD(GomQG &, const ObsVecQG &, ObsBiasIncrement &) const
void print(std::ostream &) const
void simulateObsTL(const GomQG &, ObsVecQG &, const ObsBiasIncrement &) const
void setTrajectory(const GomQG &, const ObsBias &)
Obs Operator.
ObsOperatorTLAD(const ObsSpaceQG &, const eckit::Configuration &)
ObsVecQG class to handle vectors in observation space for QG model.
Wrapper around ObsHelpQG, mostly to hide the factory.
boost::scoped_ptr< ObsOpBaseTLAD > oper_
The namespace for the qg model.