|
Description:This model simulates the potato famine with events starting in 1842. Somewhat earlier the development of potato agriculture caused Ireland's population to explode. Then there were two rainy and cloudy summers. Without enough solar energy the potatos didn't grow. A potato blight developed so that there was little food. People began to starve and human diseases started. A million people died and three million emigrated. Examples: |
![]() |
Variables:S = sunlightN = population (density per hectare) Q = potato stock (tons per hectare) Equations:R = S/(1 + K0*N)P = K1*R*N/(1 + Y*K4) DQ = P - K2*Q - K3*(Q/N)*N DN = W*K5*(Q/N)*N - K6*R*N - K7*N - X*K8*N*N + Z*K9*(Q/N)*N Simulation:The graph shows the changes of S(red), N(green) and Q(blue) over a time period.Source code: Ireland.java |
|
"What if" Experiments: |