8 #ifndef LORENZ95_BACKGROUNDCHECK_H_
9 #define LORENZ95_BACKGROUNDCHECK_H_
19 #include "oops/util/parameters/OptionalParameter.h"
20 #include "oops/util/parameters/RequiredParameter.h"
24 template <
typename DATATYPE>
class ObsData1D;
36 oops::RequiredParameter<double>
threshold{
"threshold",
this};
41 oops::OptionalParameter<double>
inflation{
"inflate obs error",
this};
60 void print(std::ostream & os)
const override;
65 std::shared_ptr<ObsData1D<float> >
obserr_;
Simple background check: all obs for which {|y-H(x)| < threshold} pass QC.
const oops::Variables novars_
BackgroundCheckParameters Parameters_
std::shared_ptr< ObsData1D< int > > qcflags_
std::shared_ptr< ObsData1D< float > > obserr_
void priorFilter(const GomL95 &) override
void print(std::ostream &os) const override
void preProcess() override
Perform any observation processing steps that do not require access to GeoVaLs or outputs produced by...
BackgroundCheck(const ObsTable &, const Parameters_ &, std::shared_ptr< ObsData1D< int > >, std::shared_ptr< ObsData1D< float > >)
oops::Variables requiredVars() const override
Return the list of GeoVaLs required by this filter.
oops::Variables requiredHdiagnostics() const override
Return the list of observation diagnostics required by this filter.
void postFilter(const ObsVec1D &, const ObsVec1D &, const ObsDiags1D &) override
oops::RequiredParameter< double > threshold
threshold for background check
oops::OptionalParameter< double > inflation
GomL95 class to handle locations for L95 model.
Data in observation space.
A Simple Observation Data Handler.
Vector in observation space.
Base class of classes storing parameters controlling specific observation filters.
Base class for OBS-specific implementations of the ObsFilter interface. interface::ObsFilterBase over...
The namespace for the L95 model.