FIRE_SERIAL
Forest Fire Simulation, Serial Version


FIRE_SERIAL is a Python program which simulates a forest fire over a rectangular array of trees, starting at a single random location. It is intended as a starting point for the development of a parallel version.

Licensing:

The computer code and data files made available on this web page are distributed under the GNU LGPL license.

Languages:

FIRE_SERIAL is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version and a Python version.

Related Data and Programs:

PRIME_SERIAL, a Python program which counts the number of primes between 1 and N, intended as a starting point for the creation of a parallel version.

QUAD_SERIAL, a Python program which approximates an integral using a quadrature rule, and is intended as a starting point for parallelization exercises.

SEARCH_SERIAL, a Python program which searches integers between A and B for a value J such that F(J) = C, intended as a starting point for the creation of a parallel version.

Source Code:

You can go up one level to the Python source codes.


Last revised on 16 September 2016.