Skip to content

Commit 44c2443

Browse files
kndehaankaskranenburgQ
authored andcommitted
Add solar PV curves to modifiable profiles chart
1 parent 0165f6b commit 44c2443

File tree

3 files changed

+48
-6
lines changed

3 files changed

+48
-6
lines changed

config/interface/output_element_series/user_profiles.yml

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,19 +286,55 @@
286286
is_1990:
287287
dependent_on:
288288
output_element_key: user_profiles
289-
key: wind_coastal_production_user_profiles
290-
- label: solar_pv_production
289+
key: wind_coastal_production_user_profiles
290+
- label: solar_pv_energy_power_solar_pv_solar_radiation_production
291291
color: lightgreen
292292
order_by: 320
293293
group: electricity_production_curves
294294
show_at_first:
295295
is_target_line:
296296
target_line_position:
297-
gquery: solar_pv_curve
297+
gquery: solar_pv_energy_power_solar_pv_solar_radiation_curve
298298
is_1990:
299299
dependent_on:
300300
output_element_key: user_profiles
301-
key: solar_pv_production_user_profiles
301+
key: solar_pv_energy_power_solar_pv_solar_radiation_user_profiles
302+
- label: solar_pv_households_solar_pv_solar_radiation_production
303+
color: lightgreen
304+
order_by: 330
305+
group: electricity_production_curves
306+
show_at_first:
307+
is_target_line:
308+
target_line_position:
309+
gquery: solar_pv_households_solar_pv_solar_radiation_curve
310+
is_1990:
311+
dependent_on:
312+
output_element_key: user_profiles
313+
key: solar_pv_households_solar_pv_solar_radiation_user_profiles
314+
- label: solar_pv_buildings_solar_pv_solar_radiation_production
315+
color: lightgreen
316+
order_by: 340
317+
group: electricity_production_curves
318+
show_at_first:
319+
is_target_line:
320+
target_line_position:
321+
gquery: solar_pv_buildings_solar_pv_solar_radiation_curve
322+
is_1990:
323+
dependent_on:
324+
output_element_key: user_profiles
325+
key: solar_pv_buildings_solar_pv_solar_radiation_user_profiles
326+
- label: solar_pv_energy_power_solar_pv_offshore_production
327+
color: lightgreen
328+
order_by: 350
329+
group: electricity_production_curves
330+
show_at_first:
331+
is_target_line:
332+
target_line_position:
333+
gquery: solar_pv_energy_power_solar_pv_offshore_curve
334+
is_1990:
335+
dependent_on:
336+
output_element_key: user_profiles
337+
key: solar_pv_energy_power_solar_pv_offshore_user_profiles
302338
- label: geothermal_heat_production
303339
color: lightgreen
304340
order_by: 400

config/locales/interface/output_element_series/en_labels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,10 @@ en:
13751375
solar_pvt_households: "Solar PVT households"
13761376
solar_pv_buildings: "Solar PV buildings"
13771377
solar_pv_onshore: "Solar PV plants onshore"
1378-
solar_pv_production: "Solar PV production"
1378+
solar_pv_energy_power_solar_pv_solar_radiation_production: "Solar PV plants onshore"
1379+
solar_pv_households_solar_pv_solar_radiation_production: "Solar PV households"
1380+
solar_pv_buildings_solar_pv_solar_radiation_production: "Solar PV buildings"
1381+
solar_pv_energy_power_solar_pv_offshore_production: "Solar PV plants offshore"
13791382
solar_pv_total_curtailed_electricity_curve: "Curtailment of solar PV"
13801383
solar_thermal: "Solar thermal"
13811384
solar_thermal_hot_water: "Solar thermal (for hot water)"

config/locales/interface/output_element_series/nl_labels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,10 @@ nl:
13851385
solar_pv_onshore: "Zon op land"
13861386
solar_panels: "Zonnepanelen"
13871387
solar_pv: "Zon PV (gestapeld)"
1388-
solar_pv_production: "Zon PV productie"
1388+
solar_pv_energy_power_solar_pv_solar_radiation_production: "Zon op veld"
1389+
solar_pv_households_solar_pv_solar_radiation_production: "Zon op dak huishoudens"
1390+
solar_pv_buildings_solar_pv_solar_radiation_production: "Zon op dak gebouwen"
1391+
solar_pv_energy_power_solar_pv_offshore_production: "Zon op zee"
13891392
solar_pv_total_curtailed_electricity_curve: "Productiebeperking zon PV"
13901393
solar_thermal: "Zonthermie"
13911394
solar_thermal_hot_water: "Zonthermie (voor warm water)"

0 commit comments

Comments
 (0)