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

Bugfix: EDGE iterative manages correctly the demand from Hybrid Electric vehicles.

parent a5bb96e0
No related branches found
No related tags found
1 merge request!100Bugfix: EDGE-T iterative manages correctly the demand from Hybrid Electric vehicles.
......@@ -211,7 +211,7 @@ shares_int_dem <- shares_intensity_and_demand(
demByTech <- shares_int_dem[["demand"]] ##in [-]
intensity <- shares_int_dem[["demandI"]] ##in million pkm/EJ
norm_demand <- shares_int_dem[["demandF_plot_pkm"]] ## total demand is 1, required for costs
norm_demand <- shares_int_dem[["demandF_plot_EJ"]] ## total demand is 1, required for costs
if (opt$reporting) {
......
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