KMarkert / servir-vic-training

Training materials for the VIC hydrologic model setup developed for the @SERVIR program
GNU General Public License v3.0
37 stars 33 forks source link

Same discharges after running calibrate_vic_sceua.py #37

Closed rogerzzl closed 4 months ago

rogerzzl commented 2 years ago

Hi there,

First, truly great codes and tutorials for VIC learners!

Well, I got a problem with running calibration. I set the sample to 100, but the output _calibrationSCEUA.csv file contained totally the same discharges in that 100 simulations while the parameters were different.

I'd greatly appreciate it if you had time to explain it. Thank you!

rogerzzl commented 2 years ago

I check the process, and the issue might arise from the routing code. I already solved the error about "IndexError: Index exceeds dimension bounds" in _routevic.py, but I can't figure out why different parameters ('binfil Ws Ds...') got the same discharges. I'll try to debug it then.