Skip to content

Commit 46759eb

Browse files
committed
Lower minimum value for buildings insulation inputs
Start value for Cyprus was lower than the minimum value. To correct for this, a new minimum value is set
1 parent b3cfdf0 commit 46759eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inputs/demand/buildings/buildings_insulation/buildings_insulation_level_buildings_future.ad

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
)
2020
- priority = 1
2121
- max_value_gql = present:MAX(AREA(typical_useful_demand_for_space_heating_buildings_future),500.0)
22-
- min_value_gql = present:MIN(AREA(typical_useful_demand_for_space_heating_buildings_future),25.0)
22+
- min_value_gql = present:MIN(AREA(typical_useful_demand_for_space_heating_buildings_future),10.0)
2323
- start_value_gql = present:AREA(typical_useful_demand_for_space_heating_buildings_future)
2424
- step_value = 0.1
2525
- unit = kWh/m2

inputs/demand/buildings/buildings_insulation/buildings_insulation_level_buildings_present.ad

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
)
2424
- priority = 1
2525
- max_value_gql = present:MAX(AREA(typical_useful_demand_for_space_heating_buildings_present),500.0)
26-
- min_value_gql = present:MIN(AREA(typical_useful_demand_for_space_heating_buildings_present),25.0)
26+
- min_value_gql = present:MIN(AREA(typical_useful_demand_for_space_heating_buildings_present),10.0)
2727
- start_value_gql = present:AREA(typical_useful_demand_for_space_heating_buildings_present)
2828
- step_value = 0.1
2929
- unit = kWh/m2

0 commit comments

Comments
 (0)