Skip to content

Commit 1b39f34

Browse files
Splitting energetic and non energetic demand in final demand other sector chart (#3237)
* Splitting energetic and non energetic demand in final demand other sector chart * Minor query correction --------- Co-authored-by: Kyra de Haan <kyra.dehaan@quintel.com>
1 parent 81dfa6f commit 1b39f34

9 files changed

Lines changed: 43 additions & 1 deletion

gqueries/general/final_demand/mece_energetic/final_demand_of_oil_and_derivatives_in_other_energetic.gql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Final demand of the 'oil_and_derivatives' carrier group
1+
# Energetic final demand of the 'oil_and_derivatives' carrier group
22

33
- unit = PJ
44
- query =
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Non-nergetic final demand of the 'oil_and_derivatives' carrier group
2+
3+
- unit = PJ
4+
- query =
5+
DIVIDE(
6+
SUM(
7+
V(
8+
FILTER(
9+
FILTER(
10+
FILTER(
11+
EG(final_demand),"sector == :other"
12+
),
13+
"!energetic?"
14+
),
15+
"crude_oil? || gasoline? || diesel? || lpg? || kerosene? || heavy_fuel_oil? || bio_oil? || bio_kerosene?"
16+
),
17+
value
18+
)
19+
),
20+
BILLIONS
21+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- query =
2+
Q(final_demand_of_biomass_products_in_other_energetic)
3+
- unit = PJ
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- query =
2+
Q(final_demand_of_coal_and_derivatives_in_other_energetic)
3+
- unit = PJ
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- query =
2+
Q(final_demand_of_electricity_in_other)
3+
- unit = PJ
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- query =
2+
Q(final_demand_of_heat_in_other)
3+
- unit = PJ
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- query =
2+
Q(final_demand_of_natural_gas_and_derivatives_in_other_energetic)
3+
- unit = PJ
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- query =
2+
Q(final_demand_of_oil_and_derivatives_in_other_energetic)
3+
- unit = PJ
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- query =
2+
Q(final_demand_of_oil_and_derivatives_in_other_non_energetic)
3+
- unit = PJ

0 commit comments

Comments
 (0)