#include <FinalCheck.h>
|
| FinalCheck (const ObsTable &, const eckit::Configuration &, 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 &) const override |
|
◆ FinalCheck()
lorenz95::FinalCheck::FinalCheck |
( |
const ObsTable & |
, |
|
|
const eckit::Configuration & |
, |
|
|
std::shared_ptr< ObsData1D< int > > |
, |
|
|
std::shared_ptr< ObsData1D< float > > |
|
|
) |
| |
|
inline |
◆ postFilter()
◆ preProcess()
void lorenz95::FinalCheck::preProcess |
( |
| ) |
|
|
inlineoverridevirtual |
◆ print()
void lorenz95::FinalCheck::print |
( |
std::ostream & |
| ) |
const |
|
inlineoverrideprivate |
◆ priorFilter()
void lorenz95::FinalCheck::priorFilter |
( |
const GomL95 & |
| ) |
|
|
inlineoverride |
◆ requiredHdiagnostics()
◆ requiredVars()
◆ novars_
The documentation for this class was generated from the following file: