hectares_of_solar_park_per_year debug
GQL Statement
DIVIDE(
PRODUCT(
QUERY_DELTA(-> { V(energy_power_solar_pv_solar_radiation, number_of_units) }),
V(energy_power_solar_pv_solar_radiation, land_use_per_unit)
),
Q(scenario_duration)
) * 100
Result
2019 0.45 ms |
0.0
|
|
2050 0.11 ms |
0.0
|
Description
land use is in square km, while the outcome is in hectares. For this reason it is times 100.
Characteristics
Groups | |
Unit | |
File path |
/app/tmp/etsource/gqueries/modules/scenario_report/regional_report/hectares_of_solar_park_per_year.gql
|