Skip to content
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

VIC model LAI veg error #3

Open
jsta opened this issue Sep 29, 2021 · 2 comments
Open

VIC model LAI veg error #3

jsta opened this issue Sep 29, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@jsta
Copy link
Contributor

jsta commented Sep 29, 2021

When I run test_vic.py the log ends with the following error:

Model run-time error...
ERROR: cell 1134, veg tile 1: the specified veg class (2) is listed as an overstory class in the veg LIBRARY, but the LAI given in the veg PARAM FILE for this tile for month 1 is 0.

I get the same results whether I run the script/model locally or through Docker.

@KMarkert
Copy link
Owner

Thanks for reporting this issue. Looks like this is coming from VIC where it is expecting vegetation classes that have overstory set to true to have an LAI value. So, either the LAI data has a missing value somewhere that was given as 0 or the formating of the inputs is off.

Last I tried a test case using the Mekong basin, I was able to get the model to run. So, my suspicion is that this is a data error which can be checked quickly. Just to check, which version of VIC do you have installed/running with hydrate?

@KMarkert KMarkert added the bug Something isn't working label Sep 30, 2021
@jsta
Copy link
Contributor Author

jsta commented Sep 30, 2021

I followed the Dockerfile so VIC.4.2.d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants