OOPS
oops::CostFct4DEnsVar< MODEL, OBS > Class Template Reference

4D-Ens-Var Cost Function More...

#include <CostFct4DEnsVar.h>

Inheritance diagram for oops::CostFct4DEnsVar< MODEL, OBS >:
Collaboration diagram for oops::CostFct4DEnsVar< MODEL, OBS >:

Public Member Functions

 CostFct4DEnsVar (const eckit::Configuration &, const eckit::mpi::Comm &)
 
 ~CostFct4DEnsVar ()
 
void runTLM (CtrlInc_ &, PostProcessorTLAD< MODEL > &, PostProcessor< Increment_ >, const bool idModel=false) const override
 
void runADJ (CtrlInc_ &, PostProcessorTLAD< MODEL > &, PostProcessor< Increment_ >, const bool idModel=false) const override
 
void zeroAD (CtrlInc_ &) const override
 
void runNL (CtrlVar_ &, PostProcessor< State_ > &) const override
 
- Public Member Functions inherited from oops::CostFunction< MODEL, OBS >
 CostFunction (const eckit::Configuration &)
 
virtual ~CostFunction ()
 
double evaluate (const CtrlVar_ &, const eckit::Configuration &config=eckit::LocalConfiguration(), PostProcessor< State_ > post=PostProcessor< State_ >())
 
double linearize (const CtrlVar_ &, const eckit::Configuration &, PostProcessor< State_ > post=PostProcessor< State_ >())
 
void addIncrement (CtrlVar_ &, const CtrlInc_ &, PostProcessor< Increment_ > post=PostProcessor< Increment_ >()) const
 
void resetLinearization ()
 
void computeGradientFG (CtrlInc_ &) const
 Compute cost function gradient at first guess (without Jb). More...
 
const JbTotal_jb () const
 Access \( J_b\). More...
 
const CostBase_jterm (const size_t ii) const
 Access terms of the cost function other than \( J_b\). More...
 
size_t nterms () const
 
double getCostJb () const
 
double getCostJoJc () const
 

Private Types

typedef Increment< MODEL > Increment_
 
typedef ControlIncrement< MODEL, OBS > CtrlInc_
 
typedef ControlVariable< MODEL, OBS > CtrlVar_
 
typedef CostFunction< MODEL, OBS > CostFct_
 
typedef Geometry< MODEL > Geometry_
 
typedef State< MODEL > State_
 

Private Member Functions

void addIncr (CtrlVar_ &, const CtrlInc_ &, PostProcessor< Increment_ > &) const override
 
CostJb4D< MODEL > * newJb (const eckit::Configuration &, const Geometry_ &, const CtrlVar_ &) const override
 
CostJo< MODEL, OBS > * newJo (const eckit::Configuration &) const override
 
CostTermBase< MODEL, OBS > * newJc (const eckit::Configuration &, const Geometry_ &) const override
 
void doLinearize (const Geometry_ &, const eckit::Configuration &, const CtrlVar_ &, const CtrlVar_ &, PostProcessor< State_ > &, PostProcessorTLAD< MODEL > &) override
 
const Geometry_geometry () const override
 

Private Attributes

util::Duration subWinLength_
 
util::DateTime subWinTime_
 
util::DateTime subWinBegin_
 
util::DateTime subWinEnd_
 
size_t nsubwin_
 
size_t mysubwin_
 
std::unique_ptr< Geometry_resol_
 
const Variables ctlvars_
 
eckit::mpi::Comm * commSpace_
 
eckit::mpi::Comm * commTime_
 

Additional Inherited Members

- Protected Member Functions inherited from oops::CostFunction< MODEL, OBS >
void setupTerms (const eckit::Configuration &)
 
const CtrlVar_background () const
 

Detailed Description

template<typename MODEL, typename OBS>
class oops::CostFct4DEnsVar< MODEL, OBS >

4D-Ens-Var Cost Function

Although so far only used for 4D-Ens-Var this cost function can be interpreted more generally as a four dimensional 3D-Var in the sense that the control variable is 4D (like weak-constraint 4D-Var) but the observation operator is 3D (does not involve the forecast model).

Definition at line 50 of file CostFct4DEnsVar.h.

Member Typedef Documentation

◆ CostFct_

