.SystemDynamics.WorldDynamics.World3.Scenario_2

Information

This is Scenario #2 of the WORLD3 model. In the original scenario, industry stopped growing around 2040 due to an exhaustion of the remaining non-recoverable natural resources.

In this modified scenario, the initially available non-recoverable natural resources are doubled to make them last longer. This is a reasonable assumption, as indeed, the projections of available resources have repetitively been raised during recent decades. Consequently, industry is able to grow unabatedly for 20 more years, before the increasing extraction cost finally puts a damper on its further growth. Also postulated in this scenario are advances in resource extraction technology that make it cheaper and more efficient to produce the available resources.


References:

  1. Meadows, D.H., D.L. Meadows, J. Randers, and W.W. Behrens III (1972), Limits to Growth: A Report for the Club of Rome's Project on the Predicament of Mankind, Universe Books, New York, 205p.
  2. Meadows, D.L., W.W. Behrens III, D.M., Meadows, R.F. Naill, J. Randers, and E.K.O. Zahn (1974), Dynamics of Growth in a Finite World, Wright-Allen Press, 637p.
  3. Meadows, D.H., D.L. Meadows, and J. Randers (1992), Beyond the Limits, Chelsea Green, 300p.
  4. Meadows, D.H., J. Randers, and D.L. Meadows (2004), Limits to Growth: The 30-Year Update, Chelsea Green, 368p.


In order to accomplish this change, you need to modify the initial value of the natural resources as follows:

parameter Real nr_resources_init(unit="ton") = 2e12 "Initial available non-recoverable resources";,

you need to modify the table P_Fr_Cap_Al_Obt_Res_2 that describes the fraction of capital allocated to obtaining resources:

parameter Real p_fr_cap_al_obt_res_2[:] = {1,0.1,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05} "Non-renewable resource fraction remaining";,

and finally, you need to reset one of the switching times in the model:

parameter Real t_fcaor_time(unit="yr") = 2002 "Year of capital allocation to resource use efficiency";.


Simulate the model from 1900 until 2100, and display the same variables as in the book Limits to Growth: The 30-Year Update at page 173:



Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos