LogoClim: WorldClim in NetLogo
Overview
This document is a mirror for a paper made for the Journal of Open Source Software (JOSS) about the LogoClim
model. The final product is available in the paper
folder.
The paper starts here.
Summary
LogoClim
is a NetLogo model designed to simulate and visualize climate conditions, serving as a powerful tool for exploring both historical and projected climate data. Its primary goal is to facilitate the integration of climate data into agent-based models (ABMs) and enhance the reproducibility of these simulations.
The model utilizes raster data to represent climate variables such as temperature and precipitation over time. It incorporates historical data (1960-2021) and future climate projections (2021-2100) derived from global climate models under various Shared Socioeconomic Pathways (SSPs, O’Neill et al. (2017)). All climate inputs are sourced from WorldClim 2.1, which provides high-resolution interpolated datasets derived from weather station records worldwide (Fick & Hijmans, 2017).
LogoClim
follows the FAIR Principles for Research Software (FAIR4RS) (Barker et al., 2022) and is openly available on the CoMSES Network and GitHub. Figure 1 showcases the functionality of the model.
Statement of need
The lack of reproducibility is a major concern in science (Baker, 2016), including in computational research (Peng, 2011). This challenge is particularly relevant for agent-based models, which are widely used to simulate complex phenomena (Grimm et al., 2006, 2020). One effective strategy to address this issue is the development of open, specialized tools that enhance transparency, standardization, and reusability among researchers (Barba, 2022; Ram et al., 2019). This is why LogoClim
was created.
The LogoClim
model was developed for seamless integration with other models through NetLogo’s LevelSpace (ls
) extension (Hjorth et al., 2020), which enables parallel execution and data exchange between models. This integration capability makes it particularly valuable for agent-based simulations that incorporate climate data to study ecological, environmental, or social processes affected by climate conditions.
The model was created as part of a project of the Sustentarea Research and Extension Center, which aims to evaluate the impact of climate change on the health and nutrition of Brazilian children under five years old (Carvalho et al., 2023). LogoClim
functions as a submodel for an ABM designed to help researchers, policymakers, and practitioners better understand the potential consequences of climate change on this vulnerable population.
Acknowledgements
We gratefully acknowledge the contributions of Stephen E. Fick, Robert J. Hijmans, and the entire WorldClim team for their dedication to developing and maintaining the WorldClim datasets.
We also thank the World Climate Research Programme (WCRP), which, through its Working Group on Coupled Modelling, coordinated and promoted the Coupled Model Intercomparison Project Phase 6 (CMIP6).
We acknowledge the climate modeling groups for producing and sharing their outputs; the Earth System Grid Federation (ESGF) for archiving and facilitating access to the data; and the many funding agencies that support both CMIP6 and ESGF.
Finally, we recognize the Sustentarea Research and Extension Center at the University of São Paulo (USP) and the Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq) for their support in the development of this project.