From 3d4728ab27ed6e6f35fe301f707ceec738d56b6c Mon Sep 17 00:00:00 2001 From: Bjoern Soergel <16190669+bs538@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:58:16 +0200 Subject: [PATCH] fix default settings for IIASA export (SHAPE) inclusion of "NAVIGATE_coupled" template ensures that MAgPIE emissions are mapped correctly to IIASA DB variables --- scripts/output/export/xlsx_IIASA.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/output/export/xlsx_IIASA.R b/scripts/output/export/xlsx_IIASA.R index 265b9f610..4cf62670c 100644 --- a/scripts/output/export/xlsx_IIASA.R +++ b/scripts/output/export/xlsx_IIASA.R @@ -52,7 +52,7 @@ projects <- list( iiasatemplate = "https://files.ece.iiasa.ac.at/ssp-submission/ssp-submission-template.xlsx", renameScen = c("SMIPv03-M-SSP2-NPi-def" = "SSP2 - Medium Emissions", "SMIPv03-LOS-SSP2-EcBudg400-def" = "SSP2 - Low Overshoot", "SMIPv03-ML-SSP2-PkPrice200-fromL" = "SSP2 - Medium-Low Emissions","SMIPv03-L-SSP2-PkPrice265-inc6-def" = "SSP2 - Low Emissions", "SMIPv03-VL-SSP2_SDP_MC-PkPrice300-def" = "SSP2 - Very Low Emissions"), checkSummation = "NAVIGATE"), - SHAPE = list(mapping = c("NAVIGATE", "SHAPE")), + SHAPE = list(mapping = c("NAVIGATE", "NAVIGATE_coupled", "SHAPE")), TESTTHAT = list(mapping = "AR6") )