UW-Hydro / RVIC

RVIC Streamflow Routing Model

Home Page:http://rvic.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dom files do not match in parameter and domain file

PhilippBuehler opened this issue · comments

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