forked from pik-piam/mrremind
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
draft scenario reference table for EDGE-Industry pik-piam#114
- Loading branch information
1 parent
6a5e9a9
commit 3126492
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
library(tidyverse) | ||
|
||
EDGE_scenario_switches <- tribble( | ||
~scenario, ~`EDGE-Industry_steel.stock.estimate`, | ||
'SDP', 'low', | ||
'SDP_EI', 'low', | ||
'SDP_MC', 'low', | ||
'SDP_RC', 'low', | ||
'SSP1', 'low', | ||
'SSP2', 'med', | ||
'SSP2Ariadne', 'med', | ||
'SSP3', 'med', | ||
'SSP4', 'med', | ||
'SSP5', 'high') | ||
|
||
usethis::use_data(EDGE_scenario_switches, internal = TRUE) | ||
|