UFO
|
#include <SineOfLatitude.h>
Public Member Functions | |
SineOfLatitude (const eckit::Configuration &, const std::vector< int > &) | |
~SineOfLatitude () | |
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 SineOfLatitude.h.
ufo::SineOfLatitude::SineOfLatitude | ( | const eckit::Configuration & | conf, |
const std::vector< int > & | jobs | ||
) |
Definition at line 23 of file SineOfLatitude.cc.
|
inline |
Definition at line 30 of file SineOfLatitude.h.
|
overridevirtual |
compute the predictor
Implements ufo::PredictorBase.
Definition at line 29 of file SineOfLatitude.cc.