OOPS
oops::RTPP< MODEL > Class Template Reference

Application for relaxation to prior perturbation (RTPP) inflation. More...

#include <RTPP.h>

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

Public Member Functions

 RTPP (const eckit::mpi::Comm &comm=oops::mpi::world())
 
virtual ~RTPP ()=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 Geometry< MODEL > Geometry_
 
typedef Increment< MODEL > Increment_
 
typedef State< MODEL > State_
 
typedef StateEnsemble< MODEL > StateEnsemble_
 

Private Member Functions

std::string appname () const
 

Additional Inherited Members

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

Detailed Description

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

Application for relaxation to prior perturbation (RTPP) inflation.

Definition at line 26 of file RTPP.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 27 of file RTPP.h.

◆ Increment_

template<typename MODEL >
typedef Increment<MODEL> oops::RTPP< MODEL >::Increment_
private

Definition at line 28 of file RTPP.h.

◆ State_

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

Definition at line 29 of file RTPP.h.

◆ StateEnsemble_

template<typename MODEL >
typedef StateEnsemble<MODEL> oops::RTPP< MODEL >::StateEnsemble_
private

Definition at line 30 of file RTPP.h.

Constructor & Destructor Documentation

◆ RTPP()

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

Definition at line 35 of file RTPP.h.

◆ ~RTPP()

template<typename MODEL >
virtual oops::RTPP< MODEL >::~RTPP ( )
virtualdefault

Member Function Documentation

◆ appname()

template<typename MODEL >
std::string oops::RTPP< MODEL >::appname ( ) const
inlineprivatevirtual

Implements oops::Application.

Definition at line 116 of file RTPP.h.

◆ execute()

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

Implements oops::Application.

Definition at line 43 of file RTPP.h.

Here is the call graph for this function:

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