Skip to content
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

HVAC Detailed Performance Data #1192

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
0328131
Merge commit '57e042ce383639c74931219f8387e3c2268b4e9f' into autosizi…
joseph-robertson Jan 18, 2024
57e042c
Squashed 'resources/hpxml-measures/' changes from 9d6504d6c3..c3fdc0713a
joseph-robertson Jan 18, 2024
3820866
Add new hvac detailed performance data section to lookup.
joseph-robertson Jan 18, 2024
305b5a6
Update sample upgrade ymls with performance data archetype assignments.
joseph-robertson Jan 18, 2024
6d9f4cf
Try not applying defaults in ApplyUpgrade.
joseph-robertson Jan 19, 2024
056874a
Latest results.
Jan 19, 2024
00e8f42
Merge branch 'develop' into autosizing_detailed_performance
joseph-robertson Jan 23, 2024
5ed80d2
Squashed 'resources/hpxml-measures/' changes from c3fdc0713a..ff419d5f4d
joseph-robertson Jan 23, 2024
ee0b333
Merge commit '5ed80d220e6b6a3f6a8112d5e6db251e15c62a3a' into autosizi…
joseph-robertson Jan 23, 2024
cb577c2
Revert comment on apply_defaults in ApplyUpgrade.
joseph-robertson Jan 23, 2024
ee923ff
Merge branch 'autosizing_detailed_performance' of github.com:NREL/res…
joseph-robertson Jan 23, 2024
5f15771
Latest results.
Jan 23, 2024
31f5d94
Merge branch 'develop' into autosizing_detailed_performance
joseph-robertson Jan 30, 2024
fbe5f38
Add test yml with various ASHP perf data scenarios.
joseph-robertson Jan 30, 2024
9aff162
Fix merge in upgrade yml files.
joseph-robertson Jan 30, 2024
85b339f
Simplify new perf data yml file.
joseph-robertson Jan 30, 2024
17c9e47
Merge conflicts in lookup.
joseph-robertson Jan 30, 2024
dd16b92
Latest results.
Jan 30, 2024
efa3f24
Add heating reference and 10 hspf performance data options.
joseph-robertson Jan 31, 2024
f8cc769
Latest results.
Jan 31, 2024
6d0f570
Update yml and lookup files.
joseph-robertson Feb 2, 2024
1cb44ff
Merge branch 'develop' into autosizing_detailed_performance
joseph-robertson Feb 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
140 changes: 140 additions & 0 deletions project_national/national_upgrades_perf_data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
schema_version: '0.3'
os_version: 3.7.0
os_sha: d5269793f1
buildstock_directory: ../ # Relative to this file or absolute
project_directory: project_national # Relative to buildstock_directory
output_directory: national_upgrades_perf_data
weather_files_url: https://data.nrel.gov/system/files/156/Buildstock_TMY3_FIPS-1678817889.zip
# weather_files_path: c:/OpenStudio/BuildStock_TMY3_FIPS.zip

sampler:
type: residential_quota
args:
n_datapoints: 5

workflow_generator:
type: residential_hpxml
args:
build_existing_model:
simulation_control_timestep: 60
simulation_control_run_period_begin_month: 1
simulation_control_run_period_begin_day_of_month: 1
simulation_control_run_period_end_month: 12
simulation_control_run_period_end_day_of_month: 31
simulation_control_run_period_calendar_year: 2007

emissions:
- scenario_name: LRMER_MidCase_15
type: CO2e
elec_folder: data/emissions/cambium/2022/LRMER_MidCase_15

utility_bills:
- scenario_name: Bills

simulation_output_report:
timeseries_frequency: hourly
include_timeseries_total_consumptions: true
include_timeseries_fuel_consumptions: true
include_timeseries_end_use_consumptions: true
include_timeseries_emissions: true
include_timeseries_emission_fuels: true
include_timeseries_emission_end_uses: true
include_timeseries_hot_water_uses: true
include_timeseries_total_loads: true
include_timeseries_component_loads: true
include_timeseries_unmet_hours: true
include_timeseries_zone_temperatures: true
include_timeseries_airflows: true
include_timeseries_weather: true
include_timeseries_resilience: true

reporting_measures:
- measure_dir_name: QOIReport

server_directory_cleanup:
retain_in_idf: false
retain_schedules_csv: false

baseline:
n_buildings_represented: 139647020 # American Community Survey 2021 5-year, B25001, does not include territories ( 138765649 without AK and HI )

upgrades:
- upgrade_name: ASHP Default
package_apply_logic:
- HVAC Has Ducts|Yes
options:
- &hvac_heating_efficiency_ashp_seer_22_10_hspf
option: HVAC Heating Efficiency|ASHP, SEER 22, 10 HSPF
costs:
- value: 50.0
multiplier: Size, Heating System Primary (kBtu/h)
lifetime: 30
- &hvac_cooling_efficiency_ducted_heat_pump
option: HVAC Cooling Efficiency|Ducted Heat Pump
- &heat_pump_backup_use_existing_system
option: Heat Pump Backup|Use Existing System
- &hvac_detailed_performance_data_default
option: HVAC Detailed Performance Data|Default

- upgrade_name: ASHP Heating Reference
package_apply_logic:
- HVAC Has Ducts|Yes
options:
- *hvac_heating_efficiency_ashp_seer_22_10_hspf
- *hvac_cooling_efficiency_ducted_heat_pump
- *heat_pump_backup_use_existing_system
- &hvac_detailed_performance_data_heating_reference
option: HVAC Detailed Performance Data|Heating Reference

- upgrade_name: ASHP Heating 10 HSPF
package_apply_logic:
- HVAC Has Ducts|Yes
options:
- *hvac_heating_efficiency_ashp_seer_22_10_hspf
- *hvac_cooling_efficiency_ducted_heat_pump
- *heat_pump_backup_use_existing_system
- &hvac_detailed_performance_data_heating_10_hspf
option: HVAC Detailed Performance Data|Heating 10 HSPF

- upgrade_name: MSHP Default
package_apply_logic:
- HVAC Has Ducts|No
options:
- &hvac_heating_efficiency_mshp_seer_25_12_pt_7_hspf
option: HVAC Heating Efficiency|MSHP, SEER 25, 12.7 HSPF
costs:
- value: 50.0
multiplier: Size, Heating System Primary (kBtu/h)
lifetime: 30
- &hvac_cooling_efficiency_non_ducted_heat_pump
option: HVAC Cooling Efficiency|Non-Ducted Heat Pump
- *heat_pump_backup_use_existing_system
- *hvac_detailed_performance_data_default

- upgrade_name: MSHP Heating Reference
package_apply_logic:
- HVAC Has Ducts|No
options:
- *hvac_heating_efficiency_ashp_seer_22_10_hspf
- *hvac_cooling_efficiency_non_ducted_heat_pump
- *heat_pump_backup_use_existing_system
- *hvac_detailed_performance_data_heating_reference

- upgrade_name: MSHP Heating 10 HSPF
package_apply_logic:
- HVAC Has Ducts|No
options:
- *hvac_heating_efficiency_ashp_seer_22_10_hspf
- *hvac_cooling_efficiency_non_ducted_heat_pump
- *heat_pump_backup_use_existing_system
- *hvac_detailed_performance_data_heating_10_hspf

eagle:
n_jobs: 3
minutes_per_sim: 5
account: <account you are authorized to use>
postprocessing:
time: 20
n_workers: 1
sampling:
time: 10
Loading