OOPS
oops::LocalEnsembleDA< MODEL, OBS > Class Template Reference

Application for local ensemble data assimilation. More...

#include <LocalEnsembleDA.h>

Inheritance diagram for oops::LocalEnsembleDA< MODEL, OBS >:
Collaboration diagram for oops::LocalEnsembleDA< MODEL, OBS >:

Public Member Functions

 LocalEnsembleDA (const eckit::mpi::Comm &comm=oops::mpi::world())
 
virtual ~LocalEnsembleDA ()=default
 
int execute (const eckit::Configuration &fullConfig) const
 
- Public Member Functions inherited from oops::Application
 Application (const eckit::mpi::Comm &comm)
 
virtual ~Application ()
 

Private Types

typedef Departures< OBS > Departures_
 
typedef Geometry< MODEL > Geometry_
 
typedef GeometryIterator< MODEL > GeometryIterator_
 
typedef IncrementEnsemble4D< MODEL > IncrementEnsemble4D_
 
typedef Increment< MODEL > Increment_
 
typedef LocalEnsembleSolver< MODEL, OBS > LocalSolver_
 
typedef ObsSpaces< OBS > ObsSpaces_
 
typedef Observations< OBS > Observations_
 
typedef State4D< MODEL > State4D_
 
typedef StateEnsemble4D< MODEL > StateEnsemble4D_
 

Private Member Functions

std::string appname () const
 
void updateConfigWithPatchGeometry (const Geometry_ &geometry, eckit::LocalConfiguration &obsConfig) const
 
void saveVariance (const eckit::LocalConfiguration &outConfig, const IncrementEnsemble4D_ &perts, const bool do_test_prints, const std::string &strOut) const
 

Additional Inherited Members

- Protected Member Functions inherited from oops::Application
const eckit::mpi::Comm & getComm () const
 

Detailed Description

template<typename MODEL, typename OBS>
class oops::LocalEnsembleDA< MODEL, OBS >

Application for local ensemble data assimilation.

Definition at line 41 of file LocalEnsembleDA.h.

Member Typedef Documentation

◆ Departures_

template<typename MODEL , typename OBS >
typedef Departures<OBS> oops::LocalEnsembleDA< MODEL, OBS >::Departures_
private

Definition at line 42 of file LocalEnsembleDA.h.

◆ Geometry_

template<typename MODEL , typename OBS >
typedef Geometry<MODEL> oops::LocalEnsembleDA< MODEL, OBS >::Geometry_
private

Definition at line 43 of file LocalEnsembleDA.h.

◆ GeometryIterator_

template<typename MODEL , typename OBS >
typedef GeometryIterator<MODEL> oops::LocalEnsembleDA< MODEL, OBS >::GeometryIterator_
private

Definition at line 44 of file LocalEnsembleDA.h.

◆ Increment_

template<typename MODEL , typename OBS >
typedef Increment<MODEL> oops::LocalEnsembleDA< MODEL, OBS >::Increment_
private

Definition at line 46 of file LocalEnsembleDA.h.

◆ IncrementEnsemble4D_

template<typename MODEL , typename OBS >
typedef IncrementEnsemble4D<MODEL> oops::LocalEnsembleDA< MODEL, OBS >::IncrementEnsemble4D_
private

Definition at line 45 of file LocalEnsembleDA.h.

◆ LocalSolver_

template<typename MODEL , typename OBS >
typedef LocalEnsembleSolver<MODEL, OBS> oops::LocalEnsembleDA< MODEL, OBS >::LocalSolver_
private

Definition at line 47 of file LocalEnsembleDA.h.

◆ Observations_

template<typename MODEL , typename OBS >
typedef Observations<OBS> oops::LocalEnsembleDA< MODEL, OBS >::Observations_
private

Definition at line 49 of file LocalEnsembleDA.h.

◆ ObsSpaces_

template<typename MODEL , typename OBS >
typedef ObsSpaces<OBS> oops::LocalEnsembleDA< MODEL, OBS >::ObsSpaces_
private

Definition at line 48 of file LocalEnsembleDA.h.

◆ State4D_

template<typename MODEL , typename OBS >
typedef State4D<MODEL> oops::LocalEnsembleDA< MODEL, OBS >::State4D_
private

Definition at line 50 of file LocalEnsembleDA.h.

◆ StateEnsemble4D_

template<typename MODEL , typename OBS >
typedef StateEnsemble4D<MODEL> oops::LocalEnsembleDA< MODEL, OBS >::StateEnsemble4D_
private

Definition at line 51 of file LocalEnsembleDA.h.

Constructor & Destructor Documentation

◆ LocalEnsembleDA()

template<typename MODEL , typename OBS >
oops::LocalEnsembleDA< MODEL, OBS >::LocalEnsembleDA ( const eckit::mpi::Comm &  comm = oops::mpi::world())
inlineexplicit

Definition at line 56 of file LocalEnsembleDA.h.

◆ ~LocalEnsembleDA()

template<typename MODEL , typename OBS >
virtual oops::LocalEnsembleDA< MODEL, OBS >::~LocalEnsembleDA ( )
virtualdefault

Member Function Documentation

◆ appname()

template<typename MODEL , typename OBS >
std::string oops::LocalEnsembleDA< MODEL, OBS >::appname ( ) const
inlineprivatevirtual

Implements oops::Application.

Definition at line 253 of file LocalEnsembleDA.h.

◆ execute()

template<typename MODEL , typename OBS >
int oops::LocalEnsembleDA< MODEL, OBS >::execute ( const eckit::Configuration &  fullConfig) const
inlinevirtual

Implements oops::Application.

Definition at line 69 of file LocalEnsembleDA.h.

Here is the call graph for this function:

◆ saveVariance()

template<typename MODEL , typename OBS >
void oops::LocalEnsembleDA< MODEL, OBS >::saveVariance ( const eckit::LocalConfiguration &  outConfig,
const IncrementEnsemble4D_ perts,
const bool  do_test_prints,
const std::string &  strOut 
) const
inlineprivate

Definition at line 306 of file LocalEnsembleDA.h.

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

◆ updateConfigWithPatchGeometry()

template<typename MODEL , typename OBS >
void oops::LocalEnsembleDA< MODEL, OBS >::updateConfigWithPatchGeometry ( const Geometry_ geometry,
eckit::LocalConfiguration &  obsConfig 
) const
inlineprivate

Definition at line 257 of file LocalEnsembleDA.h.

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

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