UFO
ufo::ProfileFewObsCheckParameters Class Reference

Parameters controlling the operation of the ProfileFewObsCheck filter. More...

#include <ProfileFewObsCheck.h>

Inheritance diagram for ufo::ProfileFewObsCheckParameters:
Collaboration diagram for ufo::ProfileFewObsCheckParameters:

Public Attributes

oops::RequiredParameter< int > threshold {"threshold", this, {oops::minConstraint(0)}}
 
- Public Attributes inherited from ufo::FilterParametersBaseWithAbstractAction
oops::OptionalParameter< std::vector< Variable > > filterVariables
 
oops::Parameter< std::vector< WhereParameters > > where {"where", {}, this}
 
oops::Parameter< bool > deferToPost {"defer to post", false, this}
 

Additional Inherited Members

- Public Member Functions inherited from ufo::FilterParametersBase
const FilterActionParametersBaseaction () const override
 Return parameters defining the action performed on observations flagged by the filter. More...
 

Detailed Description

Parameters controlling the operation of the ProfileFewObsCheck filter.

Definition at line 31 of file ProfileFewObsCheck.h.

Member Data Documentation

◆ threshold

oops::RequiredParameter<int> ufo::ProfileFewObsCheckParameters::threshold {"threshold", this, {oops::minConstraint(0)}}

The filter will flag profiles which contain fewer than threshold number of observations

Definition at line 37 of file ProfileFewObsCheck.h.


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