Skip to content

Commit

Permalink
Include Low Density Open in totals
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Dec 27, 2021
1 parent a93f3e7 commit 4e435d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwlfe/WriteOutputFiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ def WriteOutput(z):
SumWxYrEnd = z.WxYrEnd

# Which land use sources to include in the totals.
sources = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12)
sources = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13)

# ha
AreaTotal = sum(z.Area[l] for l in sources)
Expand Down

0 comments on commit 4e435d7

Please sign in to comment.