Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 913 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 913 Bytes

File list:

  • Forest fire simulation model (.R)
  • Data obtained from model (.csv)
  • Plots created from obtained data (HTML, ipynb)

Forest Fire Simulation Using Percolation

Model Structure and Parameters

  • 100 x 100 lattice (2-Dimensional)
  • Lattice is randomly populated by 'trees'
  • One tree is randomly chosen to be the origin of fire
  • Model runs until there are no more burning trees
  • Trees burn for one timestep
  • A live tree directly in contact with a burning tree will catch fire
  • 100 iterations for each tested parameter

1_vAsuQI9blUrhawxGWep2Tg

From 1 simulation of N= 30, percent_alive = .6 : START

1_3hxHjjMdTPP6lKqoyCduSw

From 1 simulation of N= 30, percent_alive = .6 : END