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

FIX: Handle missing values for interception capacity calculation #165

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

inoelloc
Copy link
Contributor

Missing values were not properly taken into account in the calculation of the interception reservoir. Missing values in Fortran for precipitation and potential evapotranspiration are stored as -99, resulting in erroneous values. This was fixed simply by not incorporating these values into the calculation.

Missing values were not properly taken into account in the calculation of the interception reservoir. Missing
values in Fortran for precipitation and potential evapotranspiration are stored as ``-99``, resulting in
erroneous values. This was fixed simply by not incorporating these values into the calculation.
@inoelloc inoelloc added the bug Something isn't working label Apr 17, 2024
@inoelloc inoelloc requested a review from nghi-truyen April 17, 2024 22:16
@inoelloc inoelloc linked an issue Apr 17, 2024 that may be closed by this pull request
@inoelloc inoelloc merged commit 5daeb17 into maintenance/1.0.x Apr 18, 2024
18 checks passed
@inoelloc inoelloc deleted the fix-missing-value-interception-capacity branch April 18, 2024 14:55
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

Successfully merging this pull request may close these issues.

Handle no data value when computing GR interception reservoir capacity
2 participants