8 #ifndef UFO_FILTERS_OBSFUNCTIONS_OBSERRORFACTORTOPORAD_H_
9 #define UFO_FILTERS_OBSFUNCTIONS_OBSERRORFACTORTOPORAD_H_
14 #include "oops/util/parameters/Parameter.h"
15 #include "oops/util/parameters/Parameters.h"
16 #include "oops/util/parameters/RequiredParameter.h"
33 oops::RequiredParameter<std::string>
channelList{
"channels",
this};
36 oops::RequiredParameter<std::string>
sensor{
"sensor",
this};
39 oops::Parameter<std::string>
testObserr{
"test_obserr",
"ObsErrorData",
this};
42 oops::Parameter<std::string>
testQCflag{
"test_qcflag",
"QCflagsData",
this};
Error Inflation Factor (EIF) as a function of terrain height, channel, and surface-to-space transmitt...
std::vector< int > channels_
ObsErrorFactorTopoRad(const eckit::LocalConfiguration &)
void compute(const ObsFilterData &, ioda::ObsDataVector< float > &) const
compute the result of the function
const ufo::Variables & requiredVariables() const
geovals required to compute the function
ObsErrorFactorTopoRadParameters options_
Options applying to observation error inflation as a function of terrain height, channel,...
oops::RequiredParameter< std::string > channelList
List of channels to which the observation error factor applies.
oops::Parameter< std::string > testObserr
Name of the data group to which the observation error is applied (default: ObsErrorData)
oops::RequiredParameter< std::string > sensor
Name of the sensor for which the observation error factor applies.
oops::Parameter< std::string > testQCflag
Name of the data group to which the QC flag is applied (default is QCflagsData)
ObsFilterData provides access to all data related to an ObsFilter.