Skip to content

Commit

Permalink
Merge pull request #1690 from 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q/dev/cl…
Browse files Browse the repository at this point in the history
…ean_exogenous_industry_demand

use existing parameters to fix industry demand
  • Loading branch information
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q authored May 30, 2024
2 parents 142c841 + dd3bc36 commit 73237e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
10 changes: 3 additions & 7 deletions modules/37_industry/subsectors/bounds.gms
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,9 @@ $endif.cm_subsec_model_steel

$ifthen.fixedUE_scenario "%cm_fxIndUe%" == "on"

loop(ue_industry_dyn37(in),
loop(ext_regi$regi_fxDem37(ext_regi),
loop(regi$regi_groupExt(ext_regi,regi),
vm_cesIO.fx(t,regi,in)$(p37_bau_uedemand(t,regi,in))
= p37_bau_uedemand(t,regi,in);
);
);
loop ((ue_industry_dyn37(in),regi_groupExt(regi_fxDem37(ext_regi),regi)),
vm_cesIO.fx(t,regi,in)$( p37_cesIO_baseline(t,regi,in) )
= p37_cesIO_baseline(t,regi,in);
);
$endif.fixedUE_scenario

Expand Down
5 changes: 0 additions & 5 deletions modules/37_industry/subsectors/datainput.gms
Original file line number Diff line number Diff line change
Expand Up @@ -727,9 +727,4 @@ if (cm_startyear gt 2005,
);
$endif.cm_subsec_model_steel

if (cm_startyear gt 2005,
Execute_Loadpoint "input_ref" p37_bau_uedemand = vm_cesIO.l;
);


*** EOF ./modules/37_industry/subsectors/datainput.gms
1 change: 0 additions & 1 deletion modules/37_industry/subsectors/declarations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Parameters
p37_IndFeBal_FeedStock_RH(ttot,all_regi,all_enty,emiMkt) "testing parameter Ind FE Balance right-hand side feedstock term"
p37_EmiEnDemand_NonEnCorr(ttot,all_regi) "energy demand co2 emissions with non-energy correction"
p37_EmiEnDemand(ttot,all_regi) "energy demand co2 emissions without non-energy correction"
p37_bau_uedemand(ttot,all_regi,all_in) "baseline UE demand in industry"
*** output parameters only for reporting
o37_cementProcessEmissions(ttot,all_regi,all_enty) "cement process emissions [GtC/a]"
o37_demFeIndTotEn(ttot,all_regi,all_enty,all_emiMkt) "total FE per energy carrier and emissions market in industry (sum over subsectors)"
Expand Down

0 comments on commit 73237e6

Please sign in to comment.