Calibrating the hydrological model CWatM, part 2 (A11)
HTML-код
- Опубликовано: 29 окт 2024
- We perform a longer calibration using the best parameter set from the short calibration. In the second half, we catch up with the calibration, update Silvia's fork on GitHub.com, and run a script to generate performance statistics of the calibration.
Important change!
For calibration, in the CWatM settings template, at the top under [OPTIONS ], include the line
reportOldTss = True
Hi Mikhail. Just a comment: at 18:38 EWRef_daily* was copied instead of ETRef. Don't think it changes a lot in the results, but still. :)
Great catch! Yes, we definitely want ETMaps to point to ETRef_daily* 💙
hi Mikhail. I encountered a problem: C:\Users\try\Desktop\watermodel\CWatM-main\cwatm\hydrological_modules
outing_reservoirs
outing_sub.py:333: RuntimeWarning: invalid value encountered in cast dir = np.array(np.empty(maskinfo['shape']), dtype=np.int64). I hope to get your help with this. Thank you.
Hi Tony, would you ask this on the GitHub discussions? github.com/iiasa/CWatM/discussions
Would you also include a list of the packages you've installed, and their versions:
1. activate your virtual environment
2. type: pip list
Then a list of packages and their versions will be printed in the terminal.
@@MikhailSmilovic Thank you❤