Skip to content
Snippets Groups Projects

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

Merged Jerome Hilaire requested to merge github/fork/MariannaR/bugfix_demload into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -211,7 +211,7 @@ shares_int_dem <- shares_intensity_and_demand(
@@ -211,7 +211,7 @@ shares_int_dem <- shares_intensity_and_demand(
demByTech <- shares_int_dem[["demand"]] ##in [-]
demByTech <- shares_int_dem[["demand"]] ##in [-]
intensity <- shares_int_dem[["demandI"]] ##in million pkm/EJ
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) {
if (opt$reporting) {
Loading