17 #include "oops/util/Logger.h" 29 : keyOperGnssroBndGSI_(0), varin_(), odb_(odb)
31 const std::vector<std::string> vv{
"temperature",
"specific_humidity",
"air_pressure",
32 "air_pressure_levels",
"geopotential_height_levels"};
35 const eckit::Configuration * configc = &config;
37 oops::Log::trace() <<
"ObsGnssroBndGSI created." << std::endl;
44 oops::Log::trace() <<
"ObsGnssroBndGSI destructed" << std::endl;
58 os <<
"ObsGnssroBndGSI::print not implemented";
static ObsOperatorMaker< ObsGnssroBndGSI > makerGnssroBndGSI_("GnssroBndGSI")
ObsVector class to handle vectors in observation space for IODA.
const double & toFortran() const
virtual ~ObsGnssroBndGSI()
void simulateObs(const GeoVaLs &, ioda::ObsVector &, const ObsBias &) const
Obs Operator.
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_
void ufo_gnssro_bndgsi_setup_f90(F90hop &, const eckit::Configuration *const *)
Interface to Fortran UFO routines.
F90hop keyOperGnssroBndGSI_
Class to handle observation bias parameters.
void ufo_gnssro_bndgsi_delete_f90(F90hop &)
void ufo_gnssro_bndgsi_simobs_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, double &, const F90obias &)
void print(std::ostream &) const