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

Update parameter name and documentation for bioliquid share to match

the new definition.
parent 5af21282
No related branches found
No related tags found
1 merge request!163Update the Bioshare Parameter to address Bioliquid shares on the SE level
...@@ -277,7 +277,7 @@ cfg$gms$cm_ccapturescen <- 1 # def <- 1 ...@@ -277,7 +277,7 @@ cfg$gms$cm_ccapturescen <- 1 # def <- 1
cfg$gms$c_bioliqscen <- 1 # def <- 1 cfg$gms$c_bioliqscen <- 1 # def <- 1
cfg$gms$c_bioh2scen <- 1 # def <- 1 cfg$gms$c_bioh2scen <- 1 # def <- 1
cfg$gms$c_shGreenH2 <- 0 # def <- 0 cfg$gms$c_shGreenH2 <- 0 # def <- 0
cfg$gms$c_shBioTrans <- 1 # def <- 1 cfg$gms$c_shBioliq <- 1 # def <- 1
cfg$gms$cm_shSynTrans <- 0 # def <- 0 cfg$gms$cm_shSynTrans <- 0 # def <- 0
cfg$gms$cm_IndCCSscen <- 1 # def <- 1 cfg$gms$cm_IndCCSscen <- 1 # def <- 1
cfg$gms$cm_optimisticMAC <- 0 # def <- 0 cfg$gms$cm_optimisticMAC <- 0 # def <- 0
...@@ -538,7 +538,7 @@ cfg$RunsUsingTHISgdxAsBAU <- NA ...@@ -538,7 +538,7 @@ cfg$RunsUsingTHISgdxAsBAU <- NA
# (1): all technologies # (1): all technologies
# c_shGreenH2 "lower bound on share of green hydrogen in all hydrogen by 2030" # c_shGreenH2 "lower bound on share of green hydrogen in all hydrogen by 2030"
# (a number between 0 and 1): share # (a number between 0 and 1): share
# c_shBioTrans "upper bound on share of biofuels in transport fuels from 2020 onwards" # c_shBioliq "upper bound on share of bioliquids from 2025 onwards"
# (a number between 0 and 1): share # (a number between 0 and 1): share
# cm_shSynTrans "lower bound on share of synfuels in transport fuels by 2035" # cm_shSynTrans "lower bound on share of synfuels in transport fuels by 2035"
# (a number between 0 and 1): share # (a number between 0 and 1): share
......
...@@ -508,6 +508,6 @@ v_shGreenH2.lo(t,regi)$(t.val gt 2025) = c_shGreenH2; ...@@ -508,6 +508,6 @@ v_shGreenH2.lo(t,regi)$(t.val gt 2025) = c_shGreenH2;
*** upper bound on bioliquids as a share of transport liquids *** upper bound on bioliquids as a share of transport liquids
***---------------------------------------------------------------------------- ***----------------------------------------------------------------------------
v_shBioTrans.up(t,regi)$(t.val > 2020) = c_shBioTrans; v_shBioliq.up(t,regi)$(t.val > 2020) = c_shBioliq;
*** EOF ./core/bounds.gms *** EOF ./core/bounds.gms
...@@ -303,7 +303,7 @@ vm_demSeOth(ttot,all_regi,all_enty,all_te) "other sety demand from cert ...@@ -303,7 +303,7 @@ vm_demSeOth(ttot,all_regi,all_enty,all_te) "other sety demand from cert
vm_prodSeOth(ttot,all_regi,all_enty,all_te) "other sety production from certain technologies, have to be calculated in additional equations [TWa]" vm_prodSeOth(ttot,all_regi,all_enty,all_te) "other sety production from certain technologies, have to be calculated in additional equations [TWa]"
v_shGreenH2(ttot,all_regi) "share of green hydrogen in all hydrogen by 2030 [0..1]" v_shGreenH2(ttot,all_regi) "share of green hydrogen in all hydrogen by 2030 [0..1]"
v_shBioTrans(ttot,all_regi) "Share of biofuels in all final energies used for transportation. Value between 0 and 1." v_shBioliq(ttot,all_regi) "Share of biofuels in SE liquids from 2025 onwards. Value between 0 and 1."
*** ES layer variables *** ES layer variables
vm_demFeForEs(ttot,all_regi,all_enty,all_esty,all_teEs) "Final energy which will be used in the ES layer." vm_demFeForEs(ttot,all_regi,all_enty,all_esty,all_teEs) "Final energy which will be used in the ES layer."
...@@ -394,7 +394,7 @@ q_es2ppfen(ttot,all_regi,all_in) "Energy services are h ...@@ -394,7 +394,7 @@ q_es2ppfen(ttot,all_regi,all_in) "Energy services are h
q_shFeCes(ttot,all_regi,all_enty,all_in,all_teEs) "Shares of final energies in production factors." q_shFeCes(ttot,all_regi,all_enty,all_in,all_teEs) "Shares of final energies in production factors."
*q_shFeCesNorm(ttot,all_regi,all_in) "Shares have to sum to 1." *q_shFeCesNorm(ttot,all_regi,all_in) "Shares have to sum to 1."
q_shGreenH2(ttot,all_regi) "share of green hydrogen in all hydrogen" q_shGreenH2(ttot,all_regi) "share of green hydrogen in all hydrogen"
q_shBioTrans(ttot,all_regi) "Define the share of biofuels in all final energies for transportation." q_shBioliq(ttot,all_regi) "Define the share of biofuels in SE liquids from 2025 on."
***---------------------------------------------------------------------------------------- ***----------------------------------------------------------------------------------------
***----------------------------------------------trade module------------------------------ ***----------------------------------------------trade module------------------------------
......
...@@ -831,7 +831,7 @@ q_shGreenH2(t,regi).. ...@@ -831,7 +831,7 @@ q_shGreenH2(t,regi)..
***--------------------------------------------------------------------------- ***---------------------------------------------------------------------------
*' Share of biofuels in transport liquids *' Share of biofuels in transport liquids
***--------------------------------------------------------------------------- ***---------------------------------------------------------------------------
q_shBioTrans(t,regi).. q_shBioliq(t,regi)..
sum(se2se(entyPe,"seliqbio",te), vm_prodSe(t,regi,entyPe,"seliqbio",te)) sum(se2se(entyPe,"seliqbio",te), vm_prodSe(t,regi,entyPe,"seliqbio",te))
=e= =e=
( (
......
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