Modeling Infectious Diseases in Humans and Animals
Matt J. Keeling & Pejman Rohani

Forest fire model (page 260)




The forest-fire model is an example of a cellular automata. Like coupled lattice models, cellular automata also use a lattice-based arrangement of sites. However, in contrast to the lattice-based models discussed above, cellular automata have only a finite, and usually small, number of population states. Most frequently we consider each lattice site to represent a single host (a population size of one).
The forest-fire model is closely associated with spread of SIRS-type infection and is usually simulated on a two-dimensional lattice. In the original notation, lattice sites can be empty, occupied by a healthy tree, or occupied by a burning tree. Burning trees die to leave empty spaces, fire can spread between neighboring trees, trees can colonize empty spaces, and occasional random lightning strikes can cause spontaneous fires. In epidemiological notation, healthy trees are susceptibles, burning trees are infectious, empty sites are recovered (and immune), colonization by trees mimics either the birth of new susceptibles or waning immunity, and lightning represents the import of infection.
We describe the dynamics in terms of the rates of change of lattice sites:

Parameters
N
is the size of the lattice, such that there are N × N subpopulations arranged in a 2D grid.
τ is the transmission rate between neighbouring sites
γ is called the removal or recovery rate.
ν is the birth rate , or the rate at which immunity wanes
ε is the import rate into susceptible sites.
All rates are specified in days.

Requirements.
All parameters must be positive.


Files
C++ ProgramPython ProgramParametersMATLAB Code.



Questions and comments to: M.J.Keeling@warwick.ac.uk or rohani@uga.edu
Princeton University Press
Our research web pages:
Matt Keeling      Pejman Rohani