urbanopt-cli 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/pull_request_template.md +2 -2
- data/CHANGELOG.md +15 -0
- data/Gemfile +11 -11
- data/README.md +1 -1
- data/example_files/Gemfile +3 -3
- data/example_files/mappers/Baseline.rb +233 -204
- data/example_files/mappers/HighEfficiency.rb +41 -8
- data/example_files/measures/BuildResidentialModel/measure.rb +25 -5
- data/example_files/resources/hpxml-measures/.gitignore +1 -2
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +364 -694
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +1506 -889
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/constants.rb +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/location.rb +1 -1
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules.rb +1068 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_README.md +45 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_consumption_dist.csv +95 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_duration_dist.csv +95 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_cluster_size_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_event_duration_probability.csv +44 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_consumption_dist.csv +93 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_duration_dist.csv +93 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_config.yml +61 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_consumption_dist.csv +63 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_duration_dist.csv +63 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_cluster_size_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_event_duration_probability.csv +192 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_consumption_dist.csv +56 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_duration_dist.csv +56 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_cluster_size_probability.csv +4 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_event_duration_probability.csv +1531 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_midday_duration_probability.csv +20 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_morning_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_midday_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_morning_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_morning_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_morning_duration_probability.csv +26 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_midday_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_morning_duration_probability.csv +25 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_midday_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +5 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +5 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_evening_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_morning_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_midday_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_midday_duration_probability.csv +17 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_0.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_1.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_2.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_3.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_0.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_1.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_2.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_3.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_midday_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_morning_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_evening_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_midday_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_morning_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_evening_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_midday_duration_probability.csv +23 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_morning_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_morning_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_midday_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_morning_duration_probability.csv +20 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_midday_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_morning_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_midday_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_morning_duration_probability.csv +34 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_midday_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_morning_duration_probability.csv +29 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_morning_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_0.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_1.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_2.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_3.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_0.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_1.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_2.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_3.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-coal.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-50percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-ief.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-modified.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-oil.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-propane.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-wood.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-flat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-radiant-barrier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-unvented-insulated-roof.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-vented.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-dwhr.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-standbyloss.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-hpwh.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-indirect.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-low-flow-fixtures.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-demand.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-manual.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-nocontrol.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-temperature.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-timer.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-evacuated-tube.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-ics.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-indirect-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-thermosyphon-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-coal.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-oil.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-wood.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-propane.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-uef.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories-garage.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-1.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-2.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-4.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-5.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-garage.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-ach-house-pressure.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm-house-pressure.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm50.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-flue.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-natural-ach.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-overhangs.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-windows-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-ambient.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-conditioned-basement-slab-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-slab.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-assembly-r.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-wall-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unvented-crawlspace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-vented-crawlspace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-coal-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-central-ac-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-mini-split-heat-pump-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ducts-leakage-percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-elec-resistance-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-furnace-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fireplace-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fixed-heater-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-floor-furnace-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-central-ac-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-room-ac.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ductless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-cooling-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-heating-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ductless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-portable-heater-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-programmable-thermostat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only-33percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-setpoints.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-wood-pellets-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-undersized.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-wall-furnace-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-ceiling-fans.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-detailed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath-AMY-2012.osw → base-location-AMY-2012.osw} +12 -58
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-baltimore-md.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-dallas-tx.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-duluth-mn.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-miami-fl.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-balanced.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-bath-kitchen-fans.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis-evap-cooler-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv-atre-asre.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-exhaust.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv-asre.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-supply.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-whole-house-fan.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-defaults.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon2.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-neighbor-shading.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-usage-multiplier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-multifamily.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-pv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-stochastic.osw +363 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath.osw → base-schedules-user-specified.osw} +13 -58
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-calendar-year-custom.osw +364 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-custom.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-disabled.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-runperiod-1-month.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-timestep-10-mins.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-single-family-attached.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb +53 -2
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-auto.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-shared-water-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-solar-latitude.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-garage-partially-protruded.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared-preconditioning.osw +373 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared.osw +367 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-roofpitch.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-shared.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-fireplace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-portable-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-refrigerator.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-vacancy-6-months.osw +367 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-attic-with-floor-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-basement-with-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/cooling-system-and-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/dhw-indirect-without-boiler.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/ducts-location-and-areas-not-same-type.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/heating-system-and-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-crawlspace-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-slab-non-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-no-building-orientation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-electric-heat-pump-water-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-ceiling-fan-quantity.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-geometry-num-bathrooms.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-serves-majority-heat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-ambient.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-no-building-orientation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-finished-basement-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-slab-non-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/slab-non-zero-foundation-height-above-grade.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unconditioned-basement-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-attic-with-floor-and-roof-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-attic-with-floor-and-roof-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/stochastic.csv +8761 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/user-specified.csv +8761 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +65 -61
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +104 -113
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/EPvalidator.xml +9 -1
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +62 -10
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +4 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +8 -3
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +127 -52
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +21 -3
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +67 -45
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +17 -11
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +54 -26
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +3 -7
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +85 -20
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +500 -21
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb +5 -2
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +14 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +44 -5
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +2 -2
- data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.rb +15 -5
- data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.xml +10 -10
- data/example_files/resources/hpxml-measures/SimulationOutputReport/resources/constants.rb +2 -0
- data/example_files/resources/hpxml-measures/SimulationOutputReport/tests/output_report_test.rb +29 -3
- data/example_files/resources/hpxml-measures/docs/source/build_residential_hpxml.rst +21 -7
- data/example_files/resources/hpxml-measures/docs/source/hpxml_to_openstudio.rst +36 -8
- data/example_files/resources/hpxml-measures/docs/source/simulation_output_report.rst +5 -4
- data/example_files/resources/hpxml-measures/tasks.rb +101 -175
- data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012-cache.csv +1 -1
- data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012.epw +1 -1
- data/example_files/resources/hpxml-measures/workflow/run_simulation.rb +0 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-50percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +6 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-laundry-room.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater-recirc.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-uef.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-attached-multifamily.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-common-surfaces.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-heated-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-housing-unit.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-multifamily-buffer-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-non-freezing-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-interior-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-interior-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-flowrate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ideal-air.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-programmable-thermostat.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-cooling-tower-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-eae.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-cooling-tower-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-ground-loop-ground-to-air-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-detailed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath-AMY-2012.xml → base-location-AMY-2012.xml} +8 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-preconditioning.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shelter-coefficient.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +5 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-shared.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-stochastic.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-user-specified.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath.xml → base-simcontrol-calendar-year-custom.xml} +5 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-central-ac-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-plus-air-to-air-heat-pump-heating-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-dual-fuel-mini-split-heat-pump-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-elec-resistance-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-evap-cooler-furnace-gas-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-floor-furnace-propane-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-room-ac-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-air-conditioner-only-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-cooling-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-heating-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-room-ac-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-stove-oil-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-wall-furnace-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/appliances-location-unconditioned-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cfis-with-hydronic-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-dryer-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-washer-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/coal-for-non-boiler-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cooking-range-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-frac-load-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dishwasher-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location-unconditioned-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duplicate-id.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-attic-missing-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-exterior-foundation-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-exterior-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-roof-ceiling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-ceiling-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-exterior-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-floor-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-cooling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-return-duct-leakage-missing.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-cooling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-frac-load-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-invalid-distribution-system-type.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/{invalid-wmo.xml → invalid-calendar-year.xml} +8 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-daylight-saving.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-distribution-cfa-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-epw-filepath.xml +4 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-facility-type.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-neighbor-shading-azimuth.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-runperiod.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-timestep.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-height.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-interior-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/lighting-fractions.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-duct-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-elements.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-appliance.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-duct.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-surface.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/orphaned-hvac-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerator-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-multiple-primary.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-no-primary.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/slab-zero-exposed-perimeter.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-combi-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-cfis.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-door.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-hvac-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-clothes-washer-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-dishwasher-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-skylight.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-solar-thermal-system.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-window.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location-other.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +4 -2
- data/lib/uo_cli.rb +40 -22
- data/lib/uo_cli/version.rb +1 -1
- data/uo_cli.gemspec +3 -4
- metadata +149 -27
- data/example_files/resources/hpxml-measures/weather/data.csv +0 -1012
@@ -106,11 +106,40 @@ The simulation run period can be optionally specified with ``BeginMonth``/``Begi
|
|
106
106
|
The ``BeginMonth``/``BeginDayOfMonth`` provided must occur before ``EndMonth``/``EndDayOfMonth`` provided (e.g., a run period from 10/1 to 3/31 is invalid).
|
107
107
|
If not provided, default values of January 1st and December 31st will be used.
|
108
108
|
|
109
|
+
The simulation run period calendar year can be optionally specified with ``CalendarYear``.
|
110
|
+
The calendar year is used to determine the simulation start day of week.
|
111
|
+
If the EPW weather file is TMY (Typical Meteorological Year), the default value of 2007 will be used if not specified.
|
112
|
+
If the EPW weather file is AMY (Actual Meteorological Year), the AMY year will be used regardless of what is specified.
|
113
|
+
|
109
114
|
Whether to apply daylight saving time can be optionally denoted with ``DaylightSaving/Enabled``.
|
110
115
|
If either ``DaylightSaving`` or ``DaylightSaving/Enabled`` is not provided, ``DaylightSaving/Enabled`` will default to true.
|
111
116
|
If daylight saving is enabled, the daylight saving period can be optionally specified with ``DaylightSaving/BeginMonth``, ``DaylightSaving/BeginDayOfMonth``, ``DaylightSaving/EndMonth``, and ``DaylightSaving/EndDayOfMonth``.
|
112
117
|
If not specified, dates will be defined according to the EPW weather file header; if not available there, default values of March 12 and November 5 will be used.
|
113
118
|
|
119
|
+
An absolute or relative path can be entered in ``/HPXML/SoftwareInfo/extension/OccupancySchedulesCSVPath``.
|
120
|
+
The file that this path points to must be a valid csv file containing column-wise (hourly or sub-hourly) schedules with headers matching column names from `this sample CSV file <https://github.com/NREL/OpenStudio-HPXML/tree/master/BuildResidentialHPXML/tests/schedules/user-specified.csv>`_.
|
121
|
+
A valid csv file contains schedules:
|
122
|
+
|
123
|
+
- that span the entire year (8760 or 8784 hours)
|
124
|
+
- whose values are between only 0 and 1
|
125
|
+
- with a minute per item evenly divisible into 60
|
126
|
+
|
127
|
+
Note, then, that the shortest schedule may be hourly and the longest (sub-hourly) schedule may be minutely.
|
128
|
+
The csv file may optionally contain a "vacancy" column which indicates timestamps for which the building unit is vacant. A value of 0 indicates no vacancy, whereas a value of 1 indicates vacancy. All schedules in the csv file will be set to zero during the vacancy period.
|
129
|
+
The following end uses will be zero during the vacancy period:
|
130
|
+
|
131
|
+
- occupants
|
132
|
+
- lighting
|
133
|
+
- appliances
|
134
|
+
- fixtures
|
135
|
+
- ceiling fan
|
136
|
+
- plug loads
|
137
|
+
- fuel loads
|
138
|
+
- pools
|
139
|
+
- hot tubs
|
140
|
+
|
141
|
+
If a schedule path is provided, no other weekday/weekend fraction or monthly multipliers may be contained in the HPXML file.
|
142
|
+
|
114
143
|
HPXML HVAC Sizing Control
|
115
144
|
*************************
|
116
145
|
|
@@ -186,7 +215,7 @@ Fields include:
|
|
186
215
|
- ``NumberofBathrooms``: Optional. If not provided, it is calculated as :math:`\frac{NumberofBedrooms}{2} + 0.5` based on the `Building America House Simulation Protocols <https://www1.eere.energy.gov/buildings/publications/pdfs/building_america/house_simulation.pdf>`_.
|
187
216
|
- ``ConditionedFloorArea``
|
188
217
|
- ``ConditionedBuildingVolume`` or ``AverageCeilingHeight``
|
189
|
-
- ``extension/HasFlueOrChimney``: Optional. Specifies whether there is a flue (associated with heating system or water heater) or chimney.
|
218
|
+
- ``extension/HasFlueOrChimney``: Optional. Specifies whether there is a flue (associated with heating system or water heater) or chimney. If not provided, it is assumed to be true if any of the following conditions are met:
|
190
219
|
|
191
220
|
- heating system is non-electric ``Furnace``, ``Boiler``, ``WallFurnace``, ``FloorFurnace``, ``Stove``, or ``FixedHeater`` and AFUE/Percent is less than 0.89
|
192
221
|
- heating system is non-electric ``Fireplace``
|
@@ -195,12 +224,8 @@ Fields include:
|
|
195
224
|
HPXML Weather Station
|
196
225
|
---------------------
|
197
226
|
|
198
|
-
The ``ClimateandRiskZones/WeatherStation`` element specifies the EnergyPlus weather file (EPW) to be used
|
199
|
-
The weather
|
200
|
-
|
201
|
-
#. Using ``WeatherStation/WMO``, which must be one of the acceptable TMY3 WMO station numbers found in the ``weather/data.csv`` file.
|
202
|
-
The full set of U.S. TMY3 weather files can be `downloaded here <https://data.nrel.gov/system/files/128/tmy3s-cache-csv.zip>`_.
|
203
|
-
#. Using ``WeatherStation/extension/EPWFilePath``.
|
227
|
+
The ``ClimateandRiskZones/WeatherStation/extension/EPWFilePath`` element specifies the path to the EnergyPlus weather file (EPW) to be used by the simulation.
|
228
|
+
The full set of U.S. TMY3 weather files can be `downloaded here <https://data.nrel.gov/system/files/128/tmy3s-cache-csv.zip>`_.
|
204
229
|
|
205
230
|
HPXML Enclosure
|
206
231
|
---------------
|
@@ -1076,6 +1101,9 @@ If ``EnergyFactor`` is provided instead of ``CombinedEnergyFactor``, it will be
|
|
1076
1101
|
|
1077
1102
|
An ``extension/UsageMultiplier`` can also be optionally provided that scales energy usage; if not provided, it is assumed to be 1.0.
|
1078
1103
|
|
1104
|
+
An optional ``extension/IsVented`` element can be used to indicate whether the clothes dryer is vented. If not provided, it is assumed that the clothes dryer is vented.
|
1105
|
+
If the clothes dryer is vented, an optional ``extension/VentedFlowRate`` element can be used to specify the exhaust cfm. If not provided, it is assumed that the clothes dryer vented flow rate is 100 cfm.
|
1106
|
+
|
1079
1107
|
The clothes dryer may be optionally described as a shared appliance (i.e., in a shared laundry room) using ``IsSharedAppliance``.
|
1080
1108
|
If not provided, it is assumed to be false.
|
1081
1109
|
|
@@ -1162,7 +1190,7 @@ IsConvection false
|
|
1162
1190
|
============= ==============
|
1163
1191
|
|
1164
1192
|
Optional ``CookingRange/extension/WeekdayScheduleFractions``, ``CookingRange/extension/WeekendScheduleFractions``, and ``CookingRange/extension/MonthlyScheduleMultipliers`` can be provided; if not provided, values from Figures 22 & 24 of the `Building America House Simulation Protocols <https://www1.eere.energy.gov/buildings/publications/pdfs/building_america/house_simulation.pdf>`_ are used.
|
1165
|
-
|
1193
|
+
A ``CookingRange/extension/UsageMultiplier`` can also be optionally provided that scales energy usage; if not provided, it is assumed to be 1.0.
|
1166
1194
|
|
1167
1195
|
HPXML Dehumidifier
|
1168
1196
|
******************
|
@@ -210,6 +210,7 @@ Current component loads disaggregated by Heating/Cooling are:
|
|
210
210
|
Component Load: \*: Natural Ventilation (MBtu) Heat gain/loss from airflow through operable windows
|
211
211
|
Component Load: \*: Mechanical Ventilation (MBtu) Heat gain/loss from airflow/fan energy from a whole house mechanical ventilation system
|
212
212
|
Component Load: \*: Whole House Fan (MBtu) Heat gain/loss from airflow due to a whole house fan
|
213
|
+
Component Load; \*: Clothes Dryer Exhaust (MBtu) Heat gain/loss from airflow due to clothes dryer exhaust
|
213
214
|
Component Load: \*: Ducts (MBtu) Heat gain/loss from conduction and leakage losses through supply/return ducts outside conditioned space
|
214
215
|
Component Load: \*: Internal Gains (MBtu) Heat gain/loss from appliances, lighting, plug loads, water heater tank losses, etc. in the conditioned space
|
215
216
|
================================================= =========================================================================================================
|
@@ -237,15 +238,15 @@ The timeseries output file is called results_timeseries.csv and co-located with
|
|
237
238
|
|
238
239
|
Depending on the outputs requested, CSV files may include:
|
239
240
|
|
240
|
-
===================================
|
241
|
+
=================================== ==================================================================================================================================
|
241
242
|
Type Notes
|
242
|
-
===================================
|
243
|
+
=================================== ==================================================================================================================================
|
243
244
|
Fuel Consumptions Energy use for each fuel type (in kBtu for fossil fuels and kWh for electricity).
|
244
245
|
End Use Consumptions Energy use for each end use type (in kBtu for fossil fuels and kWh for electricity).
|
245
246
|
Hot Water Uses Water use for each end use type (in gallons).
|
246
247
|
Total Loads Heating and cooling loads (in kBtu) for the building.
|
247
248
|
Component Loads Heating and cooling loads (in kBtu) disaggregated by component (e.g., Walls, Windows, Infiltration, Ducts, etc.).
|
248
249
|
Zone Temperatures Average temperatures (in deg-F) for each space modeled (e.g., living space, attic, garage, basement, crawlspace, etc.).
|
249
|
-
Airflows Airflow rates (in cfm) for infiltration, mechanical ventilation, natural ventilation,
|
250
|
+
Airflows Airflow rates (in cfm) for infiltration, mechanical ventilation, natural ventilation, whole house fans, and clothes dryer exhaust.
|
250
251
|
Weather Weather file data including outdoor temperatures, relative humidity, wind speed, and solar.
|
251
|
-
===================================
|
252
|
+
=================================== ==================================================================================================================================
|
@@ -181,11 +181,10 @@ def create_osws
|
|
181
181
|
'base-lighting-ceiling-fans.osw' => 'base.osw',
|
182
182
|
'base-lighting-detailed.osw' => 'base.osw',
|
183
183
|
# 'base-lighting-none.osw' => 'base.osw',
|
184
|
+
'base-location-AMY-2012.osw' => 'base.osw',
|
184
185
|
'base-location-baltimore-md.osw' => 'base.osw',
|
185
186
|
'base-location-dallas-tx.osw' => 'base-foundation-slab.osw',
|
186
187
|
'base-location-duluth-mn.osw' => 'base.osw',
|
187
|
-
'base-location-epw-filepath.osw' => 'base.osw',
|
188
|
-
'base-location-epw-filepath-AMY-2012.osw' => 'base.osw',
|
189
188
|
'base-location-miami-fl.osw' => 'base-foundation-slab.osw',
|
190
189
|
'base-mechvent-balanced.osw' => 'base.osw',
|
191
190
|
'base-mechvent-bath-kitchen-fans.osw' => 'base.osw',
|
@@ -199,6 +198,9 @@ def create_osws
|
|
199
198
|
'base-mechvent-hrv.osw' => 'base.osw',
|
200
199
|
'base-mechvent-hrv-asre.osw' => 'base.osw',
|
201
200
|
# 'base-mechvent-multiple.osw' => 'base.osw',
|
201
|
+
# 'base-mechvent-shared.osw' => 'base.osw',
|
202
|
+
# 'base-mechvent-shared-multiple.osw' => 'base.osw',
|
203
|
+
# 'base-mechvent-shared-preconditioning.osw' => 'base.osw',
|
202
204
|
'base-mechvent-supply.osw' => 'base.osw',
|
203
205
|
'base-mechvent-whole-house-fan.osw' => 'base.osw',
|
204
206
|
'base-misc-defaults.osw' => 'base.osw',
|
@@ -209,10 +211,13 @@ def create_osws
|
|
209
211
|
'base-misc-usage-multiplier.osw' => 'base.osw',
|
210
212
|
'base-pv.osw' => 'base.osw',
|
211
213
|
# 'base-pv-shared.osw' => 'base.osw',
|
214
|
+
'base-simcontrol-calendar-year-custom.osw' => 'base.osw',
|
212
215
|
'base-simcontrol-daylight-saving-custom.osw' => 'base.osw',
|
213
216
|
'base-simcontrol-daylight-saving-disabled.osw' => 'base.osw',
|
214
217
|
'base-simcontrol-runperiod-1-month.osw' => 'base.osw',
|
215
218
|
'base-simcontrol-timestep-10-mins.osw' => 'base.osw',
|
219
|
+
'base-schedules-stochastic.osw' => 'base.osw',
|
220
|
+
'base-schedules-user-specified.osw' => 'base.osw',
|
216
221
|
|
217
222
|
# Extra test files that don't correspond with sample files
|
218
223
|
'extra-auto.osw' => 'base.osw',
|
@@ -224,6 +229,9 @@ def create_osws
|
|
224
229
|
'extra-second-heating-system-fireplace.osw' => 'base.osw',
|
225
230
|
'extra-pv-shared.osw' => 'base-single-family-attached.osw',
|
226
231
|
'extra-enclosure-garage-partially-protruded.osw' => 'base.osw',
|
232
|
+
'extra-mechvent-shared.osw' => 'base-single-family-attached.osw',
|
233
|
+
'extra-mechvent-shared-preconditioning.osw' => 'extra-mechvent-shared.osw',
|
234
|
+
'extra-vacancy-6-months.osw' => 'base-schedules-stochastic.osw',
|
227
235
|
|
228
236
|
'invalid_files/non-electric-heat-pump-water-heater.osw' => 'base.osw',
|
229
237
|
'invalid_files/heating-system-and-heat-pump.osw' => 'base.osw',
|
@@ -323,8 +331,8 @@ def get_values(osw_file, step)
|
|
323
331
|
step.setArgument('hpxml_path', "../BuildResidentialHPXML/tests/built_residential_hpxml/#{File.basename(osw_file, '.*')}.xml")
|
324
332
|
|
325
333
|
if ['base.osw'].include? osw_file
|
326
|
-
step.setArgument('weather_dir', 'weather')
|
327
334
|
step.setArgument('simulation_control_timestep', '60')
|
335
|
+
step.setArgument('schedules_type', 'default')
|
328
336
|
step.setArgument('weather_station_epw_filepath', 'USA_CO_Denver.Intl.AP.725650_TMY3.epw')
|
329
337
|
step.setArgument('site_type', HPXML::SiteTypeSuburban)
|
330
338
|
step.setArgument('geometry_unit_type', HPXML::ResidentialTypeSFD)
|
@@ -484,6 +492,15 @@ def get_values(osw_file, step)
|
|
484
492
|
step.setArgument('mech_vent_sensible_recovery_efficiency_type', 'Unadjusted')
|
485
493
|
step.setArgument('mech_vent_sensible_recovery_efficiency', 0.72)
|
486
494
|
step.setArgument('mech_vent_fan_power', 30)
|
495
|
+
step.setArgument('mech_vent_is_shared_system', false)
|
496
|
+
step.setArgument('mech_vent_fan_type_2', 'none')
|
497
|
+
step.setArgument('mech_vent_flow_rate_2', 110)
|
498
|
+
step.setArgument('mech_vent_hours_in_operation_2', 24)
|
499
|
+
step.setArgument('mech_vent_total_recovery_efficiency_type_2', 'Unadjusted')
|
500
|
+
step.setArgument('mech_vent_total_recovery_efficiency_2', 0.48)
|
501
|
+
step.setArgument('mech_vent_sensible_recovery_efficiency_type_2', 'Unadjusted')
|
502
|
+
step.setArgument('mech_vent_sensible_recovery_efficiency_2', 0.72)
|
503
|
+
step.setArgument('mech_vent_fan_power_2', 30)
|
487
504
|
step.setArgument('kitchen_fans_present', false)
|
488
505
|
step.setArgument('bathroom_fans_present', false)
|
489
506
|
step.setArgument('whole_house_fan_present', false)
|
@@ -548,31 +565,20 @@ def get_values(osw_file, step)
|
|
548
565
|
step.setArgument('lighting_fraction_lfl_interior', 0.1)
|
549
566
|
step.setArgument('lighting_fraction_led_interior', 0.25)
|
550
567
|
step.setArgument('lighting_usage_multiplier_interior', 1.0)
|
551
|
-
step.setArgument('lighting_weekday_fractions_interior', Constants.Auto)
|
552
|
-
step.setArgument('lighting_weekend_fractions_interior', Constants.Auto)
|
553
|
-
step.setArgument('lighting_monthly_multipliers_interior', Constants.Auto)
|
554
568
|
step.setArgument('lighting_fraction_cfl_exterior', 0.4)
|
555
569
|
step.setArgument('lighting_fraction_lfl_exterior', 0.1)
|
556
570
|
step.setArgument('lighting_fraction_led_exterior', 0.25)
|
557
571
|
step.setArgument('lighting_usage_multiplier_exterior', 1.0)
|
558
|
-
step.setArgument('lighting_weekday_fractions_exterior', Constants.Auto)
|
559
|
-
step.setArgument('lighting_weekend_fractions_exterior', Constants.Auto)
|
560
|
-
step.setArgument('lighting_monthly_multipliers_exterior', Constants.Auto)
|
561
572
|
step.setArgument('lighting_fraction_cfl_garage', 0.4)
|
562
573
|
step.setArgument('lighting_fraction_lfl_garage', 0.1)
|
563
574
|
step.setArgument('lighting_fraction_led_garage', 0.25)
|
564
575
|
step.setArgument('lighting_usage_multiplier_garage', 1.0)
|
565
|
-
step.setArgument('lighting_weekday_fractions_garage', Constants.Auto)
|
566
|
-
step.setArgument('lighting_weekend_fractions_garage', Constants.Auto)
|
567
|
-
step.setArgument('lighting_monthly_multipliers_garage', Constants.Auto)
|
568
576
|
step.setArgument('holiday_lighting_present', false)
|
569
577
|
step.setArgument('holiday_lighting_daily_kwh', Constants.Auto)
|
570
578
|
step.setArgument('holiday_lighting_period_begin_month', Constants.Auto)
|
571
579
|
step.setArgument('holiday_lighting_period_begin_day_of_month', Constants.Auto)
|
572
580
|
step.setArgument('holiday_lighting_period_end_month', Constants.Auto)
|
573
581
|
step.setArgument('holiday_lighting_period_end_day_of_month', Constants.Auto)
|
574
|
-
step.setArgument('holiday_lighting_weekday_fractions_exterior', Constants.Auto)
|
575
|
-
step.setArgument('holiday_lighting_weekend_fractions_exterior', Constants.Auto)
|
576
582
|
step.setArgument('dehumidifier_present', false)
|
577
583
|
step.setArgument('dehumidifier_efficiency_type', 'EnergyFactor')
|
578
584
|
step.setArgument('dehumidifier_efficiency_ef', 1.8)
|
@@ -599,6 +605,7 @@ def get_values(osw_file, step)
|
|
599
605
|
step.setArgument('clothes_dryer_efficiency_ef', 3.4615)
|
600
606
|
step.setArgument('clothes_dryer_efficiency_cef', '3.73')
|
601
607
|
step.setArgument('clothes_dryer_control_type', HPXML::ClothesDryerControlTypeTimer)
|
608
|
+
step.setArgument('clothes_dryer_vented_flow_rate', '150.0')
|
602
609
|
step.setArgument('clothes_dryer_usage_multiplier', 1.0)
|
603
610
|
step.setArgument('dishwasher_present', true)
|
604
611
|
step.setArgument('dishwasher_location', HPXML::LocationLivingSpace)
|
@@ -615,32 +622,20 @@ def get_values(osw_file, step)
|
|
615
622
|
step.setArgument('refrigerator_location', HPXML::LocationLivingSpace)
|
616
623
|
step.setArgument('refrigerator_rated_annual_kwh', '650.0')
|
617
624
|
step.setArgument('refrigerator_usage_multiplier', 1.0)
|
618
|
-
step.setArgument('refrigerator_weekday_fractions', Constants.Auto)
|
619
|
-
step.setArgument('refrigerator_weekend_fractions', Constants.Auto)
|
620
|
-
step.setArgument('refrigerator_monthly_multipliers', Constants.Auto)
|
621
625
|
step.setArgument('extra_refrigerator_present', false)
|
622
626
|
step.setArgument('extra_refrigerator_location', Constants.Auto)
|
623
627
|
step.setArgument('extra_refrigerator_rated_annual_kwh', Constants.Auto)
|
624
628
|
step.setArgument('extra_refrigerator_usage_multiplier', 1.0)
|
625
|
-
step.setArgument('extra_refrigerator_weekday_fractions', Constants.Auto)
|
626
|
-
step.setArgument('extra_refrigerator_weekend_fractions', Constants.Auto)
|
627
|
-
step.setArgument('extra_refrigerator_monthly_multipliers', Constants.Auto)
|
628
629
|
step.setArgument('freezer_present', false)
|
629
630
|
step.setArgument('freezer_location', Constants.Auto)
|
630
631
|
step.setArgument('freezer_rated_annual_kwh', Constants.Auto)
|
631
632
|
step.setArgument('freezer_usage_multiplier', 1.0)
|
632
|
-
step.setArgument('freezer_weekday_fractions', Constants.Auto)
|
633
|
-
step.setArgument('freezer_weekend_fractions', Constants.Auto)
|
634
|
-
step.setArgument('freezer_monthly_multipliers', Constants.Auto)
|
635
633
|
step.setArgument('cooking_range_oven_present', true)
|
636
634
|
step.setArgument('cooking_range_oven_location', HPXML::LocationLivingSpace)
|
637
635
|
step.setArgument('cooking_range_oven_fuel_type', HPXML::FuelTypeElectricity)
|
638
636
|
step.setArgument('cooking_range_oven_is_induction', false)
|
639
637
|
step.setArgument('cooking_range_oven_is_convection', false)
|
640
638
|
step.setArgument('cooking_range_oven_usage_multiplier', 1.0)
|
641
|
-
step.setArgument('cooking_range_oven_weekday_fractions', Constants.Auto)
|
642
|
-
step.setArgument('cooking_range_oven_weekend_fractions', Constants.Auto)
|
643
|
-
step.setArgument('cooking_range_oven_monthly_multipliers', Constants.Auto)
|
644
639
|
step.setArgument('ceiling_fan_present', false)
|
645
640
|
step.setArgument('ceiling_fan_efficiency', Constants.Auto)
|
646
641
|
step.setArgument('ceiling_fan_quantity', Constants.Auto)
|
@@ -649,76 +644,43 @@ def get_values(osw_file, step)
|
|
649
644
|
step.setArgument('plug_loads_other_frac_sensible', '0.855')
|
650
645
|
step.setArgument('plug_loads_other_frac_latent', '0.045')
|
651
646
|
step.setArgument('plug_loads_other_usage_multiplier', 1.0)
|
652
|
-
step.setArgument('plug_loads_other_weekday_fractions', Constants.Auto)
|
653
|
-
step.setArgument('plug_loads_other_weekend_fractions', Constants.Auto)
|
654
|
-
step.setArgument('plug_loads_other_monthly_multipliers', Constants.Auto)
|
655
647
|
step.setArgument('plug_loads_television_annual_kwh', '620.0')
|
656
648
|
step.setArgument('plug_loads_television_usage_multiplier', 1.0)
|
657
|
-
step.setArgument('plug_loads_television_weekday_fractions', Constants.Auto)
|
658
|
-
step.setArgument('plug_loads_television_weekend_fractions', Constants.Auto)
|
659
|
-
step.setArgument('plug_loads_television_monthly_multipliers', Constants.Auto)
|
660
649
|
step.setArgument('plug_loads_well_pump_present', false)
|
661
650
|
step.setArgument('plug_loads_well_pump_annual_kwh', Constants.Auto)
|
662
651
|
step.setArgument('plug_loads_well_pump_usage_multiplier', 1.0)
|
663
|
-
step.setArgument('plug_loads_well_pump_weekday_fractions', Constants.Auto)
|
664
|
-
step.setArgument('plug_loads_well_pump_weekend_fractions', Constants.Auto)
|
665
|
-
step.setArgument('plug_loads_well_pump_monthly_multipliers', Constants.Auto)
|
666
652
|
step.setArgument('plug_loads_vehicle_present', false)
|
667
653
|
step.setArgument('plug_loads_vehicle_annual_kwh', Constants.Auto)
|
668
654
|
step.setArgument('plug_loads_vehicle_usage_multiplier', 1.0)
|
669
|
-
step.setArgument('plug_loads_vehicle_weekday_fractions', Constants.Auto)
|
670
|
-
step.setArgument('plug_loads_vehicle_weekend_fractions', Constants.Auto)
|
671
|
-
step.setArgument('plug_loads_vehicle_monthly_multipliers', Constants.Auto)
|
672
655
|
step.setArgument('fuel_loads_grill_present', false)
|
673
656
|
step.setArgument('fuel_loads_grill_fuel_type', HPXML::FuelTypeNaturalGas)
|
674
657
|
step.setArgument('fuel_loads_grill_annual_therm', Constants.Auto)
|
675
658
|
step.setArgument('fuel_loads_grill_location', Constants.Auto)
|
676
659
|
step.setArgument('fuel_loads_grill_usage_multiplier', 1.0)
|
677
|
-
step.setArgument('fuel_loads_grill_weekday_fractions', Constants.Auto)
|
678
|
-
step.setArgument('fuel_loads_grill_weekend_fractions', Constants.Auto)
|
679
|
-
step.setArgument('fuel_loads_grill_monthly_multipliers', Constants.Auto)
|
680
660
|
step.setArgument('fuel_loads_lighting_present', false)
|
681
661
|
step.setArgument('fuel_loads_lighting_fuel_type', HPXML::FuelTypeNaturalGas)
|
682
662
|
step.setArgument('fuel_loads_lighting_annual_therm', Constants.Auto)
|
683
663
|
step.setArgument('fuel_loads_lighting_location', Constants.Auto)
|
684
664
|
step.setArgument('fuel_loads_lighting_usage_multiplier', 1.0)
|
685
|
-
step.setArgument('fuel_loads_lighting_weekday_fractions', Constants.Auto)
|
686
|
-
step.setArgument('fuel_loads_lighting_weekend_fractions', Constants.Auto)
|
687
|
-
step.setArgument('fuel_loads_lighting_monthly_multipliers', Constants.Auto)
|
688
665
|
step.setArgument('fuel_loads_fireplace_present', false)
|
689
666
|
step.setArgument('fuel_loads_fireplace_fuel_type', HPXML::FuelTypeNaturalGas)
|
690
667
|
step.setArgument('fuel_loads_fireplace_annual_therm', Constants.Auto)
|
691
668
|
step.setArgument('fuel_loads_fireplace_location', Constants.Auto)
|
692
669
|
step.setArgument('fuel_loads_fireplace_usage_multiplier', 1.0)
|
693
|
-
step.setArgument('fuel_loads_fireplace_weekday_fractions', Constants.Auto)
|
694
|
-
step.setArgument('fuel_loads_fireplace_weekend_fractions', Constants.Auto)
|
695
|
-
step.setArgument('fuel_loads_fireplace_monthly_multipliers', Constants.Auto)
|
696
670
|
step.setArgument('pool_present', false)
|
697
671
|
step.setArgument('pool_pump_annual_kwh', Constants.Auto)
|
698
672
|
step.setArgument('pool_pump_usage_multiplier', 1.0)
|
699
|
-
step.setArgument('pool_pump_weekday_fractions', Constants.Auto)
|
700
|
-
step.setArgument('pool_pump_weekend_fractions', Constants.Auto)
|
701
|
-
step.setArgument('pool_pump_monthly_multipliers', Constants.Auto)
|
702
673
|
step.setArgument('pool_heater_type', HPXML::HeaterTypeElectricResistance)
|
703
674
|
step.setArgument('pool_heater_annual_kwh', Constants.Auto)
|
704
675
|
step.setArgument('pool_heater_annual_therm', Constants.Auto)
|
705
676
|
step.setArgument('pool_heater_usage_multiplier', 1.0)
|
706
|
-
step.setArgument('pool_heater_weekday_fractions', Constants.Auto)
|
707
|
-
step.setArgument('pool_heater_weekend_fractions', Constants.Auto)
|
708
|
-
step.setArgument('pool_heater_monthly_multipliers', Constants.Auto)
|
709
677
|
step.setArgument('hot_tub_present', false)
|
710
678
|
step.setArgument('hot_tub_pump_annual_kwh', Constants.Auto)
|
711
679
|
step.setArgument('hot_tub_pump_usage_multiplier', 1.0)
|
712
|
-
step.setArgument('hot_tub_pump_weekday_fractions', Constants.Auto)
|
713
|
-
step.setArgument('hot_tub_pump_weekend_fractions', Constants.Auto)
|
714
|
-
step.setArgument('hot_tub_pump_monthly_multipliers', Constants.Auto)
|
715
680
|
step.setArgument('hot_tub_heater_type', HPXML::HeaterTypeElectricResistance)
|
716
681
|
step.setArgument('hot_tub_heater_annual_kwh', Constants.Auto)
|
717
682
|
step.setArgument('hot_tub_heater_annual_therm', Constants.Auto)
|
718
683
|
step.setArgument('hot_tub_heater_usage_multiplier', 1.0)
|
719
|
-
step.setArgument('hot_tub_heater_weekday_fractions', Constants.Auto)
|
720
|
-
step.setArgument('hot_tub_heater_weekend_fractions', Constants.Auto)
|
721
|
-
step.setArgument('hot_tub_heater_monthly_multipliers', Constants.Auto)
|
722
684
|
elsif ['base-single-family-attached.osw'].include? osw_file
|
723
685
|
step.setArgument('geometry_unit_type', HPXML::ResidentialTypeSFA)
|
724
686
|
step.setArgument('geometry_cfa', 900.0)
|
@@ -755,6 +717,7 @@ def get_values(osw_file, step)
|
|
755
717
|
step.setArgument('clothes_dryer_fuel_type', HPXML::FuelTypeCoal)
|
756
718
|
step.setArgument('clothes_dryer_efficiency_cef', '3.3')
|
757
719
|
step.setArgument('clothes_dryer_control_type', HPXML::ClothesDryerControlTypeMoisture)
|
720
|
+
step.setArgument('clothes_dryer_vented_flow_rate', Constants.Auto)
|
758
721
|
step.setArgument('cooking_range_oven_fuel_type', HPXML::FuelTypeCoal)
|
759
722
|
elsif ['base-appliances-dehumidifier.osw'].include? osw_file
|
760
723
|
step.setArgument('dehumidifier_present', true)
|
@@ -766,6 +729,7 @@ def get_values(osw_file, step)
|
|
766
729
|
step.setArgument('clothes_dryer_fuel_type', HPXML::FuelTypeNaturalGas)
|
767
730
|
step.setArgument('clothes_dryer_efficiency_cef', '3.3')
|
768
731
|
step.setArgument('clothes_dryer_control_type', HPXML::ClothesDryerControlTypeMoisture)
|
732
|
+
step.setArgument('clothes_dryer_vented_flow_rate', Constants.Auto)
|
769
733
|
step.setArgument('cooking_range_oven_fuel_type', HPXML::FuelTypeNaturalGas)
|
770
734
|
elsif ['base-appliances-modified.osw'].include? osw_file
|
771
735
|
step.setArgument('clothes_washer_efficiency_type', 'ModifiedEnergyFactor')
|
@@ -773,6 +737,7 @@ def get_values(osw_file, step)
|
|
773
737
|
step.setArgument('clothes_dryer_efficiency_type', 'EnergyFactor')
|
774
738
|
step.setArgument('clothes_dryer_efficiency_ef', 4.29)
|
775
739
|
step.setArgument('clothes_dryer_control_type', HPXML::ClothesDryerControlTypeMoisture)
|
740
|
+
step.setArgument('clothes_dryer_vented_flow_rate', '0.0')
|
776
741
|
step.setArgument('dishwasher_efficiency_type', 'EnergyFactor')
|
777
742
|
step.setArgument('dishwasher_efficiency_ef', 0.7)
|
778
743
|
step.setArgument('dishwasher_place_setting_capacity', '6')
|
@@ -786,16 +751,19 @@ def get_values(osw_file, step)
|
|
786
751
|
step.setArgument('clothes_dryer_fuel_type', HPXML::FuelTypeOil)
|
787
752
|
step.setArgument('clothes_dryer_efficiency_cef', '3.3')
|
788
753
|
step.setArgument('clothes_dryer_control_type', HPXML::ClothesDryerControlTypeMoisture)
|
754
|
+
step.setArgument('clothes_dryer_vented_flow_rate', Constants.Auto)
|
789
755
|
step.setArgument('cooking_range_oven_fuel_type', HPXML::FuelTypeOil)
|
790
756
|
elsif ['base-appliances-propane.osw'].include? osw_file
|
791
757
|
step.setArgument('clothes_dryer_fuel_type', HPXML::FuelTypePropane)
|
792
758
|
step.setArgument('clothes_dryer_efficiency_cef', '3.3')
|
793
759
|
step.setArgument('clothes_dryer_control_type', HPXML::ClothesDryerControlTypeMoisture)
|
760
|
+
step.setArgument('clothes_dryer_vented_flow_rate', Constants.Auto)
|
794
761
|
step.setArgument('cooking_range_oven_fuel_type', HPXML::FuelTypePropane)
|
795
762
|
elsif ['base-appliances-wood.osw'].include? osw_file
|
796
763
|
step.setArgument('clothes_dryer_fuel_type', HPXML::FuelTypeWoodCord)
|
797
764
|
step.setArgument('clothes_dryer_efficiency_cef', '3.3')
|
798
765
|
step.setArgument('clothes_dryer_control_type', HPXML::ClothesDryerControlTypeMoisture)
|
766
|
+
step.setArgument('clothes_dryer_vented_flow_rate', Constants.Auto)
|
799
767
|
step.setArgument('cooking_range_oven_fuel_type', HPXML::FuelTypeWoodCord)
|
800
768
|
elsif ['base-atticroof-cathedral.osw'].include? osw_file
|
801
769
|
step.setArgument('geometry_attic_type', HPXML::AtticTypeConditioned)
|
@@ -1499,32 +1467,20 @@ def get_values(osw_file, step)
|
|
1499
1467
|
step.setArgument('ceiling_fan_quantity', '2')
|
1500
1468
|
step.setArgument('ceiling_fan_cooling_setpoint_temp_offset', 0.5)
|
1501
1469
|
elsif ['base-lighting-detailed.osw'].include? osw_file
|
1502
|
-
step.setArgument('lighting_weekday_fractions_interior', '0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249')
|
1503
|
-
step.setArgument('lighting_weekend_fractions_interior', '0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249')
|
1504
|
-
step.setArgument('lighting_monthly_multipliers_interior', '1.075, 1.064951905, 1.0375, 1.0, 0.9625, 0.935048095, 0.925, 0.935048095, 0.9625, 1.0, 1.0375, 1.064951905')
|
1505
|
-
step.setArgument('lighting_weekday_fractions_exterior', '0.046, 0.046, 0.046, 0.046, 0.046, 0.037, 0.035, 0.034, 0.033, 0.028, 0.022, 0.015, 0.012, 0.011, 0.011, 0.012, 0.019, 0.037, 0.049, 0.065, 0.091, 0.105, 0.091, 0.063')
|
1506
|
-
step.setArgument('lighting_weekend_fractions_exterior', '0.046, 0.046, 0.045, 0.045, 0.046, 0.045, 0.044, 0.041, 0.036, 0.03, 0.024, 0.016, 0.012, 0.011, 0.011, 0.012, 0.019, 0.038, 0.048, 0.06, 0.083, 0.098, 0.085, 0.059')
|
1507
|
-
step.setArgument('lighting_monthly_multipliers_exterior', '1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248')
|
1508
|
-
step.setArgument('lighting_weekday_fractions_garage', '0.046, 0.046, 0.046, 0.046, 0.046, 0.037, 0.035, 0.034, 0.033, 0.028, 0.022, 0.015, 0.012, 0.011, 0.011, 0.012, 0.019, 0.037, 0.049, 0.065, 0.091, 0.105, 0.091, 0.063')
|
1509
|
-
step.setArgument('lighting_weekend_fractions_garage', '0.046, 0.046, 0.045, 0.045, 0.046, 0.045, 0.044, 0.041, 0.036, 0.03, 0.024, 0.016, 0.012, 0.011, 0.011, 0.012, 0.019, 0.038, 0.048, 0.06, 0.083, 0.098, 0.085, 0.059')
|
1510
|
-
step.setArgument('lighting_monthly_multipliers_garage', '1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248')
|
1511
1470
|
step.setArgument('holiday_lighting_present', true)
|
1512
1471
|
step.setArgument('holiday_lighting_daily_kwh', '1.1')
|
1513
1472
|
step.setArgument('holiday_lighting_period_begin_month', '11')
|
1514
1473
|
step.setArgument('holiday_lighting_period_begin_day_of_month', '24')
|
1515
1474
|
step.setArgument('holiday_lighting_period_end_month', '1')
|
1516
1475
|
step.setArgument('holiday_lighting_period_end_day_of_month', '6')
|
1517
|
-
|
1518
|
-
step.setArgument('
|
1476
|
+
elsif ['base-location-AMY-2012.osw'].include? osw_file
|
1477
|
+
step.setArgument('weather_station_epw_filepath', 'US_CO_Boulder_AMY_2012.epw')
|
1519
1478
|
elsif ['base-location-baltimore-md.osw'].include? osw_file
|
1520
1479
|
step.setArgument('weather_station_epw_filepath', 'USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3.epw')
|
1521
1480
|
elsif ['base-location-dallas-tx.osw'].include? osw_file
|
1522
1481
|
step.setArgument('weather_station_epw_filepath', 'USA_TX_Dallas-Fort.Worth.Intl.AP.722590_TMY3.epw')
|
1523
1482
|
elsif ['base-location-duluth-mn.osw'].include? osw_file
|
1524
1483
|
step.setArgument('weather_station_epw_filepath', 'USA_MN_Duluth.Intl.AP.727450_TMY3.epw')
|
1525
|
-
elsif ['base-location-epw-filepath.osw'].include? osw_file
|
1526
|
-
elsif ['base-location-epw-filepath-AMY-2012.osw'].include? osw_file
|
1527
|
-
step.setArgument('weather_station_epw_filepath', 'US_CO_Boulder_AMY_2012.epw')
|
1528
1484
|
elsif ['base-location-miami-fl.osw'].include? osw_file
|
1529
1485
|
step.setArgument('weather_station_epw_filepath', 'USA_FL_Miami.Intl.AP.722020_TMY3.epw')
|
1530
1486
|
elsif ['base-mechvent-balanced.osw'].include? osw_file
|
@@ -1622,6 +1578,7 @@ def get_values(osw_file, step)
|
|
1622
1578
|
step.setArgument('clothes_dryer_location', Constants.Auto)
|
1623
1579
|
step.setArgument('clothes_dryer_efficiency_cef', Constants.Auto)
|
1624
1580
|
step.setArgument('clothes_dryer_control_type', Constants.Auto)
|
1581
|
+
step.setArgument('clothes_dryer_vented_flow_rate', Constants.Auto)
|
1625
1582
|
step.setArgument('dishwasher_efficiency_kwh', Constants.Auto)
|
1626
1583
|
step.setArgument('dishwasher_label_electric_rate', Constants.Auto)
|
1627
1584
|
step.setArgument('dishwasher_label_gas_rate', Constants.Auto)
|
@@ -1638,77 +1595,32 @@ def get_values(osw_file, step)
|
|
1638
1595
|
step.setArgument('plug_loads_other_frac_sensible', Constants.Auto)
|
1639
1596
|
step.setArgument('plug_loads_other_frac_latent', Constants.Auto)
|
1640
1597
|
elsif ['base-misc-loads-large-uncommon.osw'].include? osw_file
|
1641
|
-
step.setArgument('refrigerator_weekday_fractions', '0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041')
|
1642
|
-
step.setArgument('refrigerator_weekend_fractions', '0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041')
|
1643
|
-
step.setArgument('refrigerator_monthly_multipliers', '0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837')
|
1644
1598
|
step.setArgument('extra_refrigerator_present', true)
|
1645
1599
|
step.setArgument('extra_refrigerator_rated_annual_kwh', '700.0')
|
1646
|
-
step.setArgument('extra_refrigerator_weekday_fractions', '0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041')
|
1647
|
-
step.setArgument('extra_refrigerator_weekend_fractions', '0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041')
|
1648
|
-
step.setArgument('extra_refrigerator_monthly_multipliers', '0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837')
|
1649
1600
|
step.setArgument('freezer_present', true)
|
1650
1601
|
step.setArgument('freezer_location', HPXML::LocationLivingSpace)
|
1651
1602
|
step.setArgument('freezer_rated_annual_kwh', '300.0')
|
1652
|
-
step.setArgument('freezer_weekday_fractions', '0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041')
|
1653
|
-
step.setArgument('freezer_weekend_fractions', '0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041')
|
1654
|
-
step.setArgument('freezer_monthly_multipliers', '0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837')
|
1655
|
-
step.setArgument('cooking_range_oven_weekday_fractions', '0.007, 0.007, 0.004, 0.004, 0.007, 0.011, 0.025, 0.042, 0.046, 0.048, 0.042, 0.050, 0.057, 0.046, 0.057, 0.044, 0.092, 0.150, 0.117, 0.060, 0.035, 0.025, 0.016, 0.011')
|
1656
|
-
step.setArgument('cooking_range_oven_weekend_fractions', '0.007, 0.007, 0.004, 0.004, 0.007, 0.011, 0.025, 0.042, 0.046, 0.048, 0.042, 0.050, 0.057, 0.046, 0.057, 0.044, 0.092, 0.150, 0.117, 0.060, 0.035, 0.025, 0.016, 0.011')
|
1657
|
-
step.setArgument('cooking_range_oven_monthly_multipliers', '1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097')
|
1658
|
-
step.setArgument('plug_loads_other_weekday_fractions', '0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036')
|
1659
|
-
step.setArgument('plug_loads_other_weekend_fractions', '0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036')
|
1660
|
-
step.setArgument('plug_loads_other_monthly_multipliers', '1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248')
|
1661
|
-
step.setArgument('plug_loads_television_weekday_fractions', '0.045, 0.019, 0.01, 0.001, 0.001, 0.001, 0.005, 0.009, 0.018, 0.026, 0.032, 0.038, 0.04, 0.041, 0.043, 0.045, 0.05, 0.055, 0.07, 0.085, 0.097, 0.108, 0.089, 0.07')
|
1662
|
-
step.setArgument('plug_loads_television_weekend_fractions', '0.045, 0.019, 0.01, 0.001, 0.001, 0.001, 0.005, 0.009, 0.018, 0.026, 0.032, 0.038, 0.04, 0.041, 0.043, 0.045, 0.05, 0.055, 0.07, 0.085, 0.097, 0.108, 0.089, 0.07')
|
1663
|
-
step.setArgument('plug_loads_television_monthly_multipliers', '1.137, 1.129, 0.961, 0.969, 0.961, 0.993, 0.996, 0.96, 0.993, 0.867, 0.86, 1.137')
|
1664
1603
|
step.setArgument('plug_loads_well_pump_present', true)
|
1665
1604
|
step.setArgument('plug_loads_well_pump_annual_kwh', '475.0')
|
1666
|
-
step.setArgument('plug_loads_well_pump_weekday_fractions', '0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065')
|
1667
|
-
step.setArgument('plug_loads_well_pump_weekend_fractions', '0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065')
|
1668
|
-
step.setArgument('plug_loads_well_pump_monthly_multipliers', '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154')
|
1669
1605
|
step.setArgument('plug_loads_vehicle_present', true)
|
1670
1606
|
step.setArgument('plug_loads_vehicle_annual_kwh', '1500.0')
|
1671
|
-
step.setArgument('plug_loads_vehicle_weekday_fractions', '0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042')
|
1672
|
-
step.setArgument('plug_loads_vehicle_weekend_fractions', '0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042')
|
1673
|
-
step.setArgument('plug_loads_vehicle_monthly_multipliers', '1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1')
|
1674
1607
|
step.setArgument('fuel_loads_grill_present', true)
|
1675
1608
|
step.setArgument('fuel_loads_grill_fuel_type', HPXML::FuelTypePropane)
|
1676
1609
|
step.setArgument('fuel_loads_grill_annual_therm', '25.0')
|
1677
1610
|
step.setArgument('fuel_loads_grill_location', HPXML::LocationExterior)
|
1678
|
-
step.setArgument('fuel_loads_grill_weekday_fractions', '0.004, 0.001, 0.001, 0.002, 0.007, 0.012, 0.029, 0.046, 0.044, 0.041, 0.044, 0.046, 0.042, 0.038, 0.049, 0.059, 0.110, 0.161, 0.115, 0.070, 0.044, 0.019, 0.013, 0.007')
|
1679
|
-
step.setArgument('fuel_loads_grill_weekend_fractions', '0.004, 0.001, 0.001, 0.002, 0.007, 0.012, 0.029, 0.046, 0.044, 0.041, 0.044, 0.046, 0.042, 0.038, 0.049, 0.059, 0.110, 0.161, 0.115, 0.070, 0.044, 0.019, 0.013, 0.007')
|
1680
|
-
step.setArgument('fuel_loads_grill_monthly_multipliers', '1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097')
|
1681
1611
|
step.setArgument('fuel_loads_lighting_present', true)
|
1682
1612
|
step.setArgument('fuel_loads_lighting_annual_therm', '28.0')
|
1683
|
-
step.setArgument('fuel_loads_lighting_weekday_fractions', '0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065')
|
1684
|
-
step.setArgument('fuel_loads_lighting_weekend_fractions', '0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065')
|
1685
|
-
step.setArgument('fuel_loads_lighting_monthly_multipliers', '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154')
|
1686
1613
|
step.setArgument('fuel_loads_fireplace_present', true)
|
1687
1614
|
step.setArgument('fuel_loads_fireplace_fuel_type', HPXML::FuelTypeWoodCord)
|
1688
1615
|
step.setArgument('fuel_loads_fireplace_annual_therm', '55.0')
|
1689
1616
|
step.setArgument('fuel_loads_fireplace_location', HPXML::LocationInterior)
|
1690
|
-
step.setArgument('fuel_loads_fireplace_weekday_fractions', '0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065')
|
1691
|
-
step.setArgument('fuel_loads_fireplace_weekend_fractions', '0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065')
|
1692
|
-
step.setArgument('fuel_loads_fireplace_monthly_multipliers', '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154')
|
1693
1617
|
step.setArgument('pool_present', true)
|
1694
1618
|
step.setArgument('pool_heater_type', HPXML::HeaterTypeGas)
|
1695
1619
|
step.setArgument('pool_pump_annual_kwh', '2700.0')
|
1696
1620
|
step.setArgument('pool_heater_annual_therm', '500.0')
|
1697
|
-
step.setArgument('pool_pump_weekday_fractions', '0.003, 0.003, 0.003, 0.004, 0.008, 0.015, 0.026, 0.044, 0.084, 0.121, 0.127, 0.121, 0.120, 0.090, 0.075, 0.061, 0.037, 0.023, 0.013, 0.008, 0.004, 0.003, 0.003, 0.003')
|
1698
|
-
step.setArgument('pool_pump_weekend_fractions', '0.003, 0.003, 0.003, 0.004, 0.008, 0.015, 0.026, 0.044, 0.084, 0.121, 0.127, 0.121, 0.120, 0.090, 0.075, 0.061, 0.037, 0.023, 0.013, 0.008, 0.004, 0.003, 0.003, 0.003')
|
1699
|
-
step.setArgument('pool_pump_monthly_multipliers', '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154')
|
1700
|
-
step.setArgument('pool_heater_weekday_fractions', '0.003, 0.003, 0.003, 0.004, 0.008, 0.015, 0.026, 0.044, 0.084, 0.121, 0.127, 0.121, 0.120, 0.090, 0.075, 0.061, 0.037, 0.023, 0.013, 0.008, 0.004, 0.003, 0.003, 0.003')
|
1701
|
-
step.setArgument('pool_heater_weekend_fractions', '0.003, 0.003, 0.003, 0.004, 0.008, 0.015, 0.026, 0.044, 0.084, 0.121, 0.127, 0.121, 0.120, 0.090, 0.075, 0.061, 0.037, 0.023, 0.013, 0.008, 0.004, 0.003, 0.003, 0.003')
|
1702
|
-
step.setArgument('pool_heater_monthly_multipliers', '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154')
|
1703
1621
|
step.setArgument('hot_tub_present', true)
|
1704
1622
|
step.setArgument('hot_tub_pump_annual_kwh', '1000.0')
|
1705
1623
|
step.setArgument('hot_tub_heater_annual_kwh', '1300.0')
|
1706
|
-
step.setArgument('hot_tub_pump_weekday_fractions', '0.024, 0.029, 0.024, 0.029, 0.047, 0.067, 0.057, 0.024, 0.024, 0.019, 0.015, 0.014, 0.014, 0.014, 0.024, 0.058, 0.126, 0.122, 0.068, 0.061, 0.051, 0.043, 0.024, 0.024')
|
1707
|
-
step.setArgument('hot_tub_pump_weekend_fractions', '0.024, 0.029, 0.024, 0.029, 0.047, 0.067, 0.057, 0.024, 0.024, 0.019, 0.015, 0.014, 0.014, 0.014, 0.024, 0.058, 0.126, 0.122, 0.068, 0.061, 0.051, 0.043, 0.024, 0.024')
|
1708
|
-
step.setArgument('hot_tub_pump_monthly_multipliers', '0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837')
|
1709
|
-
step.setArgument('hot_tub_heater_weekday_fractions', '0.024, 0.029, 0.024, 0.029, 0.047, 0.067, 0.057, 0.024, 0.024, 0.019, 0.015, 0.014, 0.014, 0.014, 0.024, 0.058, 0.126, 0.122, 0.068, 0.061, 0.051, 0.043, 0.024, 0.024')
|
1710
|
-
step.setArgument('hot_tub_heater_weekend_fractions', '0.024, 0.029, 0.024, 0.029, 0.047, 0.067, 0.057, 0.024, 0.024, 0.019, 0.015, 0.014, 0.014, 0.014, 0.024, 0.058, 0.126, 0.122, 0.068, 0.061, 0.051, 0.043, 0.024, 0.024')
|
1711
|
-
step.setArgument('hot_tub_heater_monthly_multipliers', '0.921, 0.928, 0.921, 0.915, 0.921, 1.160, 1.158, 1.158, 1.160, 0.921, 0.915, 0.921')
|
1712
1624
|
elsif ['base-misc-loads-large-uncommon2.osw'].include? osw_file
|
1713
1625
|
step.setArgument('pool_heater_type', 'none')
|
1714
1626
|
step.setArgument('hot_tub_heater_type', HPXML::HeaterTypeHeatPump)
|
@@ -1728,58 +1640,34 @@ def get_values(osw_file, step)
|
|
1728
1640
|
step.setArgument('freezer_location', HPXML::LocationLivingSpace)
|
1729
1641
|
step.setArgument('freezer_rated_annual_kwh', '300.0')
|
1730
1642
|
step.setArgument('freezer_usage_multiplier', 0.9)
|
1731
|
-
step.setArgument('freezer_weekday_fractions', '0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041')
|
1732
|
-
step.setArgument('freezer_weekend_fractions', '0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041')
|
1733
|
-
step.setArgument('freezer_monthly_multipliers', '0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837')
|
1734
1643
|
step.setArgument('cooking_range_oven_usage_multiplier', 0.9)
|
1735
1644
|
step.setArgument('plug_loads_television_usage_multiplier', 0.9)
|
1736
1645
|
step.setArgument('plug_loads_other_usage_multiplier', 0.9)
|
1737
1646
|
step.setArgument('pool_present', true)
|
1738
1647
|
step.setArgument('pool_pump_annual_kwh', '2700.0')
|
1739
1648
|
step.setArgument('pool_pump_usage_multiplier', 0.9)
|
1740
|
-
step.setArgument('pool_pump_weekday_fractions', '0.003, 0.003, 0.003, 0.004, 0.008, 0.015, 0.026, 0.044, 0.084, 0.121, 0.127, 0.121, 0.120, 0.090, 0.075, 0.061, 0.037, 0.023, 0.013, 0.008, 0.004, 0.003, 0.003, 0.003')
|
1741
|
-
step.setArgument('pool_pump_weekend_fractions', '0.003, 0.003, 0.003, 0.004, 0.008, 0.015, 0.026, 0.044, 0.084, 0.121, 0.127, 0.121, 0.120, 0.090, 0.075, 0.061, 0.037, 0.023, 0.013, 0.008, 0.004, 0.003, 0.003, 0.003')
|
1742
|
-
step.setArgument('pool_pump_monthly_multipliers', '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154')
|
1743
1649
|
step.setArgument('pool_heater_type', HPXML::HeaterTypeGas)
|
1744
1650
|
step.setArgument('pool_heater_annual_therm', '500.0')
|
1745
1651
|
step.setArgument('pool_heater_usage_multiplier', 0.9)
|
1746
|
-
step.setArgument('pool_heater_weekday_fractions', '0.003, 0.003, 0.003, 0.004, 0.008, 0.015, 0.026, 0.044, 0.084, 0.121, 0.127, 0.121, 0.120, 0.090, 0.075, 0.061, 0.037, 0.023, 0.013, 0.008, 0.004, 0.003, 0.003, 0.003')
|
1747
|
-
step.setArgument('pool_heater_weekend_fractions', '0.003, 0.003, 0.003, 0.004, 0.008, 0.015, 0.026, 0.044, 0.084, 0.121, 0.127, 0.121, 0.120, 0.090, 0.075, 0.061, 0.037, 0.023, 0.013, 0.008, 0.004, 0.003, 0.003, 0.003')
|
1748
|
-
step.setArgument('pool_heater_monthly_multipliers', '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154')
|
1749
1652
|
step.setArgument('hot_tub_present', true)
|
1750
1653
|
step.setArgument('hot_tub_pump_annual_kwh', '1000.0')
|
1751
1654
|
step.setArgument('hot_tub_pump_usage_multiplier', 0.9)
|
1752
|
-
step.setArgument('hot_tub_pump_weekday_fractions', '0.024, 0.029, 0.024, 0.029, 0.047, 0.067, 0.057, 0.024, 0.024, 0.019, 0.015, 0.014, 0.014, 0.014, 0.024, 0.058, 0.126, 0.122, 0.068, 0.061, 0.051, 0.043, 0.024, 0.024')
|
1753
|
-
step.setArgument('hot_tub_pump_weekend_fractions', '0.024, 0.029, 0.024, 0.029, 0.047, 0.067, 0.057, 0.024, 0.024, 0.019, 0.015, 0.014, 0.014, 0.014, 0.024, 0.058, 0.126, 0.122, 0.068, 0.061, 0.051, 0.043, 0.024, 0.024')
|
1754
|
-
step.setArgument('hot_tub_pump_monthly_multipliers', '0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837')
|
1755
1655
|
step.setArgument('hot_tub_heater_type', HPXML::HeaterTypeElectricResistance)
|
1756
1656
|
step.setArgument('hot_tub_heater_annual_kwh', '1300.0')
|
1757
1657
|
step.setArgument('hot_tub_heater_usage_multiplier', 0.9)
|
1758
|
-
step.setArgument('hot_tub_heater_weekday_fractions', '0.024, 0.029, 0.024, 0.029, 0.047, 0.067, 0.057, 0.024, 0.024, 0.019, 0.015, 0.014, 0.014, 0.014, 0.024, 0.058, 0.126, 0.122, 0.068, 0.061, 0.051, 0.043, 0.024, 0.024')
|
1759
|
-
step.setArgument('hot_tub_heater_weekend_fractions', '0.024, 0.029, 0.024, 0.029, 0.047, 0.067, 0.057, 0.024, 0.024, 0.019, 0.015, 0.014, 0.014, 0.014, 0.024, 0.058, 0.126, 0.122, 0.068, 0.061, 0.051, 0.043, 0.024, 0.024')
|
1760
|
-
step.setArgument('hot_tub_heater_monthly_multipliers', '0.921, 0.928, 0.921, 0.915, 0.921, 1.160, 1.158, 1.158, 1.160, 0.921, 0.915, 0.921')
|
1761
1658
|
step.setArgument('fuel_loads_grill_present', true)
|
1762
1659
|
step.setArgument('fuel_loads_grill_fuel_type', HPXML::FuelTypePropane)
|
1763
1660
|
step.setArgument('fuel_loads_grill_annual_therm', '25.0')
|
1764
1661
|
step.setArgument('fuel_loads_grill_location', HPXML::LocationExterior)
|
1765
1662
|
step.setArgument('fuel_loads_grill_usage_multiplier', 0.9)
|
1766
|
-
step.setArgument('fuel_loads_grill_weekday_fractions', '0.004, 0.001, 0.001, 0.002, 0.007, 0.012, 0.029, 0.046, 0.044, 0.041, 0.044, 0.046, 0.042, 0.038, 0.049, 0.059, 0.110, 0.161, 0.115, 0.070, 0.044, 0.019, 0.013, 0.007')
|
1767
|
-
step.setArgument('fuel_loads_grill_weekend_fractions', '0.004, 0.001, 0.001, 0.002, 0.007, 0.012, 0.029, 0.046, 0.044, 0.041, 0.044, 0.046, 0.042, 0.038, 0.049, 0.059, 0.110, 0.161, 0.115, 0.070, 0.044, 0.019, 0.013, 0.007')
|
1768
|
-
step.setArgument('fuel_loads_grill_monthly_multipliers', '1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097')
|
1769
1663
|
step.setArgument('fuel_loads_lighting_present', true)
|
1770
1664
|
step.setArgument('fuel_loads_lighting_annual_therm', '28.0')
|
1771
1665
|
step.setArgument('fuel_loads_lighting_usage_multiplier', 0.9)
|
1772
|
-
step.setArgument('fuel_loads_lighting_weekday_fractions', '0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065')
|
1773
|
-
step.setArgument('fuel_loads_lighting_weekend_fractions', '0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065')
|
1774
|
-
step.setArgument('fuel_loads_lighting_monthly_multipliers', '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154')
|
1775
1666
|
step.setArgument('fuel_loads_fireplace_present', true)
|
1776
1667
|
step.setArgument('fuel_loads_fireplace_fuel_type', HPXML::FuelTypeWoodCord)
|
1777
1668
|
step.setArgument('fuel_loads_fireplace_annual_therm', '55.0')
|
1778
1669
|
step.setArgument('fuel_loads_fireplace_location', HPXML::LocationInterior)
|
1779
1670
|
step.setArgument('fuel_loads_fireplace_usage_multiplier', 0.9)
|
1780
|
-
step.setArgument('fuel_loads_fireplace_weekday_fractions', '0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065')
|
1781
|
-
step.setArgument('fuel_loads_fireplace_weekend_fractions', '0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065')
|
1782
|
-
step.setArgument('fuel_loads_fireplace_monthly_multipliers', '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154')
|
1783
1671
|
elsif ['base-misc-neighbor-shading.osw'].include? osw_file
|
1784
1672
|
step.setArgument('neighbor_back_distance', 10)
|
1785
1673
|
step.setArgument('neighbor_front_distance', 15)
|
@@ -1789,6 +1677,8 @@ def get_values(osw_file, step)
|
|
1789
1677
|
step.setArgument('pv_system_module_type_2', HPXML::PVModuleTypePremium)
|
1790
1678
|
step.setArgument('pv_system_array_azimuth_2', 90)
|
1791
1679
|
step.setArgument('pv_system_max_power_output_2', 1500)
|
1680
|
+
elsif ['base-simcontrol-calendar-year-custom.osw'].include? osw_file
|
1681
|
+
step.setArgument('simulation_control_run_period_calendar_year', 2008)
|
1792
1682
|
elsif ['base-simcontrol-daylight-saving-custom.osw'].include? osw_file
|
1793
1683
|
step.setArgument('simulation_control_daylight_saving_enabled', true)
|
1794
1684
|
step.setArgument('simulation_control_daylight_saving_begin_month', 3)
|
@@ -1797,6 +1687,11 @@ def get_values(osw_file, step)
|
|
1797
1687
|
step.setArgument('simulation_control_daylight_saving_end_day_of_month', 6)
|
1798
1688
|
elsif ['base-simcontrol-daylight-saving-disabled.osw'].include? osw_file
|
1799
1689
|
step.setArgument('simulation_control_daylight_saving_enabled', false)
|
1690
|
+
elsif ['base-schedules-stochastic.osw'].include? osw_file
|
1691
|
+
step.setArgument('schedules_type', 'stochastic')
|
1692
|
+
elsif ['base-schedules-user-specified.osw'].include? osw_file
|
1693
|
+
step.setArgument('schedules_type', 'user-specified')
|
1694
|
+
step.setArgument('schedules_path', 'BuildResidentialHPXML/tests/schedules/user-specified.csv')
|
1800
1695
|
elsif ['base-simcontrol-runperiod-1-month.osw'].include? osw_file
|
1801
1696
|
step.setArgument('simulation_control_run_period_begin_month', 1)
|
1802
1697
|
step.setArgument('simulation_control_run_period_begin_day_of_month', 1)
|
@@ -1804,7 +1699,10 @@ def get_values(osw_file, step)
|
|
1804
1699
|
step.setArgument('simulation_control_run_period_end_day_of_month', 31)
|
1805
1700
|
elsif ['base-simcontrol-timestep-10-mins.osw'].include? osw_file
|
1806
1701
|
step.setArgument('simulation_control_timestep', '10')
|
1807
|
-
|
1702
|
+
end
|
1703
|
+
|
1704
|
+
# Extras
|
1705
|
+
if ['extra-auto.osw'].include? osw_file
|
1808
1706
|
step.setArgument('geometry_num_occupants', Constants.Auto)
|
1809
1707
|
step.setArgument('ducts_supply_location', Constants.Auto)
|
1810
1708
|
step.setArgument('ducts_return_location', Constants.Auto)
|
@@ -1852,7 +1750,32 @@ def get_values(osw_file, step)
|
|
1852
1750
|
elsif ['extra-enclosure-garage-partially-protruded.osw'].include? osw_file
|
1853
1751
|
step.setArgument('geometry_garage_width', 12)
|
1854
1752
|
step.setArgument('geometry_garage_protrusion', 0.5)
|
1855
|
-
elsif ['
|
1753
|
+
elsif ['extra-mechvent-shared.osw'].include? osw_file
|
1754
|
+
step.setArgument('mech_vent_fan_type', HPXML::MechVentTypeSupply)
|
1755
|
+
step.setArgument('mech_vent_flow_rate', 800)
|
1756
|
+
step.setArgument('mech_vent_fan_power', 240)
|
1757
|
+
step.setArgument('mech_vent_is_shared_system', true)
|
1758
|
+
step.setArgument('shared_mech_vent_in_unit_flow_rate', 80.0)
|
1759
|
+
step.setArgument('shared_mech_vent_frac_recirculation', 0.5)
|
1760
|
+
step.setArgument('mech_vent_fan_type_2', HPXML::MechVentTypeExhaust)
|
1761
|
+
step.setArgument('mech_vent_flow_rate_2', 72)
|
1762
|
+
step.setArgument('mech_vent_fan_power_2', 26)
|
1763
|
+
elsif ['extra-mechvent-shared-preconditioning.osw'].include? osw_file
|
1764
|
+
step.setArgument('shared_mech_vent_preheating_fuel', HPXML::FuelTypeNaturalGas)
|
1765
|
+
step.setArgument('shared_mech_vent_preheating_efficiency', 0.92)
|
1766
|
+
step.setArgument('shared_mech_vent_preheating_fraction_heat_load_served', 0.7)
|
1767
|
+
step.setArgument('shared_mech_vent_precooling_fuel', HPXML::FuelTypeElectricity)
|
1768
|
+
step.setArgument('shared_mech_vent_precooling_efficiency', 4.0)
|
1769
|
+
step.setArgument('shared_mech_vent_precooling_fraction_cool_load_served', 0.8)
|
1770
|
+
elsif ['extra-vacancy-6-months.osw'].include? osw_file
|
1771
|
+
step.setArgument('schedules_vacancy_begin_month', 1)
|
1772
|
+
step.setArgument('schedules_vacancy_begin_day_of_month', 1)
|
1773
|
+
step.setArgument('schedules_vacancy_end_month', 6)
|
1774
|
+
step.setArgument('schedules_vacancy_end_day_of_month', 30)
|
1775
|
+
end
|
1776
|
+
|
1777
|
+
# Warnings/Errors
|
1778
|
+
if ['invalid_files/non-electric-heat-pump-water-heater.osw'].include? osw_file
|
1856
1779
|
step.setArgument('water_heater_type', HPXML::WaterHeaterTypeHeatPump)
|
1857
1780
|
step.setArgument('water_heater_fuel_type', HPXML::FuelTypeNaturalGas)
|
1858
1781
|
elsif ['invalid_files/heating-system-and-heat-pump.osw'].include? osw_file
|
@@ -1994,8 +1917,9 @@ def create_hpxmls
|
|
1994
1917
|
'invalid_files/hvac-dse-multiple-attached-cooling.xml' => 'base-hvac-dse.xml',
|
1995
1918
|
'invalid_files/hvac-dse-multiple-attached-heating.xml' => 'base-hvac-dse.xml',
|
1996
1919
|
'invalid_files/hvac-frac-load-served.xml' => 'base-hvac-multiple.xml',
|
1920
|
+
'invalid_files/invalid-calendar-year.xml' => 'base.xml',
|
1997
1921
|
'invalid_files/invalid-daylight-saving.xml' => 'base.xml',
|
1998
|
-
'invalid_files/invalid-epw-filepath.xml' => 'base
|
1922
|
+
'invalid_files/invalid-epw-filepath.xml' => 'base.xml',
|
1999
1923
|
'invalid_files/invalid-facility-type.xml' => 'base-dhw-shared-laundry-room.xml',
|
2000
1924
|
'invalid_files/invalid-neighbor-shading-azimuth.xml' => 'base-misc-neighbor-shading.xml',
|
2001
1925
|
'invalid_files/invalid-relatedhvac-dhw-indirect.xml' => 'base-dhw-indirect.xml',
|
@@ -2004,7 +1928,6 @@ def create_hpxmls
|
|
2004
1928
|
'invalid_files/invalid-timestep.xml' => 'base.xml',
|
2005
1929
|
'invalid_files/invalid-window-height.xml' => 'base-enclosure-overhangs.xml',
|
2006
1930
|
'invalid_files/invalid-window-interior-shading.xml' => 'base.xml',
|
2007
|
-
'invalid_files/invalid-wmo.xml' => 'base.xml',
|
2008
1931
|
'invalid_files/lighting-fractions.xml' => 'base.xml',
|
2009
1932
|
'invalid_files/missing-elements.xml' => 'base.xml',
|
2010
1933
|
'invalid_files/multifamily-reference-appliance.xml' => 'base.xml',
|
@@ -2219,12 +2142,11 @@ def create_hpxmls
|
|
2219
2142
|
'base-lighting-ceiling-fans.xml' => 'base.xml',
|
2220
2143
|
'base-lighting-detailed.xml' => 'base.xml',
|
2221
2144
|
'base-lighting-none.xml' => 'base.xml',
|
2145
|
+
'base-location-AMY-2012.xml' => 'base.xml',
|
2222
2146
|
'base-location-baltimore-md.xml' => 'base.xml',
|
2223
2147
|
'base-location-dallas-tx.xml' => 'base-foundation-slab.xml',
|
2224
2148
|
'base-location-duluth-mn.xml' => 'base.xml',
|
2225
2149
|
'base-location-miami-fl.xml' => 'base-foundation-slab.xml',
|
2226
|
-
'base-location-epw-filepath.xml' => 'base.xml',
|
2227
|
-
'base-location-epw-filepath-AMY-2012.xml' => 'base.xml',
|
2228
2150
|
'base-mechvent-balanced.xml' => 'base.xml',
|
2229
2151
|
'base-mechvent-bath-kitchen-fans.xml' => 'base.xml',
|
2230
2152
|
'base-mechvent-cfis.xml' => 'base.xml',
|
@@ -2251,10 +2173,13 @@ def create_hpxmls
|
|
2251
2173
|
'base-misc-usage-multiplier.xml' => 'base.xml',
|
2252
2174
|
'base-pv.xml' => 'base.xml',
|
2253
2175
|
'base-pv-shared.xml' => 'base-enclosure-attached-multifamily.xml',
|
2176
|
+
'base-simcontrol-calendar-year-custom.xml' => 'base.xml',
|
2254
2177
|
'base-simcontrol-daylight-saving-custom.xml' => 'base.xml',
|
2255
2178
|
'base-simcontrol-daylight-saving-disabled.xml' => 'base.xml',
|
2256
2179
|
'base-simcontrol-runperiod-1-month.xml' => 'base.xml',
|
2257
2180
|
'base-simcontrol-timestep-10-mins.xml' => 'base.xml',
|
2181
|
+
'base-schedules-stochastic.xml' => 'base.xml',
|
2182
|
+
'base-schedules-user-specified.xml' => 'base.xml',
|
2258
2183
|
|
2259
2184
|
'hvac_autosizing/base-autosize.xml' => 'base.xml',
|
2260
2185
|
'hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize.xml' => 'base-hvac-air-to-air-heat-pump-1-speed.xml',
|
@@ -2430,6 +2355,8 @@ def set_hpxml_header(hpxml_file, hpxml)
|
|
2430
2355
|
else
|
2431
2356
|
hpxml.header.apply_ashrae140_assumptions = true
|
2432
2357
|
end
|
2358
|
+
elsif ['base-simcontrol-calendar-year-custom.xml'].include? hpxml_file
|
2359
|
+
hpxml.header.sim_calendar_year = 2008
|
2433
2360
|
elsif ['base-simcontrol-daylight-saving-custom.xml'].include? hpxml_file
|
2434
2361
|
hpxml.header.dst_enabled = true
|
2435
2362
|
hpxml.header.dst_begin_month = 3
|
@@ -2449,6 +2376,8 @@ def set_hpxml_header(hpxml_file, hpxml)
|
|
2449
2376
|
hpxml.header.allow_increased_fixed_capacities = true
|
2450
2377
|
elsif hpxml_file.include? 'manual-s-oversize-allowances.xml'
|
2451
2378
|
hpxml.header.use_max_load_for_heat_pumps = false
|
2379
|
+
elsif ['invalid_files/invalid-calendar-year.xml'].include? hpxml_file
|
2380
|
+
hpxml.header.sim_calendar_year = 20018
|
2452
2381
|
elsif ['invalid_files/invalid-timestep.xml'].include? hpxml_file
|
2453
2382
|
hpxml.header.timestep = 45
|
2454
2383
|
elsif ['invalid_files/invalid-runperiod.xml'].include? hpxml_file
|
@@ -2459,6 +2388,10 @@ def set_hpxml_header(hpxml_file, hpxml)
|
|
2459
2388
|
hpxml.header.dst_end_day_of_month = 31
|
2460
2389
|
elsif ['base-misc-defaults.xml'].include? hpxml_file
|
2461
2390
|
hpxml.header.timestep = nil
|
2391
|
+
elsif ['base-schedules-stochastic.xml'].include? hpxml_file
|
2392
|
+
hpxml.header.schedules_path = 'BuildResidentialHPXML/tests/schedules/stochastic.csv'
|
2393
|
+
elsif ['base-schedules-user-specified.xml'].include? hpxml_file
|
2394
|
+
hpxml.header.schedules_path = 'BuildResidentialHPXML/tests/schedules/user-specified.csv'
|
2462
2395
|
end
|
2463
2396
|
end
|
2464
2397
|
|
@@ -2576,46 +2509,38 @@ def set_hpxml_climate_and_risk_zones(hpxml_file, hpxml)
|
|
2576
2509
|
hpxml.climate_and_risk_zones.iecc_year = 2006
|
2577
2510
|
if hpxml_file == 'ASHRAE_Standard_140/L100AC.xml'
|
2578
2511
|
hpxml.climate_and_risk_zones.weather_station_name = 'Colorado Springs, CO'
|
2579
|
-
hpxml.climate_and_risk_zones.
|
2512
|
+
hpxml.climate_and_risk_zones.weather_station_epw_filepath = 'USA_CO_Colorado.Springs-Peterson.Field.724660_TMY3.epw'
|
2580
2513
|
elsif hpxml_file == 'ASHRAE_Standard_140/L100AL.xml'
|
2581
2514
|
hpxml.climate_and_risk_zones.weather_station_name = 'Las Vegas, NV'
|
2582
|
-
hpxml.climate_and_risk_zones.
|
2515
|
+
hpxml.climate_and_risk_zones.weather_station_epw_filepath = 'USA_NV_Las.Vegas-McCarran.Intl.AP.723860_TMY3.epw'
|
2583
2516
|
elsif ['base.xml'].include? hpxml_file
|
2584
2517
|
hpxml.climate_and_risk_zones.iecc_zone = '5B'
|
2585
2518
|
hpxml.climate_and_risk_zones.weather_station_name = 'Denver, CO'
|
2586
|
-
hpxml.climate_and_risk_zones.
|
2519
|
+
hpxml.climate_and_risk_zones.weather_station_epw_filepath = 'USA_CO_Denver.Intl.AP.725650_TMY3.epw'
|
2587
2520
|
hpxml.header.state_code = 'CO'
|
2588
2521
|
elsif ['base-location-baltimore-md.xml'].include? hpxml_file
|
2589
2522
|
hpxml.climate_and_risk_zones.iecc_zone = '4A'
|
2590
2523
|
hpxml.climate_and_risk_zones.weather_station_name = 'Baltimore, MD'
|
2591
|
-
hpxml.climate_and_risk_zones.
|
2524
|
+
hpxml.climate_and_risk_zones.weather_station_epw_filepath = 'USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3.epw'
|
2592
2525
|
hpxml.header.state_code = 'MD'
|
2593
2526
|
elsif ['base-location-dallas-tx.xml'].include? hpxml_file
|
2594
2527
|
hpxml.climate_and_risk_zones.iecc_zone = '3A'
|
2595
2528
|
hpxml.climate_and_risk_zones.weather_station_name = 'Dallas, TX'
|
2596
|
-
hpxml.climate_and_risk_zones.
|
2529
|
+
hpxml.climate_and_risk_zones.weather_station_epw_filepath = 'USA_TX_Dallas-Fort.Worth.Intl.AP.722590_TMY3.epw'
|
2597
2530
|
hpxml.header.state_code = 'TX'
|
2598
2531
|
elsif ['base-location-duluth-mn.xml'].include? hpxml_file
|
2599
2532
|
hpxml.climate_and_risk_zones.iecc_zone = '7'
|
2600
2533
|
hpxml.climate_and_risk_zones.weather_station_name = 'Duluth, MN'
|
2601
|
-
hpxml.climate_and_risk_zones.
|
2534
|
+
hpxml.climate_and_risk_zones.weather_station_epw_filepath = 'USA_MN_Duluth.Intl.AP.727450_TMY3.epw'
|
2602
2535
|
hpxml.header.state_code = 'MN'
|
2603
2536
|
elsif ['base-location-miami-fl.xml'].include? hpxml_file
|
2604
2537
|
hpxml.climate_and_risk_zones.iecc_zone = '1A'
|
2605
2538
|
hpxml.climate_and_risk_zones.weather_station_name = 'Miami, FL'
|
2606
|
-
hpxml.climate_and_risk_zones.
|
2539
|
+
hpxml.climate_and_risk_zones.weather_station_epw_filepath = 'USA_FL_Miami.Intl.AP.722020_TMY3.epw'
|
2607
2540
|
hpxml.header.state_code = 'FL'
|
2608
|
-
elsif ['base-location-
|
2609
|
-
hpxml.climate_and_risk_zones.weather_station_wmo = nil
|
2610
|
-
hpxml.climate_and_risk_zones.weather_station_epw_filepath = 'USA_CO_Denver.Intl.AP.725650_TMY3.epw'
|
2611
|
-
elsif ['base-location-epw-filepath-AMY-2012.xml'].include? hpxml_file
|
2612
|
-
hpxml.climate_and_risk_zones.iecc_year = nil
|
2613
|
-
hpxml.climate_and_risk_zones.iecc_zone = nil
|
2614
|
-
hpxml.climate_and_risk_zones.weather_station_wmo = nil
|
2541
|
+
elsif ['base-location-AMY-2012.xml'].include? hpxml_file
|
2615
2542
|
hpxml.climate_and_risk_zones.weather_station_name = 'Boulder, CO'
|
2616
2543
|
hpxml.climate_and_risk_zones.weather_station_epw_filepath = 'US_CO_Boulder_AMY_2012.epw'
|
2617
|
-
elsif ['invalid_files/invalid-wmo.xml'].include? hpxml_file
|
2618
|
-
hpxml.climate_and_risk_zones.weather_station_wmo = '999999'
|
2619
2544
|
elsif ['invalid_files/invalid-epw-filepath.xml'].include? hpxml_file
|
2620
2545
|
hpxml.climate_and_risk_zones.weather_station_epw_filepath = 'foo.epw'
|
2621
2546
|
end
|
@@ -6246,7 +6171,9 @@ def set_hpxml_clothes_dryer(hpxml_file, hpxml)
|
|
6246
6171
|
location: HPXML::LocationLivingSpace,
|
6247
6172
|
fuel_type: HPXML::FuelTypeElectricity,
|
6248
6173
|
combined_energy_factor: 3.73,
|
6249
|
-
control_type: HPXML::ClothesDryerControlTypeTimer
|
6174
|
+
control_type: HPXML::ClothesDryerControlTypeTimer,
|
6175
|
+
is_vented: true,
|
6176
|
+
vented_flow_rate: 150)
|
6250
6177
|
elsif ['base-appliances-none.xml',
|
6251
6178
|
'base-dhw-none.xml'].include? hpxml_file
|
6252
6179
|
hpxml.clothes_dryers.clear
|
@@ -6272,11 +6199,13 @@ def set_hpxml_clothes_dryer(hpxml_file, hpxml)
|
|
6272
6199
|
location: HPXML::LocationLivingSpace,
|
6273
6200
|
fuel_type: HPXML::FuelTypeElectricity,
|
6274
6201
|
energy_factor: HotWaterAndAppliances.calc_clothes_dryer_ef_from_cef(cef).round(2),
|
6275
|
-
control_type: HPXML::ClothesDryerControlTypeMoisture
|
6202
|
+
control_type: HPXML::ClothesDryerControlTypeMoisture,
|
6203
|
+
is_vented: false)
|
6276
6204
|
elsif ['base-appliances-coal.xml',
|
6277
6205
|
'base-appliances-gas.xml',
|
6278
6206
|
'base-appliances-propane.xml',
|
6279
|
-
'base-appliances-oil.xml'
|
6207
|
+
'base-appliances-oil.xml',
|
6208
|
+
'base-appliances-wood.xml'].include? hpxml_file
|
6280
6209
|
hpxml.clothes_dryers.clear
|
6281
6210
|
hpxml.clothes_dryers.add(id: 'ClothesDryer',
|
6282
6211
|
location: HPXML::LocationLivingSpace,
|
@@ -6290,14 +6219,9 @@ def set_hpxml_clothes_dryer(hpxml_file, hpxml)
|
|
6290
6219
|
hpxml.clothes_dryers[0].fuel_type = HPXML::FuelTypePropane
|
6291
6220
|
elsif hpxml_file == 'base-appliances-oil.xml'
|
6292
6221
|
hpxml.clothes_dryers[0].fuel_type = HPXML::FuelTypeOil
|
6222
|
+
elsif hpxml_file == 'base-appliances-wood.xml'
|
6223
|
+
hpxml.clothes_dryers[0].fuel_type = HPXML::FuelTypeWoodCord
|
6293
6224
|
end
|
6294
|
-
elsif ['base-appliances-wood.xml'].include? hpxml_file
|
6295
|
-
hpxml.clothes_dryers.clear
|
6296
|
-
hpxml.clothes_dryers.add(id: 'ClothesDryer',
|
6297
|
-
location: HPXML::LocationLivingSpace,
|
6298
|
-
fuel_type: HPXML::FuelTypeWoodCord,
|
6299
|
-
combined_energy_factor: 3.30,
|
6300
|
-
control_type: HPXML::ClothesDryerControlTypeMoisture)
|
6301
6225
|
elsif ['base-foundation-unconditioned-basement.xml'].include? hpxml_file
|
6302
6226
|
hpxml.clothes_dryers[0].location = HPXML::LocationBasementUnconditioned
|
6303
6227
|
elsif ['base-atticroof-conditioned.xml'].include? hpxml_file
|
@@ -6312,6 +6236,8 @@ def set_hpxml_clothes_dryer(hpxml_file, hpxml)
|
|
6312
6236
|
hpxml.clothes_dryers[0].energy_factor = nil
|
6313
6237
|
hpxml.clothes_dryers[0].combined_energy_factor = nil
|
6314
6238
|
hpxml.clothes_dryers[0].control_type = nil
|
6239
|
+
hpxml.clothes_dryers[0].is_vented = nil
|
6240
|
+
hpxml.clothes_dryers[0].vented_flow_rate = nil
|
6315
6241
|
elsif ['base-dhw-shared-laundry-room.xml'].include? hpxml_file
|
6316
6242
|
hpxml.clothes_dryers[0].id = 'SharedClothesDryer'
|
6317
6243
|
hpxml.clothes_dryers[0].location = HPXML::LocationOtherHeatedSpace
|
@@ -6962,7 +6888,7 @@ if ARGV[0].to_sym == :create_release_zips
|
|
6962
6888
|
end
|
6963
6889
|
|
6964
6890
|
# Check if we need to download weather files for the full release zip
|
6965
|
-
num_epws_expected =
|
6891
|
+
num_epws_expected = 1011
|
6966
6892
|
num_epws_local = 0
|
6967
6893
|
files.each do |f|
|
6968
6894
|
Dir[f].each do |file|
|