Skip to content
Draft
11 changes: 9 additions & 2 deletions main.gms
Original file line number Diff line number Diff line change
Expand Up @@ -1132,12 +1132,12 @@ parameter
*' * (any other number) limit of gas demand from 2025 on in Germany in EJ/yr
*'
parameter
c_SlackMultiplier "Muliplicative factor to up/downscale the slack size for v_changeProdStartyearSlack"
c_SlackMultiplier "Multiplicative factor to up/downscale the slack size for v_changeProdStartyearSlack"
;
c_SlackMultiplier = 1; !! def = 1
*'
parameter
c_changeProdCost "Muliplicative factor to up/downscale the costs for vm_changeProdStartyearCost"
c_changeProdCost "Multiplicative factor to up/downscale the costs for vm_changeProdStartyearCost"
;
c_changeProdCost = 5; !! def = 5
*'
Expand Down Expand Up @@ -1268,6 +1268,13 @@ $setGlobal cm_emiMktTarget off !! def = off
*** cm_quantity_regiCO2target "emissions quantity upper bound from specific year for region group."
*** Example on how to use:
*** '2050.EUR_regi.netGHG 0.000001, obliges European GHG emissions to be approximately zero from 2050 onward"
$setGlobal cm_postTargetIncrease off !! def = off, alternatives: NPi, NDC, number
*** cm_postTargetIncrease "carbon price behavior after the last regipol emission target"
*** Example on how to use:
*** 'any number', e.g. '2', carbon price increases 2 euros per tCO2 per year after regipol emission target is reached
*** 'NPi', carbon price follow NPi global convergence criteria after regipol emission target is reached
*** 'NDC', carbon price follow NDC global convergence criteria after regipol emission target is reached
*** '0' or 'off', carbon price is kept without change year after regipol emission target is reached
$setGlobal cm_quantity_regiCO2target off !! def = off
*** cm_dispatchSetyDown <- "off", if set to some value, this allows dispatching of pe2se technologies,
*** i.e. the capacity factors can be varied by REMIND and are not fixed. The value of this switch gives the percentage points by how much the lower bound of capacity factors should be lowered.
Expand Down
1 change: 0 additions & 1 deletion modules/47_regipol/none/not_used.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ pm_data,input,questionnaire
pm_inco0_t,input,questionnaire
pm_taxCO2eqSCC,input,questionnaire
pm_ts,input,questionnaire
cm_postTargetIncrease,input,questionnaire
cm_emiMktTargetDelay,input,questionnaire
pm_histCap,input,questionnaire
vm_emiCdr,input,questionnaire
Expand Down
Loading