-
Notifications
You must be signed in to change notification settings - Fork 29
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
Phydro fix le output #221
Phydro fix le output #221
Conversation
This commit fixes the consistency check that AET (tot) must be equal to AET_soil and AET_canop. It does so by reducing AET_canop whenever AET reduced, leaving AET_soil untouched. @stineb Do you see a good solution to assert |
It could be done by maintaining the fraction (canopy transpiration / ET). |
TODO: many tests are currently not working. I fix these before PR merging. |
@fabern tests may fail also in phydro. You don't have to fix those before merging |
Previously prior was changed to a TruncatedNormal, this then requires additional specifications of mean and sd for each parameter prior. For the tests it is easier to switch to a uniform prior.
Using rowwise() and column names instead of the positional pmap() makes it less error-prone.
This branch will be used to fix #220