TillF / wasa_tests

Test for WASA-SED
The Unlicense
0 stars 1 forks source link

Outfile on irrigation module has wrong unit #1

Closed plvoit closed 3 years ago

plvoit commented 3 years ago

the unit printed in the outfile (irrigation_abstraction.out) and irrigation_supply.out is m^3/s but should be m^3/timestep (day,or hour) Easiest solution would be to change the array that's printed to outfile by divide it by 86400 rather changing the whole outfile process that would also affect other outfiles. Issue

The script should be irrigation_abstraction.f90

TillF commented 3 years ago

In fact, this is probably rather an issue tha should go into your fork of WASA-SED. I agree the line is not always clear, but let's try here to stick to issues that directly affect te benchmarking / testing.