Monitoring Dashboard

The purpose of the dashboard is to provide a real-time visualization of the simulation as it runs. It can help users to monitor the progress of the simulation, identify potential issues, and gain insights into sediment transport and deposition.

There is a known issue where output is not written when the dashboard is used. This will be addressed soon.

sedtrails development workflow

Turning Off the Dashboard

At the moment, the dashboard has been included as a quick check and has not been optimized for speed. Once you are satisfied that the model is running, you may wish to disable the dashboard for “production runs”. To do so, change enable: true to enable: false in the config file (see here):

visualization:
  dashboard:
    enable: true
    update_interval: 1H

It is also possible to change the interval at which the dashboard is updated by modifying update_interval: 1H. The default is 1 hour because of the timescale of our example simulation, but it may be useful to change this if your simulation is much longer/shorter.