|
OOPS
|
Background error covariance matrix for QG model. More...
#include <ErrorCovarianceQG.h>


Public Member Functions | |
| ErrorCovarianceQG (const GeometryQG &, const oops::Variables &, const eckit::Configuration &, const StateQG &, const StateQG &) | |
| ~ErrorCovarianceQG () | |
| void | multiply (const IncrementQG &, IncrementQG &) const |
| void | inverseMultiply (const IncrementQG &, IncrementQG &) const |
| void | randomize (IncrementQG &) const |
Static Public Member Functions | |
| static const std::string | classname () |
Private Member Functions | |
| void | print (std::ostream &) const |
Private Attributes | |
| F90error_covariance | keyConfig_ |
Background error covariance matrix for QG model.
Definition at line 38 of file ErrorCovarianceQG.h.
| qg::ErrorCovarianceQG::ErrorCovarianceQG | ( | const GeometryQG & | resol, |
| const oops::Variables & | vars, | ||
| const eckit::Configuration & | conf, | ||
| const StateQG & | , | ||
| const StateQG & | |||
| ) |
| qg::ErrorCovarianceQG::~ErrorCovarianceQG | ( | ) |
|
inlinestatic |
Definition at line 42 of file ErrorCovarianceQG.h.
| void qg::ErrorCovarianceQG::inverseMultiply | ( | const IncrementQG & | dxin, |
| IncrementQG & | dxout | ||
| ) | const |
| void qg::ErrorCovarianceQG::multiply | ( | const IncrementQG & | dxin, |
| IncrementQG & | dxout | ||
| ) | const |
|
private |
Definition at line 55 of file ErrorCovarianceQG.cc.
| void qg::ErrorCovarianceQG::randomize | ( | IncrementQG & | dx | ) | const |
|
private |
Definition at line 54 of file ErrorCovarianceQG.h.