Skip to content
Snippets Groups Projects
Commit bb16cbfa authored by Marianna Rottoli's avatar Marianna Rottoli
Browse files

Bugfixes in calibration and new sigmas for transport.

parent 66ad590d
No related branches found
No related tags found
1 merge request!67Request to merge the new transport module EDGE-T
......@@ -270,8 +270,8 @@ pm_cesdata(t,regi,in,"quantity") $ p29_esdemand(t,regi,"%cm_GDPscen%",in)
= p29_esdemand(t,regi,"%cm_GDPscen%",in);
*** Load exogenous transport demand
pm_cesdata(t,regi,in,"quantity") $ p29_trpdemand(t,regi,"%cm_GDPscen%",in)
= p29_trpdemand(t,regi,"%cm_GDPscen%",in);
pm_cesdata(t,regi,in,"quantity") $ p29_trpdemand(t,regi,"%cm_GDPscen%","%cm_EDGEtr_scen%",in)
= p29_trpdemand(t,regi,"%cm_GDPscen%","%cm_EDGEtr_scen%",in);
*** Load capital quantities
......
......@@ -17,7 +17,7 @@ Parameters
p29_effGr(tall,all_regi,all_in) "growth of factor efficiency from input.gdx"
p29_fedemand(tall,all_regi,all_GDPscen,all_in) "final energy demand"
p29_cesdata_price(tall,all_regi,all_in) "exogenous prices in case they are needed"
p29_trpdemand(tall,all_regi,all_GDPscen,all_in) "transport demand"
p29_trpdemand(tall,all_regi,all_GDPscen,EDGE_scenario_all,all_in) "transport demand"
p29_esdemand(tall,all_regi,all_GDPscen,all_in) "energy service demand"
p29_efficiency_growth(tall,all_regi,all_GDPscen,all_in) "efficency level paths for ppf beyond calibration"
p29_capitalQuantity(tall,all_regi,all_GDPscen,all_in) "capital quantities"
......
......@@ -313,7 +313,7 @@ pm_cesdata(t,regi,in_29,"price") $ (( not ((ord(t) le 1) or (ord(t) eq card(t)))
loop (ttot$( ttot.val ge 2005 AND ttot.val lt 2020),
pm_cesdata(ttot,regi_dyn29(regi),in_29,"price")$(ppf_29(in_29))
= max(
1e-2,
1e-3,
( pm_cesdata(ttot,regi,in_29,"price")
+ p29_alpha(regi,in_29) + p29_beta(regi,in_29) * ttot.val
)
......@@ -325,7 +325,7 @@ pm_cesdata(t,regi,in_29,"price") $ (( not ((ord(t) le 1) or (ord(t) eq card(t)))
loop (ttot$( ttot.val ge 2005),
pm_cesdata(ttot,regi_dyn29(regi),in_29,"price")$(ppf_29(in_29))
= max(
1e-2,
1e-3,
pm_cesdata(ttot,regi,in_29,"price")
);
);
......
......@@ -8,9 +8,9 @@
Parameter
p35_cesdata_sigma(all_in) "substitution elasticities"
/
entrp 1.3
entrp_pass 1.1
entrp_frgt 1.1
entrp 0.8
entrp_pass 1.3
entrp_frgt 1.3
/
;
pm_cesdata_sigma(ttot,in)$p35_cesdata_sigma(in) = p35_cesdata_sigma(in);
......
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