-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97f45e5
commit 654fce8
Showing
7 changed files
with
69 additions
and
23 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
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
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
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
11 changes: 11 additions & 0 deletions
11
...es/modules/sankey_csv/conversion/hydrogen/conversion_loss_liquid_hydrogen_to_hydrogen.gql
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,11 @@ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
FILTER(G(sankey_conversion_group),"hydrogen_output_conversion > 0.0 && liquid_hydrogen_input_conversion > 0.0"), | ||
"hydrogen_output_conversion * liquid_hydrogen_input_conversion / (1 - loss_output_conversion) * output_of_loss" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
- unit = PJ |
11 changes: 11 additions & 0 deletions
11
gqueries/modules/sankey_csv/conversion/hydrogen/conversion_loss_lohc_to_hydrogen.gql
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,11 @@ | ||
- query = | ||
DIVIDE( | ||
SUM( | ||
V( | ||
FILTER(G(sankey_conversion_group),"hydrogen_output_conversion > 0.0 && lohc_input_conversion > 0.0"), | ||
"hydrogen_output_conversion * lohc_input_conversion / (1 - loss_output_conversion) * output_of_loss" | ||
) | ||
), | ||
BILLIONS | ||
) | ||
- unit = PJ |
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