R package mrdrivers, version 4.0.6
Purpose and Functionality
Create GDP and population scenarios This package constructs the GDP and population scenarios used as drivers in both the REMIND and MAgPIE models.
Framework
This package depends upon the madrat and magclass packages. It integrates into the madrat framework and is structured accordingly. It mainly uses magpie objects (from the magclass package). For more information on madrat or magclass, please visit the respective github repositories (madrat, magclass).
Functions
The key madrat::readSource()
and madrat::calcOutput()
functions provided by this package are listed below.
readSource:
calcOutput:
Scenarios
The current default scenarios returned for all drivers (i.e. GDP, GDP per capita, Population, Labour, and Urban Population Share) are:
the SSPs, i.e. SSP1-5
the SDPs, i.e. SDP, SDP_EI, SDP_MC and SDP_RC
see vignette("scenarios")
for more information on available scenarios and references of the default scenarios.
Installation
For installation of the most recent package version an additional repository has to be added in R:
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("mrdrivers")
Package updates can be installed using update.packages
(make sure that the additional repository has been added before running that command):
Tutorial
The package comes with a vignette describing the basic functionality of the package and how to use it. You can load it with the following command (the package needs to be installed):
vignette("scenarios") # Scenarios
Questions / Problems
In case of questions / problems please contact Johannes Koch jokoch@pik-potsdam.de.
Citation
To cite package mrdrivers in publications use:
Koch J, Soergel B, Leip D, Benke F, Dietrich J (2024). mrdrivers: Create GDP and Population Scenarios. R package version 4.0.6, https://pik-piam.github.io/mrdrivershttps://github.com/pik-piam/mrdrivers.
A BibTeX entry for LaTeX users is
@Manual{,
title = {mrdrivers: Create GDP and Population Scenarios},
author = {Johannes Koch and Bjoern Soergel and Deborra Leip and Falk Benke and Jan Philipp Dietrich},
year = {2024},
note = {R package version 4.0.6},
url = {https://pik-piam.github.io/mrdrivers},
url = {https://github.com/pik-piam/mrdrivers},
}