ncsu-landscape-dynamics / r.pops.spread

r.pops.spread - PoPS model implemented as a GRASS GIS module
https://grass.osgeo.org/grass7/manuals/addons/r.pops.spread.html
GNU General Public License v2.0
5 stars 0 forks source link

Add survival rate parameter #51

Closed wenzeslaus closed 2 years ago

wenzeslaus commented 2 years ago

The addition of survival rate requires an additional parameter plus date settings. This adds it as a input raster series and generalizes code for reading raster names for raster series from a file which is common between survival rate and temperatures. Tests are for 100% and 0% survival rate.

Additionally, this adds number of steps as verbose message and fixes seed print (extra char d in output).