Skip to content

Commit

Permalink
Add li-ion storage to senstivity results
Browse files Browse the repository at this point in the history
  • Loading branch information
smartie2076 authored and Bachibouzouk committed Mar 30, 2022
1 parent 7007a33 commit 86c85dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/multi_vector_simulator/utils/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ def postprocessing_kpi(
capacity_h2_electrolyzer = "Capacity_H2_electrolyzer_in_kgH2"
capacity_h2_tank = "Capacit_H2_tank_in_kgH2"
capacity_fuel_cell = "Capacity_fuel_cell_in_kW"
capacity_lithium_ion_storage = "Capacity_lithium_ion_storage_kWh"
json_parameter_paths = {
diesel_fuel_consumption: ("energyProduction", "Diesel", "total_flow", "value",),
diesel_fuel_expenses: ("energyProduction", "Diesel", "annuity_om", "value"),
Expand All @@ -583,6 +584,13 @@ def postprocessing_kpi(
"optimizedAddCap",
"value",
),
capacity_lithium_ion_storage: (
"energyStorage",
"Battery storage",
"storage capacity",
"optimizedAddCap",
"value",
),
}

other_scalars = pd.DataFrame(index=json_parameter_paths.keys())
Expand Down

0 comments on commit 86c85dd

Please sign in to comment.