8 #ifndef QG_MODEL_CHANGEVARQG_H_
9 #define QG_MODEL_CHANGEVARQG_H_
16 #include "oops/qg/QgTraits.h"
32 static const std::string
classname() {
return "qg::ChangeVarQG";}
42 void print(std::ostream &)
const override;
Base class for MODEL-specific implementations of VariableChange class. The complete interface that ne...
void changeVarInverse(const StateQG &, StateQG &) const override
void print(std::ostream &) const override
Print, used for logging.
void changeVar(const StateQG &, StateQG &) const override
Perform transforms.
ChangeVarQG(const GeometryQG &, const eckit::Configuration &)
static const std::string classname()
GeometryQG handles geometry for QG model.
The namespace for the qg model.