FV3-JEDI
|
FV3JEDI model definition. More...
#include <ModelNUOPC.h>
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_ |
FV3JEDI model definition.
FV3JEDI nonlinear model definition and configuration parameters.
Definition at line 40 of file ModelNUOPC.h.
fv3jedi::ModelNUOPC::ModelNUOPC | ( | const Geometry & | resol, |
const eckit::Configuration & | model | ||
) |
Definition at line 27 of file ModelNUOPC.cc.
fv3jedi::ModelNUOPC::~ModelNUOPC | ( | ) |
|
inlinestatic |
Definition at line 43 of file ModelNUOPC.h.
void fv3jedi::ModelNUOPC::finalize | ( | State & | xx | ) | const |
Finish model integration.
Definition at line 61 of file ModelNUOPC.cc.
void fv3jedi::ModelNUOPC::initialize | ( | State & | xx | ) | const |
Prepare model integration.
Definition at line 45 of file ModelNUOPC.cc.
|
private |
Definition at line 67 of file ModelNUOPC.cc.
Model integration.
Definition at line 51 of file ModelNUOPC.cc.
|
inline |
Utilities.
Definition at line 58 of file ModelNUOPC.h.
|
inline |
Definition at line 59 of file ModelNUOPC.h.
|
private |
Definition at line 65 of file ModelNUOPC.h.
|
private |
Definition at line 63 of file ModelNUOPC.h.
|
private |
Definition at line 64 of file ModelNUOPC.h.
|
private |
Definition at line 66 of file ModelNUOPC.h.