OOPS
|
4D Jb Cost Function More...
#include <CostJb4D.h>
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... | |
![]() | |
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_ |
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.
|
private |
Definition at line 40 of file CostJb4D.h.
|
private |
Definition at line 41 of file CostJb4D.h.
|
private |
Definition at line 42 of file CostJb4D.h.
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.
|
inlinevirtual |
Destructor.
Definition at line 50 of file CostJb4D.h.
|
overridevirtual |
|
overridevirtual |
Implements oops::CostJbState< MODEL >.
Definition at line 139 of file CostJb4D.h.
|
overridevirtual |
Multiply by \( B\) and \( B^{-1}\).
Implements oops::CostJbState< MODEL >.
Definition at line 132 of file CostJb4D.h.
|
overridevirtual |
Get increment from state (usually first guess).
Implements oops::CostJbState< MODEL >.
Definition at line 116 of file CostJb4D.h.
|
inlineoverridevirtual |
Empty AD Jq observer.
Implements oops::CostJbState< MODEL >.
Definition at line 69 of file CostJb4D.h.
|
inlineoverridevirtual |
Empty TL Jq observer.
Implements oops::CostJbState< MODEL >.
Definition at line 66 of file CostJb4D.h.
|
inlineoverridevirtual |
|
overridevirtual |
Linearize before the linear computations.
Implements oops::CostJbState< MODEL >.
Definition at line 108 of file CostJb4D.h.
|
overridevirtual |
Create new increment (set to 0).
Implements oops::CostJbState< MODEL >.
Definition at line 154 of file CostJb4D.h.
|
overridevirtual |
|
private |
Definition at line 83 of file CostJb4D.h.
|
private |
Definition at line 88 of file CostJb4D.h.
|
private |
Definition at line 87 of file CostJb4D.h.
|
private |
Definition at line 84 of file CostJb4D.h.
|
private |
Definition at line 85 of file CostJb4D.h.
|
private |
Definition at line 86 of file CostJb4D.h.
|
private |
Definition at line 82 of file CostJb4D.h.