Skip to content

Commit

Permalink
remove AR6 from checkProjectSummations, not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
orichters committed Oct 16, 2024
1 parent ed2d2d1 commit 8a4da23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/output/single/checkProjectSummations.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ missingVariables <- checkMissingVars(mifdata, TRUE, sources)
if (length(missingVariables) > 0) message("Check piamInterfaces::variableInfo('variablename') etc.")

checkMappings <- list( # list(mappings, summationsFile, skipBunkers)
list(c("AR6", "AR6_NGFS"), "AR6", TRUE),
list(c("NAVIGATE", "ELEVATE"), "NAVIGATE", FALSE),
list("ScenarioMIP", NULL, FALSE)
)
Expand Down

0 comments on commit 8a4da23

Please sign in to comment.