pnnl / DHSVM-PNNL

43 stars 32 forks source link

Make 8-neighbor routing a run-time option #47

Closed wperkins closed 4 years ago

wperkins commented 4 years ago

These changes make the 8-neighbor routing option available at run time. The phrase

[OPTIONS]
Routing Neighbors = #

where # is either 4 or 8. Anything else is an error. If the phrase is not present, 4 neighbors is set as default.
This eliminates the need to specify the 8-neighbor option at build time.

wperkins commented 4 years ago

Also, fixed an error that occurred when the SOIL FIELD CAPACITY FILE was not used.