Skip to content

Commit

Permalink
Merge pull request #1911 from Renato-Rodrigues/seFeSectorSharePenaliz…
Browse files Browse the repository at this point in the history
…ation

bug-fix typo in equation definition
  • Loading branch information
Renato-Rodrigues authored Dec 5, 2024
2 parents c1038a4 + 30e9e3a commit 683d284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/equations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ $endif.penSeFeSectorShareDevCost
$ifthen.limitSolidsFossilRegi not %cm_limitSolidsFossilRegi% == "off"
q_fossilSolidsLimitReg(ttot,regi,entySe,entyFe,sector,emiMkt)$(limitSolidsFossilRegi(regi) and (ttot.val ge max(2020, cm_startyear)) AND sefe(entySe,entyFe) AND sector2emiMkt(sector,emiMkt) AND (sameas(sector,"indst") OR sameas(sector,"build")) AND sameas(entySe,"sesofos"))..
vm_demFeSector_afterTax(ttot,regi,entySe,entyFe,sector,emiMkt)
=le=
=l=
vm_demFeSector_afterTax(ttot-1,regi,entySe,entyFe,sector,emiMkt);
$endif.limitSolidsFossilRegi

Expand Down

0 comments on commit 683d284

Please sign in to comment.