UFO
|
#include <CloudLiquidWater.h>
Public Types | |
typedef CloudLiquidWaterParameters | Parameters_ |
Public Member Functions | |
CloudLiquidWater (const Parameters_ &, const oops::Variables &) | |
~CloudLiquidWater () | |
void | compute (const ioda::ObsSpace &, const GeoVaLs &, const ObsDiagnostics &, ioda::ObsVector &) const override |
compute the predictor More... | |
![]() | |
PredictorBase (const PredictorParametersBase &, const oops::Variables &) | |
virtual | ~PredictorBase ()=default |
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 | |
CloudLiquidWaterParameters | options_ |
std::vector< int > | channels_ |
Additional Inherited Members | |
![]() | |
oops::Variables | vars_ |
variables that will be bias-corrected using this predictor More... | |
oops::Variables | geovars_ |
required GeoVaLs More... | |
oops::Variables | hdiags_ |
required ObsDiagnostics More... | |
Definition at line 51 of file CloudLiquidWater.h.
The type of parameters accepted by the constructor of this predictor. This typedef is used by the PredictorFactory.
Definition at line 55 of file CloudLiquidWater.h.
ufo::CloudLiquidWater::CloudLiquidWater | ( | const Parameters_ & | parameters, |
const oops::Variables & | vars | ||
) |
Definition at line 28 of file CloudLiquidWater.cc.
|
inline |
Definition at line 58 of file CloudLiquidWater.h.
|
overridevirtual |
compute the predictor
Implements ufo::PredictorBase.
Definition at line 62 of file CloudLiquidWater.cc.
|
private |
Definition at line 67 of file CloudLiquidWater.h.
|
private |
Definition at line 66 of file CloudLiquidWater.h.