UFO
|
#include <LapseRate.h>
Public Member Functions | |
LapseRate (const eckit::Configuration &, const std::vector< int > &) | |
~LapseRate () | |
void | compute (const ioda::ObsSpace &, const GeoVaLs &, const ObsDiagnostics &, ioda::ObsVector &) const override |
compute the predictor More... | |
![]() | |
PredictorBase (const eckit::Configuration &, const std::vector< int > &) | |
virtual | ~PredictorBase () |
const oops::Variables & | requiredGeovars () const |
geovars names required to compute the predictor More... | |
const oops::Variables & | requiredHdiagnostics () const |
hdiags names required to compute the predictor More... | |
std::string & | name () |
predictor name More... | |
const std::string & | name () const |
Private Attributes | |
std::map< int, float > | tlapmean_ |
int | order_ |
Additional Inherited Members | |
![]() | |
const std::vector< int > | jobs_ |
jobs(channels) More... | |
oops::Variables | geovars_ |
required GeoVaLs More... | |
oops::Variables | hdiags_ |
required ObsDiagnostics More... | |
Definition at line 30 of file LapseRate.h.
ufo::LapseRate::LapseRate | ( | const eckit::Configuration & | conf, |
const std::vector< int > & | jobs | ||
) |
|
inline |
Definition at line 33 of file LapseRate.h.
|
overridevirtual |
compute the predictor
Implements ufo::PredictorBase.
Definition at line 80 of file LapseRate.cc.
|
private |
Definition at line 42 of file LapseRate.h.
|
private |
Definition at line 41 of file LapseRate.h.