dashboard_biomass_primary_demand debug
GQL Statement
IF(
GRAPH().future?,
-> {
SUM(
V(G(final_demand_group), demand_of_bio_resources_including_abroad)
) / BILLIONS
},
-> { 0 }
)
Result
2019 0.42 ms |
0
|
PJ |
2050 13.51 ms |
163.91547849765544
|
PJ |
Description
Sum of all primary biomass demand (including foreign demand)
Characteristics
Groups | |
Unit | PJ |
File path |
/app/tmp/etsource/gqueries/output_elements/dashboard/dashboard_biomass_primary_demand.gql
|