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
No related branches found
No related tags found
No related merge requests found
......@@ -51,11 +51,8 @@ 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) {
waterAvailForIrrigPerCell = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment