Skip to content

Commit c50b40a

Browse files
authored
Merge pull request #74 from staadecker/changelog
Add a change log for breaking changes
2 parents 77bdcaf + 0852f38 commit c50b40a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

REAM Model Changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# REAM Model Breaking Changes
2+
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.
6+
7+
## List of breaking changes to model
8+
9+
Changes are listed from oldest (first line) to newest (last line of table).
10+
11+
| PR | Month | Change description |
12+
| ---- | --- | ---------------------|
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)