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

Add biofuel share parameter and equation.

parent 78efbd85
No related branches found
No related tags found
1 merge request!67Request to merge the new transport module EDGE-T
...@@ -5,4 +5,7 @@ ...@@ -5,4 +5,7 @@
*** | 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 > 2025) = 0.2;
vm_shBioFe.lo(t,regi)$(t.val > 2030) = 0.4;
*** EOF ./modules/35_transport/edge_esm/bounds.gms *** EOF ./modules/35_transport/edge_esm/bounds.gms
...@@ -5,4 +5,11 @@ ...@@ -5,4 +5,11 @@
*** | 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/declarations.gms *** SOF ./modules/35_transport/edge_esm/declarations.gms
Positive variables
vm_shBioFe(ttot,all_regi) "Share of biofuels in all final energies used for transportation. Value between 0 and 1."
;
Equations
q35_shBioFe(ttot,all_regi) "Define the share of biofuels in all final energies for transportation."
;
*** EOF ./modules/35_transport/edge_esm/declarations.gms *** EOF ./modules/35_transport/edge_esm/declarations.gms
...@@ -5,4 +5,11 @@ ...@@ -5,4 +5,11 @@
*** | 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/equations.gms *** SOF ./modules/35_transport/edge_esm/equations.gms
q35_shBioFe(t,regi)..
sum(se2fe(entySe,fe_with_bio_dyn35,te), vm_prodFe(t,regi,entySe,fe_with_bio_dyn35,te) )
* vm_shBioFe(t,regi)
=e=
sum(se2fe(se_with_bio_dyn35,fe_with_bio_dyn35,te), vm_prodFe(t,regi,se_with_bio_dyn35,fe_with_bio_dyn35,te) )
;
*** EOF ./modules/35_transport/edge_esm/equations.gms *** EOF ./modules/35_transport/edge_esm/equations.gms
...@@ -141,6 +141,19 @@ segabio.fegat.tdbiogat ...@@ -141,6 +141,19 @@ segabio.fegat.tdbiogat
segafos.fegat.tdfosgat segafos.fegat.tdfosgat
/ /
fe_with_bio_dyn35(all_enty)
/
fepet
fegat
fedie
/
se_with_bio_dyn35(all_enty)
/
segabio
seliqbio
/
enty_dyn35(all_enty) enty_dyn35(all_enty)
/ /
fegat "final energy gas transport" fegat "final energy gas transport"
......
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