OOPS
|
Jc DFI Cost Function. More...
#include <CostJcDFI.h>
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< GeneralizedDepartures > | multiplyCovar (const GeneralizedDepartures &) const override |
Multiply by \( C\) and \( C^{-1}\). More... | |
std::unique_ptr< GeneralizedDepartures > | multiplyCoInv (const GeneralizedDepartures &) const override |
std::unique_ptr< GeneralizedDepartures > | newDualVector () const override |
Provide new increment. More... | |
std::unique_ptr< GeneralizedDepartures > | newGradientFG () const override |
Gradient of \( J_c\) at first guess. More... | |
void | resetLinearization () override |
Reset trajectory. More... | |
![]() | |
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< WeightingFct > | wfct_ |
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_ |
Jc DFI Cost Function.
Digital filter based constraint term for the cost function.
Definition at line 44 of file CostJcDFI.h.
|
private |
Definition at line 45 of file CostJcDFI.h.
|
private |
Definition at line 46 of file CostJcDFI.h.
|
private |
Definition at line 47 of file CostJcDFI.h.
|
private |
Definition at line 48 of file CostJcDFI.h.
|
private |
Definition at line 50 of file CostJcDFI.h.
|
private |
Definition at line 51 of file CostJcDFI.h.
|
private |
Definition at line 49 of file CostJcDFI.h.
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.
|
inlinevirtual |
Destructor.
Definition at line 59 of file CostJcDFI.h.
|
overridevirtual |
Finish computation of cost function term after nonlinear model integration.
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 139 of file CostJcDFI.h.
|
overridevirtual |
Adjoint Jc DFI computation.
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 187 of file CostJcDFI.h.
|
overridevirtual |
Finish cost computation after TL model integration.
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 177 of file CostJcDFI.h.
|
overridevirtual |
Finish cost computation and trajectory handling after nonlinear model integration.
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 161 of file CostJcDFI.h.
|
overridevirtual |
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 212 of file CostJcDFI.h.
|
overridevirtual |
Multiply by \( C\) and \( C^{-1}\).
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 200 of file CostJcDFI.h.
|
overridevirtual |
Provide new increment.
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 222 of file CostJcDFI.h.
|
overridevirtual |
Gradient of \( J_c\) at first guess.
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 230 of file CostJcDFI.h.
|
overridevirtual |
Reset trajectory.
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 237 of file CostJcDFI.h.
|
overridevirtual |
Nonlinear Jc DFI computation.
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 129 of file CostJcDFI.h.
|
inlineoverridevirtual |
Adjoint ot setPostProcTL (clean-up)
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 77 of file CostJcDFI.h.
|
overridevirtual |
TL Jc DFI computation.
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 169 of file CostJcDFI.h.
|
overridevirtual |
Linearization trajectory for Jc DFI computation.
Implements oops::CostTermBase< MODEL, OBS >.
Definition at line 150 of file CostJcDFI.h.
|
private |
Definition at line 97 of file CostJcDFI.h.
|
mutableprivate |
Definition at line 104 of file CostJcDFI.h.
|
mutableprivate |
Definition at line 105 of file CostJcDFI.h.
|
private |
Definition at line 99 of file CostJcDFI.h.
|
private |
Definition at line 100 of file CostJcDFI.h.
|
private |
Definition at line 96 of file CostJcDFI.h.
|
private |
Definition at line 102 of file CostJcDFI.h.
|
private |
Definition at line 103 of file CostJcDFI.h.
|
private |
Definition at line 101 of file CostJcDFI.h.
|
private |
Definition at line 106 of file CostJcDFI.h.
|
private |
Definition at line 95 of file CostJcDFI.h.
|
private |
Definition at line 98 of file CostJcDFI.h.