forked from pik-piam/edgeTransport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: edgeTransport
Title: Prepare EDGE Transport Data for the REMIND model
Version: 0.1.5
Authors@R: c(
person("Alois", "Dirnaichner", email = "dirnaichner@pik-potsdam.de", role = c("aut", "cre")),
person("Marianna", "Rottoli", email = "rottoli@pik-potsdam.de", role = "aut"))
Description: EDGE-T is a fork of the GCAM transport module https://jgcri.github.io/gcam-doc/energy.html#transportation with a high level of detail in its representation of technological and modal options. It is a partial equilibrium model with a nested multinomial logit structure and relies on the modified logit formulation. Most of the sources are not publicly available. PIK-internal users can find the sources in the distributed file system in the folder `/p/projects/rd3mod/inputdata/sources/EDGE-Transport-Standalone`.
Depends:
R (>= 3.1),
data.table (>= 1.11.0),
edgeTrpLib
Imports:
rootSolve,
rmndt,
readxl,
magclass,
mrremind,
madrat
Suggests:
knitr,
markdown
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Date: 2020-11-11