-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
A GUI to control a NumericalModel interactively would help a lot debugging and testing. Especially desired features are being able to:
- change the model variables, parameters and forcing on the fly (
Gtk.Scale) - directly see the model output (
matplotlib.pyplot) - control simulation speed (
Gtk.Scale) - pause and continue or do stepwise simulation (
Gtk.ButtonorGtk.ToggleButton)
Reactions are currently unavailable