MPAS-JEDI
mpas::ModelMPAS Class Reference

MPAS model definition. More...

#include <ModelMPAS.h>

Inheritance diagram for mpas::ModelMPAS:
Collaboration diagram for mpas::ModelMPAS:

Public Member Functions

 ModelMPAS (const GeometryMPAS &, const eckit::Configuration &)
 
 ~ModelMPAS ()
 
void initialize (StateMPAS &) const
 Prepare model integration. More...
 
void step (StateMPAS &, const ModelBiasMPAS &) const
 Model integration. More...
 
int saveTrajectory (StateMPAS &, const ModelBiasMPAS &) const
 
void finalize (StateMPAS &) 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 keyModel_
 
util::Duration tstep_
 
const GeometryMPAS geom_
 
const oops::Variables vars_
 

Detailed Description

MPAS model definition.

MPAS nonlinear model definition and configuration parameters.

Definition at line 40 of file ModelMPAS.h.

Constructor & Destructor Documentation

◆ ModelMPAS()

mpas::ModelMPAS::ModelMPAS ( const GeometryMPAS resol,
const eckit::Configuration &  model 
)

Definition at line 26 of file ModelMPAS.cc.

Here is the call graph for this function:

◆ ~ModelMPAS()

mpas::ModelMPAS::~ModelMPAS ( )

Definition at line 38 of file ModelMPAS.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

static const std::string mpas::ModelMPAS::classname ( )
inlinestatic

Definition at line 43 of file ModelMPAS.h.

◆ finalize()

void mpas::ModelMPAS::finalize ( StateMPAS xx) const

Finish model integration.

Definition at line 55 of file ModelMPAS.cc.

◆ initialize()

void mpas::ModelMPAS::initialize ( StateMPAS xx) const

Prepare model integration.

Definition at line 43 of file ModelMPAS.cc.

Here is the call graph for this function:

◆ print()

void mpas::ModelMPAS::print ( std::ostream &  os) const
private

Definition at line 68 of file ModelMPAS.cc.

◆ saveTrajectory()

int mpas::ModelMPAS::saveTrajectory ( StateMPAS xx,
const ModelBiasMPAS  
) const

Definition at line 59 of file ModelMPAS.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ step()

void mpas::ModelMPAS::step ( StateMPAS xx,
const ModelBiasMPAS  
) const

Model integration.

Definition at line 48 of file ModelMPAS.cc.

Here is the call graph for this function:

◆ timeResolution()

const util::Duration& mpas::ModelMPAS::timeResolution ( ) const
inline

Utilities.

Definition at line 59 of file ModelMPAS.h.

◆ variables()

const oops::Variables& mpas::ModelMPAS::variables ( ) const
inline

Definition at line 60 of file ModelMPAS.h.

Here is the caller graph for this function:

Member Data Documentation

◆ geom_

const GeometryMPAS mpas::ModelMPAS::geom_
private

Definition at line 66 of file ModelMPAS.h.

◆ keyModel_

F90model mpas::ModelMPAS::keyModel_
private

Definition at line 64 of file ModelMPAS.h.

◆ tstep_

util::Duration mpas::ModelMPAS::tstep_
private

Definition at line 65 of file ModelMPAS.h.

◆ vars_

const oops::Variables mpas::ModelMPAS::vars_
private

Definition at line 67 of file ModelMPAS.h.


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