OOPS
oops::VerticalLocEV< MODEL > Class Template Reference

#include <VerticalLocEV.h>

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

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
 

Detailed Description

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

Definition at line 65 of file oops/generic/VerticalLocEV.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 67 of file oops/generic/VerticalLocEV.h.

◆ GeometryIterator_

template<typename MODEL >
typedef GeometryIterator<MODEL> oops::VerticalLocEV< MODEL >::GeometryIterator_
private

Definition at line 68 of file oops/generic/VerticalLocEV.h.

◆ Increment4D_

template<typename MODEL >
typedef Increment4D<MODEL> oops::VerticalLocEV< MODEL >::Increment4D_
private

Definition at line 70 of file oops/generic/VerticalLocEV.h.

◆ Increment_

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

Definition at line 69 of file oops/generic/VerticalLocEV.h.

◆ IncrementEnsemble4D_

template<typename MODEL >
typedef IncrementEnsemble4D<MODEL> oops::VerticalLocEV< MODEL >::IncrementEnsemble4D_
private

Definition at line 72 of file oops/generic/VerticalLocEV.h.

◆ IncrementEnsemble_

template<typename MODEL >
typedef IncrementEnsemble<MODEL> oops::VerticalLocEV< MODEL >::IncrementEnsemble_
private

Definition at line 71 of file oops/generic/VerticalLocEV.h.

◆ State_

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

Definition at line 73 of file oops/generic/VerticalLocEV.h.

Constructor & Destructor Documentation

◆ VerticalLocEV()

template<typename MODEL >
oops::VerticalLocEV< MODEL >::VerticalLocEV ( const eckit::Configuration &  conf,
const State_ x 
)

Definition at line 126 of file oops/generic/VerticalLocEV.h.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

template<typename MODEL >
static const std::string oops::VerticalLocEV< MODEL >::classname ( )
inlinestatic

Definition at line 76 of file oops/generic/VerticalLocEV.h.

◆ computeCorrMatrix()

template<typename MODEL >
Eigen::MatrixXd oops::VerticalLocEV< MODEL >::computeCorrMatrix ( const Geometry_ geom)
private

Definition at line 192 of file oops/generic/VerticalLocEV.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ computeCorrMatrixEvec()

template<typename MODEL >
void oops::VerticalLocEV< MODEL >::computeCorrMatrixEvec ( const Eigen::MatrixXd &  cov)
private

Definition at line 213 of file oops/generic/VerticalLocEV.h.

Here is the caller graph for this function:

◆ modulateIncrement() [1/2]

template<typename MODEL >
void oops::VerticalLocEV< MODEL >::modulateIncrement ( const Increment4D_ incr,
IncrementEnsemble4D_ incrsOut 
) const

Definition at line 306 of file oops/generic/VerticalLocEV.h.

Here is the call graph for this function:

◆ modulateIncrement() [2/2]

template<typename MODEL >
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.

Here is the call graph for this function:

◆ neig()

template<typename MODEL >
size_t oops::VerticalLocEV< MODEL >::neig ( ) const
inline

Definition at line 88 of file oops/generic/VerticalLocEV.h.

◆ populateIncrementEnsembleWithEVs()

template<typename MODEL >
void oops::VerticalLocEV< MODEL >::populateIncrementEnsembleWithEVs ( const Variables vars)
private

Definition at line 155 of file oops/generic/VerticalLocEV.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ print()

template<typename MODEL >
void oops::VerticalLocEV< MODEL >::print ( std::ostream &  ) const
inlineprivate

Definition at line 113 of file oops/generic/VerticalLocEV.h.

◆ readEVsFromDisk()

template<typename MODEL >
void oops::VerticalLocEV< MODEL >::readEVsFromDisk ( const Geometry_ geom,
const Variables vars,
const util::DateTime &  tslot,
const eckit::Configuration &  config 
)
private

Definition at line 177 of file oops/generic/VerticalLocEV.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ replicateEigenVector()

template<typename MODEL >
std::vector< double > oops::VerticalLocEV< MODEL >::replicateEigenVector ( const oops::Variables v,
size_t  ieig 
) const
private

Definition at line 380 of file oops/generic/VerticalLocEV.h.

Here is the call graph for this function:

◆ testTruncateEvecs()

template<typename MODEL >
bool oops::VerticalLocEV< MODEL >::testTruncateEvecs ( const Geometry_ geom)

Definition at line 276 of file oops/generic/VerticalLocEV.h.

◆ truncateEvecs()

template<typename MODEL >
size_t oops::VerticalLocEV< MODEL >::truncateEvecs
private

Definition at line 226 of file oops/generic/VerticalLocEV.h.

Here is the caller graph for this function:

◆ writeEVsToDisk()

template<typename MODEL >
void oops::VerticalLocEV< MODEL >::writeEVsToDisk ( const eckit::Configuration &  config) const
private

Definition at line 170 of file oops/generic/VerticalLocEV.h.

Here is the caller graph for this function:

Member Data Documentation

◆ Evals_

template<typename MODEL >
Eigen::VectorXd oops::VerticalLocEV< MODEL >::Evals_
private

Definition at line 116 of file oops/generic/VerticalLocEV.h.

◆ Evecs_

template<typename MODEL >
Eigen::MatrixXd oops::VerticalLocEV< MODEL >::Evecs_
private

Definition at line 115 of file oops/generic/VerticalLocEV.h.

◆ EVsStoredAs3D_

template<typename MODEL >
bool oops::VerticalLocEV< MODEL >::EVsStoredAs3D_ = true
private

Definition at line 122 of file oops/generic/VerticalLocEV.h.

◆ neig_

template<typename MODEL >
size_t oops::VerticalLocEV< MODEL >::neig_
private

Definition at line 117 of file oops/generic/VerticalLocEV.h.

◆ options_

template<typename MODEL >
VerticalLocalizationParameters oops::VerticalLocEV< MODEL >::options_
private

Definition at line 114 of file oops/generic/VerticalLocEV.h.

◆ sqrtVertLoc_

template<typename MODEL >
std::unique_ptr<IncrementEnsemble_> oops::VerticalLocEV< MODEL >::sqrtVertLoc_
private

Definition at line 118 of file oops/generic/VerticalLocEV.h.


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