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 probabilistic weather #190

Closed wenzeslaus closed 1 year ago

wenzeslaus commented 1 year ago

Add weather distribution and scheduling as a table which converts simulation steps to weather input steps.

User code is ready in r.pops.spread repo where tests written for the original weather run with the deterministic weather.

wenzeslaus commented 1 year ago
weather_type = deterministic | probabilistic [| ensemble]

deterministic - real, actual, passed, future, fixed, observed probabilistic - distribution

wenzeslaus commented 1 year ago

PR for r.pops.spread: https://github.com/ncsu-landscape-dynamics/r.pops.spread/pull/55

ChrisJones687 commented 1 year ago

Closes #186