Simulation¶
Overview:
SimulationController¶
- class branchpro.SimulationController(model, start_sim_time, end_sim_time)[source]¶
SimulationController Class: Class for the simulation of models in any of the subclasses in the
ForwardModel.- Parameters:
model – (ForwardModel) Instance of the
ForwardModelclass used for the simulation.start_sim_time – (integer) Time from which we start running the SimulationController.
end_sim_time – (integer) Time at which we stop running the SimulationController.
Notes
Always apply method switch_resolution before calling
SimulationController.run()for a change of resolution!