OOPS
lorenz95::BackgroundCheck Class Reference

Simple background check: all obs for which {|y-H(x)| < threshold} pass QC. More...

#include <BackgroundCheck.h>

Inheritance diagram for lorenz95::BackgroundCheck:
Collaboration diagram for lorenz95::BackgroundCheck:

Public Types

typedef BackgroundCheckParameters Parameters_
 

Public Member Functions

 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...
 
- Public Member Functions inherited from oops::interface::ObsFilterBase< L95ObsTraits >
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...
 
- Public Member Functions inherited from oops::ObsFilterBase< OBS >
 ObsFilterBase ()
 
virtual ~ObsFilterBase ()
 

Private Member Functions

void print (std::ostream &os) const override
 

Private Attributes

const ObsTableobsdb_
 
Parameters_ options_
 
std::shared_ptr< ObsData1D< int > > qcflags_
 
std::shared_ptr< ObsData1D< float > > obserr_
 
const oops::Variables novars_
 

Detailed Description

Simple background check: all obs for which {|y-H(x)| < threshold} pass QC.

Definition at line 45 of file BackgroundCheck.h.

Member Typedef Documentation

◆ Parameters_

Constructor & Destructor Documentation

◆ BackgroundCheck()

lorenz95::BackgroundCheck::BackgroundCheck ( const ObsTable obsdb,
const Parameters_ parameters,
std::shared_ptr< ObsData1D< int > >  qcflags,
std::shared_ptr< ObsData1D< float > >  obserr 
)

Definition at line 21 of file BackgroundCheck.cc.

Member Function Documentation

◆ postFilter()

void lorenz95::BackgroundCheck::postFilter ( const ObsVec1D hofx,
const ObsVec1D ,
const ObsDiags1D  
)
override

Definition at line 28 of file BackgroundCheck.cc.

Here is the call graph for this function:

◆ preProcess()

void lorenz95::BackgroundCheck::preProcess ( )
inlineoverridevirtual

Perform any observation processing steps that do not require access to GeoVaLs or outputs produced by the observation operator.

Implements oops::ObsFilterBase< OBS >.

Definition at line 52 of file BackgroundCheck.h.

◆ print()

void lorenz95::BackgroundCheck::print ( std::ostream &  os) const
overrideprivate

Definition at line 51 of file BackgroundCheck.cc.

◆ priorFilter()

void lorenz95::BackgroundCheck::priorFilter ( const GomL95 )
inlineoverride

Definition at line 53 of file BackgroundCheck.h.

◆ requiredHdiagnostics()

oops::Variables lorenz95::BackgroundCheck::requiredHdiagnostics ( ) const
inlineoverridevirtual

Return the list of observation diagnostics required by this filter.

Implements oops::ObsFilterBase< OBS >.

Definition at line 57 of file BackgroundCheck.h.

◆ requiredVars()

oops::Variables lorenz95::BackgroundCheck::requiredVars ( ) const
inlineoverridevirtual

Return the list of GeoVaLs required by this filter.

Implements oops::ObsFilterBase< OBS >.

Definition at line 56 of file BackgroundCheck.h.

Member Data Documentation

◆ novars_

const oops::Variables lorenz95::BackgroundCheck::novars_
private

Definition at line 66 of file BackgroundCheck.h.

◆ obsdb_

const ObsTable& lorenz95::BackgroundCheck::obsdb_
private

Definition at line 62 of file BackgroundCheck.h.

◆ obserr_

std::shared_ptr<ObsData1D<float> > lorenz95::BackgroundCheck::obserr_
private

Definition at line 65 of file BackgroundCheck.h.

◆ options_

Parameters_ lorenz95::BackgroundCheck::options_
private

Definition at line 63 of file BackgroundCheck.h.

◆ qcflags_

std::shared_ptr<ObsData1D<int> > lorenz95::BackgroundCheck::qcflags_
private

Definition at line 64 of file BackgroundCheck.h.


The documentation for this class was generated from the following files: