-
Notifications
You must be signed in to change notification settings - Fork 0
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
error when running difd_1year_moisture0_veg0_fence1.txt #19
Comments
The Aeolis model should be updated to the latest version. I resolved this issue some time ago by adding in the constants file 'fence_height': openearth/aeolis-python#98 |
@GlennStrypsteen , thanks for the pointing out the root cause of the issue. There are two ways to solve this issue:
Creating a conda environment using the above environment file will install AeoLiS containing the latest commit on the main branch which includes the changes that Glenn mentioned. After updating the conda environment file as shown above, I was able to successfully run the
What do you think @Sierd, @CarolineHalllin, @christavanijzendoorn, and @GlennStrypsteen? |
Thanks Glenn and Niket! My preference would also be option 2, although I cannot fully estimate how much effort goes into making the minor or patch release. |
@christavanijzendoorn, the process of creation of a new release is automated in the repository, so it will be quick. We do need to manually update the |
Thanks for pointing this out. Let's do a patch release to fix this. |
AeoLiS v2.1.1 was released yesterday. The issue is now fixed. |
The following error occurs:
line 51, in initialize
s['fence_height'][:,:] = p['fence_file']
KeyError: 'fence_height'
The text was updated successfully, but these errors were encountered: