You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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). |
0 commit comments