-
Notifications
You must be signed in to change notification settings - Fork 78
Specify upgrade_names for run_analysis.rb #1275
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
886ba07
Introduce new upgrade_name arg for selecting run_analysis subset.
joseph-robertson 39259bc
Update the docs.
joseph-robertson a941ae7
Remove unused eagle block from test yml files.
joseph-robertson 73509fe
Add a test for the new upgrade_name arg.
joseph-robertson c9cf40e
Throw error for invalid upgrade_name and add test.
joseph-robertson b334b6a
More informative error message.
joseph-robertson 3c8094c
Print new error all on one line.
joseph-robertson 845b669
Merge branch 'develop' into run-analysis-specify-upgrades
joseph-robertson 0d459c6
Add a changelog entry. [ci skip]
joseph-robertson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,87 @@ | ||
schema_version: '0.3' | ||
buildstock_directory: ../../../ # Relative to this file or absolute | ||
project_directory: project_testing # Relative to buildstock_directory | ||
output_directory: testing_upgrades | ||
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: 2 | ||
|
||
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 | ||
|
||
simulation_output_report: | ||
timeseries_frequency: hourly | ||
include_timeseries_fuel_consumptions: true | ||
include_timeseries_end_use_consumptions: true | ||
include_timeseries_emissions: true | ||
include_timeseries_total_loads: true | ||
|
||
reporting_measures: | ||
- measure_dir_name: QOIReport | ||
|
||
server_directory_cleanup: | ||
debug: true | ||
|
||
baseline: | ||
n_buildings_represented: 110000000 | ||
|
||
upgrades: | ||
- upgrade_name: Windows | ||
options: | ||
- &windows_triple_low_e_non_metal_l_gain | ||
option: Windows|Triple, Low-E, Non-metal, Air, L-Gain | ||
costs: | ||
- value: 45.77 | ||
multiplier: Window Area (ft^2) | ||
lifetime: 30 | ||
|
||
- upgrade_name: Walls | ||
options: | ||
- &insulation_wall_wood_stud_r_13 | ||
option: Insulation Wall|Wood Stud, R-13 | ||
costs: | ||
- value: 2.21 | ||
multiplier: Wall Area, Above-Grade, Conditioned (ft^2) | ||
lifetime: 999 | ||
|
||
- upgrade_name: Sheathing | ||
options: | ||
- &insulation_sheathing_r_5 | ||
option: Insulation Sheathing|R-5 | ||
costs: | ||
- value: 2.01 | ||
multiplier: Wall Area, Above-Grade, Conditioned (ft^2) | ||
lifetime: 999 | ||
|
||
- upgrade_name: Foundation Type | ||
package_apply_logic: | ||
and: | ||
- Geometry Foundation Type|Vented Crawlspace | ||
- or: # Ensure that the dwelling unit being modeled is either (1) not in a multifamily building, or (2) on the bottom floor of a multifamily building and therefore above the crawlspace. | ||
- Geometry Building Level MF|None | ||
- Geometry Building Level MF|Bottom | ||
options: | ||
- &geometry_foundation_type_unvented_crawlspace | ||
option: Geometry Foundation Type|Unvented Crawlspace | ||
costs: | ||
- value: 0.84 | ||
multiplier: Floor Area, Foundation (ft^2) | ||
lifetime: 999 | ||
- &insulation_foundation_wall_wall_r_10_exterior | ||
option: Insulation Foundation Wall|Wall R-10, Exterior | ||
costs: | ||
- value: 1.05 | ||
multiplier: Wall Area, Below-Grade (ft^2) | ||
lifetime: 999 |
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.