Skip to content

Commit

Permalink
Merge pull request #1369 from orichters/cm_fixCO2price
Browse files Browse the repository at this point in the history
remove unused switch cm_fixCO2price
  • Loading branch information
orichters authored Aug 8, 2023
2 parents 04f9504 + 2eb5d3f commit f00eb86
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion main.gms
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,6 @@ $setglobal cm_CES_configuration indu_subsectors-buil_simple-tran_edge_esm-POP_p
$setglobal c_CES_calibration_iterations 10 !! def = 10
$setglobal c_CES_calibration_industry_FE_target 1
$setglobal c_testOneRegi_region EUR !! def = EUR !! regexp = [A-Z]{3}
$setglobal cm_fixCO2price off !! def = off

*' @stop

Expand Down
5 changes: 3 additions & 2 deletions scripts/start/readCheckScenarioConfig.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,9 @@ readCheckScenarioConfig <- function(filename, remindPath = ".", testmode = FALSE
"cm_BioImportTax_EU" = "Use more flexible cm_import_tax switch instead, see https://github.com/remindmodel/remind/issues/1157",
"cm_trdcst" = "Now always fixed to 1.5, see https://github.com/remindmodel/remind/pull/1052",
"cm_trdadj" = "Now always fixed to 2, see https://github.com/remindmodel/remind/pull/1052",
"cm_OILRETIRE" = "Now always on by default, see https://github.com/remindmodel/remind/pull/1102"
)
"cm_OILRETIRE" = "Now always on by default, see https://github.com/remindmodel/remind/pull/1102",
"cm_fixCO2price" = "Was never in use, removed in https://github.com/remindmodel/remind/pull/1369",
NULL)
for (i in intersect(names(forbiddenColumnNames), unknownColumnNames)) {
if (testmode) {
warning("Column name ", i, " in remind settings is outdated. ", forbiddenColumnNames[i])
Expand Down
2 changes: 0 additions & 2 deletions standalone/MOFEX/MOFEX.gms
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,6 @@ $setglobal cm_DAC_eff off !! def = off

$setglobal cm_sehe_upper off !! def = off

$setglobal cm_fixCO2price off !! def = off

$setglobal cm_feShareLimits off !! def = off

$setglobal c_fuelprice_init off !! def = off
Expand Down
2 changes: 0 additions & 2 deletions standalone/trade/trade.gms
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,6 @@ $setglobal cm_DAC_eff off !! def = off

$setglobal cm_sehe_upper off !! def = off

$setglobal cm_fixCO2price off !! def = off

$setglobal cm_feShareLimits off !! def = off

$setglobal c_fuelprice_init off !! def = off
Expand Down

0 comments on commit f00eb86

Please sign in to comment.