template<typename MODEL , typename OBS >
typedef CostFunction<MODEL, OBS> oops::CostFct4DEnsVar< MODEL, OBS >::CostFct_
private

Definition at line 54 of file CostFct4DEnsVar.h.

◆ CtrlInc_

template<typename MODEL , typename OBS >
typedef ControlIncrement<MODEL, OBS> oops::CostFct4DEnsVar< MODEL, OBS >::CtrlInc_
private

Definition at line 52 of file CostFct4DEnsVar.h.

◆ CtrlVar_

template<typename MODEL , typename OBS >
typedef ControlVariable<MODEL, OBS> oops::CostFct4DEnsVar< MODEL, OBS >::CtrlVar_
private

Definition at line 53 of file CostFct4DEnsVar.h.

◆ Geometry_

template<typename MODEL , typename OBS >
typedef Geometry<MODEL> oops::CostFct4DEnsVar< MODEL, OBS >::Geometry_
private

Definition at line 55 of file CostFct4DEnsVar.h.

◆ Increment_

template<typename MODEL , typename OBS >
typedef Increment<MODEL> oops::CostFct4DEnsVar< MODEL, OBS >::Increment_
private

Definition at line 51 of file CostFct4DEnsVar.h.

◆ State_

template<typename MODEL , typename OBS >
typedef State<MODEL> oops::CostFct4DEnsVar< MODEL, OBS >::State_
private

Definition at line 56 of file CostFct4DEnsVar.h.

Constructor & Destructor Documentation

◆ CostFct4DEnsVar()

template<typename MODEL , typename OBS >
oops::CostFct4DEnsVar< MODEL, OBS >::CostFct4DEnsVar ( const eckit::Configuration &  config,
const eckit::mpi::Comm &  comm 
)

Definition at line 99 of file CostFct4DEnsVar.h.

Here is the call graph for this function:

◆ ~CostFct4DEnsVar()

template<typename MODEL , typename OBS >
oops::CostFct4DEnsVar< MODEL, OBS >::~CostFct4DEnsVar ( )
inline

Definition at line 60 of file CostFct4DEnsVar.h.

Member Function Documentation

◆ addIncr()

template<typename MODEL , typename OBS >
void oops::CostFct4DEnsVar< MODEL, OBS >::addIncr ( CtrlVar_ xx,
const CtrlInc_ dx,
PostProcessor< Increment_ > &   
) const
overrideprivatevirtual

Implements oops::CostFunction< MODEL, OBS >.

Definition at line 269 of file CostFct4DEnsVar.h.

Here is the call graph for this function:

◆ doLinearize()

template<typename MODEL , typename OBS >
void oops::CostFct4DEnsVar< MODEL, OBS >::doLinearize ( const Geometry_ resol,
const eckit::Configuration &  conf,
const CtrlVar_ ,
const CtrlVar_ ,
PostProcessor< State_ > &  pp,
PostProcessorTLAD< MODEL > &  pptraj 
)
overrideprivatevirtual

Implements oops::CostFunction< MODEL, OBS >.

Definition at line 200 of file CostFct4DEnsVar.h.

Here is the call graph for this function:

◆ geometry()

template<typename MODEL , typename OBS >
const Geometry_& oops::CostFct4DEnsVar< MODEL, OBS >::geometry ( ) const
inlineoverrideprivatevirtual

Implements oops::CostFunction< MODEL, OBS >.

Definition at line 82 of file CostFct4DEnsVar.h.

◆ newJb()

template<typename MODEL , typename OBS >
CostJb4D< MODEL > * oops::CostFct4DEnsVar< MODEL, OBS >::newJb ( const eckit::Configuration &  jbConf,
const Geometry_ resol,
const CtrlVar_ xb 
) const
overrideprivatevirtual

Implements oops::CostFunction< MODEL, OBS >.

Definition at line 152 of file CostFct4DEnsVar.h.

Here is the call graph for this function:

◆ newJc()

template<typename MODEL , typename OBS >
CostTermBase< MODEL, OBS > * oops::CostFct4DEnsVar< MODEL, OBS >::newJc ( const eckit::Configuration &  jcConf,
const Geometry_ resol 
) const
overrideprivatevirtual

Implements oops::CostFunction< MODEL, OBS >.

Definition at line 171 of file CostFct4DEnsVar.h.

◆ newJo()

