FV3 Bundle
|
QG background error standard deviations. More...
#include <ErrorStdDevQG.h>
Public Member Functions | |
ErrorStdDevQG (const StateQG &, const StateQG &, const GeometryQG &, const eckit::Configuration &) | |
~ErrorStdDevQG () | |
void | multiply (const IncrementQG &, IncrementQG &) const |
Perform linear transforms. More... | |
void | multiplyInverse (const IncrementQG &, IncrementQG &) const |
void | multiplyAD (const IncrementQG &, IncrementQG &) const |
void | multiplyInverseAD (const IncrementQG &, IncrementQG &) const |
Static Public Member Functions | |
static const std::string | classname () |
Private Member Functions | |
void | print (std::ostream &) const override |
Private Attributes | |
F90bstddev | keyFtnConfig_ |
QG background error standard deviations.
Definition at line 39 of file ErrorStdDevQG.h.
qg::ErrorStdDevQG::ErrorStdDevQG | ( | const StateQG & | , |
const StateQG & | , | ||
const GeometryQG & | , | ||
const eckit::Configuration & | conf | ||
) |
qg::ErrorStdDevQG::~ErrorStdDevQG | ( | ) |
|
inlinestatic |
Definition at line 41 of file ErrorStdDevQG.h.
void qg::ErrorStdDevQG::multiply | ( | const IncrementQG & | dxin, |
IncrementQG & | dxout | ||
) | const |
Perform linear transforms.
Definition at line 38 of file ErrorStdDevQG.cc.
void qg::ErrorStdDevQG::multiplyAD | ( | const IncrementQG & | dxin, |
IncrementQG & | dxout | ||
) | const |
void qg::ErrorStdDevQG::multiplyInverse | ( | const IncrementQG & | dxin, |
IncrementQG & | dxout | ||
) | const |
void qg::ErrorStdDevQG::multiplyInverseAD | ( | const IncrementQG & | dxin, |
IncrementQG & | dxout | ||
) | const |
|
overrideprivate |
Definition at line 58 of file ErrorStdDevQG.cc.
|
private |
Definition at line 56 of file ErrorStdDevQG.h.