From 72959442e5b70362ab23d1325a7fce59e02eee70 Mon Sep 17 00:00:00 2001 From: Monika Furdyna Date: Mon, 10 Jun 2024 14:30:15 +0200 Subject: [PATCH] Update scenario executive summary (#315) Updating scenario source and scenario for executive summary calculations. Aligned with what the team decided to use. - [x] depends on https://github.com/RMI-PACTA/pacta.executive.summary/pull/325 - [x] depends on https://github.com/RMI-PACTA/pacta.executive.summary/pull/327 --------- Co-authored-by: Jackson Hoffart --- web_tool_script_3.R | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web_tool_script_3.R b/web_tool_script_3.R index 2b04deb4..29f949db 100644 --- a/web_tool_script_3.R +++ b/web_tool_script_3.R @@ -395,8 +395,8 @@ if (dir.exists(exec_summary_template_path) && (peer_group %in% c("assetmanager", portfolio_name = portfolio_name, peer_group = peer_group, start_year = start_year, - scenario_source = "GECO2023", - scenario_selected = "1.5C", + scenario_source = "WEO2023", + scenario_selected = "NZE_2050", scenario_geography = "Global", equity_market = "GlobalMarket", portfolio_allocation_method_equity = "portfolio_weight", @@ -438,8 +438,8 @@ if (dir.exists(exec_summary_template_path) && (peer_group %in% c("assetmanager", portfolio_name = portfolio_name, peer_group = peer_group, total_portfolio = total_portfolio, - scenario_source = "GECO2023", - scenario_selected = "1.5C", + scenario_source = "WEO2023", + scenario_selected = "NZE_2050", currency_exchange_value = currency_exchange_value, log_dir = log_path )