Giter Site home page Giter Site logo

lolow / engage-overshoot-impacts Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 983 KB

Source code of the analysis and the figures of the impact analysis of the ENGAGE scenarios.

License: Apache License 2.0

R 99.67% TeX 0.33%
engage integrated-assessment-model impact climate-change

engage-overshoot-impacts's Introduction

ENGAGE - Impacts and overshoot of net-zero scenarios

This repository is released under the Apache License 2.0; see the LICENSE for details.

Copyright 2021 Laurent Drouet, Simone Padoan.

License

Overview

This code has been used for the data analysis and the figures from Drouet et al. (2021).

Usage

It is written in R and relies on two packages for reproducibility: drake for the workflow and renv for the dependency management. To run the analysis, you need to install first the renv packages, as it will be suggested if you open R from the main directory. Then execute once the following command to install the missing dependencies:

renv::restore()

To launch the data analysis, run

drake::r_make()

Note that the data analysis is heavily computing demanding, as it takes two days of computation using 85 nodes of 36 cores in the CMCC supercomputer. For this, you will need to adjust the drake configuration to your computing system. Please see the documentation at https://books.ropensci.org/drake/hpc.html.

To build the figures, run

# graphs
require("ggplot2")
require("viridisLite")
require("ggrepel")
require("ggsci")
require("scales")
require("patchwork")

#maps
require("rnaturalearth")
require("rnaturalearthdata")
require("rgeos")
require("sf")

make(plan2)

For any questions, please ask laurent.drouet [at] eiee.org.

Funding acknowledgement

EU logo

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 821471 (ENGAGE).

engage-overshoot-impacts's People

Watchers

 avatar

Forkers

robertmay615

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.