Skip to content

Commit

Permalink
fix default settings for IIASA export (SHAPE)
Browse files Browse the repository at this point in the history
inclusion of "NAVIGATE_coupled" template ensures that MAgPIE emissions are mapped correctly to IIASA DB variables
  • Loading branch information
bs538 authored Oct 22, 2024
1 parent 4d0e9db commit 3d4728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/output/export/xlsx_IIASA.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)

Expand Down

0 comments on commit 3d4728a

Please sign in to comment.