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

Fail when results folder permissions issue #65

Closed JamesRunnalls closed 7 months ago

JamesRunnalls commented 7 months ago

When the simulations tries to write results to a folder it doesn't have permissions for (e.g. one created by another user) instead of failing it outputs the results to the console. Expected behaviour is that the simulation should fail, ideally with a warning suggesting "unable to write output files to folder".

f-baerenbold commented 7 months ago

Do you know how I can check this? Does maybe the access parameter of the function "inquire" work? https://docs.oracle.com/cd/E19957-01/805-4939/6j4m0vna3/index.html

f-baerenbold commented 7 months ago

Solved in commit 2915803