Go to the documentation of this file.
24 : obsdb_(obsdb), qcflags_(qcflags), obserr_(obserr), novars_()
31 std::vector<float> yobs;
33 for (
size_t jj = 0; jj < yobs.size(); ++jj) {
48 os <<
"L95 Background check with absolute threshold " <<
options_.
threshold << std::endl;
oops::RequiredParameter< double > threshold
threshold for background check
void getdb(const std::string &, std::vector< int > &) const
Vector in observation space.
void postFilter(const ObsVec1D &, const ObsDiags1D &) const
BackgroundCheck(const ObsTableView &, const eckit::Configuration &, std::shared_ptr< ObsData1D< int > >, std::shared_ptr< ObsData1D< float > >)
const ObsTableView & obsdb_
static oops::FilterMaker< L95ObsTraits, oops::ObsFilter< L95ObsTraits, BackgroundCheck > > makerBackgroundCheck_("Background Check")
Data in observation space.
A Simple Observation Data Handler.
oops::OptionalParameter< double > inflation
void print(std::ostream &os) const
The namespace for the L95 model.
BackgroundCheckParameters options_