pik-piam / blackmagicc

Generate warming pathways using MAGICC for your MAgPIE runs using reference REMIND emissions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAgPIE-MAGICC Integration

R package blackmagicc, version 0.7.1

CRAN status R build status codecov r-universe

Purpose and Functionality

Enables MAgPIE runs to project global surface area temperatures with MAGICC, using reference REMIND scenarios to represent emissions from the energy sector.

Installation

For installation of the most recent package version an additional repository has to be added in R:

options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages"))

The additional repository can be made available permanently by adding the line above to a file called .Rprofile stored in the home folder of your system (Sys.glob("~") in R returns the home directory).

After that the most recent version of the package can be installed using install.packages:

install.packages("blackmagicc")

Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):

update.packages()

Questions / Problems

In case of questions / problems please contact Michael Crawford crawford@pik-potsdam.de.

Citation

To cite package blackmagicc in publications use:

Crawford M (2024). blackmagicc: MAgPIE-MAGICC Integration. R package version 0.7.1.

A BibTeX entry for LaTeX users is

@Manual{,
 title = {blackmagicc: MAgPIE-MAGICC Integration},
 author = {Michael Crawford},
 year = {2024},
 note = {R package version 0.7.1},
}

About

Generate warming pathways using MAGICC for your MAgPIE runs using reference REMIND emissions

License:Other


Languages

Language:R 92.7%Language:Makefile 7.3%