UFO
|
#include <Constant.h>
Public Member Functions | |
Constant (const eckit::Configuration &, const std::vector< int > &) | |
~Constant () | |
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 |
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 27 of file Constant.h.
ufo::Constant::Constant | ( | const eckit::Configuration & | conf, |
const std::vector< int > & | jobs | ||
) |
Definition at line 20 of file Constant.cc.
|
inline |
Definition at line 30 of file Constant.h.
|
overridevirtual |