Skip to content

Commit

Permalink
Minor fix for network gas hourly demand curve
Browse files Browse the repository at this point in the history
  • Loading branch information
mabijkerk committed Dec 19, 2023
1 parent fe0a528 commit a93d61b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- unit = curve
- query =
SUM(
V(energy_export_natural_gas_backup, network_gas_input_curve),
V(energy_export_natural_gas_baseload, network_gas_input_curve)
)
SUM_CURVES(
V(energy_export_natural_gas_backup, network_gas_input_curve),
V(energy_export_natural_gas_baseload, network_gas_input_curve)
)
- unit = curve

0 comments on commit a93d61b

Please sign in to comment.