|
1 | | -# REAM Model Changelog |
| 1 | +# REAM Model Breaking Changes |
2 | 2 |
|
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. |
4 | 6 |
|
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 |
11 | 8 |
|
12 | 9 | Changes are listed from oldest (first line) to newest (last line of table). |
13 | 10 |
|
14 | 11 | | PR | Month | Change description | |
15 | 12 | | ---- | --- | ---------------------| |
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). | |
0 commit comments