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

Draw weather coefficent from mean and sd for forecasts #186

Closed ChrisJones687 closed 9 months ago

ChrisJones687 commented 2 years ago

give the option for drawing from mean and sd for weather coefficients for forecasts. One advantage to this is memory. If we were modeling weekly for 20 years the current method would use a raster 52*20 = 1040. Whereas the purposed method would use a raster 52*2 = 104.

Steps to achieve this would be: