8 #ifndef UFO_OBSOPERATOR_H_ 9 #define UFO_OBSOPERATOR_H_ 11 #include <boost/noncopyable.hpp> 12 #include <boost/scoped_ptr.hpp> 14 #include "oops/util/Printable.h" 33 class ObsOperatorBase;
38 private boost::noncopyable {
50 void print(std::ostream &)
const;
51 boost::scoped_ptr<ObsOperatorBase>
oper_;
58 #endif // UFO_OBSOPERATOR_H_
void simulateObs(const GeoVaLs &, ioda::ObsVector &, const ObsBias &) const
Obs Operator.
ObsVector class to handle vectors in observation space for IODA.
ObsOperator(const ioda::ObsSpace &, const eckit::Configuration &)
void print(std::ostream &) const
Wrapper around ObsHelpQG, mostly to hide the factory.
The namespace for the main oops code.
GeoVaLs: geophysical values at locations.
const oops::Variables & variables() const
Operator input required from Model.
boost::scoped_ptr< ObsOperatorBase > oper_
Class to handle observation bias parameters.