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

All variables are written to file, even when specified not to #36

Closed jorritmesman closed 4 years ago

jorritmesman commented 4 years ago

I'm trying to have Simstrat write only water temperature to a file. However, when I change the settings in Output (in the par file) "All" to "false" and "Variables" to ["T"], still all variables are written to file.

"All" : false, "Variables" : ["T"]

I also tried ["T", "S", "WaterH"], but with the same result. Am I doing something wrong with the syntax, or is this feature not yet working?

Thanks!

f-baerenbold commented 4 years ago

Hi Jorrit, This feature is currently only on the master branch and not implemented in any release. So if you are using Simstrat 2.2, this feature unfortunately will not work.

jorritmesman commented 4 years ago

Okay, I didn't know that. Thanks for specifying!