|
Description:This is a model of ecological succession leading to a climax ecosystem. It starts on a bare field with a few grasses and ends with larger plants like trees. The growth of biomass depends on renewable outside energy sources, but also on the diversity. As the quantity of biomass increases, it provides niches for seeding from outside to increase the diversity. The greater the diversity the more productivity. Examples: |
![]() |
Variables:I = energy sources (rain, sun, wind)S = seeding B = biomass D = diversity PG = gross production DB = net production K4 = harvest Equations:R = I/(1 + K0*D + K1*B)PG = K2*R*D + K3*R*B DB = PG - K5*D*D - K6*B - K4*B DD = K8*B*S - K9*D - K7*D*D Simulation:The graph shows the changes of d (blue), b (green), pg (orange), db (pink) over the period of succession until climax.Source code: Climax.java |
|
"What if" Experiments:Think about a rain forest. |