Skip to content

Commit

Permalink
Merge pull request #90 from staadecker/update_transmission_lifetime
Browse files Browse the repository at this point in the history
Update transmission line lifetime to 85 years
  • Loading branch information
pesap authored Jan 11, 2022
2 parents 8d542cf + 55f29f6 commit 78dc415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions REAM Model Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ completed runs.

Changes are listed from oldest (first line) to newest (last line of table).

| PR | Month | Change description |
| PR | Estimated Merge Time (check PR for exact date) | Change description |
| ---- | --- | ---------------------|
| #12 | March 2021 | Use the middle of the period instead of the start as the cutoff for retirement and predetermined buildout. |
| #15 | March 2021 | Fix bug where storage costs where being over-counted. |
Expand All @@ -18,4 +18,5 @@ Changes are listed from oldest (first line) to newest (last line of table).
| #68 | June 2021 | Change financial params to 2018 dollars & 5% interest rate. Start using terrain multipliers (which now include the economic multiplier). |
| #72 | July 2021 | Drop build and O&M costs of existing transmission lines. |
| #89 | August 2021 | Change hydro module average flow constraint to a monthly constraint rather than per timeseries and change it to a <= rather than ==. |
| #117 | January 2022 | Revert hydro module change (#89) to disallow curtailment of hydro (see #114). |
| #90 | August 2021 | Change the lifetime of transmission lines from 20yr to 85yr |
| #117 | January 2022 | Revert hydro module change (#89) to disallow curtailment of hydro (see #114). |
3 changes: 2 additions & 1 deletion switch_model/wecc/get_inputs/get_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,10 @@ def query_db(config, skip_cf):
"trans_lifetime_yrs",
"trans_fixed_om_fraction",
],
# See Issue #80 for reasoning behind the 85 year lifetime.
f"""
SELECT trans_capital_cost_per_mw_km,
20 as trans_lifetime_yrs,
85 as trans_lifetime_yrs,
0.03 as trans_fixed_om_fraction
FROM transmission_base_capital_cost
WHERE transmission_base_capital_cost_scenario_id = {params.transmission_base_capital_cost_scenario_id}
Expand Down

0 comments on commit 78dc415

Please sign in to comment.