23 : obsdb_(obsdb), options_(parameters), qcflags_(qcflags), obserr_(obserr), novars_()
29 std::vector<float> yobs;
33 for (
size_t jj = 0; jj < yobs.size(); ++jj) {
46 oops::Log::info() <<
"BackgroundCheck::postFilter rejected = " << ireject
47 <<
", inflated = " << inflate << std::endl;
void print(std::ostream &os) const override
BackgroundCheck(const ObsTable &, const Parameters_ &, std::shared_ptr< ObsData1D< int > >, std::shared_ptr< ObsData1D< float > >)
void postFilter(const ObsVec1D &, const ObsVec1D &, const ObsDiags1D &) override
oops::RequiredParameter< double > threshold
threshold for background check
oops::OptionalParameter< double > inflation
Data in observation space.
A Simple Observation Data Handler.
void getdb(const std::string &, std::vector< int > &) const
Vector in observation space.
A subclass of FilterFactory able to create instances of T (a concrete subclass of interface::ObsFilte...
The namespace for the L95 model.
static oops::interface::FilterMaker< L95ObsTraits, BackgroundCheck > makerBackgroundCheck_("Background Check")