|
OOPS
|
Four dimensional state (vector of 3D States) More...
#include <State4D.h>


Public Member Functions | |
| State4D (const Geometry_ &, const eckit::Configuration &) | |
| The arguments define all states in 4D and their resolution. More... | |
| void | write (const eckit::Configuration &) const |
| I/O. More... | |
| size_t | size () const |
| Get 3D model state. More... | |
| State_ & | operator[] (const int ii) |
| const State_ & | operator[] (const int ii) const |
| Geometry_ | geometry () const |
| const Variables & | variables () const |
| const std::vector< util::DateTime > | validTimes () const |
| void | zero () |
| Accumulator. More... | |
| void | accumul (const double &, const State4D &) |
Static Public Member Functions | |
| static const std::string | classname () |
Private Types | |
| typedef Geometry< MODEL > | Geometry_ |
| typedef State< MODEL > | State_ |
Private Member Functions | |
| void | print (std::ostream &) const |
Private Attributes | |
| std::vector< State_ > | state4d_ |
Four dimensional state (vector of 3D States)
|
private |
|
private |
| oops::State4D< MODEL >::State4D | ( | const Geometry_ & | resol, |
| const eckit::Configuration & | config | ||
| ) |
| void oops::State4D< MODEL >::accumul | ( | const double & | zz, |
| const State4D< MODEL > & | xx | ||
| ) |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
| const std::vector< util::DateTime > oops::State4D< MODEL >::validTimes |
|
inline |
| void oops::State4D< MODEL >::write | ( | const eckit::Configuration & | config | ) | const |
| void oops::State4D< MODEL >::zero |
|
private |