OOPS
oops::StateEnsemble4D< MODEL > Class Template Reference

Ensemble of 4D states. More...

#include <StateEnsemble4D.h>

Public Member Functions

 StateEnsemble4D (const Geometry_ &, const eckit::Configuration &)
 Create ensemble of 4D states. More...
 
State4D_ mean () const
 calculate ensemble mean More...
 
unsigned int size () const
 Accessors. More...
 
State4D_operator[] (const int ii)
 
const State4D_operator[] (const int ii) const
 
const Variablesvariables () const
 Information. More...
 

Private Types

typedef Geometry< MODEL > Geometry_
 
typedef State4D< MODEL > State4D_
 

Private Attributes

std::vector< State4D_states_
 

Detailed Description

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

Ensemble of 4D states.

Definition at line 26 of file StateEnsemble4D.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 27 of file StateEnsemble4D.h.

◆ State4D_

template<typename MODEL >
typedef State4D<MODEL> oops::StateEnsemble4D< MODEL >::State4D_
private

Definition at line 28 of file StateEnsemble4D.h.

Constructor & Destructor Documentation

◆ StateEnsemble4D()

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

Create ensemble of 4D states.

Definition at line 52 of file StateEnsemble4D.h.

Member Function Documentation

◆ mean()

template<typename MODEL >
State4D< MODEL > oops::StateEnsemble4D< MODEL >::mean

calculate ensemble mean

Definition at line 68 of file StateEnsemble4D.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator[]() [1/2]

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

Definition at line 39 of file StateEnsemble4D.h.

◆ operator[]() [2/2]

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

Definition at line 40 of file StateEnsemble4D.h.

◆ size()

template<typename MODEL >
unsigned int oops::StateEnsemble4D< MODEL >::size ( ) const
inline

Accessors.

Definition at line 38 of file StateEnsemble4D.h.

Here is the caller graph for this function:

◆ variables()

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

Information.

Definition at line 43 of file StateEnsemble4D.h.

Here is the caller graph for this function:

Member Data Documentation

◆ states_

template<typename MODEL >
std::vector<State4D_> oops::StateEnsemble4D< MODEL >::states_
private

Definition at line 46 of file StateEnsemble4D.h.


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