UFO
|
Retrieve scattering index from MHS 89.0 GHz and 157.0 GHz channels. More...
#include <SIRetMW.h>
Public Member Functions | |
SIRetMW (const eckit::LocalConfiguration &=eckit::LocalConfiguration()) | |
~SIRetMW () | |
void | compute (const ObsFilterData &, ioda::ObsDataVector< float > &) const |
compute the result of the function More... | |
const ufo::Variables & | requiredVariables () const |
geovals required to compute the function More... | |
const std::vector< std::string > & | siVariableGroups () const |
![]() | |
ObsFunctionBase (const eckit::LocalConfiguration conf=eckit::LocalConfiguration()) | |
virtual | ~ObsFunctionBase () |
Static Public Member Functions | |
static float | getBadValue () |
Private Attributes | |
ufo::Variables | invars_ |
SIRetMWParameters | options_ |
Static Private Attributes | |
static constexpr float | bad_siret_value_ = 1000.f |
Additional Inherited Members | |
![]() | |
typedef float | Value_ |
Type of the values produced by the function. More... | |
Retrieve scattering index from MHS 89.0 GHz and 157.0 GHz channels.
Reference: Geer et al. (2014) Geer, A. J., Fabrizio, B., Bormann, N., & English, S. (2014). All-sky assimilation of microwave humidity sounders. European Centre for Medium-Range Weather Forecasts.
|
explicit |
Definition at line 27 of file SIRetMW.cc.
ufo::SIRetMW::~SIRetMW | ( | ) |
Definition at line 55 of file SIRetMW.cc.
|
virtual |
compute the result of the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 59 of file SIRetMW.cc.
|
inlinestatic |
|
virtual |
geovals required to compute the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 136 of file SIRetMW.cc.
|
inline |
|
staticconstexprprivate |
|
private |
|
private |