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