Skip to content

Commit 19daa8d

Browse files
authored
Set min and start value external coupling inputs technical lifetime to non-zero (#3190)
1 parent 403300e commit 19daa8d

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

inputs/modules/external_coupling/industry_metal_aluminium/external_coupling_industry_metal_aluminium_technical_lifetime.ad

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
)
77
- priority = 0
88
- max_value = 100.0
9-
- min_value = 0.0
10-
- start_value = 0.0
9+
- min_value = 1.0
10+
- start_value_gql = present:V(industry_aluminium_external_coupling_node, technical_lifetime)
1111
- step_value = 1.0
1212
- unit = year
1313
- update_period = future

inputs/modules/external_coupling/industry_metal_other/external_coupling_industry_metal_other_metals_technical_lifetime.ad

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
)
77
- priority = 0
88
- max_value = 100.0
9-
- min_value = 0.0
10-
- start_value = 0.0
9+
- min_value = 1.0
10+
- start_value_gql = present:V(industry_other_metals_external_coupling_node, technical_lifetime)
1111
- step_value = 1.0
1212
- unit = year
1313
- update_period = future

inputs/modules/external_coupling/industry_metal_steel/external_coupling_industry_metal_steel_technical_lifetime.ad

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
V(
44
industry_steel_external_coupling_node,
55
industry_steel_external_coupling_node_production
6-
), technical_lifetime, USER_INPUT()
6+
),
7+
technical_lifetime,
8+
USER_INPUT()
79
)
810
- priority = 0
911
- max_value = 100.0
10-
- min_value = 0.0
11-
- start_value = 0.0
12+
- min_value = 1.0
13+
- start_value_gql = present:V(industry_steel_external_coupling_node, technical_lifetime)
1214
- step_value = 1.0
1315
- unit = year
1416
- update_period = future

0 commit comments

Comments
 (0)