FV3 Bundle
|
Encapsulates the linear forecast model. More...
#include <LinearModel.h>
Public Member Functions | |
LinearModel (const Geometry_ &, const eckit::Configuration &) | |
~LinearModel () | |
void | forecastTL (Increment_ &, const ModelAuxIncr_ &, const util::Duration &, PostProcessor< Increment_ > post=PostProcessor< Increment_ >(), PostProcessorTLAD< MODEL > cost=PostProcessorTLAD< MODEL >(), const bool idmodel=false) const |
Run the tangent linear forecast. More... | |
void | forecastAD (Increment_ &, ModelAuxIncr_ &, const util::Duration &, PostProcessor< Increment_ > post=PostProcessor< Increment_ >(), PostProcessorTLAD< MODEL > cost=PostProcessorTLAD< MODEL >(), const bool idmodel=false) const |
Run the adjoint forecast. More... | |
void | setTrajectory (const State_ &, State_ &, const ModelAux_ &) |
const util::Duration & | timeResolution () const |
const oops::Variables & | variables () const |
Static Public Member Functions | |
static const std::string | classname () |
Protected Member Functions | |
void | initializeTL (Increment_ &) const |
void | stepTL (Increment_ &, const ModelAuxIncr_ &) const |
void | finalizeTL (Increment_ &) const |
void | initializeAD (Increment_ &) const |
void | stepAD (Increment_ &, ModelAuxIncr_ &) const |
void | finalizeAD (Increment_ &) const |
Private Types | |
typedef LinearModelBase< MODEL > | LinearModelBase_ |
typedef Increment< MODEL > | Increment_ |
typedef Geometry< MODEL > | Geometry_ |
typedef ModelAuxControl< MODEL > | ModelAux_ |
typedef ModelAuxIncrement< MODEL > | ModelAuxIncr_ |
typedef State< MODEL > | State_ |
Private Member Functions | |
void | print (std::ostream &) const |
Private Attributes | |
boost::scoped_ptr< LinearModelBase_ > | tlm_ |
Encapsulates the linear forecast model.
This class provides the operations associated with the LinearModel. It wraps the actual linear model which can be a model specific one or a generic one (identity). The interface for the linear model comprises two levels (LinearModel
and LinearModelBase) because we want run time polymorphism.
Definition at line 49 of file oops/interface/LinearModel.h.
|
private |
Definition at line 54 of file oops/interface/LinearModel.h.
|
private |
Definition at line 53 of file oops/interface/LinearModel.h.
|
private |
Definition at line 52 of file oops/interface/LinearModel.h.
|
private |
Definition at line 55 of file oops/interface/LinearModel.h.
|
private |
Definition at line 56 of file oops/interface/LinearModel.h.
|
private |
Definition at line 57 of file oops/interface/LinearModel.h.
oops::LinearModel< MODEL >::LinearModel | ( | const Geometry_ & | resol, |
const eckit::Configuration & | conf | ||
) |
Definition at line 105 of file oops/interface/LinearModel.h.
oops::LinearModel< MODEL >::~LinearModel | ( | ) |
Definition at line 118 of file oops/interface/LinearModel.h.
|
inlinestatic |
Definition at line 60 of file oops/interface/LinearModel.h.
|
protected |
Definition at line 275 of file oops/interface/LinearModel.h.
|
protected |
Definition at line 245 of file oops/interface/LinearModel.h.
void oops::LinearModel< MODEL >::forecastAD | ( | Increment_ & | dx, |
ModelAuxIncr_ & | mctl, | ||
const util::Duration & | len, | ||
PostProcessor< Increment_ > | post = PostProcessor<Increment_>() , |
||
PostProcessorTLAD< MODEL > | cost = PostProcessorTLAD<MODEL>() , |
||
const bool | idmodel = false |
||
) | const |
Run the adjoint forecast.
Definition at line 173 of file oops/interface/LinearModel.h.
void oops::LinearModel< MODEL >::forecastTL | ( | Increment_ & | dx, |
const ModelAuxIncr_ & | mctl, | ||
const util::Duration & | len, | ||
PostProcessor< Increment_ > | post = PostProcessor<Increment_>() , |
||
PostProcessorTLAD< MODEL > | cost = PostProcessorTLAD<MODEL>() , |
||
const bool | idmodel = false |
||
) | const |
Run the tangent linear forecast.
Run forecast TL and AD.
Definition at line 132 of file oops/interface/LinearModel.h.
|
protected |
Definition at line 255 of file oops/interface/LinearModel.h.
|
protected |
Definition at line 225 of file oops/interface/LinearModel.h.
|
private |
Definition at line 285 of file oops/interface/LinearModel.h.
void oops::LinearModel< MODEL >::setTrajectory | ( | const State_ & | xx, |
State_ & | xlr, | ||
const ModelAux_ & | maux | ||
) |
Definition at line 214 of file oops/interface/LinearModel.h.
|
protected |
Definition at line 265 of file oops/interface/LinearModel.h.
|
protected |
Definition at line 235 of file oops/interface/LinearModel.h.
|
inline |
Definition at line 81 of file oops/interface/LinearModel.h.
|
inline |
Definition at line 82 of file oops/interface/LinearModel.h.
|
private |
Definition at line 99 of file oops/interface/LinearModel.h.