Home Download Help Forum Resources Extensions FAQ NetLogo Publications Contact Us Donate Models: Library Community Modeling Commons Beginners Interactive NetLogo Dictionary (BIND) NetLogo Dictionary User Manuals: Web Printable Chinese Czech Farsi / Persian Japanese Spanish
|
NetLogo User Community Models(back to the NetLogo User Community Models)
## WHAT IS IT?
Agent base modelisation of the neolithization process in the Mediterranean area and interactions between autochtonous hunter-gatherers and neolithic settlers.
## HOW IT WORKS
The background map combines an elevation map and a climatic one (made in QGis).
- Elevation map: gtopo1km (https://www.usgs.gov/centers/eros/science/usgs-eros-archive-digital-elevation-global-30-arc-second-elevation-gtopo30?qt-science_center_objects=0#qt-science_center_objects) >
- Climatic map: extract from RUBEL F., KOTTEK M. (2010) ‒ Observed and projected climate shifts 1901–2100 depicted by world maps of the Köppen-Geiger climate classification, Meteorologische Zeitschrift, 19, 2, p.p. 135‑141 under a 0.25° grid (the original map was with a 0.5° grid). A k indice is subjctively estimated for the agricultural potential.
This pitch of 0.25° of the grid partially compensates partially for the rise in sea level.
These two maps are combined to calculate a kind of agricultural potential coefficient (APC) ; APC = k/Z (k= climatic type; Z = elevation class). The APC for the seas is manually sets to 0.1 (for marine food resources and navigation possibilities). The APC for inland desert is manually sets to 0.02 (no food resources but possible move).
The APC vector map is changed into a raster one and then exported into an ascii file (float32 format) for the integraiton into NetLogo.
## HOW TO USE IT?
The number_of_mesos slider sets the initial number of Mesolithic people (aleatory dispersal in area with APC>=0.3).
The number_of_neos slider sets the initial number of Neolithic people (only in the Near East area with 0.3>=APC>=0.4).
SETUP initializes the mesos and neos people. The number of he turtles for each population can be set above (by default, mesos=100, neo=10).
GO starts and stops the simulation.
The neo-speed slider sets the distance, in patches, that a Neolithic can travel each year (default 0.2).
The meso-speed slider sets the distance, in patches, that a Mesolithic can travel each year (default:0.50).
The neo-birth-rate slider sets the likelihood of Neolithic reproducing each year (default:10%).
The meso-birth-rate slider sets the likelihood of Mesolithic reproducing each year (default:4.2%).
The odds-of-killing slider sets the odds that when a Neolithic encounters a Mesolithic, the Mesolithic will die (==really die or becomming neolithic).
The years monitor displays elapsed years in the model.
The population monitor shows dynamically the current number of Neolithic and Mesolithic people.
## THINGS TO NOTICE
Each turtle is born with an energy of 50
## THINGS TO TRY
Vary the odds-of-killing. How does that affect the neolithic progression?
Vary the ratio of neos-speed and meso-speed. How does that affect the neolithic diffusion?
Vary the both birth rates to see how it affects the Neolithic diffusion. Under 4%, Mesolithic is note viable.
## EXTENDING THE MODEL
Things to do:
## NETLOGO FEATURES
## CREDITS AND REFERENCES
* EPSTEIN J.M. (2006) ‒Generative Social Science: Studies in Agent-Based Computational Modeling, Princeton University Press, 2006, 378 p.
## HOW TO CITE
If you mention this model or the NetLogo software in a publication, we ask that you include the citations below.
For the model itself:
Please cite the NetLogo software as:
* Wilensky, U. (1999). NetLogo. http://ccl.northwestern.edu/netlogo/. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL.
## COPYRIGHT AND LICENSE
Copyright 2020 Thomas Perrin.
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. |
(back to the NetLogo User Community Models)