8 #ifndef UFO_FILTERS_OBSFUNCTIONS_INTERCHANNELCONSISTENCYCHECK_H_
9 #define UFO_FILTERS_OBSFUNCTIONS_INTERCHANNELCONSISTENCYCHECK_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::string>
sensor{
"sensor",
this};
43 oops::Parameter<std::string>
testObserr{
"test_obserr",
"ObsErrorData",
this};
46 oops::Parameter<std::string>
testQCflag{
"test_qcflag",
"QCflagsData",
this};
Inter-channel consistency check.
void compute(const ObsFilterData &, ioda::ObsDataVector< float > &) const
compute the result of the function
std::vector< int > channels_
InterChannelConsistencyCheck(const eckit::LocalConfiguration &)
~InterChannelConsistencyCheck()
InterChannelConsistencyCheckParameters options_
const ufo::Variables & requiredVariables() const
geovals required to compute the function
Options applying to inter-channel consistency check.
oops::RequiredParameter< std::vector< int > > useflagChannel
Useflag (-1: not used; 0: monitoring; 1: used) for each channel in channelList.
oops::RequiredParameter< std::string > sensor
Name of the sensor for which the observation error factor applies.
oops::RequiredParameter< std::string > channelList
List of channels available for assimilation.
oops::Parameter< std::string > testObserr
Name of the data group to which the observation error is applied (default: ObsErrorData)
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.