Skip to content

Commit

Permalink
fixing bug of idle capacity units
Browse files Browse the repository at this point in the history
  • Loading branch information
sosorior committed Jan 8, 2025
1 parent 881a1b0 commit 3dba39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/reportIndustryModule.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ reportIndustryModule <- function(gdx) {
dimSums(
v_Capacity_Industry[, as.numeric(tt), varList_steel[[var]]] - v_Prod_Industry[, , varList_steel[[var]]],
dim = 3),
paste0("Idle capacity|",var," (Million ton/yr)")))
paste0("Idle capacity|",var," (Million ton)")))

#Emissions
.tmp2 <- mbind(.tmp2, setNames(
Expand Down

0 comments on commit 3dba39c

Please sign in to comment.