You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adapt descriptive_names to new elements in EnergyModelsFlex (#47)
* Adapted `descriptive_names` to new elements in `EnergyModelsFlex`
* Fixed bug that did not show the background map of the topology when exporting to .svg-format.
* Cleaned up hack
* Used `Downloads` instead of `HTTP` to download `.geojson` files. This resolves warning and uses a standard julia library hat is faster to load.
* Cleaned up `test/case7.jl`
* Added a white background to `.svg`-files.
---------
Co-authored-by: Jon Vegard Venås <jonvegard.venas@sintef.no>
Co-authored-by: Julian Straus <julian.straus@sintef.no>
OperationalProfile(El_cost), # Variable operational cost per unit produced
277
288
FixedProfile(0), # Fixed operational cost per unit produced
278
289
Dict(Power =>1), # The generated resources with conversion value 1
@@ -288,7 +299,7 @@ function get_sub_system_data_case7(a_id, products, T)
288
299
EV_charger_change_factors = [1, El_change_factor[3] / El_change_factor[2]] # Since the EV_charger is introduced in 2030, the El_change_factor is shifted such that the initial profile is not scaled (starting at the second strategic period) # Since the EV_charger is introduced in 2030, the El_change_factor is shifted such that the initial profile is not scaled (starting at the second strategic period)
0 commit comments