Skip to content
Snippets Groups Projects
Commit f20ca631 authored by Alois Dirnaichner's avatar Alois Dirnaichner
Browse files

Remove superfluous pre-compile flag markup for parameter.

parent 0509b908
No related branches found
No related tags found
1 merge request!156Add a switch for green hydrogen
......@@ -501,8 +501,8 @@ loop ((t, regi) $ ( (sameAs(t,"2010") OR sameAs(t,"2015"))
*** lower bound on share of green hydrogen starting from 2030 (c_greenH2)
***----------------------------------------------------------------------------
v_shGreenH2.lo(t,regi)$(t.val eq 2025) = %c_shGreenH2% * 2/3;
v_shGreenH2.lo(t,regi)$(t.val gt 2025) = %c_shGreenH2%;
v_shGreenH2.lo(t,regi)$(t.val eq 2025) = c_shGreenH2 * 2/3;
v_shGreenH2.lo(t,regi)$(t.val gt 2025) = c_shGreenH2;
*** EOF ./core/bounds.gms
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment