You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PAGE-2020 - Open-Source Repository for the PAGE-2020 Integrated Assessment Model
PAGE-2020 (Policy Analysis of Greenhouse Effect, v. 2020) is a
cost-benefit Integrated Assessment Model. It builds upon
the PAGE-ICE model,
developed by
Yumashev et al. (2019).
The most up-to-date publication for the PAGE-2020 model is Jarmo et
al. (2021). The social cost of carbon dioxide under climate-economy
feedbacks and temperature variability. ERL.
https://iopscience.iop.org/article/10.1088/1748-9326/ac1d0b
It 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.
In order to create a reproducible environment, you can move into the main
directory of this repository, do
pkg> activate .
(MimiPAGE2020) pkg> instantiate
(MimiPAGE2020) pkg> up
which should first install the correct package dependencies, and
then up forces compatibility.
Running the model can be done in several ways, for instance from the root of the directory by doing:
julia>include("src/runpage.jl")
More documentation
More documentation is available under the docs directory.
About
PAGE-2020 - a Julia implementation of the PAGE Integrated Assessment Model