ben18785 / MosquitoBorneDisease

A fully-tested opensource modelling environment for spatial mosquito ecology
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Simulation basics #1

Open fcooper8472 opened 5 years ago

fcooper8472 commented 5 years ago

Overall:

  1. Initialisation of world, including locations of target. Allowing spatial clumping of things.
  2. Initialisation of mosquitoes in each life stage.
  3. Loop:
    • Calculate rates of each different class of event.
    • Calculate time step.
    • Choose event.
    • Implement event.

Mosquito (basic):

ben18785 commented 5 years ago

That's an excellent understanding of mosquito ecology Fergus! One thing to note, is that different mosquitoes may execute these steps (or a different set of steps) in different orders. Also, some models include sugar feeding as a necessary part of ecology.