UFO
|
#include <StuckCheckParameters.h>
Public Attributes | |
oops::RequiredParameter< size_t > | numberStuckTolerance |
oops::RequiredParameter< util::Duration > | timeStuckTolerance |
Definition at line 18 of file StuckCheckParameters.h.
oops::RequiredParameter<size_t> ufo::StuckCheckCoreParameters::numberStuckTolerance |
The maximum number of observations in a row that can have the same observed value before the observations may be flagged by this filter.
Definition at line 24 of file StuckCheckParameters.h.
oops::RequiredParameter<util::Duration> ufo::StuckCheckCoreParameters::timeStuckTolerance |
The maximum duration in which an observation value is "stuck" before the observations may be flagged (unless all of the observations have that one value, in which case the observations could be flagged anyway)
Definition at line 31 of file StuckCheckParameters.h.