https://github.com/bryanparthum/mimipage2020.jl
PAGE-2020 - a Julia implementation of the PAGE Integrated Assessment Model
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: nature.com -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
PAGE-2020 - a Julia implementation of the PAGE Integrated Assessment Model
Basic Info
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of openmodels/MimiPAGE2020.jl
Created about 5 years ago
· Last pushed about 5 years ago
https://github.com/bryanparthum/MimiPAGE2020.jl/blob/master/
# PAGE-2020 - Open-Source Repository for the PAGE-2020 Integrated Assessment Model [](https://travis-ci.com/openmodels/PAGE-2020) PAGE-2020 (Policy Analysis of Greenhouse Effect, v. 2020) is a cost-benefit Integrated Assessment Model. It builds upon the [PAGE-ICE model](https://github.com/openmodels/PAGE-ICE/), developed by [Yumashev et al. (2019)](https://www.nature.com/articles/s41467-019-09863-x#Sec14). The main advancements for the PAGE-2020 are: - Extended and corrected SSP data - Improved market damages, based on Burke et al. (2015). - Partial growth feedbacks - Optional annual timesteps and variability ## Software Requirements You need to install [julia 1.1](https://julialang.org) or newer to run this model. The model uses the Mimi framework, and you will want to install the Mimi package into your julia environment: ```julia pkg> add Mimi ``` ## Running the Model Iit is highly recommended to read the Mimi documentation first to understand the code structure. For starter code on running the model just once, see the code in the file `examples/main.jl`. ## More documentation More documentation is available under the [docs](https://github.com/openmodels/PAGE-2020/tree/master/docs) directory.