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
Copy file name to clipboardExpand all lines: REAM Model Changelog.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# REAM Model Breaking Changes
2
2
3
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
4
+
A breaking change is any change that might change the results of previously
5
5
completed runs.
6
6
7
7
## List of breaking changes to model
@@ -18,4 +18,5 @@ Changes are listed from oldest (first line) to newest (last line of table).
18
18
|#68| June 2021 | Change financial params to 2018 dollars & 5% interest rate. Start using terrain multipliers (which now include the economic multiplier). |
19
19
|#72| July 2021 | Drop build and O&M costs of existing transmission lines. |
20
20
|#89| August 2021 | Change hydro module average flow constraint to a monthly constraint rather than per timeseries and change it to a <= rather than ==. |
21
-
|#90| August 2021 | Change the lifetime of transmission lines from 20yr to 85yr |
21
+
|#90| August 2021 | Change the lifetime of transmission lines from 20yr to 85yr |
22
+
|#117| January 2022 | Revert hydro module change (#89) to disallow curtailment of hydro (see #114). |
-- delete from switch.generation_plant_scenario where generation_plant_scenario_id = 24;
65
+
66
+
-- Ran:
67
+
-- insert into switch.generation_plant_scenario
68
+
-- values(24,
69
+
-- 'EIA-WECC Existing and Proposed 2018 + wave, AMPL Basecase for Canada and Mex, AMPL proposed non-wind plants (only best of solar), Env Screen Wind Cat 3, No CAES',
70
+
-- 'same as id 22 adding wave energy data from 2017 (Deborah, PHG, Brian), but no Compressed Air Energy Storage gen_tech among candidate generators'
71
+
-- );
72
+
73
+
select*fromswitch.generation_plant_scenario;
74
+
75
+
76
+
-- 10349 rows
77
+
-- insert into switch.generation_plant_scenario_member
78
+
-- select 24 as generation_plant_scenario_id, t1."GENERATION_PROJECT" as generation_plant_id
79
+
-- from public.generation_projects_info_wave as t1
80
+
-- union
81
+
-- select 24 as generation_plant_scenario_id, generation_plant_id
0 commit comments