|
| TLML95 (const Resolution &, const Parameters_ &) |
|
| ~TLML95 () |
|
void | setTrajectory (const StateL95 &, StateL95 &, const ModelBias &) override |
| Model trajectory computation. More...
|
|
void | initializeTL (IncrementL95 &) const override |
| Run TLM and its adjoint. More...
|
|
void | stepTL (IncrementL95 &, const ModelBiasCorrection &) const override |
|
void | finalizeTL (IncrementL95 &) const override |
|
void | initializeAD (IncrementL95 &) const override |
|
void | stepAD (IncrementL95 &, ModelBiasCorrection &) const override |
|
void | finalizeAD (IncrementL95 &) const override |
|
const util::Duration & | timeResolution () const override |
| Other utilities. More...
|
|
const oops::Variables & | variables () const override |
| LinearModel variables (only used in 4DVar) More...
|
|
| LinearModelBase ()=default |
|
virtual | ~LinearModelBase ()=default |
|
void | initializeTL (oops::Increment< L95Traits > &dx) const final |
|
virtual void | initializeTL (Increment_ &) const=0 |
| Tangent linear forecast initialization, called before every run. More...
|
|
void | stepTL (oops::Increment< L95Traits > &dx, const ModelAuxIncrement< L95Traits > &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< L95Traits > &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< L95Traits > &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< L95Traits > &dx, ModelAuxIncrement< L95Traits > &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< L95Traits > &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< L95Traits > &xx, oops::State< L95Traits > &xxtraj, const ModelAuxControl< L95Traits > &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 |
|
Lorenz 95 linear model definition.
Definition at line 58 of file TLML95.h.