Class representing a BMI (Basic Model Interface) implementation for the CLASS model. This class provides methods to initialize, update, and retrieve information from the model.
Runs the model till the end and returns the output data.
The options for running the model.
Optional
The frequency at which to record the output data. Default is 60 seconds.
For which output variables to record the data. Default is all output variables.
The output data, including the time values in t key and the values of the output variables.
Class representing a BMI (Basic Model Interface) implementation for the CLASS model. This class provides methods to initialize, update, and retrieve information from the model.