8 #ifndef UFO_FILTERS_OBSFUNCTIONS_SIRETMW_H_
9 #define UFO_FILTERS_OBSFUNCTIONS_SIRETMW_H_
14 #include "oops/util/parameters/Parameter.h"
15 #include "oops/util/parameters/Parameters.h"
16 #include "oops/util/parameters/RequiredParameter.h"
36 oops::RequiredParameter<int>
ch90{
"siret_ch90",
this};
42 oops::RequiredParameter<int>
ch150{
"siret_ch150",
this};
50 oops::RequiredParameter<std::vector<std::string>>
varGroup{
"siret_types",
this};
57 oops::Parameter<std::string>
addBias{
"bias_application",
"HofX",
this};
62 oops::Parameter<std::string>
testBias{
"test_bias",
"ObsBiasData",
this};
74 explicit SIRetMW(
const eckit::LocalConfiguration &
75 = eckit::LocalConfiguration());
ObsFilterData provides access to all data related to an ObsFilter.
Retrieve scattering index from MHS 89.0 GHz and 157.0 GHz channels.
const ufo::Variables & requiredVariables() const
geovals required to compute the function
static float getBadValue()
SIRetMW(const eckit::LocalConfiguration &=eckit::LocalConfiguration())
static constexpr float bad_siret_value_
SIRetMWParameters options_
const std::vector< std::string > & siVariableGroups() const
void compute(const ObsFilterData &, ioda::ObsDataVector< float > &) const
compute the result of the function
Options applying to the retrieval of scattering index from 90.0 GHz and.
oops::Parameter< std::string > addBias
oops::Parameter< std::string > testBias
oops::RequiredParameter< std::vector< std::string > > varGroup
oops::RequiredParameter< int > ch150
oops::RequiredParameter< int > ch90