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