From c7d6fa7f4c3c79c8b18bb56d228087fcabca4b0e Mon Sep 17 00:00:00 2001 From: Michaja Pehl Date: Tue, 12 Mar 2024 10:59:22 +0100 Subject: [PATCH] do not define steel CCS MAC curve for pbs steel and cm_optimisticMAC --- .../37_industry/fixed_shares/input/pm_abatparam_Ind.gms | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/37_industry/fixed_shares/input/pm_abatparam_Ind.gms b/modules/37_industry/fixed_shares/input/pm_abatparam_Ind.gms index 46fcc7218..5e20e62bb 100644 --- a/modules/37_industry/fixed_shares/input/pm_abatparam_Ind.gms +++ b/modules/37_industry/fixed_shares/input/pm_abatparam_Ind.gms @@ -34,7 +34,12 @@ $endif.cm_subsec_model_steel if (cm_optimisticMAC eq 1, !! logarithmic curve through 0.75 @ $50 and 0.9 @ $150, limited to 0.95 - pm_abatparam_Ind(ttot,regi,emiInd37,steps) + pm_abatparam_Ind(ttot,regi,emiInd37,steps)$( + YES + $$ifthen.cm_subsec_model_steel "%cm_subsec_model_steel%" == "ces" + AND NOT sameas(emiInd37,"co2steel") + $$endif.cm_subsec_model_steel + ) = max(0, min(0.95, 0.2159 + 0.1365 * log(sm_tmp))); else