Skip to content

Commit 5092a03

Browse files
Remove hardcoded 13% value from buildings solar thermal input
1 parent e9d019e commit 5092a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inputs/demand/buildings/buildings_heating/buildings_space_heater_solar_thermal_share.ad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
- query =
44
EACH(
5-
UPDATE(EDGE(buildings_space_heater_solar_thermal, buildings_useful_demand_for_space_heating_buildings_present), share, (USER_INPUT()*0.13)/100.0),
6-
UPDATE(EDGE(buildings_space_heater_solar_thermal, buildings_useful_demand_for_space_heating_buildings_future), share, (USER_INPUT()*0.13)/100.0)
5+
UPDATE(EDGE(buildings_space_heater_solar_thermal, buildings_useful_demand_for_space_heating_buildings_present), share, (USER_INPUT())/100.0),
6+
UPDATE(EDGE(buildings_space_heater_solar_thermal, buildings_useful_demand_for_space_heating_buildings_future), share, (USER_INPUT())/100.0)
77
)
88

99
- priority = 0

0 commit comments

Comments
 (0)