Eawag-AppliedSystemAnalysis / Simstrat

Simstrat - 1D lake model
http://www.eawag.ch/en/department/surf/projects/simstrat/
GNU General Public License v3.0
17 stars 8 forks source link

Option to turn off progress bar is needed #54

Closed akesandgren closed 2 years ago

akesandgren commented 2 years ago

When running Simstrat through a batch system the progressbar is useless in its current form, it just produces tons of useless data in the output and fills up disk space.

The code needs an option to turn off the progress bar completely at the very least, but an option to specify its behavior would be better. Like off/progress-report-interval-in-secs or something on those lines.

f-baerenbold commented 2 years ago

Thanks for the suggestion. This issue is solved with b917e4c.

The progressbar can now be switched off by specifying "Show progress bar" : false in the "Simulation" block of the config file. Please use the current master branch

akesandgren commented 2 years ago

Perfect, thanks.