Go to the documentation of this file.
8 #ifndef QG_MODEL_CHANGEVARQG_H_
9 #define QG_MODEL_CHANGEVARQG_H_
14 #include "oops/util/Printable.h"
16 #include "oops/qg/QgFortran.h"
32 static const std::string
classname() {
return "qg::ChangeVarQG";}
42 void print(std::ostream &)
const override;
50 #endif // QG_MODEL_CHANGEVARQG_H_
void changeVar(const StateQG &, StateQG &) const
Perform transforms.
ChangeVarQG(const GeometryQG &, const eckit::Configuration &)
The namespace for the qg model.
static const std::string classname()
void changeVarInverse(const StateQG &, StateQG &) const
void print(std::ostream &) const override
GeometryQG handles geometry for QG model.