OOPS
qg::TlmQG Class Reference

QG linear model definition. More...

#include <TlmQG.h>

Inheritance diagram for qg::TlmQG:
Collaboration diagram for qg::TlmQG:

Public Member Functions

 TlmQG (const GeometryQG &, const eckit::Configuration &)
 
 ~TlmQG ()
 
void initializeTL (IncrementQG &) const override
 Prepare model integration. More...
 
void initializeAD (IncrementQG &) const override
 
void stepTL (IncrementQG &, const ModelBiasIncrement &) const override
 Model integration. More...
 
void stepAD (IncrementQG &, ModelBiasIncrement &) const override
 
void setTrajectory (const StateQG &, StateQG &, const ModelBias &) override
 
void finalizeTL (IncrementQG &) const override
 Finish model integration. More...
 
void finalizeAD (IncrementQG &) const override
 
const util::Duration & timeResolution () const override
 Other utilities. More...
 
const GeometryQGresolution () const
 
const oops::Variablesvariables () const override
 LinearModel variables (only used in 4DVar) More...
 
- Public Member Functions inherited from oops::interface::LinearModelBase< QgTraits >
 LinearModelBase ()=default
 
virtual ~LinearModelBase ()=default
 
void initializeTL (oops::Increment< QgTraits > &dx) const final
 
virtual void initializeTL (Increment_ &) const=0
 Tangent linear forecast initialization, called before every run. More...
 
void stepTL (oops::Increment< QgTraits > &dx, const ModelAuxIncrement< QgTraits > &modelaux) const final
 Tangent linear "step", called during run; updates increment to the next time. More...
 
virtual void stepTL (Increment_ &, const ModelAuxInc_ &) const=0
 Tangent linear forecast "step", called during run; updates Increment to the next time. More...
 
void finalizeTL (oops::Increment< QgTraits > &dx) const final
 Tangent linear finalization; called after each run. More...
 
virtual void finalizeTL (Increment_ &) const=0
 Tangent linear forecast finalization; called after each run. More...
 
void initializeAD (oops::Increment< QgTraits > &dx) const final
 Tangent linear initialization, called before every run. More...
 
virtual void initializeAD (Increment_ &) const=0
 Adjoint forecast initialization, called before every run. More...
 
void stepAD (oops::Increment< QgTraits > &dx, ModelAuxIncrement< QgTraits > &modelaux) const final
 Tangent linear "step", called during run; updates increment to the next time. More...
 
virtual void stepAD (Increment_ &, ModelAuxInc_ &) const=0
 Adjoint forecast "step", called during run; updates increment to the previous time. More...
 
void finalizeAD (oops::Increment< QgTraits > &dx) const final
 Tangent linear finalization; called after each run. More...
 
virtual void finalizeAD (Increment_ &) const=0
 Adjoint forecast finalization; called after each run. More...
 
void setTrajectory (const oops::State< QgTraits > &xx, oops::State< QgTraits > &xxtraj, const ModelAuxControl< QgTraits > &modelaux) final
 Set the trajectory for the linear model, called after each step of the forecast. More...
 
virtual void setTrajectory (const State_ &, State_ &, const ModelAuxCtl_ &)=0
 Set the trajectory for the linear model, called after each step of the forecast. The incoming State is output from the nonlinear forecast. The adjustable State is interpolated to the resolution of the linear model. More...
 
- Public Member Functions inherited from oops::LinearModelBase< MODEL >
 LinearModelBase ()=default
 

Static Public Member Functions

static const std::string classname ()
 
- Static Public Member Functions inherited from oops::interface::LinearModelBase< QgTraits >
static const std::string classname ()
 
- Static Public Member Functions inherited from oops::LinearModelBase< MODEL >
static const std::string classname ()
 

Private Types

typedef std::map< util::DateTime, int >::iterator trajIter
 
typedef std::map< util::DateTime, int >::const_iterator trajICst
 

Private Member Functions

void print (std::ostream &) const override
 Print, used in logging. More...
 

Private Attributes

F90model keyConfig_
 
util::Duration tstep_
 
