Skip to content
Snippets Groups Projects
Commit 987bfeca authored by R0slyn's avatar R0slyn
Browse files

corrections from last push

parent cd469b27
Branches
Tags
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -58,9 +58,7 @@ public class IrrigationRasterSet extends RasterSet<IrrigationItem> {
otherUses = fpuManager.getOtherWaterUse(fpu.getInt(), year) * waterAvailabilityAdj;
//LogWriter.println("fpu " + fpu.getInt() + " " + cellCount + " " + otherUses + " " + fpuRunOffAvailable);
if (fpuRunOffAvailable - otherUses < 0){
LogWriter.println("year " + year + " fpu not enough water " + fpu.getInt() + " " + cellCount + " " + otherUses + " " + fpuRunOffAvailable);
waterAvailForIrrigPerCell = 0;
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment