generated from iiasa/scse-workflow-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add variables for gas infrastructure (#8)
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
- Capacity|Natural Gas|Regasifier: | ||
description: Installed (available) capacity for regasification of methane ('natural gas') | ||
unit: GW | ||
- Capacity|Hydrogen|Regasifier: | ||
description: Installed (available) capacity for regasification of hydrogen. | ||
unit: GW | ||
- Capacity|Natural Gas|Storage|Aquifer: | ||
description: Available capacity for storage of methane ('natural gas') in aquifers. | ||
unit: GWh | ||
- Capacity|Natural Gas|Storage|Salt Cavern: | ||
description: Available capacity for storage of methane ('natural gas') in salt cavern. | ||
unit: GWh | ||
- Capacity|Natural Gas|Storage|Depleted Field: | ||
description: Available capacity for storage of methane ('natural gas') in depleted field. | ||
unit: GWh | ||
- Injection Rate|Natural Gas|Storage|Aquifer: | ||
description: Maximum injection rate of methane ('natural gas') into aquifers. | ||
unit: GW | ||
- Injection Rate|Natural Gas|Storage|Salt Cavern: | ||
description: Maximum injection rate of methane ('natural gas') into salt cavern. | ||
unit: GW | ||
- Injection Rate|Natural Gas|Storage|Depleted Field: | ||
description: Maximum injection rate of methane ('natural gas') into depleted field. | ||
unit: GW | ||
- Extraction Rate|Natural Gas|Storage|Aquifer: | ||
description: Maximum extraction rate of methane ('natural gas') into aquifers. | ||
unit: GW | ||
- Extraction Rate|Natural Gas|Storage|Salt Cavern: | ||
description: Maximum extraction rate of methane ('natural gas') into salt cavern. | ||
unit: GW | ||
- Extraction Rate|Natural Gas|Storage|Depleted Field: | ||
description: Maximum extraction rate of methane ('natural gas') into depleted field. | ||
unit: GW | ||
- Network|Natural Gas|Capacity: | ||
description: Upper bound of natural gas pipeline capacity. | ||
unit: GW/h | ||
- Network|Hydrogen|Capacity: | ||
description: Upper bound of hydrogen pipeline capacity. | ||
unit: GW/h | ||
- Network|Hydrogen|Length: | ||
description: Length of the hydrogen pipeline. | ||
unit: km | ||
- Network|Natural Gas|Length: | ||
description: Length of the natural gas pipeline. | ||
unit: km | ||
- Network|Natural Gas|Length|Offshore: | ||
description: Length of the offshore part of the natural gas pipeline. | ||
unit: km | ||
- Network|Hydrogen|Length|Offshore: | ||
description: Length of the offshore part of the hydrogen pipeline. | ||
unit: km |