17 #include "oops/util/Logger.h" 29 : keyOperGnssroRef_(0), varin_(), odb_(odb)
31 const std::vector<std::string> vv{
"temperature",
"specific_humidity",
"air_pressure",
32 "geopotential_height"};
34 const eckit::Configuration * configc = &config;
36 oops::Log::trace() <<
"ObsGnssroRef created." << std::endl;
43 oops::Log::trace() <<
"ObsGnssroRef destructed" << std::endl;
57 os <<
"ObsGnssroRef::print not implemented";
ObsVector class to handle vectors in observation space for IODA.
const ioda::ObsSpace & odb_
const double & toFortran() const
Wrapper around ObsHelpQG, mostly to hide the factory.
void simulateObs(const GeoVaLs &, ioda::ObsVector &, const ObsBias &) const
Obs Operator.
GeoVaLs: geophysical values at locations.
ObsGnssroRef(const ioda::ObsSpace &, const eckit::Configuration &)
boost::scoped_ptr< const oops::Variables > varin_
void print(std::ostream &) const
void ufo_gnssro_ref_simobs_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, double &, const F90obias &)
void ufo_gnssro_ref_setup_f90(F90hop &, const eckit::Configuration *const *)
Interface to Fortran UFO routines.
Class to handle observation bias parameters.
void ufo_gnssro_ref_delete_f90(F90hop &)
static ObsOperatorMaker< ObsGnssroRef > makerGnssroRef_("GnssroRef")