8 #ifndef UFO_FILTERS_OBSFUNCTIONS_OBSERRORBOUNDIR_H_
9 #define UFO_FILTERS_OBSFUNCTIONS_OBSERRORBOUNDIR_H_
14 #include "oops/util/parameters/Parameter.h"
15 #include "oops/util/parameters/Parameters.h"
16 #include "oops/util/parameters/RequiredParameter.h"
34 oops::RequiredParameter<std::string>
channelList{
"channels",
this};
37 oops::RequiredParameter<std::vector<float>>
obserrBoundMax{
"obserr_bound_max",
this};
40 oops::RequiredParameter<Variable>
obserrBoundLat{
"obserr_bound_latitude",
this};
47 oops::Parameter<std::string>
testObserr{
"test_obserr",
"ObsErrorData",
this};
50 oops::Parameter<std::string>
testQCflag{
"test_qcflag",
"QCflagsData",
this};
Determine the observation error bound (Residual Threshold) for gross check as a function of transmitt...
ObsErrorBoundIRParameters options_
const ufo::Variables & requiredVariables() const
geovals required to compute the function
ObsErrorBoundIR(const eckit::LocalConfiguration &)
std::vector< int > channels_
void compute(const ObsFilterData &, ioda::ObsDataVector< float > &) const
compute the result of the function
Options applying to the determination of observation error bounds as a function transmittance at mode...
oops::RequiredParameter< Variable > obserrBoundLat
Function used to set the observation bound based on Latitude (ObsErrorFactorLatRad)
oops::RequiredParameter< std::string > channelList
List of channels available for assimilation.
oops::Parameter< std::string > testQCflag
Name of the data group to which the QC flag is applied (default is QCflagsData)
oops::RequiredParameter< Variable > obserrBoundTransmittop
oops::RequiredParameter< std::vector< float > > obserrBoundMax
Maximum value of the observation error bound for each channel in channelList.
oops::Parameter< std::string > testObserr
Name of the data group to which the observation error is applied (default: ObsErrorData)
ObsFilterData provides access to all data related to an ObsFilter.