Skip to content

Commit

Permalink
use only vm_demFeSector_afterTax in industry module
Browse files Browse the repository at this point in the history
  • Loading branch information
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q committed Mar 19, 2024
1 parent 2bb59cd commit ab49a9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion modules/37_industry/fixed_shares/not_used.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ vm_costMatPrc, variable, not needed
pm_emifacNonEnergy, parameter, not needed
pm_incinerationRate, parameter, not needed
cm_emiscen, parameter, not needed
vm_demFeSector, variable, not needed
8 changes: 4 additions & 4 deletions modules/37_industry/subsectors/bounds.gms
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ vm_cesIO.lo(t,regi_dyn29(regi),in_industry_dyn37(in))$(
0 eq vm_cesIO.lo(t,regi,in) )
= max(sm_eps, abs(pm_cesdata(t,regi,in,"offset_quantity")));

*' Limit biomass solids use in industry to 25% (or historic shares, if they are higher)
*' of baseline solids
*' Limit biomass solids use in industry to 25% (or historic shares, if they are
*' higher) of baseline solids
*' Cement CCS might otherwise become a compelling BioCCS option under very high
*' carbon prices due to missing adjustment costs.
if (cm_startyear gt 2005, !! not a scenario, starting in 2005 (e.g. baseline or NPi)
vm_demFeSector.up(t,regi,"sesobio","fesos","indst","ETS")
if (cm_startyear gt 2005, !! not a baeline or NPi scenario
vm_demFeSector_afterTax.up(t,regi,"sesobio","fesos","indst","ETS")
= max(0.25 , smax(t2, pm_secBioShare(t2,regi,"fesos","indst") ) )
* p37_BAU_industry_ETS_solids(t,regi);
);
Expand Down
4 changes: 2 additions & 2 deletions modules/37_industry/subsectors/datainput.gms
Original file line number Diff line number Diff line change
Expand Up @@ -543,10 +543,10 @@ $offdelim

*' load baseline industry ETS solids demand
if (cm_startyear ne 2005, !! not a BAU scenario
execute_load "input_ref.gdx", vm_demFeSector;
execute_load "input_ref.gdx", vm_demFeSector_afterTax;
p37_BAU_industry_ETS_solids(t,regi)
= sum(se2fe(entySe,"fesos",te),
vm_demFeSector.l(t,regi,entySe,"fesos","indst","ETS")
vm_demFeSector_afterTax.l(t,regi,entySe,"fesos","indst","ETS")
);
);

Expand Down

0 comments on commit ab49a9a

Please sign in to comment.