|
| 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 GeometryQG & | resolution () const |
|
const oops::Variables & | variables () const override |
| LinearModel variables (only used in 4DVar) More...
|
|
| 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...
|
|
| LinearModelBase ()=default |
|
QG linear model definition.
QG linear model definition and configuration parameters.
Definition at line 42 of file TlmQG.h.