https://github.com/climatemargo/climatemargo.jl
Julia implementation of MARGO, an idealized climate-economic modelling framework for Optimizing trade-offs between emissions Mitigation, Adaptation, carbon dioxide Removal, and solar Geoengineering.
https://github.com/climatemargo/climatemargo.jl
adaptation carbon-removal climate-science geoengineering julia jump mitigation optimization pluto-notebooks
Last synced: 12 months ago
JSON representation
Julia implementation of MARGO, an idealized climate-economic modelling framework for Optimizing trade-offs between emissions Mitigation, Adaptation, carbon dioxide Removal, and solar Geoengineering.
- Host: GitHub
- URL: https://github.com/climatemargo/climatemargo.jl
- Owner: ClimateMARGO
- License: mit
- Created: 2020-05-25T16:43:47.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T10:12:39.000Z (over 2 years ago)
- Last Synced: 2025-06-08T10:02:19.069Z (about 1 year ago)
- Topics: adaptation, carbon-removal, climate-science, geoengineering, julia, jump, mitigation, optimization, pluto-notebooks
- Language: Julia
- Homepage: https://margo.plutojl.org/
- Size: 21 MB
- Stars: 71
- Watchers: 6
- Forks: 12
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
ClimateMARGO.jl
A Julia implementation of MARGO, an idealized framework for optimization of climate control strategies.
The MARGO model is described in full in an [accompanying Research Article](https://iopscience.iop.org/article/10.1088/1748-9326/ac243e/pdf), published *Open-Access* in the journal *Environmental Research Letters*. The julia scripts and jupyter notebooks that contain all of the paper's analysis are available in the [MARGO-paper](https://github.com/ClimateMARGO/MARGO-paper) repository (these are useful as advanced applications of MARGO to complement the minimal examples included in the documentation).
Try out the MARGO model by running our [Pluto](https://plutojl.org)-based [**web-app**](https://margo.plutojl.org/introduction.html) directly in your browser!

ClimateMARGO.jl is currently in beta testing; basic model documentation is slowly being added. Substantial structural changes may still take place before the first stable release v1.0.0. Anyone interested in helping develop the model post an Issue here or contact the lead developer Henri Drake directly (henrifdrake `at` gmail.com), until explicit guidelines for contributing to the model are posted at a later date.
----
README.md formatting inspired by [Oceananigans.jl](https://github.com/CliMA/Oceananigans.jl)