32 oops::Parameter<std::vector<util::DateTime>>
steps{
"steps", std::vector<util::DateTime>(),
this};
Options controlling PostTimer.
oops::Parameter< std::vector< util::DateTime > > steps
specifies at which times to call PostProcessor
oops::Parameter< util::Duration > frequency
frequency of calling the PostProcessor (default = 0 – call at every step)
oops::Parameter< util::Duration > first
constrols delta for the first call of PostProcessor (first call will happen at begin+first)