Skip to content

Commit

Permalink
Update scenario thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaFu committed May 7, 2024
1 parent 41ab111 commit 7dd7046
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data-raw/scenario_thresholds.R
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified data/scenario_thresholds.rda
Binary file not shown.

0 comments on commit 7dd7046

Please sign in to comment.