Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new battery techs to nice names and plotting for cost map #31

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,9 @@ plotting:
li-ion battery: "Li-Ion Battery Storage"
li-ion home battery: "Li-Ion Home Battery Storage"
iron-air battery: "Iron-Air Battery Storage"
pair: "Adiabatic CAES",
lair: "Liquid Air Energy Etorage",
vanadium: "Vanadium Redox Flow Battery Storage",
H2: "Hydrogen Storage"
lines: "Transmission Lines"
ror: "Run of River"
Expand Down
6 changes: 5 additions & 1 deletion scripts/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,11 @@ def rename_techs(label: str) -> str:
# "H2 Electrolysis": "hydrogen storage",
# "H2 Fuel Cell": "hydrogen storage",
# "H2 pipeline": "hydrogen storage",
"battery": "battery storage",
"li-ion battery": "Li-Ion battery storage",
"iron-air battery": "Iron-Air battery storage",
"pair": "Adiabatic CAES",
"lair": "Liquid Air energy storage",
"vanadium": "Vanadium Redox Flow battery storage",
"H2 for industry": "H2 for industry",
"land transport fuel cell": "land transport fuel cell",
"land transport oil": "land transport oil",
Expand Down