Commit 9e22c4a
committed
Support modifications of AEO incentive levels
Create and process new data (./scout/supporting_data/sub_fed/incentives.csv) to allow users to remove, extend, or replace AEO incentive levels for specific msegs in the Scout forecast.
A new function, import_state_data, was written in ecm_prep to read in and finalize the inputs for incentives modifications and (in the future) modifications to rates in one place.
Additionally, “federal” and “non-federal” branches on the existing residential incentives levels were added that split out the previously summed incentives across these dimensions, to allow more flexibility in making modifications to federal vs. sub-federal residential incentive levels for the residential sector (commercial incentives are not split out in this way in the AEO data.)
Users may modify incentive levels for a given applicable baseline segment or segment that a measure is switching to in three ways:
* Remove: exclude the AEO incentive from consideration beginning in a given start year (or for all years).
* Replace: if there is no removal (first bullet), specify a custom federal or state-level incentive that replaces any AEO incentive level previously specified for the given segment.
* Extend: if there is no removal or replacement (first and second bullets), find the largest level of the AEO incentive in years prior to a given start year and extend it through a given end year, possibly with a multiplier added on top of the existing AEO incentive.
For replacements of existing incentives for fuel switching, a user input determines whether the incentive allows the original fuel equipment to be retained as backup. For replacements, users must also specify information about how to qualify for the incentive – a performance threshold and units and the incentive level itself, which is either a % credit on installed cost or rebate $ decremented from installed cost.
Users may specify modifications to federal and sub-federal incentives separately, or can specify a modification that applies to both.
For sub-state-level incentives modifications, users may specify an applicable fraction that downscales the modification’s impact to only the portion of a state’s energy use that is affected by a sub-state policy.
An additional reference case measure flag, “ref_case_flag” was needed to ensure that incentives process correctly for add-on reference case measures (all add-on measures were previously excluded to prevent attempts to process incentives for, e.g., controls measures with relative % savings units, however ref. case measures are often defined as add-ons with zero performance or cost additions to the baseline and incentives should be assigned to these measures). The measure set was regenerated with this flag reflected.
Addresses issue #410.1 parent 6cbd2b8 commit 9e22c4a
File tree
351 files changed
+1677
-757
lines changed- ecm_definitions
- meas_pkg_gen_io
- inputs
- outputs
- scout
- supporting_data
- stock_energy_tech_data
- sub_fed
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
351 files changed
+1677
-757
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
98 | | - | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
142 | | - | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
127 | | - | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | | - | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | | - | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | | - | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
122 | | - | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
139 | | - | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
0 commit comments