Skip to content

Forest fire simulation by Percolation using R, with collected data and analytics

Notifications You must be signed in to change notification settings

patcarrasco/forestFireSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Forest fire simulation by Percolation using R, with collected data and analytics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published