Skip to content
Snippets Groups Projects
Unverified Commit f9c7c6d7 authored by Lavinia Baumstark's avatar Lavinia Baumstark Committed by GitHub
Browse files

Merge pull request #100 from MariannaR/bugfix_demload

Bugfix: EDGE-T iterative manages correctly the demand from Hybrid Electric vehicles.
parents a5bb96e0 ba11e20e
No related branches found
No related tags found
No related merge requests found
......@@ -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