-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commercial electricity use is sometimes double counted, other fuel use is missing #394
Milestone
Comments
jtlangevin
added a commit
that referenced
this issue
Jun 11, 2024
* Remove secondary heating and wood stoves from being subject to exogenous switching rates, as they were not intended to be covered by these rates. * Allow users to set ‘tech_switch_to’ to the value ‘same’ and have the code calculate a switchover to the same technology under exogenous switching rates. This is sometimes necessary for accounting purposes – for example, if exogenous rates are represented and a baseline segment is included that is subject to those rates, but without a complementary measure in the analysis to switch that baseline segment to, the results will show a decline in that baseline segment without a complementary increase in a switched to segment, thus under-representing that baseline segment’s influence on the total results. * Add ASHP to technology list where zero costs are expected (in EIA new construction data ASHP costs are zero for cooling, all costs are in the heating end use.) * Remove water services as a distinct technology type as it appears to be counted already under “unspecified” (see issue #394). * Refactor calculation of hourly TSV load adjustment factors to ensure that each end use in the tsv_load.gz data will be leveraged (previous approach had resulted in skipping some edge case end uses in those data like clothes washing, pool pumps and pool heaters that are under ‘other’ in the Scout data). * Ensure that once cumulative measure-captured or cumulative competed stock fractions reach 1 in a given modeling year, these fractions are not updated in any subsequent years of the modeling time horizon. * Improve warning message for units conversion issues. * Add measure JSON check to ensure that measures that are set to fuel switch to electricity apply to non-electric fuels in the baseline.
jtlangevin
added a commit
that referenced
this issue
Jun 11, 2024
* Remove secondary heating and wood stoves from being subject to exogenous switching rates, as they were not intended to be covered by these rates. * Allow users to set ‘tech_switch_to’ to the value ‘same’ and have the code calculate a switchover to the same technology under exogenous switching rates. This is sometimes necessary for accounting purposes – for example, if exogenous rates are represented and a baseline segment is included that is subject to those rates, but without a complementary measure in the analysis to switch that baseline segment to, the results will show a decline in that baseline segment without a complementary increase in a switched to segment, thus under-representing that baseline segment’s influence on the total results. * Add ASHP to technology list where zero costs are expected (in EIA new construction data ASHP costs are zero for cooling, all costs are in the heating end use.) * Remove water services as a distinct technology type as it appears to be counted already under “unspecified” (see issue #394). * Refactor calculation of hourly TSV load adjustment factors to ensure that each end use in the tsv_load.gz data will be leveraged (previous approach had resulted in skipping some edge case end uses in those data like clothes washing, pool pumps and pool heaters that are under ‘other’ in the Scout data). * Ensure that once cumulative measure-captured or cumulative competed stock fractions reach 1 in a given modeling year, these fractions are not updated in any subsequent years of the modeling time horizon. * Improve warning message for units conversion issues. * Add measure JSON check to ensure that measures that are set to fuel switch to electricity apply to non-electric fuels in the baseline. * Suppress check for 'other' and 'unspecified' building type input breakouts when these categories are also present in measure end uses (prioritize correct end use input breakouts, which are more commonly used.)
From @jtlangevin, there appear to be three separate accounting issues.
Further investigation shows that for item 2, both "water services" and "telecom systems" are double-counted. |
trynthink
changed the title
Commercial MELs -> other data are incorrectly assigned to electricity
Commercial electricity use is sometimes double counted, other fuel use is missing
Jul 3, 2024
trynthink
added a commit
that referenced
this issue
Jul 3, 2024
Update handling of commercial energy use data to address the three problems identified in issue #394: (1) for all commercial building types except 'unspecified,' the MELs technology type 'other' double-counts electricity use from all other specific MELs technologies; (2) for the 'unspecified' commercial building type, the 'unspecified' electric end use double-counts electricity use from the specific MELs technologies 'water services' and 'telecom systems;' and (3) energy use for fuels other than natural gas and distillate are not included for commercial buildings. Update stock and energy data files with revised values to incorporate these changes.
trynthink
added a commit
that referenced
this issue
Jul 3, 2024
Update handling of commercial energy use data to address the three problems identified in issue #394: (1) for all commercial building types except 'unspecified,' the MELs technology type 'other' double-counts electricity use from all other specific MELs technologies; (2) for the 'unspecified' commercial building type, the 'unspecified' electric end use double-counts electricity use from the specific MELs technologies 'water services' and 'telecom systems;' and (3) energy use for fuels other than natural gas and distillate are not included for commercial buildings. Update stock and energy data files with revised values to incorporate these changes.
trynthink
added a commit
that referenced
this issue
Jul 15, 2024
Update handling of commercial energy use data to address the three problems identified in issue #394: (1) for all commercial building types except 'unspecified,' the MELs technology type 'other' double-counts electricity use from all other specific MELs technologies; (2) for the 'unspecified' commercial building type, the 'unspecified' electric end use double-counts electricity use from the specific MELs technologies 'water services' and 'telecom systems;' and (3) energy use for fuels other than natural gas and distillate are not included for commercial buildings. Update stock and energy data files with revised values to incorporate these changes. Update cost, performance, and lifetime files to include commercial other fuel fields under the unspecified building type (though no data are available).
trynthink
added a commit
that referenced
this issue
Jul 15, 2024
Update handling of commercial energy use data to address the three problems identified in issue #394: (1) for all commercial building types except 'unspecified,' the MELs technology type 'other' double-counts electricity use from all other specific MELs technologies; (2) for the 'unspecified' commercial building type, the 'unspecified' electric end use double-counts electricity use from the specific MELs technologies 'water services' and 'telecom systems;' and (3) energy use for fuels other than natural gas and distillate are not included for commercial buildings. Update stock and energy data files with revised values to incorporate these changes. Update cost, performance, and lifetime files to include commercial other fuel fields under the unspecified building type (though no data are available).
trynthink
pushed a commit
that referenced
this issue
Sep 16, 2024
* Remove secondary heating and wood stoves from being subject to exogenous switching rates, as they were not intended to be covered by these rates. * Allow users to set ‘tech_switch_to’ to the value ‘same’ and have the code calculate a switchover to the same technology under exogenous switching rates. This is sometimes necessary for accounting purposes. For example, if exogenous rates are represented and a baseline segment is included that is subject to those rates, but without a complementary measure in the analysis to switch that baseline segment to, the results will show a decline in that baseline segment without a complementary increase in a switched to segment, thus under-representing that baseline segment’s influence on the total results. * Add ASHP to technology list where zero costs are expected (in EIA new construction data ASHP costs are zero for cooling, all costs are in the heating end use). * Remove water services as a distinct technology type as it appears to be counted already under “unspecified” (see issue #394). * Refactor calculation of hourly TSV load adjustment factors to ensure that each end use in the tsv_load.gz data will be leveraged (previous approach had resulted in skipping some edge case end uses in those data like clothes washing, pool pumps and pool heaters that are under ‘other’ in the Scout data). * Ensure that once cumulative measure-captured or cumulative competed stock fractions reach 1 in a given modeling year, these fractions are not updated in any subsequent years of the modeling time horizon. * Improve warning message for units conversion issues. * Add measure JSON check to ensure that measures that are set to fuel switch to electricity apply to non-electric fuels in the baseline. * Suppress check for 'other' and 'unspecified' building type input breakouts when these categories are also present in measure end uses (prioritize correct end use input breakouts, which are more commonly used).
trynthink
pushed a commit
that referenced
this issue
Sep 20, 2024
Remove secondary heating and wood stoves from being subject to exogenous switching rates, as they were not intended to be covered by these rates. Allow users to set ‘tech_switch_to’ to the value ‘same’ and have the code calculate a switchover to the same technology under exogenous switching rates. This is sometimes necessary for accounting purposes – for example, if exogenous rates are represented and a baseline segment is included that is subject to those rates, but without a complementary measure in the analysis to switch that baseline segment to, the results will show a decline in that baseline segment without a complementary increase in a switched to segment, thus under-representing that baseline segment’s influence on the total results. Add ASHP to technology list where zero costs are expected (in EIA new construction data ASHP costs are zero for cooling, all costs are in the heating end use). Remove water services as a distinct technology type as it appears to be counted already under “unspecified” (see issue #394). Refactor calculation of hourly TSV load adjustment factors to ensure that each end use in the tsv_load.gz data will be leveraged (previous approach had resulted in skipping some edge case end uses in those data like clothes washing, pool pumps and pool heaters that are under ‘other’ in the Scout data). Ensure that once cumulative measure-captured or cumulative competed stock fractions reach 1 in a given modeling year, these fractions are not updated in any subsequent years of the modeling time horizon. Improve warning message for units conversion issues. Add measure JSON check to ensure that measures that are set to fuel switch to electricity apply to non-electric fuels in the baseline. Suppress check for 'other' and 'unspecified' building type input breakouts when these categories are also present in measure end uses (prioritize correct end use input breakouts, which are more commonly used).
trynthink
pushed a commit
that referenced
this issue
Sep 26, 2024
Remove secondary heating and wood stoves from being subject to exogenous switching rates, as they were not intended to be covered by these rates. Allow users to set ‘tech_switch_to’ to the value ‘same’ and have the code calculate a switchover to the same technology under exogenous switching rates. This is sometimes necessary for accounting purposes – for example, if exogenous rates are represented and a baseline segment is included that is subject to those rates, but without a complementary measure in the analysis to switch that baseline segment to, the results will show a decline in that baseline segment without a complementary increase in a switched to segment, thus under-representing that baseline segment’s influence on the total results. Add ASHP to technology list where zero costs are expected (in EIA new construction data ASHP costs are zero for cooling, all costs are in the heating end use). Remove water services as a distinct technology type as it appears to be counted already under “unspecified” (see issue #394). Refactor calculation of hourly TSV load adjustment factors to ensure that each end use in the tsv_load.gz data will be leveraged (previous approach had resulted in skipping some edge case end uses in those data like clothes washing, pool pumps and pool heaters that are under ‘other’ in the Scout data). Ensure that once cumulative measure-captured or cumulative competed stock fractions reach 1 in a given modeling year, these fractions are not updated in any subsequent years of the modeling time horizon. Improve warning message for units conversion issues. Add measure JSON check to ensure that measures that are set to fuel switch to electricity apply to non-electric fuels in the baseline. Suppress check for 'other' and 'unspecified' building type input breakouts when these categories are also present in measure end uses (prioritize correct end use input breakouts, which are more commonly used).
trynthink
pushed a commit
that referenced
this issue
Sep 26, 2024
Remove secondary heating and wood stoves from being subject to exogenous switching rates, as they were not intended to be covered by these rates. Allow users to set ‘tech_switch_to’ to the value ‘same’ and have the code calculate a switchover to the same technology under exogenous switching rates. This is sometimes necessary for accounting purposes – for example, if exogenous rates are represented and a baseline segment is included that is subject to those rates, but without a complementary measure in the analysis to switch that baseline segment to, the results will show a decline in that baseline segment without a complementary increase in a switched to segment, thus under-representing that baseline segment’s influence on the total results. Add ASHP to technology list where zero costs are expected (in EIA new construction data ASHP costs are zero for cooling, all costs are in the heating end use). Remove water services as a distinct technology type as it appears to be counted already under “unspecified” (see issue #394). Refactor calculation of hourly TSV load adjustment factors to ensure that each end use in the tsv_load.gz data will be leveraged (previous approach had resulted in skipping some edge case end uses in those data like clothes washing, pool pumps and pool heaters that are under ‘other’ in the Scout data). Ensure that once cumulative measure-captured or cumulative competed stock fractions reach 1 in a given modeling year, these fractions are not updated in any subsequent years of the modeling time horizon. Improve warning message for units conversion issues. Add measure JSON check to ensure that measures that are set to fuel switch to electricity apply to non-electric fuels in the baseline. Suppress check for 'other' and 'unspecified' building type input breakouts when these categories are also present in measure end uses (prioritize correct end use input breakouts, which are more commonly used).
trynthink
pushed a commit
that referenced
this issue
Sep 27, 2024
Remove secondary heating and wood stoves from being subject to exogenous switching rates, as they were not intended to be covered by these rates. Allow users to set ‘tech_switch_to’ to the value ‘same’ and have the code calculate a switchover to the same technology under exogenous switching rates. This is sometimes necessary for accounting purposes – for example, if exogenous rates are represented and a baseline segment is included that is subject to those rates, but without a complementary measure in the analysis to switch that baseline segment to, the results will show a decline in that baseline segment without a complementary increase in a switched to segment, thus under-representing that baseline segment’s influence on the total results. Add ASHP to technology list where zero costs are expected (in EIA new construction data ASHP costs are zero for cooling, all costs are in the heating end use). Remove water services as a distinct technology type as it appears to be counted already under “unspecified” (see issue #394). Refactor calculation of hourly TSV load adjustment factors to ensure that each end use in the tsv_load.gz data will be leveraged (previous approach had resulted in skipping some edge case end uses in those data like clothes washing, pool pumps and pool heaters that are under ‘other’ in the Scout data). Ensure that once cumulative measure-captured or cumulative competed stock fractions reach 1 in a given modeling year, these fractions are not updated in any subsequent years of the modeling time horizon. Improve warning message for units conversion issues. Add measure JSON check to ensure that measures that are set to fuel switch to electricity apply to non-electric fuels in the baseline. Suppress check for 'other' and 'unspecified' building type input breakouts when these categories are also present in measure end uses (prioritize correct end use input breakouts, which are more commonly used).
trynthink
pushed a commit
that referenced
this issue
Sep 27, 2024
Remove secondary heating and wood stoves from being subject to exogenous switching rates, as they were not intended to be covered by these rates. Allow users to set ‘tech_switch_to’ to the value ‘same’ and have the code calculate a switchover to the same technology under exogenous switching rates. This is sometimes necessary for accounting purposes – for example, if exogenous rates are represented and a baseline segment is included that is subject to those rates, but without a complementary measure in the analysis to switch that baseline segment to, the results will show a decline in that baseline segment without a complementary increase in a switched to segment, thus under-representing that baseline segment’s influence on the total results. Add ASHP to technology list where zero costs are expected (in EIA new construction data ASHP costs are zero for cooling, all costs are in the heating end use). Remove water services as a distinct technology type as it appears to be counted already under “unspecified” (see issue #394). Refactor calculation of hourly TSV load adjustment factors to ensure that each end use in the tsv_load.gz data will be leveraged (previous approach had resulted in skipping some edge case end uses in those data like clothes washing, pool pumps and pool heaters that are under ‘other’ in the Scout data). Ensure that once cumulative measure-captured or cumulative competed stock fractions reach 1 in a given modeling year, these fractions are not updated in any subsequent years of the modeling time horizon. Improve warning message for units conversion issues. Add measure JSON check to ensure that measures that are set to fuel switch to electricity apply to non-electric fuels in the baseline. Suppress check for 'other' and 'unspecified' building type input breakouts when these categories are also present in measure end uses (prioritize correct end use input breakouts, which are more commonly used).
trynthink
pushed a commit
that referenced
this issue
Sep 28, 2024
Remove secondary heating and wood stoves from being subject to exogenous switching rates, as they were not intended to be covered by these rates. Allow users to set ‘tech_switch_to’ to the value ‘same’ and have the code calculate a switchover to the same technology under exogenous switching rates. This is sometimes necessary for accounting purposes – for example, if exogenous rates are represented and a baseline segment is included that is subject to those rates, but without a complementary measure in the analysis to switch that baseline segment to, the results will show a decline in that baseline segment without a complementary increase in a switched to segment, thus under-representing that baseline segment’s influence on the total results. Add ASHP to technology list where zero costs are expected (in EIA new construction data ASHP costs are zero for cooling, all costs are in the heating end use). Remove water services as a distinct technology type as it appears to be counted already under “unspecified” (see issue #394). Refactor calculation of hourly TSV load adjustment factors to ensure that each end use in the tsv_load.gz data will be leveraged (previous approach had resulted in skipping some edge case end uses in those data like clothes washing, pool pumps and pool heaters that are under ‘other’ in the Scout data). Ensure that once cumulative measure-captured or cumulative competed stock fractions reach 1 in a given modeling year, these fractions are not updated in any subsequent years of the modeling time horizon. Improve warning message for units conversion issues. Add measure JSON check to ensure that measures that are set to fuel switch to electricity apply to non-electric fuels in the baseline. Suppress check for 'other' and 'unspecified' building type input breakouts when these categories are also present in measure end uses (prioritize correct end use input breakouts, which are more commonly used).
trynthink
pushed a commit
that referenced
this issue
Oct 18, 2024
Remove secondary heating and wood stoves from being subject to exogenous switching rates, as they were not intended to be covered by these rates. Allow users to set ‘tech_switch_to’ to the value ‘same’ and have the code calculate a switchover to the same technology under exogenous switching rates. This is sometimes necessary for accounting purposes – for example, if exogenous rates are represented and a baseline segment is included that is subject to those rates, but without a complementary measure in the analysis to switch that baseline segment to, the results will show a decline in that baseline segment without a complementary increase in a switched to segment, thus under-representing that baseline segment’s influence on the total results. Add ASHP to technology list where zero costs are expected (in EIA new construction data ASHP costs are zero for cooling, all costs are in the heating end use). Remove water services as a distinct technology type as it appears to be counted already under “unspecified” (see issue #394). Refactor calculation of hourly TSV load adjustment factors to ensure that each end use in the tsv_load.gz data will be leveraged (previous approach had resulted in skipping some edge case end uses in those data like clothes washing, pool pumps and pool heaters that are under ‘other’ in the Scout data). Ensure that once cumulative measure-captured or cumulative competed stock fractions reach 1 in a given modeling year, these fractions are not updated in any subsequent years of the modeling time horizon. Improve warning message for units conversion issues. Add measure JSON check to ensure that measures that are set to fuel switch to electricity apply to non-electric fuels in the baseline. Suppress check for 'other' and 'unspecified' building type input breakouts when these categories are also present in measure end uses (prioritize correct end use input breakouts, which are more commonly used).
jtlangevin
added a commit
that referenced
this issue
Oct 28, 2024
* Remove secondary heating and wood stoves from being subject to exogenous switching rates, as they were not intended to be covered by these rates. * Allow users to set ‘tech_switch_to’ to the value ‘same’ and have the code calculate a switchover to the same technology under exogenous switching rates. This is sometimes necessary for accounting purposes – for example, if exogenous rates are represented and a baseline segment is included that is subject to those rates, but without a complementary measure in the analysis to switch that baseline segment to, the results will show a decline in that baseline segment without a complementary increase in a switched to segment, thus under-representing that baseline segment’s influence on the total results. * Add ASHP to technology list where zero costs are expected (in EIA new construction data ASHP costs are zero for cooling, all costs are in the heating end use.) * Remove water services as a distinct technology type as it appears to be counted already under “unspecified” (see issue #394). * Refactor calculation of hourly TSV load adjustment factors to ensure that each end use in the tsv_load.gz data will be leveraged (previous approach had resulted in skipping some edge case end uses in those data like clothes washing, pool pumps and pool heaters that are under ‘other’ in the Scout data). * Ensure that once cumulative measure-captured or cumulative competed stock fractions reach 1 in a given modeling year, these fractions are not updated in any subsequent years of the modeling time horizon. * Improve warning message for units conversion issues. * Add measure JSON check to ensure that measures that are set to fuel switch to electricity apply to non-electric fuels in the baseline. * Suppress check for 'other' and 'unspecified' building type input breakouts when these categories are also present in measure end uses (prioritize correct end use input breakouts, which are more commonly used.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per this spreadsheet check it appears that ~0.7 quads of what's currently under the commercial fuel type
electricity
end useMELs
and technologyother
is actually non-electric energy use (in AEO, it's under the fuel types distillate, residual, LPG, steam coal, motor gas, and kerosene - so should probably be assigned todistillate
in the Scout data). Also, it appears that Scout's electricity use for theunspecified
building type is double counting water services under both theunspecified
andMELs
->water services
end uses, ~0.3 quads.As a result, the Scout commercial electricity totals are about a quad higher than they should be, while the commercial non-electricity totals are ~0.7 quads lower.
This has important implications for full sector emissions and electricity analyses (electric loads overstated, emissions from non-electric end uses understated).
The text was updated successfully, but these errors were encountered: