|
| | StateInfo (const std::string sgrep, const eckit::Configuration &conf) |
| |
| | StateInfo (const std::string sgrep, const util::Duration &freq) |
| |
| | ~StateInfo () |
| |
| | PostBase () |
| | Constructors and basic operators. More...
|
| |
| | PostBase (const eckit::Configuration &conf) |
| |
| | PostBase (const util::DateTime &start, const util::DateTime &finish, const util::Duration &freq=util::Duration(0)) |
| |
| virtual | ~PostBase () |
| |
| void | initialize (const FLDS &xx, const util::DateTime &end, const util::Duration &tstep) |
| | Setup. More...
|
| |
| void | process (const FLDS &xx) |
| | Process state or increment. More...
|
| |
| void | finalize (const FLDS &xx) |
| | Final. More...
|
| |
template<typename FLDS>
class oops::StateInfo< FLDS >
Handles writing-out of forecast fields.
Write out forecast fields.
Definition at line 28 of file StateInfo.h.