home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 306.lha / ForestFire_v1.2 / Fire.Doc < prev    next >
Text File  |  1980-12-05  |  2KB  |  51 lines

  1. /--------------------------------------------------------------------------/
  2. /   FIRE v1.2: A simple forest fire model                   Oct., 1989     /
  3. /                                                                          /
  4. /   Copyright @ 1989 by Mike Purcell                                       /
  5. /                                                                          /
  6. /   This program is freely redistributable as long as this and other       /
  7. /   identifying information remains intact.                                /
  8. /--------------------------------------------------------------------------/
  9.  
  10.     It is based the cover story of the July 15, 1989, Science News.  It is a
  11.     simple model of a forest fire.  You give the model the following
  12.     parameters:
  13.  
  14.         - Size of world: 10x10 to 175x175,
  15.  
  16.         - Percentage of world initially filled in with trees (use 30-60),
  17.  
  18.         - Maximum regrowth rate (use about 3x the world size),
  19.  
  20.         - Number of initial fires (use at least 10).
  21.  
  22.  
  23.     Over time the fires merge, and sweep back and forth across the world.
  24.     Although not representative of a real forest fire, it is a reasonable
  25.     model for any process which consumes energy while being driven by an
  26.     influx of energy (such as turbulence).  Theory aside, it is enjoyable to
  27.     watch its evolution.
  28.  
  29.  
  30.     Press the space bar to pause at any time.  Press it again to resume.
  31.  
  32.     Press 'Q' to stop the model.  It then plots a history of the number of
  33.     trees and the number of burning trees.  Both plots are scaled according
  34.     to their respective minimums and maximums.  Only the first 600 generations
  35.     are recorded.  
  36.  
  37.     Press any key to terminate the history plot.
  38.  
  39.     Enjoy!
  40.  
  41.  
  42.     Mike Purcell
  43.  
  44.  
  45.  
  46.     Changes to version 1.2:
  47.  
  48.       - Window refreshes correctly
  49.  
  50.       - Window closes without corrupting memory
  51.