Class Model¶
Defined in File Model.hpp
Inheritance Relationships¶
Base Type¶
public Nextsim::Configured< Model >(Template Class Configured)
Class Documentation¶
-
class Model : public Nextsim::Configured<Model>¶
A class that encapsulates the whole of the model.
Public Types
Public Functions
-
Model()¶
-
~Model()¶
-
void configureRestarts()¶
-
void configureTime()¶
-
virtual void configure() override¶
The configuration function.
-
void run()¶
Run the model.
-
void writeRestartFile()¶
Write a restart file for the model.
Public Static Functions
-
Model()¶