Skip to content

Commit 0f6491f

Browse files
committed
Add hourly network gas demand for liquid biofuels query
1 parent 9b3d0fc commit 0f6491f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- query =
2+
SUM_CURVES(V(
3+
INTERSECTION(
4+
FILTER(ALL(),"network_gas && (network_gas.type == :consumer || network_gas.type == :export)"),
5+
Q(liquid_biofuels_producers)
6+
),
7+
network_gas_input_curve
8+
))
9+
- unit = curve

0 commit comments

Comments
 (0)