Simple background check: all obs for which {|y-H(x)| < threshold} pass QC.
More...
#include <BackgroundCheck.h>
|
| BackgroundCheck (const ObsTable &, const Parameters_ &, std::shared_ptr< ObsData1D< int > >, std::shared_ptr< ObsData1D< float > >) |
|
void | preProcess () override |
| Perform any observation processing steps that do not require access to GeoVaLs or outputs produced by the observation operator. More...
|
|
void | priorFilter (const GomL95 &) override |
|
void | postFilter (const ObsVec1D &, const ObsVec1D &, const ObsDiags1D &) override |
|
oops::Variables | requiredVars () const override |
| Return the list of GeoVaLs required by this filter. More...
|
|
oops::Variables | requiredHdiagnostics () const override |
| Return the list of observation diagnostics required by this filter. More...
|
|
void | priorFilter (const GeoVaLs< L95ObsTraits > &gv) final |
| Perform any observation processing steps that require access to GeoVaLs, but not to outputs produced by the observation operator. More...
|
|
virtual void | priorFilter (const GeoVaLs_ &gv)=0 |
| Perform any observation processing steps that require access to GeoVaLs, but not to outputs produced by the observation operator. More...
|
|
void | postFilter (const oops::ObsVector< L95ObsTraits > &ov, const oops::ObsVector< L95ObsTraits > &bv, const ObsDiagnostics< L95ObsTraits > &dv) final |
| Perform any observation processing steps that require access to outputs produced by the observation operator. More...
|
|
virtual void | postFilter (const ObsVector_ &ov, const ObsVector_ &bv, const ObsDiags_ &dv)=0 |
| Perform any observation processing steps that require access to outputs produced by the observation operator. More...
|
|
| ObsFilterBase () |
|
virtual | ~ObsFilterBase () |
|
|
void | print (std::ostream &os) const override |
|
Simple background check: all obs for which {|y-H(x)| < threshold} pass QC.
Definition at line 45 of file BackgroundCheck.h.
◆ Parameters_
◆ BackgroundCheck()
lorenz95::BackgroundCheck::BackgroundCheck |
( |
const ObsTable & |
obsdb, |
|
|
const Parameters_ & |
parameters, |
|
|
std::shared_ptr< ObsData1D< int > > |
qcflags, |
|
|
std::shared_ptr< ObsData1D< float > > |
obserr |
|
) |
| |
◆ postFilter()
◆ preProcess()
void lorenz95::BackgroundCheck::preProcess |
( |
| ) |
|
|
inlineoverridevirtual |
◆ print()
void lorenz95::BackgroundCheck::print |
( |
std::ostream & |
os | ) |
const |
|
overrideprivate |
◆ priorFilter()
void lorenz95::BackgroundCheck::priorFilter |
( |
const GomL95 & |
| ) |
|
|
inlineoverride |
◆ requiredHdiagnostics()
◆ requiredVars()
◆ novars_
◆ obsdb_
const ObsTable& lorenz95::BackgroundCheck::obsdb_ |
|
private |
◆ obserr_
std::shared_ptr<ObsData1D<float> > lorenz95::BackgroundCheck::obserr_ |
|
private |
◆ options_
◆ qcflags_
std::shared_ptr<ObsData1D<int> > lorenz95::BackgroundCheck::qcflags_ |
|
private |
The documentation for this class was generated from the following files: