-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors when running rvic #97
Comments
Hi, did you solve this? I am also getting the same error |
We are currently working in an application of the VIC model without post-processing the runoff outputs with a routing scheme, so we have overcome this problem for the time being. However, we are planning to use a routing scheme at some point, and a little research reveals that there are some interesting alternatives besides RVIC:
|
Hi corviday, thanks for the reply! but the error is when running the parameters. if the solution in #96 helps it didn't help when running rvic.parameters. DEBUG:subset>> Subset Length: 10.0 Best, Solomon |
@solomonsg Could you solve this problem? I have the same problem and I cannot solve it. |
@solomonsg and @navass11 clip and normalize
with clip and normalize
You also need to change one more thing in same code nearly in line 401 Source specific values
with # Source specific values |
I get some error messages when executing rvic parameters with the RASM sample dataset, but the code is able to generate a final parameter file in netcdf format. Although, when using this parameter file for executing rvic convolution I get more errors. Here are the lines with the error messages when generating RVIC parameters:
I attach the file with the whole log:
run_rvic_parameters.txt
On the other hand, the error messages that appear when running rvic convolution are shown below:
And this is the log file for the convolution:
run_rvic_convolution.txt
I am trying to find the solution on internet, but it seems that there is nobody with the same problem. I will really appreciate it if you give me some help. I also attach the paramater and convolution configuration files:
rvic.parameters.rasm.txt
rvic.convolution.rasm.txt
Thanks!!
The text was updated successfully, but these errors were encountered: