8 #ifndef QG_MODEL_GETVALUESQG_H_
9 #define QG_MODEL_GETVALUESQG_H_
15 #include "eckit/config/LocalConfiguration.h"
17 #include "oops/util/DateTime.h"
18 #include "oops/util/ObjectCounter.h"
19 #include "oops/util/Printable.h"
21 #include "oops/qg/LocationsQG.h"
22 #include "oops/qg/QgFortran.h"
36 private util::ObjectCounter<GetValuesQG> {
38 static const std::string
classname() {
return "qg::GetValuesQG";}
47 const util::DateTime & t2,
GomQG &)
const;
50 void print(std::ostream &)
const;
52 eckit::LocalConfiguration
conf_;
GeometryQG handles geometry for QG model.
used for getting state values at observation locations
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
static const std::string classname()
GomQG class to handle local model values for QG model.
LocationsQG class to handle locations for QG model.
The namespace for the qg model.