8 #ifndef UFO_FILTERS_TEMPORALTHINNINGPARAMETERS_H_
9 #define UFO_FILTERS_TEMPORALTHINNINGPARAMETERS_H_
13 #include "eckit/exception/Exceptions.h"
14 #include "oops/util/parameters/OptionalParameter.h"
15 #include "oops/util/parameters/Parameter.h"
16 #include "oops/util/parameters/Parameters.h"
32 oops::Parameter<util::Duration>
minSpacing{
"min_spacing", util::Duration(
"PT1H"),
this};
39 oops::Parameter<util::Duration>
tolerance{
"tolerance", util::Duration(
"PT0H"),
this};
47 oops::OptionalParameter<util::DateTime>
seedTime{
"seed_time",
this};
60 #endif // UFO_FILTERS_TEMPORALTHINNINGPARAMETERS_H_