Skip to content

Commit

Permalink
include GDPMER into reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
johannah-pik committed Oct 18, 2024
1 parent 1bdcc46 commit 83be410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/toolEdgeTransportSA.R
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ toolEdgeTransportSA <- function(SSPscen,
helpers = helpers
)
# not all data from inputdataRaw and inputdata is needed for the reporting
add <- append(inputDataRaw[!names(inputDataRaw) %in% c("GDPMER")],
inputData[!names(inputData) %in% c("histESdemand", "GDPMER","GDPpcMER", "GDPpcPPP", "population")])
add <- append(inputDataRaw,
inputData[!names(inputData) %in% c("histESdemand", "GDPMER","GDPpcMER", "GDPpcPPP", "population")])
outputRaw <- append(outputRaw, add)

if (isAnalyticsReported) outputRaw <- append(outputRaw, list(endogenousCostsIterations = endogenousCostsIterations,
Expand Down

0 comments on commit 83be410

Please sign in to comment.