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

Prepare bounds for a combined synfuel and biofuel run.

parent b0bf4751
No related branches found
No related tags found
1 merge request!67Request to merge the new transport module EDGE-T
...@@ -157,7 +157,7 @@ cfg$gms$stationary <- "off" # def = off ...@@ -157,7 +157,7 @@ cfg$gms$stationary <- "off" # def = off
# ***--------------------- 39_CCU --------------------------------- # ***--------------------- 39_CCU ---------------------------------
# * (on): simple representation of carbon capture and utilization technologies, first only example of syngas (H22CH4) # * (on): simple representation of carbon capture and utilization technologies, first only example of syngas (H22CH4)
# * (off): no representation of carbon caputre and utilization technologies. # * (off): no representation of carbon caputre and utilization technologies.
cfg$gms$CCU <- "off" # def = off cfg$gms$CCU <- "on" # def = off
# ***--------------------- 40_techpol ---------------------------------------- # ***--------------------- 40_techpol ----------------------------------------
# * (none): no technology policies # * (none): no technology policies
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
*** | REMIND License Exception, version 1.0 (see LICENSE file). *** | REMIND License Exception, version 1.0 (see LICENSE file).
*** | Contact: remind@pik-potsdam.de *** | Contact: remind@pik-potsdam.de
*** SOF ./modules/35_transport/edge_esm/bounds.gms *** SOF ./modules/35_transport/edge_esm/bounds.gms
* vm_shBioFe.lo(t,regi)$(t.val > 2020) = 0.1; vm_shBioFe.lo(t,regi)$(t.val > 2020) = 0.1;
* vm_shBioFe.lo(t,regi)$(t.val > 2025) = 0.2; vm_shBioFe.lo(t,regi)$(t.val > 2025) = 0.2;
* vm_shBioFe.lo(t,regi)$(t.val > 2030) = 0.4; vm_shBioFe.lo(t,regi)$(t.val > 2030) = 0.3;
vm_cesIO.up(t,regi,ppfen_dyn35)$(t.val > 2025) = p35_demLimit(t,regi,"gdp_SSP2","Smart_lifestyles_Electricity_push",ppfen_dyn35); * vm_cesIO.up(t,regi,ppfen_dyn35)$(t.val > 2020) = p35_demLimit(t,regi,"gdp_SSP2","Smart_lifestyles_Electricity_push",ppfen_dyn35);
*** EOF ./modules/35_transport/edge_esm/bounds.gms *** EOF ./modules/35_transport/edge_esm/bounds.gms
...@@ -46,9 +46,9 @@ vm_co2capture.up(t,regi,"cco2","ico2","ccsinje","1") = 50; ...@@ -46,9 +46,9 @@ vm_co2capture.up(t,regi,"cco2","ico2","ccsinje","1") = 50;
*** vm_prodSe.lo("2060","SSA",enty,"segafos",te) = 1; *** vm_prodSe.lo("2060","SSA",enty,"segafos",te) = 1;
*** vm_prodSe.lo("2060","USA",enty,"segafos",te) = 0.5; *** vm_prodSe.lo("2060","USA",enty,"segafos",te) = 0.5;
* vm_shSynSe.lo(t,regi)$(t.val > 2020) = 0.1; vm_shSynSe.lo(t,regi)$(t.val > 2020) = 0.1;
* vm_shSynSe.lo(t,regi)$(t.val > 2025) = 0.2; vm_shSynSe.lo(t,regi)$(t.val > 2025) = 0.2;
* vm_shSynSe.lo(t,regi)$(t.val > 2030) = 0.4; vm_shSynSe.lo(t,regi)$(t.val > 2030) = 0.4;
*** EOF ./modules/39_CCU/39_CCU.gms *** EOF ./modules/39_CCU/39_CCU.gms
...@@ -25,8 +25,8 @@ q39_emiCCU(t,regi) .. ...@@ -25,8 +25,8 @@ q39_emiCCU(t,regi) ..
q39_shSynSe(t,regi).. q39_shSynSe(t,regi)..
( (
sum(se2se(entySe,"seliqfos",te), vm_prodSe(t,regi,entySe,"seliqfos",te) ) + sum(se2fe(entySe,"fepet",te), vm_prodFe(t,regi,entySe,"fepet",te) ) +
sum(pe2se(entyPe,"seliqfos",te), vm_prodSe(t,regi,entyPe,"seliqfos",te) ) sum(se2fe(entySe,"fedie",te), vm_prodFe(t,regi,entySe,"fedie",te) )
) * vm_shSynSe(t,regi) ) * vm_shSynSe(t,regi)
=e= =e=
vm_prodSe(t,regi,"seh2","seliqfos","MeOH") vm_prodSe(t,regi,"seh2","seliqfos","MeOH")
......
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