Go to the documentation of this file.
8 #ifndef FV3JEDI_MODEL_GEOS_MODELGEOS_H_
9 #define FV3JEDI_MODEL_GEOS_MODELGEOS_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<ModelGEOS> {
43 static const std::string
classname() {
return "fv3jedi::ModelGEOS";}
62 void print(std::ostream &)
const;
73 #endif // FV3JEDI_MODEL_GEOS_MODELGEOS_H_
const util::Duration & timeResolution() const
Utilities.
const oops::Variables vars_
void step(State &, const ModelBias &) const
Model integration.
const oops::Variables & variables() const
ModelGEOS(const Geometry &, const eckit::Configuration &)
void initialize(State &) const
Prepare model integration.
Model error for the FV3JEDI model.
FV3JEDI model definition.
Geometry handles geometry for FV3JEDI model.
void print(std::ostream &) const
static const std::string classname()
Configuration files should be formatted as e.g.
void finalize(State &) const
Finish model integration.