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

UNCLEAR: Irrigation Amount currently does not equal Irr_fm_GW + Irr_fm_SW #21

Open
smwesten-usgs opened this issue Sep 14, 2016 · 0 comments

Comments

@smwesten-usgs
Copy link
Owner

JP suggests clarifying the irrigation calculation by forcing IrrigationAmount to equal IrrigationFromGW + IrrigationFromSW.

rSoilWaterDeficit = rSoilWaterCap - rSoilMoisture

rIrrigationFromGW = rFractionOfIrrigationFromGW
*rSoilWaterDeficit
/ rIrrigationEfficiency_GW

rIrrigationFromSW = (1.0 - rFractionOfIrrigationFromGW)
* rSoilWaterDeficit
/ rIrrigationEfficiency_SW

rIrrigationAmount = rIrrigationFromGW + rIrrigationFromSW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant