-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3005 from quintel/pkev-d2
Add small-scale wind & update solar PV and industry efficiency sliders
- Loading branch information
Showing
136 changed files
with
628 additions
and
372 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
...se_solar_wind/battery_solar_pv/land_use_solar_wind_battery_solar_pv_capacity_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(energy_battery_solar_pv_solar_radiation, electricity_output_capacity), | ||
THOUSANDS | ||
) | ||
- unit = kW |
9 changes: 9 additions & 0 deletions
9
...e_solar_wind/battery_solar_pv/land_use_solar_wind_battery_solar_pv_electricity_output.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- query = | ||
DIVIDE( | ||
V(energy_battery_solar_pv_solar_radiation, output_of_electricity), | ||
PRODUCT( | ||
MJ_PER_MWH, | ||
THOUSANDS | ||
) | ||
) | ||
- unit = GWh |
2 changes: 2 additions & 0 deletions
2
..._use_solar_wind/battery_solar_pv/land_use_solar_wind_battery_solar_pv_full_load_hours.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(energy_battery_solar_pv_solar_radiation, full_load_hours) | ||
- unit = hours |
2 changes: 2 additions & 0 deletions
2
...e_solar_wind/battery_solar_pv/land_use_solar_wind_battery_solar_pv_installed_capacity.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(energy_battery_solar_pv_solar_radiation, 'electricity_output_capacity * number_of_units') | ||
- unit = MW |
6 changes: 6 additions & 0 deletions
6
...se_solar_wind/battery_solar_pv/land_use_solar_wind_battery_solar_pv_land_use_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(energy_battery_solar_pv_solar_radiation, land_use_per_unit), | ||
MILLIONS | ||
) | ||
- unit = m2 |
2 changes: 2 additions & 0 deletions
2
..._use_solar_wind/battery_solar_pv/land_use_solar_wind_battery_solar_pv_number_of_units.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(energy_battery_solar_pv_solar_radiation, number_of_units) | ||
- unit = number |
9 changes: 9 additions & 0 deletions
9
...d_use_solar_wind/battery_solar_pv/land_use_solar_wind_battery_solar_pv_total_land_use.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- query = | ||
PRODUCT( | ||
DIVIDE( | ||
Q(land_use_solar_wind_battery_solar_pv_land_use_per_unit), | ||
MILLIONS | ||
), | ||
Q(land_use_solar_wind_battery_solar_pv_number_of_units) | ||
) | ||
- unit = km2 |
6 changes: 6 additions & 0 deletions
6
...ar_wind/battery_wind_inland/land_use_solar_wind_battery_wind_inland_capacity_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(energy_battery_wind_turbine_inland, electricity_output_capacity), | ||
THOUSANDS | ||
) | ||
- unit = kW |
9 changes: 9 additions & 0 deletions
9
...r_wind/battery_wind_inland/land_use_solar_wind_battery_wind_inland_electricity_output.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- query = | ||
DIVIDE( | ||
V(energy_battery_wind_turbine_inland, output_of_electricity), | ||
PRODUCT( | ||
MJ_PER_MWH, | ||
THOUSANDS | ||
) | ||
) | ||
- unit = GWh |
2 changes: 2 additions & 0 deletions
2
...olar_wind/battery_wind_inland/land_use_solar_wind_battery_wind_inland_full_load_hours.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(energy_battery_wind_turbine_inland, full_load_hours) | ||
- unit = hours |
2 changes: 2 additions & 0 deletions
2
...r_wind/battery_wind_inland/land_use_solar_wind_battery_wind_inland_installed_capacity.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(energy_battery_wind_turbine_inland, 'electricity_output_capacity * number_of_units') | ||
- unit = MW |
6 changes: 6 additions & 0 deletions
6
...ar_wind/battery_wind_inland/land_use_solar_wind_battery_wind_inland_land_use_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(energy_battery_wind_turbine_inland, land_use_per_unit), | ||
MILLIONS | ||
) | ||
- unit = m2 |
2 changes: 2 additions & 0 deletions
2
...olar_wind/battery_wind_inland/land_use_solar_wind_battery_wind_inland_number_of_units.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(energy_battery_wind_turbine_inland, number_of_units) | ||
- unit = number |
9 changes: 9 additions & 0 deletions
9
...solar_wind/battery_wind_inland/land_use_solar_wind_battery_wind_inland_total_land_use.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- query = | ||
PRODUCT( | ||
DIVIDE( | ||
Q(land_use_solar_wind_battery_wind_inland_land_use_per_unit), | ||
MILLIONS | ||
), | ||
Q(land_use_solar_wind_battery_wind_inland_number_of_units) | ||
) | ||
- unit = km2 |
2 changes: 2 additions & 0 deletions
2
...ble_260_land_use_solar_wind/land_use_solar_wind_buildings_roof_surface_area_available.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = AREA(buildings_roof_surface_available_for_pv) | ||
- unit = km2 |
3 changes: 3 additions & 0 deletions
3
...le_260_land_use_solar_wind/land_use_solar_wind_households_roof_surface_area_available.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- query = | ||
AREA(residences_roof_surface_available_for_pv) | ||
- unit = km2 |
6 changes: 6 additions & 0 deletions
6
...olar_wind/solar_pv_buildings/land_use_solar_wind_solar_pv_buildings_capacity_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(buildings_solar_pv_solar_radiation, electricity_output_capacity), | ||
THOUSANDS | ||
) | ||
- unit = kW |
6 changes: 6 additions & 0 deletions
6
...lar_wind/solar_pv_buildings/land_use_solar_wind_solar_pv_buildings_electricity_output.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
DIVIDE( | ||
V(buildings_solar_pv_solar_radiation, output_of_electricity), | ||
MJ_PER_MWH * THOUSANDS | ||
) | ||
- unit = GWh |
2 changes: 2 additions & 0 deletions
2
..._solar_wind/solar_pv_buildings/land_use_solar_wind_solar_pv_buildings_full_load_hours.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(buildings_solar_pv_solar_radiation, full_load_hours) | ||
- unit = hours |
2 changes: 2 additions & 0 deletions
2
...lar_wind/solar_pv_buildings/land_use_solar_wind_solar_pv_buildings_installed_capacity.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(buildings_solar_pv_solar_radiation, 'electricity_output_capacity * number_of_units') | ||
- unit = MW |
6 changes: 6 additions & 0 deletions
6
...olar_wind/solar_pv_buildings/land_use_solar_wind_solar_pv_buildings_land_use_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(buildings_solar_pv_solar_radiation, land_use_per_unit), | ||
MILLIONS | ||
) | ||
- unit = m2 |
2 changes: 2 additions & 0 deletions
2
..._solar_wind/solar_pv_buildings/land_use_solar_wind_solar_pv_buildings_number_of_units.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(buildings_solar_pv_solar_radiation, number_of_units) | ||
- unit = number |
9 changes: 9 additions & 0 deletions
9
...e_solar_wind/solar_pv_buildings/land_use_solar_wind_solar_pv_buildings_total_land_use.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- query = | ||
PRODUCT( | ||
DIVIDE( | ||
Q(land_use_solar_wind_solar_pv_buildings_land_use_per_unit), | ||
MILLIONS | ||
), | ||
Q(land_use_solar_wind_solar_pv_buildings_number_of_units) | ||
) | ||
- unit = km2 |
6 changes: 6 additions & 0 deletions
6
...ar_wind/solar_pv_households/land_use_solar_wind_solar_pv_households_capacity_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(households_solar_pv_solar_radiation, electricity_output_capacity), | ||
THOUSANDS | ||
) | ||
- unit = kW |
6 changes: 6 additions & 0 deletions
6
...r_wind/solar_pv_households/land_use_solar_wind_solar_pv_households_electricity_output.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
DIVIDE( | ||
V(households_solar_pv_solar_radiation, output_of_electricity), | ||
MJ_PER_MWH * THOUSANDS | ||
) | ||
- unit = GWh |
2 changes: 2 additions & 0 deletions
2
...olar_wind/solar_pv_households/land_use_solar_wind_solar_pv_households_full_load_hours.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(households_solar_pv_solar_radiation, full_load_hours) | ||
- unit = hours |
2 changes: 2 additions & 0 deletions
2
...r_wind/solar_pv_households/land_use_solar_wind_solar_pv_households_installed_capacity.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(households_solar_pv_solar_radiation, 'electricity_output_capacity * number_of_units') | ||
- unit = MW |
6 changes: 6 additions & 0 deletions
6
...ar_wind/solar_pv_households/land_use_solar_wind_solar_pv_households_land_use_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(households_solar_pv_solar_radiation, land_use_per_unit), | ||
MILLIONS | ||
) | ||
- unit = m2 |
2 changes: 2 additions & 0 deletions
2
...olar_wind/solar_pv_households/land_use_solar_wind_solar_pv_households_number_of_units.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(households_solar_pv_solar_radiation, number_of_units) | ||
- unit = number |
9 changes: 9 additions & 0 deletions
9
...solar_wind/solar_pv_households/land_use_solar_wind_solar_pv_households_total_land_use.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- query = | ||
PRODUCT( | ||
DIVIDE( | ||
Q(land_use_solar_wind_solar_pv_households_land_use_per_unit), | ||
MILLIONS | ||
), | ||
Q(land_use_solar_wind_solar_pv_households_number_of_units) | ||
) | ||
- unit = km2 |
6 changes: 6 additions & 0 deletions
6
...solar_pv_plants_onshore/land_use_solar_wind_solar_pv_plants_onshore_capacity_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(energy_power_solar_pv_solar_radiation, electricity_output_capacity), | ||
THOUSANDS | ||
) | ||
- unit = kW |
6 changes: 6 additions & 0 deletions
6
...olar_pv_plants_onshore/land_use_solar_wind_solar_pv_plants_onshore_electricity_output.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
DIVIDE( | ||
V(energy_power_solar_pv_solar_radiation, output_of_electricity), | ||
MJ_PER_MWH * THOUSANDS | ||
) | ||
- unit = GWh |
2 changes: 2 additions & 0 deletions
2
...d/solar_pv_plants_onshore/land_use_solar_wind_solar_pv_plants_onshore_full_load_hours.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(energy_power_solar_pv_solar_radiation, full_load_hours) | ||
- unit = hours |
2 changes: 2 additions & 0 deletions
2
...olar_pv_plants_onshore/land_use_solar_wind_solar_pv_plants_onshore_installed_capacity.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(energy_power_solar_pv_solar_radiation, 'electricity_output_capacity * number_of_units') | ||
- unit = MW |
6 changes: 6 additions & 0 deletions
6
...solar_pv_plants_onshore/land_use_solar_wind_solar_pv_plants_onshore_land_use_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(energy_power_solar_pv_solar_radiation, land_use_per_unit), | ||
MILLIONS | ||
) | ||
- unit = m2 |
2 changes: 2 additions & 0 deletions
2
...d/solar_pv_plants_onshore/land_use_solar_wind_solar_pv_plants_onshore_number_of_units.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(energy_power_solar_pv_solar_radiation, number_of_units) | ||
- unit = number |
9 changes: 9 additions & 0 deletions
9
...nd/solar_pv_plants_onshore/land_use_solar_wind_solar_pv_plants_onshore_total_land_use.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- query = | ||
PRODUCT( | ||
DIVIDE( | ||
Q(land_use_solar_wind_solar_pv_plants_onshore_land_use_per_unit), | ||
MILLIONS | ||
), | ||
Q(land_use_solar_wind_solar_pv_plants_onshore_number_of_units) | ||
) | ||
- unit = km2 |
6 changes: 6 additions & 0 deletions
6
..._wind/solar_pvt_households/land_use_solar_wind_solar_pvt_households_capacity_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(households_solar_pvt_solar_radiation, electricity_output_capacity), | ||
THOUSANDS | ||
) | ||
- unit = kW |
6 changes: 6 additions & 0 deletions
6
...wind/solar_pvt_households/land_use_solar_wind_solar_pvt_households_electricity_output.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
DIVIDE( | ||
V(households_solar_pvt_solar_radiation, output_of_electricity), | ||
MJ_PER_MWH * THOUSANDS | ||
) | ||
- unit = GWh |
2 changes: 2 additions & 0 deletions
2
...ar_wind/solar_pvt_households/land_use_solar_wind_solar_pvt_households_full_load_hours.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(households_solar_pvt_solar_radiation, full_load_hours) | ||
- unit = hours |
2 changes: 2 additions & 0 deletions
2
...wind/solar_pvt_households/land_use_solar_wind_solar_pvt_households_installed_capacity.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(households_solar_pvt_solar_radiation, 'electricity_output_capacity * number_of_units') | ||
- unit = MW |
6 changes: 6 additions & 0 deletions
6
..._wind/solar_pvt_households/land_use_solar_wind_solar_pvt_households_land_use_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(households_solar_pvt_solar_radiation, land_use_per_unit), | ||
MILLIONS | ||
) | ||
- unit = m2 |
2 changes: 2 additions & 0 deletions
2
...ar_wind/solar_pvt_households/land_use_solar_wind_solar_pvt_households_number_of_units.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(households_solar_pvt_solar_radiation, number_of_units) | ||
- unit = number |
9 changes: 9 additions & 0 deletions
9
...lar_wind/solar_pvt_households/land_use_solar_wind_solar_pvt_households_total_land_use.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- query = | ||
PRODUCT( | ||
DIVIDE( | ||
Q(land_use_solar_wind_solar_pvt_households_land_use_per_unit), | ||
MILLIONS | ||
), | ||
Q(land_use_solar_wind_solar_pvt_households_number_of_units) | ||
) | ||
- unit = km2 |
6 changes: 6 additions & 0 deletions
6
...solar_thermal_buildings/land_use_solar_wind_solar_thermal_buildings_land_use_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(buildings_space_heater_solar_thermal, land_use_per_unit), | ||
MILLIONS | ||
) | ||
- unit = m2 |
2 changes: 2 additions & 0 deletions
2
...d/solar_thermal_buildings/land_use_solar_wind_solar_thermal_buildings_number_of_units.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(buildings_space_heater_solar_thermal, number_of_units) | ||
- unit = number |
9 changes: 9 additions & 0 deletions
9
...nd/solar_thermal_buildings/land_use_solar_wind_solar_thermal_buildings_total_land_use.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- query = | ||
PRODUCT( | ||
DIVIDE( | ||
Q(land_use_solar_wind_solar_thermal_buildings_land_use_per_unit), | ||
MILLIONS | ||
), | ||
Q(land_use_solar_wind_solar_thermal_buildings_number_of_units) | ||
) | ||
- unit = km2 |
6 changes: 6 additions & 0 deletions
6
...lar_thermal_households/land_use_solar_wind_solar_thermal_households_land_use_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(households_water_heater_solar_thermal, land_use_per_unit), | ||
MILLIONS | ||
) | ||
- unit = m2 |
2 changes: 2 additions & 0 deletions
2
...solar_thermal_households/land_use_solar_wind_solar_thermal_households_number_of_units.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(households_water_heater_solar_thermal, number_of_units) | ||
- unit = number |
9 changes: 9 additions & 0 deletions
9
.../solar_thermal_households/land_use_solar_wind_solar_thermal_households_total_land_use.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- query = | ||
PRODUCT( | ||
DIVIDE( | ||
Q(land_use_solar_wind_solar_thermal_households_land_use_per_unit), | ||
MILLIONS | ||
), | ||
Q(land_use_solar_wind_solar_thermal_households_number_of_units) | ||
) | ||
- unit = km2 |
6 changes: 6 additions & 0 deletions
6
...0_land_use_solar_wind/wind_coastal/land_use_solar_wind_wind_coastal_capacity_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(energy_power_wind_turbine_coastal, electricity_output_capacity), | ||
THOUSANDS | ||
) | ||
- unit = kW |
9 changes: 9 additions & 0 deletions
9
..._land_use_solar_wind/wind_coastal/land_use_solar_wind_wind_coastal_electricity_output.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- query = | ||
DIVIDE( | ||
V(energy_power_wind_turbine_coastal, output_of_electricity), | ||
PRODUCT( | ||
MJ_PER_MWH, | ||
THOUSANDS | ||
) | ||
) | ||
- unit = GWh |
2 changes: 2 additions & 0 deletions
2
...260_land_use_solar_wind/wind_coastal/land_use_solar_wind_wind_coastal_full_load_hours.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(energy_power_wind_turbine_coastal, full_load_hours) | ||
- unit = hours |
2 changes: 2 additions & 0 deletions
2
..._land_use_solar_wind/wind_coastal/land_use_solar_wind_wind_coastal_installed_capacity.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(energy_power_wind_turbine_coastal, 'electricity_output_capacity * number_of_units') | ||
- unit = MW |
6 changes: 6 additions & 0 deletions
6
...0_land_use_solar_wind/wind_coastal/land_use_solar_wind_wind_coastal_land_use_per_unit.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- query = | ||
PRODUCT( | ||
V(energy_power_wind_turbine_coastal, land_use_per_unit), | ||
MILLIONS | ||
) | ||
- unit = m2 |
2 changes: 2 additions & 0 deletions
2
...260_land_use_solar_wind/wind_coastal/land_use_solar_wind_wind_coastal_number_of_units.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- query = V(energy_power_wind_turbine_coastal, number_of_units) | ||
- unit = number |
9 changes: 9 additions & 0 deletions
9
..._260_land_use_solar_wind/wind_coastal/land_use_solar_wind_wind_coastal_total_land_use.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- query = | ||
PRODUCT( | ||
DIVIDE( | ||
Q(land_use_solar_wind_wind_coastal_land_use_per_unit), | ||
MILLIONS | ||
), | ||
Q(land_use_solar_wind_wind_coastal_number_of_units) | ||
) | ||
- unit = km2 |
Oops, something went wrong.