OOPS
|
Generic implementation of identity linear model. More...
#include <IdentityLinearModel.h>
Public Types | |
typedef IdentityLinearModelParameters | Parameters_ |
Public Member Functions | |
IdentityLinearModel (const Geometry_ &, const IdentityLinearModelParameters &) | |
void | initializeTL (Increment_ &) const override |
initialize tangent linear forecast More... | |
void | stepTL (Increment_ &, const ModelAuxInc_ &) const override |
one tangent linear forecast step More... | |
void | finalizeTL (Increment_ &) const override |
finalize tangent linear forecast More... | |
void | initializeAD (Increment_ &) const override |
initialize tangent linear forecast More... | |
void | stepAD (Increment_ &, ModelAuxInc_ &) const override |
one tangent linear forecast step More... | |
void | finalizeAD (Increment_ &) const override |
finalize tangent linear forecast More... | |
void | setTrajectory (const State_ &, State_ &, const ModelAuxCtl_ &) override |
set trajectory More... | |
const util::Duration & | timeResolution () const override |
linear model time step More... | |
const oops::Variables & | variables () const override |
linear model variables More... | |
![]() | |
LinearModelBase ()=default | |
virtual | ~LinearModelBase ()=default |
Static Public Member Functions | |
static const std::string | classname () |
![]() | |
static const std::string | classname () |
Private Types | |
typedef Geometry< MODEL > | Geometry_ |
typedef Increment< MODEL > | Increment_ |
typedef ModelAuxControl< MODEL > | ModelAuxCtl_ |
typedef ModelAuxIncrement< MODEL > | ModelAuxInc_ |
typedef State< MODEL > | State_ |
Private Member Functions | |
void | print (std::ostream &) const override |
Print; used for logging. More... | |
Private Attributes | |
const IdentityLinearModelParameters | params_ |
Generic implementation of identity linear model.
Definition at line 40 of file IdentityLinearModel.h.
|
private |
Definition at line 41 of file IdentityLinearModel.h.
|
private |
Definition at line 42 of file IdentityLinearModel.h.
|
private |
Definition at line 43 of file IdentityLinearModel.h.
|
private |
Definition at line 44 of file IdentityLinearModel.h.
typedef IdentityLinearModelParameters oops::IdentityLinearModel< MODEL >::Parameters_ |
Definition at line 48 of file IdentityLinearModel.h.
|
private |
Definition at line 45 of file IdentityLinearModel.h.
oops::IdentityLinearModel< MODEL >::IdentityLinearModel | ( | const Geometry_ & | resol, |
const IdentityLinearModelParameters & | params | ||
) |
Definition at line 84 of file IdentityLinearModel.h.
|
inlinestatic |
Definition at line 50 of file IdentityLinearModel.h.
|
overridevirtual |
finalize tangent linear forecast
Implements oops::LinearModelBase< MODEL >.
Definition at line 133 of file IdentityLinearModel.h.
|
overridevirtual |
finalize tangent linear forecast
Implements oops::LinearModelBase< MODEL >.
Definition at line 109 of file IdentityLinearModel.h.
|
overridevirtual |
initialize tangent linear forecast
Implements oops::LinearModelBase< MODEL >.
Definition at line 116 of file IdentityLinearModel.h.
|
overridevirtual |
initialize tangent linear forecast
Implements oops::LinearModelBase< MODEL >.
Definition at line 93 of file IdentityLinearModel.h.
|
inlineoverrideprivatevirtual |
Print; used for logging.
Implements oops::LinearModelBase< MODEL >.
Definition at line 77 of file IdentityLinearModel.h.
|
overridevirtual |
set trajectory
Implements oops::LinearModelBase< MODEL >.
Definition at line 140 of file IdentityLinearModel.h.
|
overridevirtual |
one tangent linear forecast step
Implements oops::LinearModelBase< MODEL >.
Definition at line 123 of file IdentityLinearModel.h.
|
overridevirtual |
one tangent linear forecast step
Implements oops::LinearModelBase< MODEL >.
Definition at line 100 of file IdentityLinearModel.h.
|
inlineoverridevirtual |
linear model time step
Implements oops::LinearModelBase< MODEL >.
Definition at line 72 of file IdentityLinearModel.h.
|
inlineoverridevirtual |
linear model variables
Implements oops::LinearModelBase< MODEL >.
Definition at line 74 of file IdentityLinearModel.h.
|
private |
Definition at line 78 of file IdentityLinearModel.h.