joergbuchwald / ogs6py

Python-API for the OpenGeoSys (http://www.opengeosys.org) software.
BSD 3-Clause "New" or "Revised" License
16 stars 23 forks source link

Optional writing of log file #27

Closed garibay-j closed 2 years ago

garibay-j commented 2 years ago

First, thanks Joerg for this awesome tool! I was wondering if it would be possible to make optional the writing of the log file when using the model.run_model() method. This is because, for some long running models (with many time steps) the log file quickly becomes huge in size, and for some users this output may not be needed.

joergbuchwald commented 2 years ago

Good point. It makes it hard to track errors, but maybe a good error message could help then.

garibay-j commented 2 years ago

Yes, I agree. Thank you for adding the switch so quickly!