ESCOMP / mizuRoute

Reach-based river routing model
http://escomp.github.io/mizuRoute/
GNU General Public License v3.0
39 stars 51 forks source link

negative runoff tolerance #466

Closed SoldeMexico closed 6 days ago

SoldeMexico commented 2 months ago

Good night, My name is Matias Moreno a student from Universidad Diego Portales, Chile. I am receiving the following error when using mizuroute "exceeded negative runoff tolerance for HRU 2". Already tried the test case that is included and everything went perfectly. Now I use my own nc files and I receive the aforementioned error when using the following control file.

Control.txt

Any idea what could be generating the problem? Compare my files with the ones used in the example and there is no difference also check the runoff file and there are no negative values.Sorry in advance if the error is very obvious. Beforehand thank you very much.

ShervanGharari commented 2 months ago

I've come across this issue before, and one possible explanation is that HRU 2 is included in the network data but not in the remapping file. It's important to note that there could be other issues with the setup, but this is the most immediate explanation of this error that comes to my mind.

nmizukami commented 1 month ago

Did you resolve your problem? in addition to check the mapping file, please check your runoff data too, especially at the grid boxes that overlap HRU2. Make sure you don't have negative runoff in your runoff input.

nmizukami commented 6 days ago

I will close this since no further reply is posted. Feel free to ask here if needed