World2 tutorial
Basic simulation and plot
[2]:
from pydynamo import World2
w = World2()
w.run()
w.plot_world(title='Standart World2 scenario')
Sources
I used code and definitions from: - orinial book: https://archive.org/details/worlddynamics00forr_3du - code: https://cress.soc.surrey.ac.uk/s4ss/code/Codesegments/chapter3.html - definitions: https://github.com/amignan/hist_gc_sysdyn/blob/master/Rworld2.R