Skip to content

Commit

Permalink
Last bug :)
Browse files Browse the repository at this point in the history
  • Loading branch information
katarkow committed Aug 21, 2024
1 parent f66609a commit 0980144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/reportFE.R
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ reportFE <- function(gdx, regionSubsetList = NULL,
# KK: Mappings from gams set names to names in mifs. If new CDR methods are added to REMIND, please add
# the method to CDR_te_list: "<method name in REMIND>"="<method name displayed in reporting>"
# If a final energy carrier not included in CDR_FE_list is used, please also add it to the list.
CDR_te_list <- list("dac"="DAC", "weathering"="EW", "oae_ng"="OAE, electric calciner", "oae_el"="OAE, novel calciner")
CDR_te_list <- list("dac"="DAC", "weathering"="EW", "oae_ng"="OAE, traditional calciner", "oae_el"="OAE, electric calciner")
CDR_FE_list <- list("feels"="Electricity", "fegas"="Gases", "fehes"="Heat", "feh2s"="Hydrogen", "fedie"="Diesel")

# loop to compute variables "FE|CDR|++|<CDR technology> (EJ/yr)" and "FE|CDR|<CDR technology>|+|<FE type> (EJ/yr)",
Expand Down

0 comments on commit 0980144

Please sign in to comment.