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

Jc DFI Cost Function. More...

#include <CostJcDFI.h>

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

Public Member Functions

 CostJcDFI (const eckit::Configuration &, const Geometry_ &, const util::DateTime &, const util::Duration &, const util::Duration &tstep=util::Duration(0))
 Construct \( J_c\). More...
 
virtual ~CostJcDFI ()
 Destructor. More...
 
void setPostProc (const CtrlVar_ &, const eckit::Configuration &, PostProc_ &) override
 Nonlinear Jc DFI computation. More...
 
double computeCost () override
 Finish computation of cost function term after nonlinear model integration. More...
 
void setPostProcTraj (const CtrlVar_ &, const eckit::Configuration &, const Geometry_ &, PostProcTLAD_ &) override
 Linearization trajectory for Jc DFI computation. More...
 
void computeCostTraj () override
 Finish cost computation and trajectory handling after nonlinear model integration. More...
 
void setPostProcTL (const CtrlInc_ &, PostProcTLAD_ &) const override
 TL Jc DFI computation. More...
 
void computeCostTL (const CtrlInc_ &, GeneralizedDepartures &) const override
 Finish cost computation after TL model integration. More...
 
void computeCostAD (std::shared_ptr< const GeneralizedDepartures >, CtrlInc_ &, PostProcTLAD_ &) const override
 Adjoint Jc DFI computation. More...
 
void setPostProcAD () const override
 Adjoint ot setPostProcTL (clean-up) More...
 
std::unique_ptr< GeneralizedDeparturesmultiplyCovar (const GeneralizedDepartures &) const override
 Multiply by \( C\) and \( C^{-1}\). More...
 
std::unique_ptr< GeneralizedDeparturesmultiplyCoInv (const GeneralizedDepartures &) const override
 
std::unique_ptr< GeneralizedDeparturesnewDualVector () const override
 Provide new increment. More...
 
std::unique_ptr< GeneralizedDeparturesnewGradientFG () const override
 Gradient of \( J_c\) at first guess. More...
 
void resetLinearization () override
 Reset trajectory. More...
 
- Public Member Functions inherited from oops::CostTermBase< MODEL, OBS >
virtual ~CostTermBase ()
 Destructor. More...
 

Private Types

typedef ControlIncrement< MODEL, OBS > CtrlInc_
 
typedef ControlVariable< MODEL, OBS > CtrlVar_
 
typedef Geometry< MODEL > Geometry_
 
typedef Increment< MODEL > Increment_
 
typedef State< MODEL > State_
 
typedef PostProcessor< State_PostProc_
 
typedef PostProcessorTLAD< MODEL > PostProcTLAD_
 

Private Attributes

util::DateTime vt_
 
util::Duration span_
 
double alpha_
 
std::unique_ptr< WeightingFctwfct_
 
std::unique_ptr< Increment_gradFG_
 
const Geometry_ resol_
 
const util::Duration tstep_
 
std::unique_ptr< Geometry_tlres_
 
util::Duration tlstep_
 
std::shared_ptr< WeightedDiff< MODEL, Increment_, State_ > > filter_
 
std::shared_ptr< WeightedDiffTLAD< MODEL > > ftlad_
 
Variables vars_
 

Detailed Description

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

Jc DFI Cost Function.

Digital filter based constraint term for the cost function.

Definition at line 44 of file CostJcDFI.h.

Member Typedef Documentation

◆ CtrlInc_

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

Definition at line 45 of file CostJcDFI.h.

◆ CtrlVar_

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

Definition at line 46 of file CostJcDFI.h.

◆ Geometry_

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

Definition at line 47 of file CostJcDFI.h.

◆ Increment_

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

Definition at line 48 of file CostJcDFI.h.

◆ PostProc_

template<typename MODEL , typename OBS >
typedef PostProcessor<State_> oops::CostJcDFI< MODEL, OBS >::PostProc_
private

Definition at line 50 of file CostJcDFI.h.

◆ PostProcTLAD_

template<typename MODEL , typename OBS >
typedef PostProcessorTLAD<MODEL> oops::CostJcDFI< MODEL, OBS >::PostProcTLAD_
private

Definition at line 51 of file CostJcDFI.h.

◆ State_

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

Definition at line 49 of file CostJcDFI.h.

Constructor & Destructor Documentation

◆ CostJcDFI()

template<typename MODEL , typename OBS >
oops::CostJcDFI< MODEL, OBS >::CostJcDFI ( const eckit::Configuration &  conf,
const Geometry_ resol,
const util::DateTime &  vt,
const util::Duration &  span,
const util::Duration &  tstep = util::Duration(0) 
)

Construct \( J_c\).

Definition at line 112 of file CostJcDFI.h.

◆ ~CostJcDFI()

template<typename MODEL , typename OBS >
virtual oops::CostJcDFI< MODEL, OBS >::~CostJcDFI ( )
inlinevirtual

Destructor.

Definition at line 59 of file CostJcDFI.h.

Member Function Documentation

◆ computeCost()

template<typename MODEL , typename OBS >
double oops::CostJcDFI< MODEL, OBS >::computeCost ( )
overridevirtual

Finish computation of cost function term after nonlinear model integration.

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 139 of file CostJcDFI.h.

◆ computeCostAD()

template<typename MODEL , typename OBS >
void oops::CostJcDFI< MODEL, OBS >::computeCostAD ( std::shared_ptr< const GeneralizedDepartures pv,
CtrlInc_ ,
PostProcTLAD_ ppad 
) const
overridevirtual

Adjoint Jc DFI computation.

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 187 of file CostJcDFI.h.

Here is the call graph for this function:

◆ computeCostTL()

template<typename MODEL , typename OBS >
void oops::CostJcDFI< MODEL, OBS >::computeCostTL ( const CtrlInc_ ,
GeneralizedDepartures  
) const
overridevirtual

Finish cost computation after TL model integration.

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 177 of file CostJcDFI.h.

◆ computeCostTraj()

template<typename MODEL , typename OBS >
void oops::CostJcDFI< MODEL, OBS >::computeCostTraj ( )
overridevirtual

Finish cost computation and trajectory handling after nonlinear model integration.

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 161 of file CostJcDFI.h.

◆ multiplyCoInv()

template<typename MODEL , typename OBS >
std::unique_ptr< GeneralizedDepartures > oops::CostJcDFI< MODEL, OBS >::multiplyCoInv ( const GeneralizedDepartures dv1) const
overridevirtual

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 212 of file CostJcDFI.h.

◆ multiplyCovar()

template<typename MODEL , typename OBS >
std::unique_ptr< GeneralizedDepartures > oops::CostJcDFI< MODEL, OBS >::multiplyCovar ( const GeneralizedDepartures dv1) const
overridevirtual

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

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 200 of file CostJcDFI.h.

◆ newDualVector()

template<typename MODEL , typename OBS >
std::unique_ptr< GeneralizedDepartures > oops::CostJcDFI< MODEL, OBS >::newDualVector
overridevirtual

Provide new increment.

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 222 of file CostJcDFI.h.

◆ newGradientFG()

template<typename MODEL , typename OBS >
std::unique_ptr< GeneralizedDepartures > oops::CostJcDFI< MODEL, OBS >::newGradientFG
overridevirtual

Gradient of \( J_c\) at first guess.

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 230 of file CostJcDFI.h.

◆ resetLinearization()

template<typename MODEL , typename OBS >
void oops::CostJcDFI< MODEL, OBS >::resetLinearization
overridevirtual

Reset trajectory.

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 237 of file CostJcDFI.h.

◆ setPostProc()

template<typename MODEL , typename OBS >
void oops::CostJcDFI< MODEL, OBS >::setPostProc ( const CtrlVar_ ,
const eckit::Configuration &  ,
PostProc_ pp 
)
overridevirtual

