Go to the documentation of this file.
8 #ifndef FV3JEDI_MODEL_NUOPC_MODELNUOPC_H_
9 #define FV3JEDI_MODEL_NUOPC_MODELNUOPC_H_
14 #include "oops/base/ModelBase.h"
15 #include "oops/base/Variables.h"
16 #include "oops/util/Duration.h"
17 #include "oops/util/ObjectCounter.h"
18 #include "oops/util/Printable.h"
41 private util::ObjectCounter<ModelNUOPC> {
43 static const std::string
classname() {
return "fv3jedi::ModelNUOPC";}
62 void print(std::ostream &)
const;
71 #endif // FV3JEDI_MODEL_NUOPC_MODELNUOPC_H_
FV3JEDI model definition.
void initialize(State &) const
Prepare model integration.
static const std::string classname()
const util::Duration & timeResolution() const
Utilities.
const oops::Variables vars_
void step(State &, const ModelBias &) const
Model integration.
Model error for the FV3JEDI model.
Geometry handles geometry for FV3JEDI model.
ModelNUOPC(const Geometry &, const eckit::Configuration &)
Configuration files should be formatted as e.g.
void finalize(State &) const
Finish model integration.
const oops::Variables & variables() const
void print(std::ostream &) const