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

#include <EstimateParams.h>

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

Public Member Functions

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

Static Public Member Functions

static const std::string classname ()
 

Private Types

typedef ParametersBUMP< MODEL > Parameters_
 

Private Member Functions

std::string appname () const
 

Detailed Description

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

Definition at line 26 of file EstimateParams.h.

Member Typedef Documentation

◆ Parameters_

template<typename MODEL>
typedef ParametersBUMP<MODEL> oops::EstimateParams< MODEL >::Parameters_
private

Definition at line 27 of file EstimateParams.h.

Constructor & Destructor Documentation

◆ EstimateParams()

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

Definition at line 32 of file EstimateParams.h.

◆ ~EstimateParams()

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

Definition at line 36 of file EstimateParams.h.

Member Function Documentation

◆ appname()

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

Implements oops::Application.

Definition at line 54 of file EstimateParams.h.

◆ classname()

template<typename MODEL>
static const std::string oops::EstimateParams< MODEL >::classname ( )
inlinestatic

Definition at line 31 of file EstimateParams.h.

Here is the caller graph for this function:

◆ execute()

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

Implements oops::Application.

Definition at line 38 of file EstimateParams.h.

Here is the call graph for this function:

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