This is a repository for sharing an individual-based model developed for simulating the dispersal patterns of small mammals with specific perceptual range and movement parameters across heterogeneous landscapes. This model was developed in the NetLogo environment.
This repository is organized as it follows.
- code: Here you find the main NetLogo code to run the model.
- landscapes: Here you find the landscape files used in the model.
- landscapes_GRASS_GISdb: Here you find the scripts to export the landscape files from a database of simulated landscapes in GRASS GISS.
- Basic steps to run this model:
- Download and install NetLogo 6.0.3. You can find the download and installation procedures for NetLogo here.
- Download the code file.
- Create a folder with the landscape layers. Obs: you can download the landscapes folder in this Github, which contain 100 simulated landscapes, or you can use your own landscapes and export the needed ASCII layers files using the scripts in the landscapes_GRASS_GISdb. If you use your own landscapes, please note the codes of the landscape elements should be the same as the ones used here. Please see the description of the landscape layers for more information.
- You should install the gis and pathdir extensions. Here and here you can see more information about how install these extensions.
- Open the code file within NetLogo environment.
Within NetLogo:
- In the code tab, you should check where to define the directory to import landscape files and the directory to save the output.
- In the interface tab, you should set all the parameters. Information about each parameter is availabe in the info tab.
Then, you should be able to run the model.
Érika Garcez da Rocha, Edgardo Brigatti, Bernardo Brandão Niebuhr, Milton Cezar Ribeiro and Marcus Vinícius Vieira
If you are going to use and cite this model in your study or report, please cite this repository:
Check out our paper: Rocha, É.G., Brigatti, E., Niebuhr, B.B. et al. Dispersal movement through fragmented landscapes: the role of stepping stones and perceptual range. Landscape Ecol 36, 3249–3267 (2021). https://doi.org/10.1007/s10980-021-01310-x
If you have trouble running the model or any suggestion, please open an issue or send an email to [email protected].