const GeometryQG resol_
 
std::map< util::DateTime, F90fldstraj_
 
const ModelQG lrmodel_
 
oops::Variables linvars_
 

Detailed Description

QG linear model definition.

QG linear model definition and configuration parameters.

Definition at line 42 of file TlmQG.h.

Member Typedef Documentation

◆ trajICst

typedef std::map< util::DateTime, int >::const_iterator qg::TlmQG::trajICst
private

Definition at line 71 of file TlmQG.h.

◆ trajIter

typedef std::map< util::DateTime, int >::iterator qg::TlmQG::trajIter
private

Definition at line 70 of file TlmQG.h.

Constructor & Destructor Documentation

◆ TlmQG()

qg::TlmQG::TlmQG ( const GeometryQG resol,
const eckit::Configuration &  tlConf 
)

Definition at line 36 of file TlmQG.cc.

◆ ~TlmQG()

qg::TlmQG::~TlmQG ( )

Definition at line 50 of file TlmQG.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

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

Definition at line 45 of file TlmQG.h.

◆ finalizeAD()

void qg::TlmQG::finalizeAD ( IncrementQG dx) const
override

Definition at line 105 of file TlmQG.cc.

Here is the call graph for this function:

◆ finalizeTL()

void qg::TlmQG::finalizeTL ( IncrementQG dx) const
override

Finish model integration.

Definition at line 83 of file TlmQG.cc.

Here is the call graph for this function:

◆ initializeAD()

void qg::TlmQG::initializeAD ( IncrementQG dx) const
override

Definition at line 87 of file TlmQG.cc.

Here is the call graph for this function:

◆ initializeTL()

void qg::TlmQG::initializeTL ( IncrementQG dx) const
override

Prepare model integration.

Definition at line 65 of file TlmQG.cc.

Here is the call graph for this function:

◆ print()

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

Print, used in logging.

Implements oops::interface::LinearModelBase< QgTraits >.

Definition at line 109 of file TlmQG.cc.

◆ resolution()

const GeometryQG& qg::TlmQG::resolution ( ) const
inline

Definition at line 65 of file TlmQG.h.

◆ setTrajectory()

void qg::TlmQG::setTrajectory ( const StateQG xx,
StateQG xlr,
const ModelBias bias 
)
override

Definition at line 58 of file TlmQG.cc.

Here is the call graph for this function:

◆ stepAD()

void qg::TlmQG::stepAD ( IncrementQG dx,
ModelBiasIncrement  
) const
override

Definition at line 92 of file TlmQG.cc.

Here is the call graph for this function:

◆ stepTL()

void qg::TlmQG::stepTL ( IncrementQG dx,
const ModelBiasIncrement  
) const
override

Model integration.

Definition at line 70 of file TlmQG.cc.

Here is the call graph for this function:

◆ timeResolution()

const util::Duration& qg::TlmQG::timeResolution ( ) const
inlineoverridevirtual

Other utilities.

Implements oops::LinearModelBase< MODEL >.

Definition at line 64 of file TlmQG.h.

◆ variables()

const oops::Variables& qg::TlmQG::variables ( ) const
inlineoverridevirtual

LinearModel variables (only used in 4DVar)

Implements oops::LinearModelBase< MODEL >.

Definition at line 66 of file TlmQG.h.

Member Data Documentation

◆ keyConfig_

F90model qg::TlmQG::keyConfig_
private

Definition at line 74 of file TlmQG.h.

◆ linvars_

oops::Variables qg::TlmQG::linvars_
private

Definition at line 79 of file TlmQG.h.

◆ lrmodel_

const ModelQG qg::TlmQG::lrmodel_
private

Definition at line 78 of file TlmQG.h.

◆ resol_

const GeometryQG qg::TlmQG::resol_
private

Definition at line 76 of file TlmQG.h.

◆ traj_

std::map< util::DateTime, F90flds> qg::TlmQG::traj_
private

Definition at line 77 of file TlmQG.h.

◆ tstep_

util::Duration qg::TlmQG::tstep_
private

Definition at line 75 of file TlmQG.h.


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