Skip to content

Commit

Permalink
Remove sm_eps
Browse files Browse the repository at this point in the history
  • Loading branch information
katarkow committed Mar 8, 2024
1 parent e648892 commit fa53d19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/equations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -728,12 +728,10 @@ q_emiMac(t,regi,emiMac) ..
*' Share of captured CO2 that is stored
***--------------------------------------------------
q_share_CCS_CCO2(t, regi)..
v_share_CCS_CCO2(t, regi)
v_share_CCS_CCO2(t, regi) * sum(teCCS2rlf(te, rlf), vm_co2capture(t, regi, "cco2", "ico2", "ccsinje", rlf))
=e=
sum(teCCS2rlf(te, rlf), vm_co2CCS(t, regi, "cco2", "ico2", te, rlf))
/ (
sum(teCCS2rlf(te, rlf), vm_co2capture(t, regi, "cco2", "ico2", "ccsinje", rlf)) + sm_eps
);
;


***--------------------------------------------------
Expand Down

0 comments on commit fa53d19

Please sign in to comment.