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

Unify stochasticity naming for dispersers #204

Open wenzeslaus opened 11 months ago

wenzeslaus commented 11 months ago

Stochasticity for creation of dispersers is called "dispersers stochasticity" in simulation, host pool and actions, but it is called "generate stochasticity" in model to distinguish it from "dispersal stochasticity" for kernel.

This creates confusion when switching between the model level and the action-host-pest level.

New naming is needed which is applicable to all parts of the code or which does not use similar names for different things.