10 #include "eckit/config/LocalConfiguration.h"
11 #include "eckit/exception/Exceptions.h"
15 #include "oops/util/Logger.h"
28 const eckit::Configuration & conf)
29 : locs_(locs), conf_(conf)
31 oops::Log::trace() <<
"GetValuesQG constructor with config " <<
conf_ << std::endl;
38 const util::DateTime & t2,
GomQG & gom)
const
40 oops::Log::trace() <<
"GetValuesQG::fillGeoVaLs start" << std::endl;
42 const std::string interpType =
conf_.getString(
"interpolation type",
"default");
44 if (interpType ==
"default" || (interpType.compare(0, 8,
"default_") == 0)) {
47 std::string err_message(
"interpolation type option " + interpType +
" not supported");
48 throw eckit::BadValue(err_message, Here());
50 oops::Log::trace() <<
"GetValuesQG::fillGeoVaLs done" << std::endl;
const int & toFortran() const
GeometryQG handles geometry for QG model.
eckit::LocalConfiguration conf_
GetValuesQG(const GeometryQG &, const LocationsQG &locs, const eckit::Configuration &)
saves all locations locs to use during filling GeoVaLs
void fillGeoVaLs(const StateQG &, const util::DateTime &t1, const util::DateTime &t2, GomQG &) const
fills in geovals for all observations in the timeframe (t1, t2], geovals are interpolated trilinearly...
void print(std::ostream &) const
GomQG class to handle local model values for QG model.
const int & toFortran() const
LocationsQG class to handle locations for QG model.
FieldsQG & fields()
Access to fields.
The namespace for the qg model.
void qg_getvalues_interp_f90(const LocationsQG &, const F90flds &, const util::DateTime &, const util::DateTime &, const F90gom &)