OOPS
|
Options controlling PostTimer. More...
#include <PostTimerParameters.h>
Public Attributes | |
oops::Parameter< util::Duration > | frequency {"frequency", util::Duration(0), this} |
frequency of calling the PostProcessor (default = 0 – call at every step) More... | |
oops::Parameter< util::Duration > | first {"first", util::Duration(0), this} |
constrols delta for the first call of PostProcessor (first call will happen at begin+first) More... | |
oops::Parameter< std::vector< util::DateTime > > | steps {"steps", std::vector<util::DateTime>(), this} |
specifies at which times to call PostProcessor More... | |
Options controlling PostTimer.
Definition at line 24 of file PostTimerParameters.h.
oops::Parameter<util::Duration> oops::PostTimerParameters::first {"first", util::Duration(0), this} |
constrols delta for the first call of PostProcessor (first call will happen at begin+first)
Definition at line 30 of file PostTimerParameters.h.
oops::Parameter<util::Duration> oops::PostTimerParameters::frequency {"frequency", util::Duration(0), this} |
frequency of calling the PostProcessor (default = 0 – call at every step)
Definition at line 28 of file PostTimerParameters.h.
oops::Parameter<std::vector<util::DateTime> > oops::PostTimerParameters::steps {"steps", std::vector<util::DateTime>(), this} |
specifies at which times to call PostProcessor
Definition at line 32 of file PostTimerParameters.h.