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

#include <ExternalDFI.h>

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

Public Member Functions

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

Definition at line 36 of file ExternalDFI.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 37 of file ExternalDFI.h.

◆ Model_

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

Definition at line 38 of file ExternalDFI.h.

◆ ModelAux_

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

Definition at line 39 of file ExternalDFI.h.

◆ State_

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

Definition at line 40 of file ExternalDFI.h.

Constructor & Destructor Documentation

◆ ExternalDFI()

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

Definition at line 44 of file ExternalDFI.h.

◆ ~ExternalDFI()

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

Definition at line 46 of file ExternalDFI.h.

Member Function Documentation

◆ appname()

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

Implements oops::Application.

Definition at line 110 of file ExternalDFI.h.

◆ execute()

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

Implements oops::Application.

Definition at line 48 of file ExternalDFI.h.

Here is the call graph for this function:

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