11 #ifndef QG_MODEL_GOMQG_H_
12 #define QG_MODEL_GOMQG_H_
20 #include "oops/util/ObjectCounter.h"
21 #include "oops/util/Printable.h"
23 #include "oops/qg/QgFortran.h"
34 class GomQG :
public util::Printable,
35 private util::ObjectCounter<GomQG> {
37 static const std::string
classname() {
return "qg::GomQG";}
59 void read(
const eckit::Configuration &);
60 void write(
const eckit::Configuration &)
const;
65 void print(std::ostream &)
const;
GomQG class to handle local model values for QG model.
double dot_product_with(const GomQG &) const
double normalizedrms(const GomQG &) const
void print(std::ostream &) const
static const std::string classname()
void write(const eckit::Configuration &) const
GomQG & operator*=(const double &)
GomQG & operator=(const GomQG &)
const int & toFortran() const
void read(const eckit::Configuration &)
GomQG & operator-=(const GomQG &)
GomQG & operator+=(const GomQG &)
LocationsQG class to handle locations for QG model.
The namespace for the main oops code.
The namespace for the qg model.