template<typename MODEL , typename OBS >
CostJo< MODEL, OBS > * oops::CostFct4DEnsVar< MODEL, OBS >::newJo ( const eckit::Configuration &  joConf) const
overrideprivatevirtual

Implements oops::CostFunction< MODEL, OBS >.

Definition at line 162 of file CostFct4DEnsVar.h.

◆ runADJ()

template<typename MODEL , typename OBS >
void oops::CostFct4DEnsVar< MODEL, OBS >::runADJ ( CtrlInc_ dx,
PostProcessorTLAD< MODEL > &  cost,
PostProcessor< Increment_ post,
const bool  idModel = false 
) const
overridevirtual

Implements oops::CostFunction< MODEL, OBS >.

Definition at line 247 of file CostFct4DEnsVar.h.

Here is the call graph for this function:

◆ runNL()

template<typename MODEL , typename OBS >
void oops::CostFct4DEnsVar< MODEL, OBS >::runNL ( CtrlVar_ xx,
PostProcessor< State_ > &  post 
) const
overridevirtual

Implements oops::CostFunction< MODEL, OBS >.

Definition at line 185 of file CostFct4DEnsVar.h.

Here is the call graph for this function:

◆ runTLM()

template<typename MODEL , typename OBS >
void oops::CostFct4DEnsVar< MODEL, OBS >::runTLM ( CtrlInc_ dx,
PostProcessorTLAD< MODEL > &  cost,
PostProcessor< Increment_ post,
const bool  idModel = false 
) const
overridevirtual

Implements oops::CostFunction< MODEL, OBS >.

Definition at line 213 of file CostFct4DEnsVar.h.

Here is the call graph for this function:

◆ zeroAD()

template<typename MODEL , typename OBS >
void oops::CostFct4DEnsVar< MODEL, OBS >::zeroAD ( CtrlInc_ dx) const
overridevirtual

Implements oops::CostFunction< MODEL, OBS >.

Definition at line 236 of file CostFct4DEnsVar.h.

Here is the call graph for this function:

Member Data Documentation

◆ commSpace_

template<typename MODEL , typename OBS >
eckit::mpi::Comm* oops::CostFct4DEnsVar< MODEL, OBS >::commSpace_
private

Definition at line 92 of file CostFct4DEnsVar.h.

◆ commTime_

template<typename MODEL , typename OBS >
eckit::mpi::Comm* oops::CostFct4DEnsVar< MODEL, OBS >::commTime_
private

Definition at line 93 of file CostFct4DEnsVar.h.

◆ ctlvars_

template<typename MODEL , typename OBS >
const Variables oops::CostFct4DEnsVar< MODEL, OBS >::ctlvars_
private

Definition at line 91 of file CostFct4DEnsVar.h.

◆ mysubwin_

template<typename MODEL , typename OBS >
size_t oops::CostFct4DEnsVar< MODEL, OBS >::mysubwin_
private

Definition at line 89 of file CostFct4DEnsVar.h.

◆ nsubwin_

template<typename MODEL , typename OBS >
size_t oops::CostFct4DEnsVar< MODEL, OBS >::nsubwin_
private

Definition at line 88 of file CostFct4DEnsVar.h.

◆ resol_

template<typename MODEL , typename OBS >
std::unique_ptr<Geometry_> oops::CostFct4DEnsVar< MODEL, OBS >::resol_
private

Definition at line 90 of file CostFct4DEnsVar.h.

◆ subWinBegin_

template<typename MODEL , typename OBS >
util::DateTime oops::CostFct4DEnsVar< MODEL, OBS >::subWinBegin_
private

Definition at line 86 of file CostFct4DEnsVar.h.

◆ subWinEnd_

template<typename MODEL , typename OBS >
util::DateTime oops::CostFct4DEnsVar< MODEL, OBS >::subWinEnd_
private

Definition at line 87 of file CostFct4DEnsVar.h.

◆ subWinLength_

template<typename MODEL , typename OBS >
util::Duration oops::CostFct4DEnsVar< MODEL, OBS >::subWinLength_
private

Definition at line 84 of file CostFct4DEnsVar.h.

◆ subWinTime_

template<typename MODEL , typename OBS >
util::DateTime oops::CostFct4DEnsVar< MODEL, OBS >::subWinTime_
private

Definition at line 85 of file CostFct4DEnsVar.h.


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