Thin observations so that the retained ones are sufficiently separated in time.
More...
#include <TemporalThinning.h>
|
| TemporalThinning (ioda::ObsSpace &obsdb, const Parameters_ ¶meters, std::shared_ptr< ioda::ObsDataVector< int > > flags, std::shared_ptr< ioda::ObsDataVector< float > > obserr) |
|
| ~TemporalThinning () override |
|
| FilterBase (ioda::ObsSpace &, const FilterParametersBaseWithAbstractAction ¶meters, std::shared_ptr< ioda::ObsDataVector< int > >, std::shared_ptr< ioda::ObsDataVector< float > >) |
|
| FilterBase (ioda::ObsSpace &, const eckit::Configuration &, std::shared_ptr< ioda::ObsDataVector< int > >, std::shared_ptr< ioda::ObsDataVector< float > >) |
|
| ~FilterBase () |
|
| ObsProcessorBase (ioda::ObsSpace &, bool deferToPost, std::shared_ptr< ioda::ObsDataVector< int > >, std::shared_ptr< ioda::ObsDataVector< float > >) |
|
| ~ObsProcessorBase () |
|
void | preProcess () override |
|
void | priorFilter (const GeoVaLs &) override |
|
void | postFilter (const ioda::ObsVector &, const ioda::ObsVector &, const ObsDiagnostics &) override |
|
oops::Variables | requiredVars () const override |
|
oops::Variables | requiredHdiagnostics () const override |
|
Thin observations so that the retained ones are sufficiently separated in time.
See TemporalThinningParameters for the documentation of the available parameters.
Definition at line 45 of file src/ufo/filters/TemporalThinning.h.
◆ Parameters_
◆ TemporalThinning()
◆ ~TemporalThinning()
ufo::TemporalThinning::~TemporalThinning |
( |
| ) |
|
|
override |
◆ applyFilter()
void ufo::TemporalThinning::applyFilter |
( |
const std::vector< bool > & |
apply, |
|
|
const Variables & |
filtervars, |
|
|
std::vector< std::vector< bool >> & |
flagged |
|
) |
| const |
|
overrideprivatevirtual |
◆ classname()
static const std::string ufo::TemporalThinning::classname |
( |
| ) |
|
|
inlinestatic |
◆ createObsAccessor()
ObsAccessor ufo::TemporalThinning::createObsAccessor |
( |
| ) |
const |
|
private |
◆ getObservationPriorities()
boost::optional< std::vector< int > > ufo::TemporalThinning::getObservationPriorities |
( |
const ObsAccessor & |
obsAccessor | ) |
const |
|
private |
◆ identifyThinnedObservations()
std::vector< bool > ufo::TemporalThinning::identifyThinnedObservations |
( |
const std::vector< bool > & |
apply, |
|
|
const Variables & |
filtervars, |
|
|
const ObsAccessor & |
obsAccessor |
|
) |
| const |
|
private |
◆ print()
void ufo::TemporalThinning::print |
( |
std::ostream & |
os | ) |
const |
|
overrideprivatevirtual |
◆ qcFlag()
int ufo::TemporalThinning::qcFlag |
( |
| ) |
const |
|
inlineoverrideprivatevirtual |
◆ options_
The documentation for this class was generated from the following files: