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

#include <Forecast.h>

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

Public Member Functions

 Forecast ()
 
virtual ~Forecast ()
 
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::Forecast< MODEL >

Definition at line 31 of file Forecast.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 32 of file Forecast.h.

◆ Model_

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

Definition at line 33 of file Forecast.h.

◆ ModelAux_

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

Definition at line 34 of file Forecast.h.

◆ State_

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

Definition at line 35 of file Forecast.h.

Constructor & Destructor Documentation

◆ Forecast()

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

Definition at line 39 of file Forecast.h.

◆ ~Forecast()

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

Definition at line 41 of file Forecast.h.

Member Function Documentation

◆ appname()

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

Implements oops::Application.

Definition at line 87 of file Forecast.h.

◆ execute()

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

Implements oops::Application.

Definition at line 43 of file Forecast.h.

Here is the call graph for this function:

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