FV3-JEDI
fv3jedi::ModelFV3LM Class Reference

#include <ModelFV3LM.h>

Inheritance diagram for fv3jedi::ModelFV3LM:
Collaboration diagram for fv3jedi::ModelFV3LM:

Public Member Functions

 ModelFV3LM (const Geometry &, const eckit::Configuration &)
 
 ~ModelFV3LM ()
 
void initialize (State &) const
 Prepare model integration. More...
 
void step (State &, const ModelBias &) const
 Model integration. More...
 
void finalize (State &) const
 Finish model integration. More...
 
const util::Duration & timeResolution () const
 Utilities. More...
 
const oops::Variables & variables () const
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const
 

Private Attributes

F90model keyConfig_
 
util::Duration tstep_
 
const Geometry geom_
 
const oops::Variables vars_
 

Detailed Description

Definition at line 36 of file ModelFV3LM.h.

Constructor & Destructor Documentation

◆ ModelFV3LM()

fv3jedi::ModelFV3LM::ModelFV3LM ( const Geometry resol,
const eckit::Configuration &  mconf 
)

Definition at line 26 of file ModelFV3LM.cc.

Here is the call graph for this function:

◆ ~ModelFV3LM()

fv3jedi::ModelFV3LM::~ModelFV3LM ( )

Definition at line 38 of file ModelFV3LM.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

static const std::string fv3jedi::ModelFV3LM::classname ( )
inlinestatic

Definition at line 38 of file ModelFV3LM.h.

◆ finalize()

void fv3jedi::ModelFV3LM::finalize ( State xx) const

Finish model integration.

Definition at line 55 of file ModelFV3LM.cc.

Here is the call graph for this function:

◆ initialize()

void fv3jedi::ModelFV3LM::initialize ( State xx) const

Prepare model integration.

Definition at line 43 of file ModelFV3LM.cc.

Here is the call graph for this function:

◆ print()

void fv3jedi::ModelFV3LM::print ( std::ostream &  os) const
private

Definition at line 60 of file ModelFV3LM.cc.

◆ step()

void fv3jedi::ModelFV3LM::step ( State xx,
const ModelBias  
) const

Model integration.

Definition at line 48 of file ModelFV3LM.cc.

Here is the call graph for this function:

◆ timeResolution()

const util::Duration& fv3jedi::ModelFV3LM::timeResolution ( ) const
inline

Utilities.

Definition at line 53 of file ModelFV3LM.h.

◆ variables()

const oops::Variables& fv3jedi::ModelFV3LM::variables ( ) const
inline

Definition at line 54 of file ModelFV3LM.h.

Member Data Documentation

◆ geom_

const Geometry fv3jedi::ModelFV3LM::geom_
private

Definition at line 60 of file ModelFV3LM.h.

◆ keyConfig_

F90model fv3jedi::ModelFV3LM::keyConfig_
private

Definition at line 58 of file ModelFV3LM.h.

◆ tstep_

util::Duration fv3jedi::ModelFV3LM::tstep_
private

Definition at line 59 of file ModelFV3LM.h.

◆ vars_

const oops::Variables fv3jedi::ModelFV3LM::vars_
private

Definition at line 61 of file ModelFV3LM.h.


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