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 6f466fd commit 01da7a8Copy full SHA for 01da7a8
switch_model/wecc/get_inputs/get_inputs.py
@@ -401,6 +401,7 @@ def query_db(full_config, skip_cf):
401
"trans_lifetime_yrs",
402
"trans_fixed_om_fraction"
403
],
404
+ # See Issue #80 for reasoning behind the 85 year lifetime.
405
f"""
406
SELECT trans_capital_cost_per_mw_km,
407
85 as trans_lifetime_yrs,
0 commit comments