24 : obsdb_(obsdb), options_(parameters), qcflags_(qcflags), obserr_(obserr), novars_()
30 std::vector<float> yobs;
34 for (
size_t jj = 0; jj < yobs.size(); ++jj) {
47 oops::Log::info() <<
"BackgroundCheck::postFilter rejected = " << ireject
48 <<
", inflated = " << inflate << std::endl;
void print(std::ostream &os) const
BackgroundCheck(const ObsTable &, const Parameters_ &, std::shared_ptr< ObsData1D< int > >, std::shared_ptr< ObsData1D< float > >)
void postFilter(const ObsVec1D &, const ObsDiags1D &) const
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.
The namespace for the L95 model.
static oops::FilterMaker< L95ObsTraits, oops::ObsFilter< L95ObsTraits, BackgroundCheck > > makerBackgroundCheck_("Background Check")