8 #ifndef UFO_MARINE_SEAICEFRACTION_OBSSEAICEFRACTION_H_ 9 #define UFO_MARINE_SEAICEFRACTION_OBSSEAICEFRACTION_H_ 14 #include <boost/scoped_ptr.hpp> 17 #include "oops/util/Logger.h" 18 #include "oops/util/ObjectCounter.h" 39 private util::ObjectCounter<ObsSeaIceFraction> {
41 static const std::string
classname() {
return "ufo::ObsSeaIceFraction";}
56 void print(std::ostream &)
const;
59 boost::scoped_ptr<const oops::Variables>
varin_;
65 #endif // UFO_MARINE_SEAICEFRACTION_OBSSEAICEFRACTION_H_ Total ice concentration observation for UFO.
ObsVector class to handle vectors in observation space for IODA.
ObsSeaIceFraction(const ioda::ObsSpace &, const eckit::Configuration &)
F90hop keyOperSeaIceFraction_
const int & toFortran() const
Base class for observation operators.
virtual ~ObsSeaIceFraction()
Wrapper around ObsHelpQG, mostly to hide the factory.
GeoVaLs: geophysical values at locations.
const ioda::ObsSpace & odb_
void simulateObs(const GeoVaLs &, ioda::ObsVector &, const ObsBias &) const
Obs Operator.
boost::scoped_ptr< const oops::Variables > varin_
static const std::string classname()
const oops::Variables & variables() const
Operator input required from Model.
Class to handle observation bias parameters.
void print(std::ostream &) const