OOPS
oops::ModelAuxCovariance< MODEL > Class Template Reference

Auxiliary Error Covariance related to model, not used at the moment. More...

#include <ModelAuxCovariance.h>

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

Public Member Functions

 ModelAuxCovariance (const eckit::Configuration &conf, const Geometry_ &resol)
 Constructor for specified conf and resol. More...
 
 ~ModelAuxCovariance ()
 Destructor (defined explicitly for timing and tracing) More...
 
void linearize (const ModelAuxControl_ &, const Geometry_ &)
 linearize operator More...
 
void multiply (const ModelAuxIncrement_ &, ModelAuxIncrement_ &) const
 Sets the second parameter to the first multiplied by the covariance matrix. More...
 
void inverseMultiply (const ModelAuxIncrement_ &, ModelAuxIncrement_ &) const
 Sets the second parameter to the first multiplied by the inverse covariance matrix. More...
 
void randomize (ModelAuxIncrement_ &) const
 randomize the values in the ModelAuxIncrement More...
 
const eckit::Configuration & config () const
 Accessor to the configuration associated with the ModelAuxIncrement. More...
 

Static Public Member Functions

static const std::string classname ()
 

Private Types

typedef MODEL::ModelAuxCovariance ModelAuxCovariance_
 
typedef Geometry< MODEL > Geometry_
 
typedef ModelAuxControl< MODEL > ModelAuxControl_
 
typedef ModelAuxIncrement< MODEL > ModelAuxIncrement_
 

Private Member Functions

void print (std::ostream &) const
 

Private Attributes

std::unique_ptr< ModelAuxCovariance_cov_
 

Detailed Description

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

Auxiliary Error Covariance related to model, not used at the moment.

This class calls the model's implementation of ModelAuxCovariance.

Definition at line 38 of file oops/interface/ModelAuxCovariance.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 42 of file oops/interface/ModelAuxCovariance.h.

◆ ModelAuxControl_

template<typename MODEL >
typedef ModelAuxControl<MODEL> oops::ModelAuxCovariance< MODEL >::ModelAuxControl_
private

Definition at line 43 of file oops/interface/ModelAuxCovariance.h.

◆ ModelAuxCovariance_

template<typename MODEL >
typedef MODEL::ModelAuxCovariance oops::ModelAuxCovariance< MODEL >::ModelAuxCovariance_
private

Definition at line 41 of file oops/interface/ModelAuxCovariance.h.

◆ ModelAuxIncrement_

template<typename MODEL >
typedef ModelAuxIncrement<MODEL> oops::ModelAuxCovariance< MODEL >::ModelAuxIncrement_
private

Definition at line 44 of file oops/interface/ModelAuxCovariance.h.

Constructor & Destructor Documentation

◆ ModelAuxCovariance()

template<typename MODEL >
oops::ModelAuxCovariance< MODEL >::ModelAuxCovariance ( const eckit::Configuration &  conf,
const Geometry_ resol 
)

Constructor for specified conf and resol.

Definition at line 74 of file oops/interface/ModelAuxCovariance.h.

Here is the call graph for this function:

◆ ~ModelAuxCovariance()

template<typename MODEL >
oops::ModelAuxCovariance< MODEL >::~ModelAuxCovariance

Destructor (defined explicitly for timing and tracing)

Definition at line 86 of file oops/interface/ModelAuxCovariance.h.

Member Function Documentation

◆ classname()

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

Definition at line 47 of file oops/interface/ModelAuxCovariance.h.

Here is the caller graph for this function:

◆ config()

template<typename MODEL >
const eckit::Configuration& oops::ModelAuxCovariance< MODEL >::config ( ) const
inline

Accessor to the configuration associated with the ModelAuxIncrement.

Definition at line 64 of file oops/interface/ModelAuxCovariance.h.

◆ inverseMultiply()

template<typename MODEL >
void oops::ModelAuxCovariance< MODEL >::inverseMultiply ( const ModelAuxIncrement_ dx1,
ModelAuxIncrement_ dx2 
) const

Sets the second parameter to the first multiplied by the inverse covariance matrix.

Definition at line 117 of file oops/interface/ModelAuxCovariance.h.

Here is the call graph for this function:

◆ linearize()

template<typename MODEL >
void oops::ModelAuxCovariance< MODEL >::linearize ( const ModelAuxControl_ xx,
const Geometry_ resol 
)

linearize operator

Definition at line 96 of file oops/interface/ModelAuxCovariance.h.

Here is the call graph for this function:

◆ multiply()

template<typename MODEL >
void oops::ModelAuxCovariance< MODEL >::multiply ( const ModelAuxIncrement_ dx1,
ModelAuxIncrement_ dx2 
) const

Sets the second parameter to the first multiplied by the covariance matrix.

Definition at line 106 of file oops/interface/ModelAuxCovariance.h.

Here is the call graph for this function:

◆ print()

template<typename MODEL >
void oops::ModelAuxCovariance< MODEL >::print ( std::ostream &  os) const
private

Definition at line 138 of file oops/interface/ModelAuxCovariance.h.

◆ randomize()

template<typename MODEL >
void oops::ModelAuxCovariance< MODEL >::randomize ( ModelAuxIncrement_ dx) const

randomize the values in the ModelAuxIncrement

Definition at line 128 of file oops/interface/ModelAuxCovariance.h.

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

Member Data Documentation

◆ cov_

template<typename MODEL >
std::unique_ptr<ModelAuxCovariance_> oops::ModelAuxCovariance< MODEL >::cov_
private

Definition at line 68 of file oops/interface/ModelAuxCovariance.h.


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