Skip to content

Commit

Permalink
draft scenario reference table for EDGE-Industry pik-piam#114
Browse files Browse the repository at this point in the history
  • Loading branch information
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q committed Feb 15, 2022
1 parent c0bd046 commit 8c9028d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added R/sysdata.rda
Binary file not shown.
17 changes: 17 additions & 0 deletions data-raw/EDGE_scenario_switches.R
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)

0 comments on commit 8c9028d

Please sign in to comment.