Skip to content

Commit

Permalink
Merge pull request #1608 from 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q/fix/pb…
Browse files Browse the repository at this point in the history
…s_optimisticMAC

do not define steel CCS MAC curve for pbs steel and cm_optimisticMAC
  • Loading branch information
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q authored Mar 13, 2024
2 parents 34bd6e2 + c7d6fa7 commit 2caf55e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/37_industry/fixed_shares/input/pm_abatparam_Ind.gms
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ $endif.cm_subsec_model_steel
if (cm_optimisticMAC eq 1,

!! logarithmic curve through 0.75 @ $50 and 0.9 @ $150, limited to 0.95
pm_abatparam_Ind(ttot,regi,emiInd37,steps)
pm_abatparam_Ind(ttot,regi,emiInd37,steps)$(
YES
$$ifthen.cm_subsec_model_steel "%cm_subsec_model_steel%" == "ces"
AND NOT sameas(emiInd37,"co2steel")
$$endif.cm_subsec_model_steel
)
= max(0, min(0.95, 0.2159 + 0.1365 * log(sm_tmp)));

else
Expand Down

0 comments on commit 2caf55e

Please sign in to comment.