#include <FinalCheck.h>
|
| FinalCheck (const ObsSpaceQG &, const eckit::Configuration &, std::shared_ptr< ObsDataQG< int > >, std::shared_ptr< ObsDataQG< 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 GomQG &) override |
|
void | postFilter (const ObsVecQG &, const ObsVecQG &, const ObsDiagsQG &) 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< QgObsTraits > &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< QgObsTraits > &ov, const oops::ObsVector< QgObsTraits > &bv, const ObsDiagnostics< QgObsTraits > &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 &) const override |
|
Definition at line 29 of file qg/model/FinalCheck.h.
◆ FinalCheck()
qg::FinalCheck::FinalCheck |
( |
const ObsSpaceQG & |
, |
|
|
const eckit::Configuration & |
, |
|
|
std::shared_ptr< ObsDataQG< int > > |
, |
|
|
std::shared_ptr< ObsDataQG< float > > |
|
|
) |
| |
|
inline |
◆ postFilter()
◆ preProcess()
void qg::FinalCheck::preProcess |
( |
| ) |
|
|
inlineoverridevirtual |
◆ print()
void qg::FinalCheck::print |
( |
std::ostream & |
| ) |
const |
|
inlineoverrideprivate |
◆ priorFilter()
void qg::FinalCheck::priorFilter |
( |
const GomQG & |
| ) |
|
|
inlineoverride |
◆ requiredHdiagnostics()
◆ requiredVars()
◆ novars_
The documentation for this class was generated from the following file: