FV3-JEDI
fv3jedi::ModelNUOPC Class Reference

FV3JEDI model definition. More...

#include <ModelNUOPC.h>

Inheritance diagram for fv3jedi::ModelNUOPC:
Collaboration diagram for fv3jedi::ModelNUOPC:

Public Member Functions

 ModelNUOPC (const Geometry &, const eckit::Configuration &)
 
 ~ModelNUOPC ()
 
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

FV3JEDI model definition.

FV3JEDI nonlinear model definition and configuration parameters.

Definition at line 40 of file ModelNUOPC.h.

Constructor & Destructor Documentation

◆ ModelNUOPC()

fv3jedi::ModelNUOPC::ModelNUOPC ( const Geometry resol,
const eckit::Configuration &  model 
)

Definition at line 27 of file ModelNUOPC.cc.

◆ ~ModelNUOPC()

fv3jedi::ModelNUOPC::~ModelNUOPC ( )

Definition at line 40 of file ModelNUOPC.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

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

Definition at line 43 of file ModelNUOPC.h.

◆ finalize()

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

Finish model integration.

Definition at line 61 of file ModelNUOPC.cc.

Here is the call graph for this function:

◆ initialize()

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

Prepare model integration.

Definition at line 45 of file ModelNUOPC.cc.

Here is the call graph for this function:

◆ print()

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

Definition at line 67 of file ModelNUOPC.cc.

◆ step()

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

Model integration.

Definition at line 51 of file ModelNUOPC.cc.

Here is the call graph for this function:

◆ timeResolution()

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

Utilities.

Definition at line 58 of file ModelNUOPC.h.

◆ variables()

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

Definition at line 59 of file ModelNUOPC.h.

Member Data Documentation

◆ geom_

const Geometry fv3jedi::ModelNUOPC::geom_
private

Definition at line 65 of file ModelNUOPC.h.

◆ keyConfig_

F90model fv3jedi::ModelNUOPC::keyConfig_
private

Definition at line 63 of file ModelNUOPC.h.

◆ tstep_

util::Duration fv3jedi::ModelNUOPC::tstep_
private

Definition at line 64 of file ModelNUOPC.h.

◆ vars_

const oops::Variables fv3jedi::ModelNUOPC::vars_
private

Definition at line 66 of file ModelNUOPC.h.


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