Skip to content

Commit

Permalink
Fix hydrogen factsheet query
Browse files Browse the repository at this point in the history
  • Loading branch information
mabijkerk committed Dec 20, 2023
1 parent b615a7c commit cc1a179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- query =
DIVIDE(
V(energy_distribution_hydrogen_before_transport, demand) - V(energy_export_hydrogen_backup, demand) V(energy_export_hydrogen_baseload, demand),
V(energy_distribution_hydrogen_before_transport, demand) - V(energy_export_hydrogen_backup, demand) - V(energy_export_hydrogen_baseload, demand),
Q(factsheet_supply_of_gas_total)
) * 100
- unit = %

0 comments on commit cc1a179

Please sign in to comment.