Skip to content

Commit

Permalink
set up teCCPrc with CC technologies only to fix REMIND for cm_CCS_steel
Browse files Browse the repository at this point in the history
  • Loading branch information
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q committed Sep 19, 2024
1 parent 5043f49 commit bdc6ba4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion modules/37_industry/subsectors/sets.gms
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,15 @@ $ifthen.cm_subsec_model_steel "%cm_subsec_model_steel%" == "processes"
$endif.cm_subsec_model_steel
/

teCCPrc(tePrc) "Technologies used in process-based model (only CCS)"
/
$$ifthen.cm_subsec_model_steel "%cm_subsec_model_steel%" == "processes"
bfcc
idrcc
$$endif.cm_subsec_model_steel
/


mat(all_enty) "Materials considered in process-based model; Can be input and/or output of a process"
/
$ifthen.cm_subsec_model_steel "%cm_subsec_model_steel%" == "processes"
Expand Down Expand Up @@ -634,7 +643,7 @@ pf_quan_target_dyn29(pf_quan_target_dyn37) = YES;
$endif.calibrate

teMat2rlf(tePrc,"1") = YES;
alias(tePrc,teCCPrc,tePrc1,tePrc2);
alias(tePrc,tePrc1,tePrc2);
alias(opmoPrc,opmoCCPrc,opmoPrc1,opmoPrc2);
alias(route,route2);
alias(entyFeCC37,entyFeCC37_2);
Expand Down

0 comments on commit bdc6ba4

Please sign in to comment.