This is an implementation of a probabilistic cellular automata model for wildland fire spread dynamics based on the work of Almeida and Macau (2001).
The simulator is written in JavaScript and runs locally on your browser. To start it click here.
Click on the vegetation cells (green) in the canvas to start fires. Then click on Step to run a single simulation step, or click on Run to run a continuous simulation (until you click on Stop).
Use the sliders to change the simulation parameters.
Copyright (C) 2021 Ramon Novoa ramonnovoa@gmail.com
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.