We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b10a69 commit e76fd82Copy full SHA for e76fd82
switch_model/wecc/get_inputs/get_inputs.py
@@ -353,10 +353,9 @@ def query_db(config, skip_cf):
353
"trans_lifetime_yrs",
354
"trans_fixed_om_fraction",
355
],
356
- # See Issue #80 for reasoning behind the 85 year lifetime.
357
f"""
358
SELECT trans_capital_cost_per_mw_km,
359
- 85 as trans_lifetime_yrs,
+ 25 as trans_lifetime_yrs,
360
0.03 as trans_fixed_om_fraction
361
FROM transmission_base_capital_cost
362
WHERE transmission_base_capital_cost_scenario_id = {params.transmission_base_capital_cost_scenario_id}
0 commit comments