Skip to content
Snippets Groups Projects
Commit ef21ece6 authored by David Klein's avatar David Klein
Browse files

*gdx effect* Add scenarios for phase out of trad. biomass for SDP, SSP1, SSP5

parent 7cbcd83f
No related branches found
No related tags found
1 merge request!13*gdx effect* Add scenarios for phase out of trad. biomass for SDP, SS…
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
...@@ -82,6 +82,10 @@ loop(regi, ...@@ -82,6 +82,10 @@ loop(regi,
); );
); );
$if %cm_GDPscen% == "gdp_SDP" vm_deltaCap.fx(t,regi,"biotr","1")$(t.val gt 2020) = 0.50 * vm_deltaCap.lo(t,regi,"biotr","1");
$if %cm_GDPscen% == "gdp_SSP1" vm_deltaCap.fx(t,regi,"biotr","1")$(t.val gt 2020) = 0.65 * vm_deltaCap.lo(t,regi,"biotr","1");
$if %cm_GDPscen% == "gdp_SSP5" vm_deltaCap.fx(t,regi,"biotr","1")$(t.val gt 2020) = 0.65 * vm_deltaCap.lo(t,regi,"biotr","1");
*** ------------------------------------------------------------------------------------------ *** ------------------------------------------------------------------------------------------
*LP* implement switch for scenarios with or without carbon sequestration: *LP* implement switch for scenarios with or without carbon sequestration:
*** ------------------------------------------------------------------------------------------ *** ------------------------------------------------------------------------------------------
......
...@@ -436,6 +436,11 @@ loop(regi, ...@@ -436,6 +436,11 @@ loop(regi,
p05_deltacap_res("2055",regi,"biotr") = 0.1 * vm_deltaCap.lo("2005",regi,"biotr","1"); p05_deltacap_res("2055",regi,"biotr") = 0.1 * vm_deltaCap.lo("2005",regi,"biotr","1");
); );
); );
$if %cm_GDPscen% == "gdp_SDP" p05_deltacap_res(t,regi,"biotr")$(t.val gt 2020) = 0.50 * p05_deltacap_res(t,regi,"biotr");
$if %cm_GDPscen% == "gdp_SSP1" p05_deltacap_res(t,regi,"biotr")$(t.val gt 2020) = 0.65 * p05_deltacap_res(t,regi,"biotr");
$if %cm_GDPscen% == "gdp_SSP5" p05_deltacap_res(t,regi,"biotr")$(t.val gt 2020) = 0.65 * p05_deltacap_res(t,regi,"biotr");
display p05_deltacap_res; display p05_deltacap_res;
p05_cap_res(ttot,regi,teBioPebiolc) = p05_cap_res(ttot,regi,teBioPebiolc) =
......
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