UFO
|
Parameters controlling the operation of the ProfileFewObsCheck filter. More...
#include <ProfileFewObsCheck.h>
Public Attributes | |
oops::RequiredParameter< int > | threshold {"threshold", this, {oops::minConstraint(0)}} |
![]() | |
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 | |
![]() | |
const FilterActionParametersBase & | action () const override |
Return parameters defining the action performed on observations flagged by the filter. More... | |
Parameters controlling the operation of the ProfileFewObsCheck filter.
Definition at line 31 of file ProfileFewObsCheck.h.
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.