Nonlinear Jc DFI computation.

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 129 of file CostJcDFI.h.

Here is the call graph for this function:

◆ setPostProcAD()

template<typename MODEL , typename OBS >
void oops::CostJcDFI< MODEL, OBS >::setPostProcAD ( ) const
inlineoverridevirtual

Adjoint ot setPostProcTL (clean-up)

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 77 of file CostJcDFI.h.

◆ setPostProcTL()

template<typename MODEL , typename OBS >
void oops::CostJcDFI< MODEL, OBS >::setPostProcTL ( const CtrlInc_ ,
PostProcTLAD_ pptl 
) const
overridevirtual

TL Jc DFI computation.

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 169 of file CostJcDFI.h.

Here is the call graph for this function:

◆ setPostProcTraj()

template<typename MODEL , typename OBS >
void oops::CostJcDFI< MODEL, OBS >::setPostProcTraj ( const CtrlVar_ ,
const eckit::Configuration &  conf,
const Geometry_ tlres,
PostProcTLAD_ pptraj 
)
overridevirtual

Linearization trajectory for Jc DFI computation.

Implements oops::CostTermBase< MODEL, OBS >.

Definition at line 150 of file CostJcDFI.h.

Here is the call graph for this function:

Member Data Documentation

◆ alpha_

template<typename MODEL , typename OBS >
double oops::CostJcDFI< MODEL, OBS >::alpha_
private

Definition at line 97 of file CostJcDFI.h.

◆ filter_

template<typename MODEL , typename OBS >
std::shared_ptr<WeightedDiff<MODEL, Increment_, State_> > oops::CostJcDFI< MODEL, OBS >::filter_
mutableprivate

Definition at line 104 of file CostJcDFI.h.

◆ ftlad_

template<typename MODEL , typename OBS >
std::shared_ptr<WeightedDiffTLAD<MODEL> > oops::CostJcDFI< MODEL, OBS >::ftlad_
mutableprivate

Definition at line 105 of file CostJcDFI.h.

◆ gradFG_

template<typename MODEL , typename OBS >
std::unique_ptr<Increment_> oops::CostJcDFI< MODEL, OBS >::gradFG_
private

Definition at line 99 of file CostJcDFI.h.

◆ resol_

template<typename MODEL , typename OBS >
const Geometry_ oops::CostJcDFI< MODEL, OBS >::resol_
private

Definition at line 100 of file CostJcDFI.h.

◆ span_

template<typename MODEL , typename OBS >
util::Duration oops::CostJcDFI< MODEL, OBS >::span_
private

Definition at line 96 of file CostJcDFI.h.

◆ tlres_

template<typename MODEL , typename OBS >
std::unique_ptr<Geometry_> oops::CostJcDFI< MODEL, OBS >::tlres_
private

Definition at line 102 of file CostJcDFI.h.

◆ tlstep_

template<typename MODEL , typename OBS >
util::Duration oops::CostJcDFI< MODEL, OBS >::tlstep_
private

Definition at line 103 of file CostJcDFI.h.

◆ tstep_

template<typename MODEL , typename OBS >
const util::Duration oops::CostJcDFI< MODEL, OBS >::tstep_
private

Definition at line 101 of file CostJcDFI.h.

◆ vars_

template<typename MODEL , typename OBS >
Variables oops::CostJcDFI< MODEL, OBS >::vars_
private

Definition at line 106 of file CostJcDFI.h.

◆ vt_

template<typename MODEL , typename OBS >
util::DateTime oops::CostJcDFI< MODEL, OBS >::vt_
private

Definition at line 95 of file CostJcDFI.h.

◆ wfct_

template<typename MODEL , typename OBS >
std::unique_ptr<WeightingFct> oops::CostJcDFI< MODEL, OBS >::wfct_
private

Definition at line 98 of file CostJcDFI.h.


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