-
Notifications
You must be signed in to change notification settings - Fork 4
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
The gas grid newly defined variables have been added. #8
base: main
Are you sure you want to change the base?
Changes from all commits
ff268ca
0a13889
77304af
841a62d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,57 @@ | ||||||
- Capacity|Natural Gas|Regasifier: | ||||||
description: Regasifier upperbound capacity | ||||||
unit: GW | ||||||
- Capacity|Hydrogen|Regasifier: | ||||||
description: Regasifier upperbound capacity | ||||||
unit: GW | ||||||
- Capacity|Natural Gas|Storage|Aquifer: | ||||||
description: Aquifer storage capacity | ||||||
unit: GWh | ||||||
- Capacity|Natural Gas|Storage|Salt Cavern: | ||||||
description: Salt Cavern storage capacity | ||||||
unit: GWh | ||||||
- Capacity|Natural Gas|Storage|Depleted Field: | ||||||
description: Depleted Field storage capacity | ||||||
unit: GWh | ||||||
- Injection Rate|Natural Gas|Storage|Aquifer: | ||||||
description: Aquifer storage Injection Rate | ||||||
unit: GW | ||||||
- Injection Rate|Gas|Storage|Salt Cavern: | ||||||
description: Salt Cavern storage Injection Rate | ||||||
unit: GW | ||||||
- Injection Rate|Gas|Storage|Depleted Field: | ||||||
description: Depleted Field storage Injection Rate | ||||||
unit: GW | ||||||
- Extraction Rate|Gas|Storage|Aquifer: | ||||||
description: Aquifer storage Extraction Rate | ||||||
unit: GW | ||||||
- Extraction Rate|Gas|Storage|Salt Cavern: | ||||||
description: Salt Cavern storage Extraction Rate | ||||||
unit: GW | ||||||
- Extraction Rate|Gas|Storage|Depleted Field: | ||||||
description: Depleted Field storage Extraction Rate | ||||||
unit: GW | ||||||
- Network|Gas|Natural Gas|Capacity: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Assuming that methane and hydrogen cannot use the same networks, I suggest to simplify to
|
||||||
description: Capacity of the pipeline | ||||||
unit: GW/h | ||||||
- Network|Gas|Hydrogen|Capacity: | ||||||
description: Capacity of the pipeline | ||||||
unit: GW/h | ||||||
- Network|Gas|Hydrogen|Length: | ||||||
description: Length of the pipeline | ||||||
unit: km | ||||||
- Network|Gas|Natural Gas|Length: | ||||||
description: Length of the pipeline | ||||||
unit: km | ||||||
- Network|Gas|Natural Gas|Offshore Length: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is obviously a subcategory of pipeline length.
Suggested change
|
||||||
description: Length of the offshore part of the pipeline | ||||||
unit: km | ||||||
- Network|Gas|Hydrogen|Offshore Length: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
description: Length of the offshore part of the pipeline | ||||||
unit: km | ||||||
- Network|Gas|Hydrogen|Reversible: | ||||||
description: If the carrier can flow in both directions | ||||||
unit: | ||||||
- Network|Gas|Natural Gas|Reversible: | ||||||
description: If the carrier can flow in both directions | ||||||
unit: | ||||||
Comment on lines
+52
to
+57
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These are boolean values that cannot be represented by the IIASA database infrastructure and the IAMC format. I suggest to remove these variables for now and have a discussion later how this information could be handled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused why you sometimes use "Injection Rate|Natural Gas|Storage|Aquifer" but "Injection Rate|Gas|Storage|Salt Cavern" - shouldn't this be consistently used with "Natural Gas"?