Skip to content

Cellular automata model of forest dynamics written in Matlab

Notifications You must be signed in to change notification settings

tulsileathers/forest_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forest_simulation

This is an implementation of Lett, Silber, and Barrett's cellular automata model of forest dynamics written in Matlab. Their original paper is available here (Paywall). This was a final project for a class in computational modeling which went well beyond the scope of the assignment. The model represents a forest as a grid of 2 meter square cells. Each cell may contain at most one of each of three types of trees(white birch, yellow birch, and beech) at a time. Each tree is described with specific variables which represent its physical attributes and its tolerance for light. At each time step the grid is updated according to rules equations governing the growth, death, and birth of tree individuals and taking into account competition for space and light with its neighbors.

alt text alt text

About

Cellular automata model of forest dynamics written in Matlab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published