Skip to content

Commit 9ce501c

Browse files
committed
Merge branch 'changelog' into transmission_multiplier
2 parents 12c923e + fc6f3d2 commit 9ce501c

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

REAM Model Changelog.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
1-
# REAM Model Changelog
1+
# REAM Model Breaking Changes
22

3-
This file specifies the changes that we have done to the model.
3+
This file specifies the breaking changes that we have done to the model.
4+
A breaking change is any change that would change the results of previously
5+
completed runs.
46

5-
Pull requests that change the model in a way that will impact our
6-
results should list their changes here. Pull requests that don't affect our results
7-
(e.g. improvements to performance, refactors, workflow, etc.) should not
8-
update this file.
9-
10-
## Changes to model
7+
## List of breaking changes to model
118

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

1411
| PR | Month | Change description |
1512
| ---- | --- | ---------------------|
16-
| #8 | Feb 2021 | feat: Add support for other types of GHGs (NOx, SO2, CH4) |
17-
| #12 | March 2021 |fix: use the middle of the period instead of the start as the cutoff for retirement and predetermined buildout. |
18-
| #15 | March 2021 |fix: Fix bug where storage costs where being over-counted. |
19-
| #36 | May 2021 |fix: Remove duplicate transmission lines |
20-
| #10 | June 2021 | feat: Add support for California policies module |
21-
| #40 | June 2021 | feat: Add support for planning reserves module |
22-
| #50 | June 2021 | Upgraded to Pyomo 6.0 |
23-
| #56 | June 2021 | fix: Convert 2020 predetermined build years to 2019 in get_inputs to avoid conflicts with 2020 period. |
24-
| #57 | June 2021 | fix: specify predetermined storage energy capacity (previously left unspecified). |
25-
| #42 | June 2021| feat: Add parameters to the storage module for self-discharge rate, land use and discharge efficiency. |
26-
| #68 | June 2021 | fix: change financial params to 2018 dollars & 5% interest rate. Start using terrain multipliers (which now include the economic multiplier). |
27-
| #72 | June-July 2021 | fix: drop build and O&M costs of existing transmission lines |
13+
| #12 | March 2021 | Use the middle of the period instead of the start as the cutoff for retirement and predetermined buildout. |
14+
| #15 | March 2021 | Fix bug where storage costs where being over-counted. |
15+
| #36 | May 2021 | Correct inputs to only list transmission lines in one direction. |
16+
| #56 | June 2021 | Convert 2020 predetermined build years to 2019 in `get_inputs.py` to avoid conflicts with 2020 period. |
17+
| #57 | June 2021 | Specify predetermined storage energy capacity in inputs (previously left unspecified). |
18+
| #68 | June 2021 | Change financial params to 2018 dollars & 5% interest rate. Start using terrain multipliers (which now include the economic multiplier). |

docs/Contribute.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ procedure.
1414
3. Once your changes are final and ready to be added to the switch main
1515
branch, create a pull request on Github.
1616

17-
4. Get someone to review and then merge your changes on Github.
17+
4. If your change is a breaking change add it to `REAM Model Changelog.md`.
18+
19+
5. Get someone to review and then merge your changes on Github.
1820

1921
For more information read [this excellent guide](https://guides.github.com/introduction/flow/) (5 min read).
2022

0 commit comments

Comments
 (0)