UW-Hydro / RVIC

RVIC Streamflow Routing Model
http://rvic.readthedocs.org
GNU General Public License v3.0
34 stars 59 forks source link

dom files do not match in parameter and domain file #102

Closed PhilippBuehler closed 6 years ago

PhilippBuehler commented 6 years ago

Hey, I'm running the convolution and getting the error:

INFO:_check_domain_file>> domain_file: domain.arcardia.nc
INFO:_check_domain_file>> Parameter RvicDomainFile: Routing.nc
[...]
ERROR:write>> raise ValueError('dom files do not match in parameter and '
ERROR:write>> ValueError
ERROR:write>> :
ERROR:write>> dom files do not match in parameter and domain file

This error is pretty general and doesn't really tell me what the problem is. The wierd thing is, that the convolution doesn't need/have Routing.nc as an input or dies that just mean the routing information in the parameter file?

I didnt have problems running the sample files, but now I'm running my own data, I get this error. I checked the data and they are consistent.

Philipp