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 capacity vars #324

Merged
merged 4 commits into from
Jan 26, 2024
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
4 changes: 4 additions & 0 deletions definitions/variable/tag_storage_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# does not include hydro

- Storage Type:
- Pumped Hydro:
description: pumped hydro storage
- Battery:
description: all batteries
- Battery|Lithium-Ion:
description: lithium-ion batteries
- Battery|Redox Flow:
Expand Down
6 changes: 6 additions & 0 deletions definitions/variable/technology/technologies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
- Capacity|Gases|Coal|w/o CCS:
description: Total installed (available) capacity of coal to gas plants without CCS
unit: GW
- Capacity|Gases|Hydrogen:
description: Total installed (available) capacity of hydrogen-to-methane (syngas) plants
unit: GW
- Capacity|Hydrogen:
description: Total installed (available) capacity of hydrogen plants (in hydrogen output)
unit: GW
Expand Down Expand Up @@ -113,6 +116,9 @@
- Capacity|Liquids|Oil:
description: Total installed (available) capacity of oil refining plants
unit: GW
- Capacity|Liquids|Hydrogen:
description: Total installed (available) capacity of hydrogen-to-liquids (synfuel) plants
unit: GW

- Capacity|Heat|Residential and Commercial:
description: Total installed heat generation capacity for the residential and
Expand Down
Loading