ncsu-landscape-dynamics / pops-core

PoPS Core: C++ library for the Pest or Pathogen Spread Model
https://ncsu-landscape-dynamics.github.io/pops-core
GNU General Public License v2.0
5 stars 2 forks source link

Add phenology #115

Open ChrisJones687 opened 3 years ago

ChrisJones687 commented 3 years ago

Use GDD calculation to forecast pest emergence and life stages for better biological realism, replaces seasonality so that emergence varies across space and time.

ChrisJones687 commented 1 year ago

Use 2 rasters: one with start date and one with end date to start running the model. Try to use the scheduler for setting this up efficiently.

petrasovaa commented 1 year ago

Current seasonality could be used to optimize the spatial seasonality, it could go through the phenology raster inputs and find minimum start and maximum end.

Pixel out of season could still potentially get infected and disperse once it becomes active.