OOPS
qg::ChangeVarQG Class Reference

QG change of variable. More...

#include <ChangeVarQG.h>

Inheritance diagram for qg::ChangeVarQG:
Collaboration diagram for qg::ChangeVarQG:

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...
 

Detailed Description

QG change of variable.

Definition at line 30 of file ChangeVarQG.h.

Constructor & Destructor Documentation

◆ ChangeVarQG()

qg::ChangeVarQG::ChangeVarQG ( const GeometryQG ,
const eckit::Configuration &   
)

Definition at line 20 of file ChangeVarQG.cc.

◆ ~ChangeVarQG()

qg::ChangeVarQG::~ChangeVarQG ( )

Definition at line 22 of file ChangeVarQG.cc.

Member Function Documentation

◆ changeVar()

void qg::ChangeVarQG::changeVar ( const StateQG xa,
StateQG xm 
) const
override

Perform transforms.

Definition at line 24 of file ChangeVarQG.cc.

Here is the call graph for this function:

◆ changeVarInverse()

void qg::ChangeVarQG::changeVarInverse ( const StateQG xm,
StateQG xa 
) const
override

Definition at line 28 of file ChangeVarQG.cc.

Here is the call graph for this function:

◆ classname()

static const std::string qg::ChangeVarQG::classname ( )
inlinestatic

Definition at line 32 of file ChangeVarQG.h.

◆ print()

void qg::ChangeVarQG::print ( std::ostream &  ) const
overrideprivatevirtual

Print, used for logging.

Implements oops::GenericVariableChangeBase< MODEL >.

Definition at line 32 of file ChangeVarQG.cc.


The documentation for this class was generated from the following files: