Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused switch cm_fixCO2price #1369

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -115,8 +115,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
Loading