Skip to content

Commit

Permalink
Merge pull request #1599 from mellamoSimon/restrict-equations
Browse files Browse the repository at this point in the history
restrict definition of q37_feedstockShares
  • Loading branch information
mellamoSimon authored Mar 7, 2024
2 parents 562cacc + 0c5fb49 commit 94339f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/37_industry/subsectors/equations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@ q37_feedstocksLimit(t,regi,entySe,entyFe,emiMkt)$(

*' Feedstocks have identical fossil/biomass/synfuel shares as industry FE
q37_feedstocksShares(t,regi,entySe,entyFe,emiMkt)$(
sum(te, se2fe(entySe,entyFe,te)) ) ..
sum(te, se2fe(entySe,entyFe,te))
AND entyFE2sector2emiMkt_NonEn(entyFe,"indst",emiMkt)
AND cm_emiscen ne 1 ) ..
vm_demFeSector_afterTax(t,regi,entySe,entyFe,"indst",emiMkt)
* sum(se2fe(entySe2,entyFe,te),
vm_demFENonEnergySector(t,regi,entySe2,entyFe,"indst",emiMkt)
Expand Down

0 comments on commit 94339f9

Please sign in to comment.