Skip to content

Commit dd5e025

Browse files
authored
remove unused scenario (#87)
no Sustainable Development Scenario scenario is found in original WEO 2024 data we use here
1 parent 8ace237 commit dd5e025

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/prepare_weo_2024_hybrid_in_ev_scenario.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ prepare_weo_2024_hybrid_in_ev_scenario <- function(weo_2024_ext_data_regions_raw
4646
dplyr::mutate(
4747
scenario = dplyr::case_when(
4848
.data[["scenario"]] == "Announced Pledges Scenario" ~ "APS",
49-
.data[["scenario"]] == "Sustainable Development Scenario" ~ "SDS",
5049
.data[["scenario"]] == "Stated Policies Scenario" ~ "STEPS",
5150
.data[["scenario"]] == "Net Zero Emissions by 2050 Scenario" ~ "NZE_2050",
5251
.data[["scenario"]] == "NZE" ~ "NZE_2050",

0 commit comments

Comments
 (0)