Skip to content

Commit e76fd82

Browse files
pesappesap
authored andcommitted
Removing 85 years transmission lifetime and revert it back to 25
1 parent 6b10a69 commit e76fd82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

switch_model/wecc/get_inputs/get_inputs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,9 @@ def query_db(config, skip_cf):
353353
"trans_lifetime_yrs",
354354
"trans_fixed_om_fraction",
355355
],
356-
# See Issue #80 for reasoning behind the 85 year lifetime.
357356
f"""
358357
SELECT trans_capital_cost_per_mw_km,
359-
85 as trans_lifetime_yrs,
358+
25 as trans_lifetime_yrs,
360359
0.03 as trans_fixed_om_fraction
361360
FROM transmission_base_capital_cost
362361
WHERE transmission_base_capital_cost_scenario_id = {params.transmission_base_capital_cost_scenario_id}

0 commit comments

Comments
 (0)