OOPS
|
#include <VerticalLocEV.h>
Public Member Functions | |
VerticalLocEV (const eckit::Configuration &, const State_ &) | |
void | modulateIncrement (const Increment4D_ &, IncrementEnsemble4D_ &) const |
Eigen::MatrixXd | modulateIncrement (const IncrementEnsemble4D_ &, const GeometryIterator_ &, size_t) const |
size_t | neig () const |
bool | testTruncateEvecs (const Geometry_ &) |
Static Public Member Functions | |
static const std::string | classname () |
Private Types | |
typedef Geometry< MODEL > | Geometry_ |
typedef GeometryIterator< MODEL > | GeometryIterator_ |
typedef Increment< MODEL > | Increment_ |
typedef Increment4D< MODEL > | Increment4D_ |
typedef IncrementEnsemble< MODEL > | IncrementEnsemble_ |
typedef IncrementEnsemble4D< MODEL > | IncrementEnsemble4D_ |
typedef State< MODEL > | State_ |
Private Member Functions | |
Eigen::MatrixXd | computeCorrMatrix (const Geometry_ &) |
void | computeCorrMatrixEvec (const Eigen::MatrixXd &) |
size_t | truncateEvecs () |
std::vector< double > | replicateEigenVector (const oops::Variables &, size_t) const |
void | populateIncrementEnsembleWithEVs (const Variables &) |
void | writeEVsToDisk (const eckit::Configuration &) const |
void | readEVsFromDisk (const Geometry_ &, const Variables &, const util::DateTime &, const eckit::Configuration &) |
void | print (std::ostream &) const |
Private Attributes | |
VerticalLocalizationParameters | options_ |
Eigen::MatrixXd | Evecs_ |
Eigen::VectorXd | Evals_ |
size_t | neig_ |
std::unique_ptr< IncrementEnsemble_ > | sqrtVertLoc_ |
bool | EVsStoredAs3D_ = true |
Definition at line 65 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 67 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 68 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 70 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 69 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 72 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 71 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 73 of file oops/generic/VerticalLocEV.h.
oops::VerticalLocEV< MODEL >::VerticalLocEV | ( | const eckit::Configuration & | conf, |
const State_ & | x | ||
) |
Definition at line 126 of file oops/generic/VerticalLocEV.h.
|
inlinestatic |
Definition at line 76 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 192 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 213 of file oops/generic/VerticalLocEV.h.
void oops::VerticalLocEV< MODEL >::modulateIncrement | ( | const Increment4D_ & | incr, |
IncrementEnsemble4D_ & | incrsOut | ||
) | const |
Definition at line 306 of file oops/generic/VerticalLocEV.h.
Eigen::MatrixXd oops::VerticalLocEV< MODEL >::modulateIncrement | ( | const IncrementEnsemble4D_ & | incrs, |
const GeometryIterator_ & | gi, | ||
size_t | itime | ||
) | const |
Definition at line 340 of file oops/generic/VerticalLocEV.h.
|
inline |
Definition at line 88 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 155 of file oops/generic/VerticalLocEV.h.
|
inlineprivate |
Definition at line 113 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 177 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 380 of file oops/generic/VerticalLocEV.h.
bool oops::VerticalLocEV< MODEL >::testTruncateEvecs | ( | const Geometry_ & | geom | ) |
Definition at line 276 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 226 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 170 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 116 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 115 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 122 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 117 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 114 of file oops/generic/VerticalLocEV.h.
|
private |
Definition at line 118 of file oops/generic/VerticalLocEV.h.