SABER
|
Derived class of generic variable transform for statistical. More...
#include <StdDevVariableChange.h>
Public Member Functions | |
StdDevVariableChange (const State_ &, const State_ &, const Geometry_ &, const eckit::Configuration &) | |
virtual | ~StdDevVariableChange () |
void | multiply (const Increment_ &, Increment_ &) const override |
void | multiplyInverse (const Increment_ &, Increment_ &) const override |
void | multiplyAD (const Increment_ &, Increment_ &) const override |
void | multiplyInverseAD (const Increment_ &, Increment_ &) const override |
Static Public Member Functions | |
static const std::string | classname () |
Private Types | |
typedef oops::Geometry< MODEL > | Geometry_ |
typedef oops::Increment< MODEL > | Increment_ |
typedef OoBump< MODEL > | OoBump_ |
typedef oops::State< MODEL > | State_ |
typedef ParametersBUMP< MODEL > | ParametersBUMP_ |
Private Member Functions | |
void | print (std::ostream &) const override |
std::string | ExtractFilename (std::string const pathString) |
void | ExtractModelVarForCalc (std::string const fileString, std::string &modelVarToCalcString, std::string &varRegrByString) |
void | VariableLists (const std::vector< std::string > pathStrList, std::vector< std::string > &modelVarToCalcList, std::vector< std::string > &varRegrByList) |
Private Attributes | |
const std::vector< std::string > | pathStrList |
std::unique_ptr< OoBump_ > | ooBump_ |
Derived class of generic variable transform for statistical.
Definition at line 41 of file StdDevVariableChange.h.
|
private |
Definition at line 42 of file StdDevVariableChange.h.
|
private |
Definition at line 43 of file StdDevVariableChange.h.
|
private |
Definition at line 44 of file StdDevVariableChange.h.
|
private |
Definition at line 46 of file StdDevVariableChange.h.
|
private |
Definition at line 45 of file StdDevVariableChange.h.
saber::StdDevVariableChange< MODEL >::StdDevVariableChange | ( | const State_ & | xb, |
const State_ & | , | ||
const Geometry_ & | resol, | ||
const eckit::Configuration & | conf | ||
) |
|
virtual |
Definition at line 98 of file StdDevVariableChange.h.
|
inlinestatic |
Definition at line 49 of file StdDevVariableChange.h.
|
private |
Definition at line 145 of file StdDevVariableChange.h.
|
private |
Definition at line 164 of file StdDevVariableChange.h.
|
override |
Definition at line 105 of file StdDevVariableChange.h.
|
override |
Definition at line 123 of file StdDevVariableChange.h.
|
override |
Definition at line 114 of file StdDevVariableChange.h.
|
override |
Definition at line 132 of file StdDevVariableChange.h.
|
overrideprivate |
Definition at line 141 of file StdDevVariableChange.h.
|
private |
Definition at line 194 of file StdDevVariableChange.h.
|
private |
Definition at line 72 of file StdDevVariableChange.h.
|
private |
Definition at line 61 of file StdDevVariableChange.h.