OOPS
oops::State4D< MODEL > Class Template Reference

Four dimensional state (vector of 3D States) More...

#include <State4D.h>

Inheritance diagram for oops::State4D< MODEL >:
Collaboration diagram for oops::State4D< MODEL >:

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 Variablesvariables () 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_
 

Detailed Description

template<typename MODEL>
class oops::State4D< MODEL >

Four dimensional state (vector of 3D States)

Definition at line 29 of file State4D.h.

Member Typedef Documentation

◆ Geometry_

template<typename MODEL >
typedef Geometry<MODEL> oops::State4D< MODEL >::Geometry_
private

Definition at line 30 of file State4D.h.

◆ State_

template<typename MODEL >
typedef State<MODEL> oops::State4D< MODEL >::State_
private

Definition at line 31 of file State4D.h.

Constructor & Destructor Documentation

◆ State4D()

template<typename MODEL >
oops::State4D< MODEL >::State4D ( const Geometry_ resol,
const eckit::Configuration &  config 
)

The arguments define all states in 4D and their resolution.

Definition at line 64 of file State4D.h.

Member Function Documentation

◆ accumul()

template<typename MODEL >
void oops::State4D< MODEL >::accumul ( const double &  zz,
const State4D< MODEL > &  xx 
)

Definition at line 130 of file State4D.h.

Here is the call graph for this function:

◆ classname()

template<typename MODEL >
static const std::string oops::State4D< MODEL >::classname ( )
inlinestatic

Definition at line 34 of file State4D.h.

◆ geometry()

template<typename MODEL >
Geometry_ oops::State4D< MODEL >::geometry ( ) const
inline

Definition at line 47 of file State4D.h.

◆ operator[]() [1/2]

template<typename MODEL >
State_& oops::State4D< MODEL >::operator[] ( const int  ii)
inline

Definition at line 44 of file State4D.h.

◆ operator[]() [2/2]

template<typename MODEL >
const State_& oops::State4D< MODEL >::operator[] ( const int  ii) const
inline

Definition at line 45 of file State4D.h.

◆ print()

template<typename MODEL >
void oops::State4D< MODEL >::print ( std::ostream &  outs) const
private

Definition at line 142 of file State4D.h.

◆ size()

template<typename MODEL >
size_t oops::State4D< MODEL >::size ( ) const
inline

Get 3D model state.

Definition at line 43 of file State4D.h.

Here is the caller graph for this function:

◆ validTimes()

template<typename MODEL >
const std::vector< util::DateTime > oops::State4D< MODEL >::validTimes

Definition at line 107 of file State4D.h.

Here is the caller graph for this function:

◆ variables()

template<typename MODEL >
const Variables& oops::State4D< MODEL >::variables ( ) const
inline

Definition at line 48 of file State4D.h.

◆ write()

template<typename MODEL >
void oops::State4D< MODEL >::write ( const eckit::Configuration &  config) const

I/O.

Definition at line 87 of file State4D.h.

Here is the caller graph for this function:

◆ zero()

template<typename MODEL >
void oops::State4D< MODEL >::zero

Accumulator.

Definition at line 119 of file State4D.h.

Member Data Documentation

◆ state4d_

template<typename MODEL >
std::vector<State_> oops::State4D< MODEL >::state4d_
private

Definition at line 58 of file State4D.h.


The documentation for this class was generated from the following file: