How do I get discharge_daily.tss instead of discharge_daily.csv #143
-
I set OUTPUT OUT_TSS_Daily = discharge in the settings file and get discharge_daily.csv under the PathOut path. However, when I run the calibration, calibration_single.py displays "No simulated streamflow found" because my run_calibration\00_id folder only contains discharge_daily.csv and not discharge_daily.tss. Where can I make changes to get the results in the discharge_daily.tss format? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Guten Tag, great question. A recent update has changed the standard text output format to CSV. In the CWatM settings template, at the top under [OPTIONS ], include the line: reportOldTss = True |
Beta Was this translation helpful? Give feedback.
Guten Tag, great question. A recent update has changed the standard text output format to CSV.
However, for calibration, the script still uses the previous format.
In the CWatM settings template, at the top under [OPTIONS ], include the line:
reportOldTss = True