Skip to content
Snippets Groups Projects
Commit 324861c5 authored by R0slyn's avatar R0slyn
Browse files

removing 0.4 in runoff*0.4, no longer needed as not back calculating

parent 1cc2c9bb
Branches
Tags
No related merge requests found
......@@ -51,10 +51,7 @@ public class IrrigationRasterSet extends RasterSet<IrrigationItem> {
}
Double fpuRunOffAvailable = fpuRunOff * 0.4 * ModelConfig.ENVIRONMENTAL_WATER_CONSTRAINT; // 0.4
// from
// elliott
// paper
Double fpuRunOffAvailable = fpuRunOff * ModelConfig.ENVIRONMENTAL_WATER_CONSTRAINT;
otherUses = fpuManager.fpuOtherUses.get(fpu.getInt()).get(year) * waterAvailabilityAdj;
if (fpuRunOffAvailable - otherUses < 0) {
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment