LANDIS-II-Foundation / Library-Succession

Library-Succession
Apache License 2.0
0 stars 12 forks source link

Input Biomass Branch: What happens if zero biomass provided? #8

Closed rmscheller closed 7 years ago

rmscheller commented 7 years ago

If the input includes zero biomass, e.g., "maple 25 (0)", if subsequently causes many problems with N allocation etc.

Solution: Catch the error, throw an exception.

rmscheller commented 7 years ago

Code updated to catch error, throw exception.