https://github.com/sustentarea/foodclim
🍽️ FoodClim: Simulating Food Yield Responses to Climate Change in NetLogo
https://github.com/sustentarea/foodclim
agent-based-modeling brazil climate-change cmip6 complex-systems enviromental-sciences enviromental-simulation food-yield geospatial-analysis global-syndemic logoclim netlogo r-programming-language reproducible-research shared-socioeconomic-pathways simulations time-series worldclim yield-response
Last synced: 3 months ago
JSON representation
🍽️ FoodClim: Simulating Food Yield Responses to Climate Change in NetLogo
- Host: GitHub
- URL: https://github.com/sustentarea/foodclim
- Owner: sustentarea
- License: mit
- Created: 2025-04-21T21:22:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-26T12:31:14.000Z (5 months ago)
- Last Synced: 2025-05-31T22:45:24.900Z (5 months ago)
- Topics: agent-based-modeling, brazil, climate-change, cmip6, complex-systems, enviromental-sciences, enviromental-simulation, food-yield, geospatial-analysis, global-syndemic, logoclim, netlogo, r-programming-language, reproducible-research, shared-socioeconomic-pathways, simulations, time-series, worldclim, yield-response
- Language: NetLogo
- Homepage:
- Size: 987 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FoodClim
[](https://www.repostatus.org/#wip)
[](https://www.comses.net/)
[](https://doi.org/10.17605/OSF.IO/ZGVMP)
[](https://fair-software.eu)
[](https://choosealicense.com/licenses/mit/)
[](CODE_OF_CONDUCT.md)## Overview
`FoodClim` is a [NetLogo](https://ccl.northwestern.edu/netlogo/) model
for simulating and visualizing how food yield responds to different
climate conditions. It is designed to support empirically grounded
agent-based models on food systems and to improve the reproducibility of
simulations by enabling [parallel
execution](#integrating-with-other-models) alongside other models.The model runs in parallel with the
[`LogoClim`](https://github.com/sustentarea/logoclim) model, which
provides climate data from [WorldClim 2.1](https://worldclim.org/).> If you find this project useful, please consider giving it a star!
> [](https://github.com/sustentarea/foodclim/)
## How to Use It
Refer to the [`LogoClim`](https://github.com/sustentarea/logoclim)
installation guide for detailed steps on installing the required
dependencies.Once `LogoClim` is installed, you can run the `FoodClim` model by
specifying the path to your `LogoClim` installation in the `FoodClim`
interface. This allows `FoodClim` to access climate data provided by
`LogoClim` during simulations.Refer to the `Info` tab in the model for additional details.
### Integrating with Other Models
`FoodClim` can be integrated with other models using the
[LevelSpace](https://ccl.northwestern.edu/netlogo/docs/ls.html) (`ls`)
extension for NetLogo. LevelSpace enables parallel execution and
communication between multiple models. This approach supports more
comprehensive simulations and facilitates the study of complex
interactions between food systems and environmental processes.## How to Cite
If you use this model in your research, please cite it to acknowledge
the effort invested in its development and maintenance. Your citation
helps support the ongoing improvement of the model.To cite `FoodClim` in publications please use the following format:
Vartanian, D., Garcia, L., & Carvalho, A. M. (2025). *FoodClim:
Simulating food yield responses to climate change in NetLogo* \[Computer
software, NetLogo model\].A BibTeX entry for LaTeX users is:
``` latex
@Misc{vartanian2025,
title = {FoodClim: Simulating food yield responses to climate change in NetLogo},
author = {{Daniel Vartanian} and {Leandro Garcia} and {Aline Martins de Carvalho}},
year = {2025},
doi = {https://doi.org/10.17605/OSF.IO/ZGVMP},
note = {NetLogo model}
}
```## How to Contribute
[](CODE_OF_CONDUCT.md)
Contributions are welcome! Whether it's reporting bugs, suggesting
features, or improving documentation, your input is valuable.[](https://github.com/sponsors/danielvartan)
You can also support the development of `FoodClim` by becoming a
sponsor. Click [here](https://github.com/sponsors/danielvartan) to make
a donation. Please mention `FoodClim` in your donation message.## License
[](https://choosealicense.com/licenses/mit/)
`FoodClim` code is licensed under the [MIT
License](https://opensource.org/license/mit). This means you can use,
modify, and distribute the code freely, as long as you include the
original license and copyright notice in any copies or substantial
portions of the software.## Acknowledgments
We gratefully acknowledge the contributions of [Stephen E.
Fick](https://orcid.org/0000-0002-3548-6966), [Robert J.
Hijmans](https://orcid.org/0000-0001-5872-2872), and the entire
[WorldClim](https://worldclim.org/) team for their dedication to
creating and maintaining the WorldClim datasets. Their work has been
instrumental in enabling researchers and practitioners to access
high-quality climate data.We also acknowledge the World Climate Research Programme
([WCRP](https://www.wcrp-climate.org/)), which, through its Working
Group on Coupled Modelling, coordinated and promoted the Coupled Model
Intercomparison Project Phase 6
([CMIP6](https://pcmdi.llnl.gov/CMIP6/)).We thank the climate modeling groups for producing and sharing their
model outputs, the Earth System Grid Federation
([ESGF](https://esgf.llnl.gov/)) for archiving and providing access to
the data, and the many funding agencies that support CMIP6 and ESGF.
This work was developed with support from the Research and
Extension Center
Sustentarea
at the University of São Paulo (USP).
This work was supported by the Department of Science and
Technology of the Secretariat of Science, Technology, and Innovation
and of the Health Economic-Industrial Complex (SECTICS) of the Ministry of Health
of Brazil, and the National Council for Scientific and
Technological Development (CNPq) (grant no. 444588/2023-0)