-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move full set of unique measures into ./ecm_definitions. Add “ Pk” to measure names to distinguish runs in which specific measure performance settings are used to represent low efficiency resistance-based heating upgrades.
- Loading branch information
1 parent
5ea5f06
commit ff7412c
Showing
207 changed files
with
8,776 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "(C) CAV Ventilation Systems", | ||
"climate_zone": "all", | ||
"bldg_type": "all commercial", | ||
"structure_type": "all", | ||
"end_use": ["ventilation"], | ||
"fuel_type": ["electricity"], | ||
"technology": ["CAV_Vent"], | ||
"market_entry_year": 2023, | ||
"market_entry_year_source": null, | ||
"market_exit_year": null, | ||
"market_exit_year_source": null, | ||
"energy_efficiency": 1, | ||
"energy_efficiency_units": "relative savings (constant)", | ||
"energy_efficiency_source": null, | ||
"installed_cost": 0, | ||
"cost_units": "2023$/ft^2 floor", | ||
"installed_cost_source": null, | ||
"product_lifetime": 50, | ||
"product_lifetime_units": "years", | ||
"product_lifetime_source": null, | ||
"measure_type": "add-on", | ||
"fuel_switch_to": null, | ||
"market_scaling_fractions": null, | ||
"market_scaling_fractions_source": "NA", | ||
"_description": "Measure for segmentation analysis", | ||
"_notes": null, | ||
"_added_by": { | ||
"name": "Jared Langevin", | ||
"organization": "Lawrence Berkeley National Lab", | ||
"email": "[email protected]", | ||
"timestamp": "Mon Jun 12 10:07:30 EDT 2023" | ||
}, | ||
"_updated_by": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"name": "Com. Cooking Electrification (Existing)", | ||
"climate_zone": "all", | ||
"bldg_type": "all commercial", | ||
"structure_type": "existing", | ||
"end_use": ["cooking"], | ||
"fuel_type": ["natural gas"], | ||
"technology": "all", | ||
"market_entry_year": 2023, | ||
"market_entry_year_source": { | ||
"notes": null, | ||
"source_data": null}, | ||
"market_exit_year": null, | ||
"market_exit_year_source": null, | ||
"energy_efficiency": 0.51, | ||
"energy_efficiency_units": "relative savings (constant)", | ||
"energy_efficiency_source": { | ||
"notes": "Ratio of combined energy efficiency for typical unit in 2022, between gas and electric units", | ||
"source_data": { | ||
"title": "Updated Buildings Sector Appliance and Equipment Costs and Efficiencies", | ||
"author": null, | ||
"organization": "U.S. Department of Energy", | ||
"year": 2023, | ||
"pages": [167, 168], | ||
"URL": "https://www.eia.gov/analysis/studies/buildings/equipcosts/pdf/full.pdf" | ||
} | ||
}, | ||
"installed_cost": 864, | ||
"cost_units": "2022$/kBtu/h cooking", | ||
"installed_cost_source": { | ||
"notes": "Based on cost of typical 2022 commercial NG cooking", | ||
"source_data": { | ||
"title": "Updated Buildings Sector Appliance and Equipment Costs and Efficiencies", | ||
"author": null, | ||
"organization": "U.S. Department of Energy", | ||
"year": 2023, | ||
"pages": 167, | ||
"URL": "https://www.eia.gov/analysis/studies/buildings/equipcosts/pdf/full.pdf" | ||
} | ||
}, | ||
"product_lifetime": 12, | ||
"product_lifetime_units": "years", | ||
"product_lifetime_source": { | ||
"notes": "Lifetime for NG range with griddle and oven in 2022", | ||
"source_data": { | ||
"title": "Updated Buildings Sector Appliance and Equipment Costs and Efficiencies", | ||
"author": null, | ||
"organization": "U.S. Energy Information Administration", | ||
"year": 2023, | ||
"pages": 167, | ||
"URL": "https://www.eia.gov/analysis/studies/buildings/equipcosts/pdf/full.pdf" | ||
} | ||
}, | ||
"measure_type": "full service", | ||
"market_scaling_fractions": null, | ||
"market_scaling_fractions_source": null, | ||
"fuel_switch_to": "electricity", | ||
"tech_switch_to": "electric cooking", | ||
"_description": "Reference case NG commercial cooking technology to be switched to electricity", | ||
"_notes": " ", | ||
"_added_by": { | ||
"name": "Jared Langevin", | ||
"organization": "Lawrence Berkeley National Laboratory", | ||
"email": "[email protected]", | ||
"timestamp": "Thu Nov 18 14:55:00 EST 2021" | ||
}, | ||
"_updated_by": { | ||
"name": "Handi Chandra Putra", | ||
"organization": "Lawrence Berkeley National Laboratory", | ||
"email": "[email protected]", | ||
"timestamp": "Fri May 26 08:00:43 PDT 2023" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"name": "Com. Cooking Electrification (New)", | ||
"climate_zone": "all", | ||
"bldg_type": "all commercial", | ||
"structure_type": "new", | ||
"end_use": ["cooking"], | ||
"fuel_type": ["natural gas"], | ||
"technology": "all", | ||
"market_entry_year": 2023, | ||
"market_entry_year_source": { | ||
"notes": null, | ||
"source_data": null}, | ||
"market_exit_year": null, | ||
"market_exit_year_source": null, | ||
"energy_efficiency": 0.51, | ||
"energy_efficiency_units": "relative savings (constant)", | ||
"energy_efficiency_source": { | ||
"notes": "Ratio of combined energy efficiency for typical unit in 2022, between gas and electric units", | ||
"source_data": { | ||
"title": "Updated Buildings Sector Appliance and Equipment Costs and Efficiencies", | ||
"author": null, | ||
"organization": "U.S. Department of Energy", | ||
"year": 2023, | ||
"pages": [167, 168], | ||
"URL": "https://www.eia.gov/analysis/studies/buildings/equipcosts/pdf/full.pdf" | ||
} | ||
}, | ||
"installed_cost": 864, | ||
"cost_units": "2022$/kBtu/h cooking", | ||
"installed_cost_source": { | ||
"notes": "Based on cost of typical 2022 commercial NG cooking", | ||
"source_data": { | ||
"title": "Updated Buildings Sector Appliance and Equipment Costs and Efficiencies", | ||
"author": null, | ||
"organization": "U.S. Department of Energy", | ||
"year": 2023, | ||
"pages": 167, | ||
"URL": "https://www.eia.gov/analysis/studies/buildings/equipcosts/pdf/full.pdf" | ||
} | ||
}, | ||
"product_lifetime": 12, | ||
"product_lifetime_units": "years", | ||
"product_lifetime_source": { | ||
"notes": "Lifetime for NG range with griddle and oven in 2022", | ||
"source_data": { | ||
"title": "Updated Buildings Sector Appliance and Equipment Costs and Efficiencies", | ||
"author": null, | ||
"organization": "U.S. Energy Information Administration", | ||
"year": 2023, | ||
"pages": 167, | ||
"URL": "https://www.eia.gov/analysis/studies/buildings/equipcosts/pdf/full.pdf" | ||
} | ||
}, | ||
"measure_type": "full service", | ||
"market_scaling_fractions": null, | ||
"market_scaling_fractions_source": null, | ||
"fuel_switch_to": "electricity", | ||
"tech_switch_to": "electric cooking", | ||
"_description": "Reference case NG commercial cooking technology to be switched to electricity", | ||
"_notes": " ", | ||
"_added_by": { | ||
"name": "Jared Langevin", | ||
"organization": "Lawrence Berkeley National Laboratory", | ||
"email": "[email protected]", | ||
"timestamp": "Thu Nov 18 14:55:00 EST 2021" | ||
}, | ||
"_updated_by": { | ||
"name": "Handi Chandra Putra", | ||
"organization": "Lawrence Berkeley National Laboratory", | ||
"email": "[email protected]", | ||
"timestamp": "Fri May 26 08:00:43 PDT 2023" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"name": "Com. Cooking Electrification Pk", | ||
"climate_zone": "all", | ||
"bldg_type": "all commercial", | ||
"structure_type": "all", | ||
"end_use": ["cooking"], | ||
"fuel_type": ["natural gas"], | ||
"technology": "all", | ||
"market_entry_year": 2023, | ||
"market_entry_year_source": { | ||
"notes": null, | ||
"source_data": null}, | ||
"market_exit_year": null, | ||
"market_exit_year_source": null, | ||
"energy_efficiency": 0.51, | ||
"energy_efficiency_units": "relative savings (constant)", | ||
"energy_efficiency_source": { | ||
"notes": "Ratio of combined energy efficiency for typical unit in 2022, between gas and electric units", | ||
"source_data": { | ||
"title": "Updated Buildings Sector Appliance and Equipment Costs and Efficiencies", | ||
"author": null, | ||
"organization": "U.S. Department of Energy", | ||
"year": 2023, | ||
"pages": [167, 168], | ||
"URL": "https://www.eia.gov/analysis/studies/buildings/equipcosts/pdf/full.pdf" | ||
} | ||
}, | ||
"installed_cost": 864, | ||
"cost_units": "2022$/kBtu/h cooking", | ||
"installed_cost_source": { | ||
"notes": "Based on cost of typical 2022 commercial NG cooking", | ||
"source_data": { | ||
"title": "Updated Buildings Sector Appliance and Equipment Costs and Efficiencies", | ||
"author": null, | ||
"organization": "U.S. Department of Energy", | ||
"year": 2023, | ||
"pages": 167, | ||
"URL": "https://www.eia.gov/analysis/studies/buildings/equipcosts/pdf/full.pdf" | ||
} | ||
}, | ||
"product_lifetime": 12, | ||
"product_lifetime_units": "years", | ||
"product_lifetime_source": { | ||
"notes": "Lifetime for NG range with griddle and oven in 2022", | ||
"source_data": { | ||
"title": "Updated Buildings Sector Appliance and Equipment Costs and Efficiencies", | ||
"author": null, | ||
"organization": "U.S. Energy Information Administration", | ||
"year": 2023, | ||
"pages": 167, | ||
"URL": "https://www.eia.gov/analysis/studies/buildings/equipcosts/pdf/full.pdf" | ||
} | ||
}, | ||
"measure_type": "full service", | ||
"market_scaling_fractions": null, | ||
"market_scaling_fractions_source": null, | ||
"fuel_switch_to": "electricity", | ||
"tech_switch_to": "electric cooking", | ||
"_description": "Reference case NG commercial cooking technology to be switched to electricity", | ||
"_notes": " ", | ||
"_added_by": { | ||
"name": "Jared Langevin", | ||
"organization": "Lawrence Berkeley National Laboratory", | ||
"email": "[email protected]", | ||
"timestamp": "Thu Nov 18 14:55:00 EST 2021" | ||
}, | ||
"_updated_by": { | ||
"name": "Handi Chandra Putra", | ||
"organization": "Lawrence Berkeley National Laboratory", | ||
"email": "[email protected]", | ||
"timestamp": "Fri May 26 08:00:43 PDT 2023" | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "(C) Electric Chillers (Exist)", | ||
"low_gwp_refrigerant": "R-717", | ||
"climate_zone": "all", | ||
"bldg_type": "all commercial", | ||
"structure_type": "existing", | ||
"end_use": ["cooling"], | ||
"fuel_type": ["electricity"], | ||
"technology": [ | ||
"scroll_chiller", "centrifugal_chiller", | ||
"reciprocating_chiller", "screw_chiller"], | ||
"market_entry_year": 2023, | ||
"market_entry_year_source": null, | ||
"market_exit_year": null, | ||
"market_exit_year_source": null, | ||
"energy_efficiency": 1, | ||
"energy_efficiency_units": "relative savings (constant)", | ||
"energy_efficiency_source": null, | ||
"installed_cost": 0, | ||
"cost_units": "2023$/ft^2 floor", | ||
"installed_cost_source": null, | ||
"product_lifetime": 50, | ||
"product_lifetime_units": "years", | ||
"product_lifetime_source": null, | ||
"measure_type": "add-on", | ||
"fuel_switch_to": null, | ||
"market_scaling_fractions": null, | ||
"market_scaling_fractions_source": "NA", | ||
"_description": "Measure for segmentation analysis", | ||
"_notes": null, | ||
"_added_by": { | ||
"name": "Jared Langevin", | ||
"organization": "Lawrence Berkeley National Lab", | ||
"email": "[email protected]", | ||
"timestamp": "Mon Jun 12 10:07:30 EDT 2023" | ||
}, | ||
"_updated_by": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "(C) Electric Chillers (New)", | ||
"low_gwp_refrigerant": "R-717", | ||
"climate_zone": "all", | ||
"bldg_type": "all commercial", | ||
"structure_type": "new", | ||
"end_use": ["cooling"], | ||
"fuel_type": ["electricity"], | ||
"technology": [ | ||
"scroll_chiller", "centrifugal_chiller", | ||
"reciprocating_chiller", "screw_chiller"], | ||
"market_entry_year": 2023, | ||
"market_entry_year_source": null, | ||
"market_exit_year": null, | ||
"market_exit_year_source": null, | ||
"energy_efficiency": 1, | ||
"energy_efficiency_units": "relative savings (constant)", | ||
"energy_efficiency_source": null, | ||
"installed_cost": 0, | ||
"cost_units": "2023$/ft^2 floor", | ||
"installed_cost_source": null, | ||
"product_lifetime": 50, | ||
"product_lifetime_units": "years", | ||
"product_lifetime_source": null, | ||
"measure_type": "add-on", | ||
"fuel_switch_to": null, | ||
"market_scaling_fractions": null, | ||
"market_scaling_fractions_source": "NA", | ||
"_description": "Measure for segmentation analysis", | ||
"_notes": null, | ||
"_added_by": { | ||
"name": "Jared Langevin", | ||
"organization": "Lawrence Berkeley National Lab", | ||
"email": "[email protected]", | ||
"timestamp": "Mon Jun 12 10:07:30 EDT 2023" | ||
}, | ||
"_updated_by": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "(C) Electric Chillers", | ||
"low_gwp_refrigerant": "R-717", | ||
"climate_zone": "all", | ||
"bldg_type": "all commercial", | ||
"structure_type": "all", | ||
"end_use": ["cooling"], | ||
"fuel_type": ["electricity"], | ||
"technology": [ | ||
"scroll_chiller", "centrifugal_chiller", | ||
"reciprocating_chiller", "screw_chiller"], | ||
"market_entry_year": 2023, | ||
"market_entry_year_source": null, | ||
"market_exit_year": null, | ||
"market_exit_year_source": null, | ||
"energy_efficiency": 1, | ||
"energy_efficiency_units": "relative savings (constant)", | ||
"energy_efficiency_source": null, | ||
"installed_cost": 0, | ||
"cost_units": "2023$/ft^2 floor", | ||
"installed_cost_source": null, | ||
"product_lifetime": 50, | ||
"product_lifetime_units": "years", | ||
"product_lifetime_source": null, | ||
"measure_type": "add-on", | ||
"fuel_switch_to": null, | ||
"market_scaling_fractions": null, | ||
"market_scaling_fractions_source": "NA", | ||
"_description": "Measure for segmentation analysis", | ||
"_notes": null, | ||
"_added_by": { | ||
"name": "Jared Langevin", | ||
"organization": "Lawrence Berkeley National Lab", | ||
"email": "[email protected]", | ||
"timestamp": "Mon Jun 12 10:07:30 EDT 2023" | ||
}, | ||
"_updated_by": null | ||
} |
Oops, something went wrong.