OOPS
oops::IncrementEnsemble4D< MODEL > Class Template Reference

Ensemble of 4D increments. More...

#include <IncrementEnsemble4D.h>

Public Member Functions

 IncrementEnsemble4D (const Geometry_ &resol, const Variables &vars, const std::vector< util::DateTime > &, const int rank)
 Constructor. More...
 
 IncrementEnsemble4D (const StateEnsemble4D_ &ens, const State4D_ &mean, const Variables &vars)
 construct ensemble of perturbations as ens - mean; holding More...
 
size_t size () const
 Accessors. More...
 
Increment4D_operator[] (const size_t ii)
 
const Increment4D_operator[] (const size_t ii) const
 

Private Types

typedef Geometry< MODEL > Geometry_
 
typedef State4D< MODEL > State4D_
 
typedef StateEnsemble4D< MODEL > StateEnsemble4D_
 
typedef Increment4D< MODEL > Increment4D_
 

Private Attributes

std::vector< Increment4D_ensemblePerturbs_
 

Detailed Description

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

Ensemble of 4D increments.

Definition at line 32 of file IncrementEnsemble4D.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 33 of file IncrementEnsemble4D.h.

◆ Increment4D_

template<typename MODEL >
typedef Increment4D<MODEL> oops::IncrementEnsemble4D< MODEL >::Increment4D_
private

Definition at line 36 of file IncrementEnsemble4D.h.

◆ State4D_

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

Definition at line 34 of file IncrementEnsemble4D.h.

◆ StateEnsemble4D_

template<typename MODEL >
typedef StateEnsemble4D<MODEL> oops::IncrementEnsemble4D< MODEL >::StateEnsemble4D_
private

Definition at line 35 of file IncrementEnsemble4D.h.

Constructor & Destructor Documentation

◆ IncrementEnsemble4D() [1/2]

template<typename MODEL >
oops::IncrementEnsemble4D< MODEL >::IncrementEnsemble4D ( const Geometry_ resol,
const Variables vars,
const std::vector< util::DateTime > &  timeslots,
const int  rank 
)

Constructor.

Definition at line 61 of file IncrementEnsemble4D.h.

◆ IncrementEnsemble4D() [2/2]

template<typename MODEL >
oops::IncrementEnsemble4D< MODEL >::IncrementEnsemble4D ( const StateEnsemble4D_ ens,
const State4D_ mean,
const Variables vars 
)

construct ensemble of perturbations as ens - mean; holding

Definition at line 76 of file IncrementEnsemble4D.h.

Here is the call graph for this function:

Member Function Documentation

◆ operator[]() [1/2]

template<typename MODEL >
Increment4D_& oops::IncrementEnsemble4D< MODEL >::operator[] ( const size_t  ii)
inline

Definition at line 51 of file IncrementEnsemble4D.h.

◆ operator[]() [2/2]

template<typename MODEL >
const Increment4D_& oops::IncrementEnsemble4D< MODEL >::operator[] ( const size_t  ii) const
inline

Definition at line 52 of file IncrementEnsemble4D.h.

◆ size()

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

Accessors.

Definition at line 50 of file IncrementEnsemble4D.h.

Here is the caller graph for this function:

Member Data Documentation

◆ ensemblePerturbs_

template<typename MODEL >
std::vector<Increment4D_> oops::IncrementEnsemble4D< MODEL >::ensemblePerturbs_
private

Definition at line 55 of file IncrementEnsemble4D.h.


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