OOPS
oops::CostJb4D< MODEL > Class Template Reference

4D Jb Cost Function More...

#include <CostJb4D.h>

Inheritance diagram for oops::CostJb4D< MODEL >:
Collaboration diagram for oops::CostJb4D< MODEL >:

Public Member Functions

 CostJb4D (const eckit::Configuration &, const eckit::mpi::Comm &, const Geometry_ &, const Variables &, const State_ &)
 Construct \( J_b\). More...
 
virtual ~CostJb4D ()
 Destructor. More...
 
void computeIncrement (const State_ &, const State_ &, const State_ &, Increment_ &) const override
 Get increment from state (usually first guess). More...
 
void linearize (const State_ &, const Geometry_ &) override
 Linearize before the linear computations. More...
 
void addGradient (const Increment_ &, Increment_ &, Increment_ &) const override
 Add Jb gradient. More...
 
JqTermTLAD< MODEL > * initializeJqTLAD () const override
 Empty Jq observer. More...
 
JqTermTLAD< MODEL > * initializeJqTL () const override
 Empty TL Jq observer. More...
 
JqTermTLAD< MODEL > * initializeJqAD (const Increment_ &) const override
 Empty AD Jq observer. More...
 
void Bmult (const Increment_ &, Increment_ &) const override
 Multiply by \( B\) and \( B^{-1}\). More...
 
void Bminv (const Increment_ &, Increment_ &) const override
 
void randomize (Increment_ &) const override
 Randomize. More...
 
Increment_newStateIncrement () const override
 Create new increment (set to 0). More...
 
- Public Member Functions inherited from oops::CostJbState< MODEL >
 CostJbState ()
 Constructor. More...
 
virtual ~CostJbState ()
 Destructor. More...
 

Private Types

typedef Geometry< MODEL > Geometry_
 
typedef Increment< MODEL > Increment_
 
typedef State< MODEL > State_
 

Private Attributes

const State_xb_
 
std::unique_ptr< ModelSpaceCovarianceBase< MODEL > > B_
 
const Variables ctlvars_
 
std::unique_ptr< const Geometry_resol_
 
util::DateTime time_
 
const eckit::LocalConfiguration conf_
 
const eckit::mpi::Comm & commTime_
 

Detailed Description

template<typename MODEL>
class oops::CostJb4D< MODEL >

4D Jb Cost Function

CostJb4D encapsulates the generalized four dimensional Jb term of the 4D-Ens-Var cost function.

Definition at line 39 of file CostJb4D.h.

Member Typedef Documentation

◆ Geometry_

template<typename MODEL >
typedef Geometry<MODEL> oops::CostJb4D< MODEL >::Geometry_
private

Definition at line 40 of file CostJb4D.h.

◆ Increment_

template<typename MODEL >
typedef Increment<MODEL> oops::CostJb4D< MODEL >::Increment_
private

Definition at line 41 of file CostJb4D.h.

◆ State_

template<typename MODEL >
typedef State<MODEL> oops::CostJb4D< MODEL >::State_
private

Definition at line 42 of file CostJb4D.h.

Constructor & Destructor Documentation

◆ CostJb4D()

template<typename MODEL >
oops::CostJb4D< MODEL >::CostJb4D ( const eckit::Configuration &  config,
const eckit::mpi::Comm &  comm,
const Geometry_ ,
const Variables ctlvars,
const State_ xb 
)

Construct \( J_b\).

Definition at line 97 of file CostJb4D.h.

◆ ~CostJb4D()

template<typename MODEL >
virtual oops::CostJb4D< MODEL >::~CostJb4D ( )
inlinevirtual

Destructor.

Definition at line 50 of file CostJb4D.h.

Member Function Documentation

◆ addGradient()

template<typename MODEL >
void oops::CostJb4D< MODEL >::addGradient ( const Increment_ ,
Increment_ grad,
Increment_ gradJb 
) const
overridevirtual

Add Jb gradient.

Implements oops::CostJbState< MODEL >.

Definition at line 124 of file CostJb4D.h.

◆ Bminv()

template<typename MODEL >
void oops::CostJb4D< MODEL >::Bminv ( const Increment_ dxin,
Increment_ dxout 
) const
overridevirtual

Implements oops::CostJbState< MODEL >.

Definition at line 139 of file CostJb4D.h.

◆ Bmult()

template<typename MODEL >
void oops::CostJb4D< MODEL >::Bmult ( const Increment_ dxin,
Increment_ dxout 
) const
overridevirtual

Multiply by \( B\) and \( B^{-1}\).

Implements oops::CostJbState< MODEL >.

Definition at line 132 of file CostJb4D.h.

◆ computeIncrement()

template<typename MODEL >
void oops::CostJb4D< MODEL >::computeIncrement ( const State_ xb,
const State_ fg,
const State_ ,
Increment_ dx 
) const
overridevirtual

Get increment from state (usually first guess).

Implements oops::CostJbState< MODEL >.

Definition at line 116 of file CostJb4D.h.

Here is the call graph for this function:

◆ initializeJqAD()

template<typename MODEL >
JqTermTLAD<MODEL>* oops::CostJb4D< MODEL >::initializeJqAD ( const Increment_ ) const
inlineoverridevirtual

Empty AD Jq observer.

Implements oops::CostJbState< MODEL >.

Definition at line 69 of file CostJb4D.h.

◆ initializeJqTL()

template<typename MODEL >
JqTermTLAD<MODEL>* oops::CostJb4D< MODEL >::initializeJqTL ( ) const
inlineoverridevirtual

Empty TL Jq observer.

Implements oops::CostJbState< MODEL >.

Definition at line 66 of file CostJb4D.h.

◆ initializeJqTLAD()

template<typename MODEL >
JqTermTLAD<MODEL>* oops::CostJb4D< MODEL >::initializeJqTLAD ( ) const
inlineoverridevirtual

Empty Jq observer.

Implements oops::CostJbState< MODEL >.

Definition at line 63 of file CostJb4D.h.

◆ linearize()

template<typename MODEL >
void oops::CostJb4D< MODEL >::linearize ( const State_ fg,
const Geometry_ lowres 
)
overridevirtual

Linearize before the linear computations.

Implements oops::CostJbState< MODEL >.

Definition at line 108 of file CostJb4D.h.

◆ newStateIncrement()

template<typename MODEL >
Increment< MODEL > * oops::CostJb4D< MODEL >::newStateIncrement
overridevirtual

Create new increment (set to 0).

Implements oops::CostJbState< MODEL >.

Definition at line 154 of file CostJb4D.h.

◆ randomize()

template<typename MODEL >
void oops::CostJb4D< MODEL >::randomize ( Increment_ dx) const
overridevirtual

Randomize.

Implements oops::CostJbState< MODEL >.

Definition at line 146 of file CostJb4D.h.

Member Data Documentation

◆ B_

template<typename MODEL >
std::unique_ptr<ModelSpaceCovarianceBase<MODEL> > oops::CostJb4D< MODEL >::B_
private

Definition at line 83 of file CostJb4D.h.

◆ commTime_

template<typename MODEL >
const eckit::mpi::Comm& oops::CostJb4D< MODEL >::commTime_
private

Definition at line 88 of file CostJb4D.h.

◆ conf_

template<typename MODEL >
const eckit::LocalConfiguration oops::CostJb4D< MODEL >::conf_
private

Definition at line 87 of file CostJb4D.h.

◆ ctlvars_

template<typename MODEL >
const Variables oops::CostJb4D< MODEL >::ctlvars_
private

Definition at line 84 of file CostJb4D.h.

◆ resol_

template<typename MODEL >
std::unique_ptr<const Geometry_> oops::CostJb4D< MODEL >::resol_
private

Definition at line 85 of file CostJb4D.h.

◆ time_

template<typename MODEL >
util::DateTime oops::CostJb4D< MODEL >::time_
private

Definition at line 86 of file CostJb4D.h.

◆ xb_

template<typename MODEL >
const State_& oops::CostJb4D< MODEL >::xb_
private

Definition at line 82 of file CostJb4D.h.


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