diff --git a/data-raw/scenario_thresholds.R b/data-raw/scenario_thresholds.R index b9d56f37..6697fd7d 100644 --- a/data-raw/scenario_thresholds.R +++ b/data-raw/scenario_thresholds.R @@ -3,7 +3,10 @@ scenario_thresholds <- tibble::tribble( ~scenario_source, ~scenario, ~threshold, "GECO2021", "1.5C-Unif", "high", "GECO2021", "NDC-LTS", "mid", - "GECO2021", "CurPol", "low" + "GECO2021", "CurPol", "low", + "GECO2023", "1.5C", "high", + "GECO2023", "NDC-LTS", "mid", + "GECO2023", "Reference", "low" ) # styler: on diff --git a/data/scenario_thresholds.rda b/data/scenario_thresholds.rda index cb6210d9..9ae6c09b 100644 Binary files a/data/scenario_thresholds.rda and b/data/scenario_thresholds.rda differ