|
OOPS
|
QG change of variable. More...
#include <ChangeVarQG.h>


Public Member Functions | |
| ChangeVarQG (const GeometryQG &, const eckit::Configuration &) | |
| ~ChangeVarQG () | |
| void | changeVar (const StateQG &, StateQG &) const override |
| Perform transforms. More... | |
| void | changeVarInverse (const StateQG &, StateQG &) const override |
Public Member Functions inherited from oops::VariableChangeBase< QgTraits > | |
| VariableChangeBase ()=default | |
| virtual | ~VariableChangeBase ()=default |
| void | changeVar (const State< QgTraits > &xin, State< QgTraits > &xout) const final |
| virtual void | changeVar (const State_ &xin, State_ &xout) const=0 |
change variables from state xin to xout More... | |
| void | changeVarInverse (const State< QgTraits > &xout, State< QgTraits > &xin) const final |
inverse of changeVar, change variables back from xout to xin More... | |
| virtual void | changeVarInverse (const State_ &xout, State_ &xin) const=0 |
inverse of changeVar, change variables back from xout to xin More... | |
Public Member Functions inherited from oops::GenericVariableChangeBase< MODEL > | |
| GenericVariableChangeBase ()=default | |
| virtual | ~GenericVariableChangeBase ()=default |
Static Public Member Functions | |
| static const std::string | classname () |
Private Member Functions | |
| void | print (std::ostream &) const override |
| Print, used for logging. More... | |
QG change of variable.
Definition at line 30 of file ChangeVarQG.h.
| qg::ChangeVarQG::ChangeVarQG | ( | const GeometryQG & | , |
| const eckit::Configuration & | |||
| ) |
Definition at line 20 of file ChangeVarQG.cc.
| qg::ChangeVarQG::~ChangeVarQG | ( | ) |
Definition at line 22 of file ChangeVarQG.cc.
Perform transforms.
Definition at line 24 of file ChangeVarQG.cc.

|
inlinestatic |
Definition at line 32 of file ChangeVarQG.h.
|
overrideprivatevirtual |
Print, used for logging.
Implements oops::GenericVariableChangeBase< MODEL >.
Definition at line 32 of file ChangeVarQG.cc.