8 #ifndef OOPS_GENERIC_IDVARIABLECHANGE_H_
9 #define OOPS_GENERIC_IDVARIABLECHANGE_H_
17 #include "oops/util/Printable.h"
29 template <
typename MODEL>
34 static const std::string
classname() {
return "oops::IdVariableChange";}
43 void print(std::ostream & os)
const override {os <<
"IdVariableChange";}
Geometry class used in oops; subclass of interface class interface::Geometry.
static const std::string classname()
void changeVarInverse(const State_ &x1, State_ &x2) const override
inverse of changeVar, change variables back from xout to xin
Geometry< MODEL > Geometry_
void print(std::ostream &os) const override
Print, used for logging.
void changeVar(const State_ &x1, State_ &x2) const override
Perform identity change of variable.
IdVariableChange(const Geometry_ &, const eckit::Configuration &)
State class used in oops; subclass of interface class interface::State.
The namespace for the main oops code.