Skip to content
Snippets Groups Projects
Commit 88c055ca authored by Antoine Levesque's avatar Antoine Levesque
Browse files

Smoothed the introduction of a constraint on biomass. The constraint

limits the share of traditional biomass taking the level of industrial
demand into account
parent e3003d46
No related branches found
No related tags found
1 merge request!46Smoothed the introduction of a constraint on biomass. The constraint
......@@ -467,12 +467,13 @@ q_costTeCapital(t,regi,teLearn) ..
***---------------------------------------------------------------------------
*** this is to prevent that in the long term, all solids are supplied by biomass. Residential solids can be fully supplied by biomass (-> wood pellets), so the FE residential demand is subtracted
*** vm_cesIO(t,regi,"fesob") will be 0 in the stationary realization
q_limitBiotrmod(t,regi)$(t.val > 2050)..
q_limitBiotrmod(t,regi)$(t.val > 2020)..
vm_prodSe(t,regi,"pebiolc","sesobio","biotrmod")
- sum (in$sameAs("fesob",in), vm_cesIO(t,regi,in))
- sum (fe2es(entyFe,esty,teEs)$buildMoBio(esty), vm_demFeForEs(t,regi,entyFe,esty,teEs) )
=l=
3 * vm_prodSe(t,regi,"pecoal","sesofos","coaltr")
(2 + max(0,min(1,( 2100 - pm_ttot_val(t)) / ( 2100 - 2020 ))) * 3) !! 5 in 2020 and 2 in 2100
* vm_prodSe(t,regi,"pecoal","sesofos","coaltr")
;
***-----------------------------------------------------------------------------
......
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