FV3 Bundle
oops::EnsForecast< MODEL > Class Template Reference

#include <EnsForecasts.h>

Inheritance diagram for oops::EnsForecast< MODEL >:
[legend]
Collaboration diagram for oops::EnsForecast< MODEL >:
[legend]

Public Member Functions

 EnsForecast ()
 
virtual ~EnsForecast ()
 
int execute (const eckit::Configuration &fullConfig) const
 
- Public Member Functions inherited from oops::Application
 Application ()
 
virtual ~Application ()
 

Private Types

typedef Geometry< MODEL > Geometry_
 
typedef Model< MODEL > Model_
 
typedef ModelAuxControl< MODEL > ModelAux_
 
typedef State< MODEL > State_
 

Private Member Functions

std::string appname () const
 

Detailed Description

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

Definition at line 31 of file EnsForecasts.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 32 of file EnsForecasts.h.

◆ Model_

template<typename MODEL >
typedef Model<MODEL> oops::EnsForecast< MODEL >::Model_
private

Definition at line 33 of file EnsForecasts.h.

◆ ModelAux_

template<typename MODEL >
typedef ModelAuxControl<MODEL> oops::EnsForecast< MODEL >::ModelAux_
private

Definition at line 34 of file EnsForecasts.h.

◆ State_

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

Definition at line 35 of file EnsForecasts.h.

Constructor & Destructor Documentation

◆ EnsForecast()

template<typename MODEL >
oops::EnsForecast< MODEL >::EnsForecast ( )
inline

Definition at line 39 of file EnsForecasts.h.

◆ ~EnsForecast()

template<typename MODEL >
virtual oops::EnsForecast< MODEL >::~EnsForecast ( )
inlinevirtual

Definition at line 41 of file EnsForecasts.h.

Member Function Documentation

◆ appname()

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

Implements oops::Application.

Definition at line 87 of file EnsForecasts.h.

◆ execute()

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

Implements oops::Application.

Definition at line 43 of file EnsForecasts.h.

Here is the call graph for this function:

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