diff --git a/Changelog.md b/Changelog.md
index 90d9bb3fba..309f335031 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,19 +1,24 @@
## OpenStudio-ERI v1.12.0
__New Features__
-- Updates to OpenStudio 3.11/EnergyPlus 25.2.
+- Updates to OpenStudio-HPXML 1.12/OpenStudio 3.11/EnergyPlus 25.2.
- Updates to HPXML v5.0-rc1.
- **Breaking change**: HPXML namespace changed from http://hpxmlonline.com/2023/09 to http://hpxmlonline.com/2025/12.
- Updated DX heat pump and air conditioner models per HERS Addendum 103.
- Compressor lockout temperatures for Rated Home defaults and Reference Home updated from 0F (single/two stage) and -20F (variable speed) to 5F and -10F, respectively.
- Dual-fuel heat pumps now have the HP sized using the greater of the heating design temperature and 25F.
- Pan heaters no longer operate when the outdoor temperature is below the compressor lockout temperature.
+- Adds a warning if there are more than 300 unmet hours for heating or cooling.
- Utility bill scenarios can now be defined for the Rated/Reference Homes; see [the documentation](https://openstudio-eri.readthedocs.io/en/latest/workflow_inputs.html#hpxml-utility-bill-scenarios) for more information.
- The `Battery/NominalCapacity` input is no longer used.
- Output updates:
- **Breaking change**: Annual peak load outputs for heating and cooling now use units of Btu/h instead of kBtu/h for consistency with other outputs.
- Updates schematron validation error messages to be more user friendly.
+__Bugfixes__
+- Fixes incorrect hot water (gallons) output for solar thermal systems using `SolarFraction`.
+- Fixes possible "Failed to process String" EnergyPlus error when requesting component loads.
+
## OpenStudio-ERI v1.11.2
__Bugfixes__
diff --git a/docs/source/workflow_inputs.rst b/docs/source/workflow_inputs.rst
index c309d2992b..48b9b516f8 100644
--- a/docs/source/workflow_inputs.rst
+++ b/docs/source/workflow_inputs.rst
@@ -121,7 +121,7 @@ For simple utility rate structures, inputs can be entered using a fixed charge a
``MarginalRate`` double $/kWh >= 0 No See [#]_ Marginal flat rate
================================ ======== ======= =========== ======== ======== ====================
- .. [#] If MarginalRate not provided, it defaults to state-level value based on EIA SEDS data, available at ``hpxml-measures/ReportUtilityBills/resources/simple_rates/pr_all_update.csv``.
+ .. [#] If MarginalRate not provided, it defaults to state-level value based on EIA SEDS data, available at ``hpxml-measures/ReportUtilityBills/resources/simple_rates/eia_fuel_rates_by_state.csv``.
**Detailed**
@@ -157,7 +157,7 @@ For each scenario, fuel rates can be optionally entered as an ``/HPXML/SoftwareI
.. [#] FuelType choices are "natural gas", "propane", "fuel oil", "coal", "wood", and "wood pellets".
.. [#] FixedCharge defaults to $12/month for natural gas and $0/month for other fuels.
.. [#] MarginalRate units are $/therm for natural gas, $/gallon for propane and fuel oil, and $/kBtu for other fuels.
- .. [#] If MarginalRate not provided, it defaults to state-level value based on EIA SEDS data, available at ``hpxml-measures/ReportUtilityBills/resources/simple_rates/pr_all_update.csv``.
+ .. [#] If MarginalRate not provided, it defaults to state-level value based on EIA SEDS data, available at ``hpxml-measures/ReportUtilityBills/resources/simple_rates/eia_fuel_rates_by_state.csv``.
PV Compensation
~~~~~~~~~~~~~~~
diff --git a/docs/source/workflow_outputs.rst b/docs/source/workflow_outputs.rst
index 4448b0b95d..65cb3b52f6 100644
--- a/docs/source/workflow_outputs.rst
+++ b/docs/source/workflow_outputs.rst
@@ -460,6 +460,7 @@ Annual unmet hours are listed below.
============================ =====
.. [#] The unmet heating and cooling numbers reflect the number of hours during the heating/cooling season when the conditioned space temperature deviates more than 0.2 deg-C (0.36 deg-F) from the heating/cooling setpoint.
+ OpenStudio-ERI will issue a warning if there are more than 300 unmet hours for heating or cooling.
Peak Building Electricity
~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/hpxml-measures/BuildResidentialHPXML/README.md b/hpxml-measures/BuildResidentialHPXML/README.md
index 3e1c6a0d1c..e3385784f5 100644
--- a/hpxml-measures/BuildResidentialHPXML/README.md
+++ b/hpxml-measures/BuildResidentialHPXML/README.md
@@ -1726,7 +1726,7 @@ Select an advanced research feature to use in the model, if desired.
- **Required:** ``false``
-- **Choices:**
- `None`
- `Temperature Capacitance Multiplier, 1`
- `Temperature Capacitance Multiplier, 4`
- `Temperature Capacitance Multiplier, 10`
- `Temperature Capacitance Multiplier, 15`
- `On/Off Thermostat Deadband, 1F`
- `On/Off Thermostat Deadband, 2F`
- `On/Off Thermostat Deadband, 3F`
- `Heat Pump Backup Staging, 5 kW`
- `Heat Pump Backup Staging, 10 kW`
- `Experimental Ground-to-Air Heat Pump Model`
- `HVAC Allow Increased Fixed Capacities`
+- **Choices:**
- `None`
- `Temperature Capacitance Multiplier, 1`
- `Temperature Capacitance Multiplier, 4`
- `Temperature Capacitance Multiplier, 10`
- `Temperature Capacitance Multiplier, 15`
- `On/Off Thermostat Deadband, 1F`
- `On/Off Thermostat Deadband, 2F`
- `On/Off Thermostat Deadband, 3F`
- `Latent Degradation Model w/ Blower-Off Delay, 0 sec`
- `Latent Degradation Model w/ Blower-Off Delay, 45 sec`
- `Latent Degradation Model w/ Blower-Off Delay, 90 sec`
- `Heat Pump Backup Staging, 5 kW`
- `Heat Pump Backup Staging, 10 kW`
- `Experimental Ground-to-Air Heat Pump Model`
- `HVAC Allow Increased Fixed Capacities`
- **Default:** `None`
@@ -1741,7 +1741,7 @@ Select a second advanced research feature to use in the model, if desired.
- **Required:** ``false``
-- **Choices:**
- `None`
- `Temperature Capacitance Multiplier, 1`
- `Temperature Capacitance Multiplier, 4`
- `Temperature Capacitance Multiplier, 10`
- `Temperature Capacitance Multiplier, 15`
- `On/Off Thermostat Deadband, 1F`
- `On/Off Thermostat Deadband, 2F`
- `On/Off Thermostat Deadband, 3F`
- `Heat Pump Backup Staging, 5 kW`
- `Heat Pump Backup Staging, 10 kW`
- `Experimental Ground-to-Air Heat Pump Model`
- `HVAC Allow Increased Fixed Capacities`
+- **Choices:**
- `None`
- `Temperature Capacitance Multiplier, 1`
- `Temperature Capacitance Multiplier, 4`
- `Temperature Capacitance Multiplier, 10`
- `Temperature Capacitance Multiplier, 15`
- `On/Off Thermostat Deadband, 1F`
- `On/Off Thermostat Deadband, 2F`
- `On/Off Thermostat Deadband, 3F`
- `Latent Degradation Model w/ Blower-Off Delay, 0 sec`
- `Latent Degradation Model w/ Blower-Off Delay, 45 sec`
- `Latent Degradation Model w/ Blower-Off Delay, 90 sec`
- `Heat Pump Backup Staging, 5 kW`
- `Heat Pump Backup Staging, 10 kW`
- `Experimental Ground-to-Air Heat Pump Model`
- `HVAC Allow Increased Fixed Capacities`
- **Default:** `None`
diff --git a/hpxml-measures/BuildResidentialHPXML/measure.rb b/hpxml-measures/BuildResidentialHPXML/measure.rb
index f700976a03..53a9ae12a5 100644
--- a/hpxml-measures/BuildResidentialHPXML/measure.rb
+++ b/hpxml-measures/BuildResidentialHPXML/measure.rb
@@ -1337,6 +1337,16 @@ def set_header(runner, hpxml, args)
hpxml.header.hvac_onoff_thermostat_deadband = onoff_db
end
+ hvac_bod = args[:advanced_feature_hvac_blower_off_delay]
+ hvac_bod = args[:advanced_feature_2_hvac_blower_off_delay] if hvac_bod.nil?
+ if not hvac_bod.nil?
+ if (not hpxml.header.latent_degradation_model_blower_off_delay.nil?) && (hpxml.header.latent_degradation_model_blower_off_delay != hvac_bod)
+ errors << "Advanced feature 'HVAC Blower-Off Delay' cannot vary across dwelling units."
+ end
+ hpxml.header.latent_degradation_model_blower_off_delay = hvac_bod
+ hpxml.header.latent_degradation_model_enabled = true
+ end
+
hpbak = args[:advanced_feature_heat_pump_backup_capacity_increment]
hpbak = args[:advanced_feature_2_heat_pump_backup_capacity_increment] if hpbak.nil?
if not hpbak.nil?
diff --git a/hpxml-measures/BuildResidentialHPXML/measure.xml b/hpxml-measures/BuildResidentialHPXML/measure.xml
index eec47ec0b2..cb7e583e85 100644
--- a/hpxml-measures/BuildResidentialHPXML/measure.xml
+++ b/hpxml-measures/BuildResidentialHPXML/measure.xml
@@ -3,8 +3,8 @@
3.1
build_residential_hpxml
a13a8983-2b01-4930-8af2-42030b6e4233
- a388db27-a2f7-4811-8d2e-95ba875a8820
- 2026-04-02T19:43:52Z
+ a5100732-58ee-47a2-8655-cbd3b2e4a4bd
+ 2026-04-13T14:50:45Z
2C38F48B
BuildResidentialHPXML
HPXML Builder
@@ -11081,6 +11081,18 @@
On/Off Thermostat Deadband, 3F
On/Off Thermostat Deadband, 3F
+
+ Latent Degradation Model w/ Blower-Off Delay, 0 sec
+ Latent Degradation Model w/ Blower-Off Delay, 0 sec
+
+
+ Latent Degradation Model w/ Blower-Off Delay, 45 sec
+ Latent Degradation Model w/ Blower-Off Delay, 45 sec
+
+
+ Latent Degradation Model w/ Blower-Off Delay, 90 sec
+ Latent Degradation Model w/ Blower-Off Delay, 90 sec
+
Heat Pump Backup Staging, 5 kW
Heat Pump Backup Staging, 5 kW
@@ -11140,6 +11152,18 @@
On/Off Thermostat Deadband, 3F
On/Off Thermostat Deadband, 3F
+
+ Latent Degradation Model w/ Blower-Off Delay, 0 sec
+ Latent Degradation Model w/ Blower-Off Delay, 0 sec
+
+
+ Latent Degradation Model w/ Blower-Off Delay, 45 sec
+ Latent Degradation Model w/ Blower-Off Delay, 45 sec
+
+
+ Latent Degradation Model w/ Blower-Off Delay, 90 sec
+ Latent Degradation Model w/ Blower-Off Delay, 90 sec
+
Heat Pump Backup Staging, 5 kW
Heat Pump Backup Staging, 5 kW
@@ -11413,7 +11437,7 @@
README.md
md
readme
- 9F136C7C
+ B9841315
README.md.erb
@@ -11430,7 +11454,7 @@
measure.rb
rb
script
- 73832BEA
+ 4F3E18D4
constants.rb
@@ -11448,13 +11472,13 @@
options/advanced_feature.tsv
tsv
resource
- E5849695
+ B3A4A22E
options/advanced_feature_2.tsv
tsv
resource
- E5849695
+ B3A4A22E
options/appliance_clothes_dryer.tsv
diff --git a/hpxml-measures/BuildResidentialHPXML/resources/options/advanced_feature.tsv b/hpxml-measures/BuildResidentialHPXML/resources/options/advanced_feature.tsv
index 60520a1711..83e23d221b 100644
--- a/hpxml-measures/BuildResidentialHPXML/resources/options/advanced_feature.tsv
+++ b/hpxml-measures/BuildResidentialHPXML/resources/options/advanced_feature.tsv
@@ -1,19 +1,23 @@
-Option Name Temperature Capacitance Multiplier HVAC On-Off Thermostat Deadband Temperature [F] Heat Pump Backup Capacity Increment [Btu/hr] Ground-to-Air Heat Pump Model Type HVAC Allow Increased Fixed Capacities
-None
-"Temperature Capacitance Multiplier, 1" 1
-"Temperature Capacitance Multiplier, 4" 4
-"Temperature Capacitance Multiplier, 10" 10
-"Temperature Capacitance Multiplier, 15" 15
-"On/Off Thermostat Deadband, 1F" 1
-"On/Off Thermostat Deadband, 2F" 2
-"On/Off Thermostat Deadband, 3F" 3
-"Heat Pump Backup Staging, 5 kW" 17060.71
-"Heat Pump Backup Staging, 10 kW" 34121.42
-Experimental Ground-to-Air Heat Pump Model experimental
-HVAC Allow Increased Fixed Capacities TRUE
-
-# Temperature Capacitance Multiplier: Multiplier on air heat capacitance. Affects the transient calculation of indoor air temperatures. Values greater than 1.0 have the effect of smoothing or damping the rate of change in the indoor air temperature from timestep to timestep.
-# HVAC On-Off Thermostat Deadband Temperature: Temperature difference between cut-in and cut-out temperature for HVAC operation. Requires 1-minute timesteps.
-# Heat Pump Backup Capacity Increment: Capacity increment of multi-stage heat pump backup systems.
-# Ground-to-Air Heat Pump Model Type: Ground-to-air heat pump system model type.
-"# HVAC Allow Increased Fixed Capacities: If true, the larger of user-specified fixed capacity and design load will be used (to reduce potential for unmet loads); otherwise user-specified fixed capacity is used."
+Option Name Temperature Capacitance Multiplier HVAC On-Off Thermostat Deadband Temperature [F] HVAC Blower-Off Delay [sec] Heat Pump Backup Capacity Increment [Btu/hr] Ground-to-Air Heat Pump Model Type HVAC Allow Increased Fixed Capacities
+None
+"Temperature Capacitance Multiplier, 1" 1
+"Temperature Capacitance Multiplier, 4" 4
+"Temperature Capacitance Multiplier, 10" 10
+"Temperature Capacitance Multiplier, 15" 15
+"On/Off Thermostat Deadband, 1F" 1
+"On/Off Thermostat Deadband, 2F" 2
+"On/Off Thermostat Deadband, 3F" 3
+"Latent Degradation Model w/ Blower-Off Delay, 0 sec" 0
+"Latent Degradation Model w/ Blower-Off Delay, 45 sec" 45
+"Latent Degradation Model w/ Blower-Off Delay, 90 sec" 90
+"Heat Pump Backup Staging, 5 kW" 17060.71
+"Heat Pump Backup Staging, 10 kW" 34121.42
+Experimental Ground-to-Air Heat Pump Model experimental
+HVAC Allow Increased Fixed Capacities TRUE
+
+# Temperature Capacitance Multiplier: Multiplier on air heat capacitance. Affects the transient calculation of indoor air temperatures. Values greater than 1.0 have the effect of smoothing or damping the rate of change in the indoor air temperature from timestep to timestep.
+# HVAC On-Off Thermostat Deadband Temperature: Temperature difference between cut-in and cut-out temperature for HVAC operation. Requires 1-minute timesteps.
+# HVAC Blower-Off Delay: Time that the HVAC fan runs after the end of a cooling cycle. This increases the overall efficiency of the cooling system but also introduces humidity back into the home.
+# Heat Pump Backup Capacity Increment: Capacity increment of multi-stage heat pump backup systems.
+# Ground-to-Air Heat Pump Model Type: Ground-to-air heat pump system model type.
+"# HVAC Allow Increased Fixed Capacities: If true, the larger of user-specified fixed capacity and design load will be used (to reduce potential for unmet loads); otherwise user-specified fixed capacity is used."
diff --git a/hpxml-measures/BuildResidentialHPXML/resources/options/advanced_feature_2.tsv b/hpxml-measures/BuildResidentialHPXML/resources/options/advanced_feature_2.tsv
index 60520a1711..83e23d221b 100644
--- a/hpxml-measures/BuildResidentialHPXML/resources/options/advanced_feature_2.tsv
+++ b/hpxml-measures/BuildResidentialHPXML/resources/options/advanced_feature_2.tsv
@@ -1,19 +1,23 @@
-Option Name Temperature Capacitance Multiplier HVAC On-Off Thermostat Deadband Temperature [F] Heat Pump Backup Capacity Increment [Btu/hr] Ground-to-Air Heat Pump Model Type HVAC Allow Increased Fixed Capacities
-None
-"Temperature Capacitance Multiplier, 1" 1
-"Temperature Capacitance Multiplier, 4" 4
-"Temperature Capacitance Multiplier, 10" 10
-"Temperature Capacitance Multiplier, 15" 15
-"On/Off Thermostat Deadband, 1F" 1
-"On/Off Thermostat Deadband, 2F" 2
-"On/Off Thermostat Deadband, 3F" 3
-"Heat Pump Backup Staging, 5 kW" 17060.71
-"Heat Pump Backup Staging, 10 kW" 34121.42
-Experimental Ground-to-Air Heat Pump Model experimental
-HVAC Allow Increased Fixed Capacities TRUE
-
-# Temperature Capacitance Multiplier: Multiplier on air heat capacitance. Affects the transient calculation of indoor air temperatures. Values greater than 1.0 have the effect of smoothing or damping the rate of change in the indoor air temperature from timestep to timestep.
-# HVAC On-Off Thermostat Deadband Temperature: Temperature difference between cut-in and cut-out temperature for HVAC operation. Requires 1-minute timesteps.
-# Heat Pump Backup Capacity Increment: Capacity increment of multi-stage heat pump backup systems.
-# Ground-to-Air Heat Pump Model Type: Ground-to-air heat pump system model type.
-"# HVAC Allow Increased Fixed Capacities: If true, the larger of user-specified fixed capacity and design load will be used (to reduce potential for unmet loads); otherwise user-specified fixed capacity is used."
+Option Name Temperature Capacitance Multiplier HVAC On-Off Thermostat Deadband Temperature [F] HVAC Blower-Off Delay [sec] Heat Pump Backup Capacity Increment [Btu/hr] Ground-to-Air Heat Pump Model Type HVAC Allow Increased Fixed Capacities
+None
+"Temperature Capacitance Multiplier, 1" 1
+"Temperature Capacitance Multiplier, 4" 4
+"Temperature Capacitance Multiplier, 10" 10
+"Temperature Capacitance Multiplier, 15" 15
+"On/Off Thermostat Deadband, 1F" 1
+"On/Off Thermostat Deadband, 2F" 2
+"On/Off Thermostat Deadband, 3F" 3
+"Latent Degradation Model w/ Blower-Off Delay, 0 sec" 0
+"Latent Degradation Model w/ Blower-Off Delay, 45 sec" 45
+"Latent Degradation Model w/ Blower-Off Delay, 90 sec" 90
+"Heat Pump Backup Staging, 5 kW" 17060.71
+"Heat Pump Backup Staging, 10 kW" 34121.42
+Experimental Ground-to-Air Heat Pump Model experimental
+HVAC Allow Increased Fixed Capacities TRUE
+
+# Temperature Capacitance Multiplier: Multiplier on air heat capacitance. Affects the transient calculation of indoor air temperatures. Values greater than 1.0 have the effect of smoothing or damping the rate of change in the indoor air temperature from timestep to timestep.
+# HVAC On-Off Thermostat Deadband Temperature: Temperature difference between cut-in and cut-out temperature for HVAC operation. Requires 1-minute timesteps.
+# HVAC Blower-Off Delay: Time that the HVAC fan runs after the end of a cooling cycle. This increases the overall efficiency of the cooling system but also introduces humidity back into the home.
+# Heat Pump Backup Capacity Increment: Capacity increment of multi-stage heat pump backup systems.
+# Ground-to-Air Heat Pump Model Type: Ground-to-air heat pump system model type.
+"# HVAC Allow Increased Fixed Capacities: If true, the larger of user-specified fixed capacity and design load will be used (to reduce potential for unmet loads); otherwise user-specified fixed capacity is used."
diff --git a/hpxml-measures/BuildResidentialScheduleFile/measure.xml b/hpxml-measures/BuildResidentialScheduleFile/measure.xml
index e9719fcaff..2a5a4276bf 100644
--- a/hpxml-measures/BuildResidentialScheduleFile/measure.xml
+++ b/hpxml-measures/BuildResidentialScheduleFile/measure.xml
@@ -3,8 +3,8 @@
3.1
build_residential_schedule_file
f770b2db-1a9f-4e99-99a7-7f3161a594b1
- a794739a-f354-4670-8457-1d52216ff5dd
- 2026-02-12T20:36:49Z
+ b32e378c-d611-44a6-9e46-9204efecef5a
+ 2026-04-24T03:16:09Z
03F02484
BuildResidentialScheduleFile
Schedule File Builder
@@ -229,7 +229,7 @@
schedules.rb
rb
resource
- D5735F4A
+ 97FAE82D
shower_cluster_size_probability.csv
diff --git a/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb b/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb
index 34c2548e07..eb334b8c40 100644
--- a/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb
+++ b/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb
@@ -738,37 +738,37 @@ def get_building_america_lighting_schedule(time_zone_utc_offset, latitude, longi
monthly_kwh_per_day = []
days_m = Calendar.num_days_in_months(1999) # Intentionally excluding leap year designation
wtd_avg_monthly_kwh_per_day = 0
- for monthNum in 1..12
- month = monthNum - 1
+ for month_num in 1..12
+ month = month_num - 1
monthHalfHourKWHs = [0]
- for hourNum in 0..9
- monthHalfHourKWHs[hourNum] = june_kws[hourNum]
+ for hour_num in 0..9
+ monthHalfHourKWHs[hour_num] = june_kws[hour_num]
end
- for hourNum in 9..17
- hour = (hourNum + 1.0) * 0.5
- monthHalfHourKWHs[hourNum] = (monthHalfHourKWHs[8] - (0.15 / (2 * Math::PI)) * Math.sin((2 * Math::PI) * (hour - 4.5) / 3.5) + (0.15 / 3.5) * (hour - 4.5)) * lighting_seasonal_multiplier[month]
+ for hour_num in 9..17
+ hour = (hour_num + 1.0) * 0.5
+ monthHalfHourKWHs[hour_num] = (monthHalfHourKWHs[8] - (0.15 / (2 * Math::PI)) * Math.sin((2 * Math::PI) * (hour - 4.5) / 3.5) + (0.15 / 3.5) * (hour - 4.5)) * lighting_seasonal_multiplier[month]
end
- for hourNum in 17..29
- hour = (hourNum + 1.0) * 0.5
- monthHalfHourKWHs[hourNum] = (monthHalfHourKWHs[16] - (-0.02 / (2 * Math::PI)) * Math.sin((2 * Math::PI) * (hour - 8.5) / 5.5) + (-0.02 / 5.5) * (hour - 8.5)) * lighting_seasonal_multiplier[month]
+ for hour_num in 17..29
+ hour = (hour_num + 1.0) * 0.5
+ monthHalfHourKWHs[hour_num] = (monthHalfHourKWHs[16] - (-0.02 / (2 * Math::PI)) * Math.sin((2 * Math::PI) * (hour - 8.5) / 5.5) + (-0.02 / 5.5) * (hour - 8.5)) * lighting_seasonal_multiplier[month]
end
- for hourNum in 29..45
- hour = (hourNum + 1.0) * 0.5
- monthHalfHourKWHs[hourNum] = (monthHalfHourKWHs[28] + amplConst1 * Math.exp((-1.0 * (hour - (sunset_hour[month] + sunsetLag1))**2) / (2.0 * ((25.5 / ((6.5 - monthNum).abs + 20.0)) * stdDevCons1)**2)) / ((25.5 / ((6.5 - monthNum).abs + 20.0)) * stdDevCons1 * (2.0 * Math::PI)**0.5))
+ for hour_num in 29..45
+ hour = (hour_num + 1.0) * 0.5
+ monthHalfHourKWHs[hour_num] = (monthHalfHourKWHs[28] + amplConst1 * Math.exp((-1.0 * (hour - (sunset_hour[month] + sunsetLag1))**2) / (2.0 * ((25.5 / ((6.5 - month_num).abs + 20.0)) * stdDevCons1)**2)) / ((25.5 / ((6.5 - month_num).abs + 20.0)) * stdDevCons1 * (2.0 * Math::PI)**0.5))
end
- for hourNum in 45..46
- hour = (hourNum + 1.0) * 0.5
- temp1 = (monthHalfHourKWHs[44] + amplConst1 * Math.exp((-1.0 * (hour - (sunset_hour[month] + sunsetLag1))**2) / (2.0 * ((25.5 / ((6.5 - monthNum).abs + 20.0)) * stdDevCons1)**2)) / ((25.5 / ((6.5 - monthNum).abs + 20.0)) * stdDevCons1 * (2.0 * Math::PI)**0.5))
+ for hour_num in 45..46
+ hour = (hour_num + 1.0) * 0.5
+ temp1 = (monthHalfHourKWHs[44] + amplConst1 * Math.exp((-1.0 * (hour - (sunset_hour[month] + sunsetLag1))**2) / (2.0 * ((25.5 / ((6.5 - month_num).abs + 20.0)) * stdDevCons1)**2)) / ((25.5 / ((6.5 - month_num).abs + 20.0)) * stdDevCons1 * (2.0 * Math::PI)**0.5))
temp2 = (0.04 + amplConst2 * Math.exp((-1.0 * (hour - sunsetLag2)**2) / (2.0 * stdDevCons2**2)) / (stdDevCons2 * (2.0 * Math::PI)**0.5))
if sunsetLag2 < sunset_hour[month] + sunsetLag1
- monthHalfHourKWHs[hourNum] = [temp1, temp2].min
+ monthHalfHourKWHs[hour_num] = [temp1, temp2].min
else
- monthHalfHourKWHs[hourNum] = [temp1, temp2].max
+ monthHalfHourKWHs[hour_num] = [temp1, temp2].max
end
end
- for hourNum in 46..47
- hour = (hourNum + 1) * 0.5
- monthHalfHourKWHs[hourNum] = (0.04 + amplConst2 * Math.exp((-1.0 * (hour - sunsetLag2)**2) / (2.0 * stdDevCons2**2)) / (stdDevCons2 * (2.0 * Math::PI)**0.5))
+ for hour_num in 46..47
+ hour = (hour_num + 1) * 0.5
+ monthHalfHourKWHs[hour_num] = (0.04 + amplConst2 * Math.exp((-1.0 * (hour - sunsetLag2)**2) / (2.0 * stdDevCons2**2)) / (stdDevCons2 * (2.0 * Math::PI)**0.5))
end
sum_kWh = 0.0
diff --git a/hpxml-measures/Changelog.md b/hpxml-measures/Changelog.md
index f7274ffb56..5db6151265 100644
--- a/hpxml-measures/Changelog.md
+++ b/hpxml-measures/Changelog.md
@@ -2,9 +2,11 @@
__New Features__
- HVAC updates:
+ - Adds a warning if there are more than 300 unmet hours for heating or cooling.
- Dual-fuel heat pumps with switchover temperatures > 25F are now autosized based on 25F to allow some additional heating capacity buffer.
- Improves handling of duct leakage specified using cfm25/cfm50.
-- Allows "other" for `SoilType`; adds variation to dry/wet soil conductivity and diffusivity values for unknown/other/loam soil types.
+ - Crankcase heating energy is now disabled during unavailable periods, e.g., power outages.
+ - Adds advanced research feature to model latent degradation for cooling systems, including an input to specify an HVAC blower-off delay.
- Output updates:
- **Breaking change**: Annual peak load outputs for heating and cooling now use units of Btu/h instead of kBtu/h for consistency with other outputs.
- **Breaking change**: Replaces "UnitX" prefixes with Building IDs in whole SFA/MF building timeseries outputs.
@@ -12,6 +14,10 @@ __New Features__
- Allows calculating utility bills for homes with HVAC distribution systems using simplified heating/cooling DSE values (previously unsupported).
- Whole SFA/MF buildings:
- Allows modeling batteries in individual dwelling units (previously unsupported).
+- Utility bill calculations:
+ - Updated default state-average utility rates to EIA State Energy Data System (SEDS) 2024 data.
+ - Updates `openei_rates.zip` with the latest residential utility rates from the [OpenEI U.S. Utility Rate database](https://apps.openei.org/USURDB/).
+- Allows "other" for `SoilType`; adds variation to dry/wet soil conductivity and diffusivity values for unknown/other/loam soil types.
- Updates schematron validation error messages to be more user friendly.
- Adds a `run_simulation.rb --ems-debug` argument to generate the EnergyPlus EDD file for debugging EMS programs.
@@ -30,6 +36,8 @@ __Bugfixes__
- Fixes unmet hours outputs, which could be missing some periods of unmet hours.
- Fixes timeseries outputs for heating/cooling setpoints.
- Fixes logic in HP multi-stage backup advanced research feature.
+- Fixes PV grid connection fee applying in utility bill calculation even if the home has no PV.
+- Fixes possible "Failed to process String" EnergyPlus error when requesting component loads.
## OpenStudio-HPXML v1.11.1
diff --git a/hpxml-measures/HPXMLtoOpenStudio/measure.rb b/hpxml-measures/HPXMLtoOpenStudio/measure.rb
index 9034544efe..66b597c1a5 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/measure.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/measure.rb
@@ -331,10 +331,11 @@ def create_unit_model(hpxml, hpxml_bldg, runner, model, weather, schedules_file)
SimControls.apply(model, hpxml.header)
Location.apply(model, weather, hpxml_bldg, hpxml.header)
- # Conditioned space & setpoints
+ # Conditioned space and setpoints
spaces = {} # Map of HPXML locations => OpenStudio Space objects
Geometry.create_or_get_space(model, spaces, HPXML::LocationConditionedSpace, hpxml_bldg)
- hvac_days = HVAC.apply_setpoints(runner, model, weather, spaces, hpxml_bldg, hpxml.header, schedules_file)
+ hvac_season_days = HVAC.apply_setpoints(runner, model, weather, spaces, hpxml_bldg, hpxml.header, schedules_file)
+ create_global_ems_sensors(model, spaces)
# Geometry & Enclosure
Geometry.apply_foundation_and_walls_top(hpxml_bldg, hpxml.header)
@@ -352,7 +353,7 @@ def create_unit_model(hpxml, hpxml_bldg, runner, model, weather, schedules_file)
Geometry.explode_surfaces(model, hpxml_bldg)
# HVAC
- airloop_map = HVAC.apply_hvac_systems(runner, model, weather, spaces, hpxml_bldg, hpxml.header, schedules_file, hvac_days)
+ airloop_map = HVAC.apply_hvac_systems(runner, model, weather, spaces, hpxml_bldg, hpxml.header, schedules_file, hvac_season_days)
HVAC.apply_dehumidifiers(runner, model, spaces, hpxml_bldg, hpxml.header)
HVAC.apply_ceiling_fans(runner, model, spaces, weather, hpxml_bldg, hpxml.header, schedules_file)
@@ -420,6 +421,124 @@ def init(model, hpxml_bldg, hpxml_header)
hpxml_header.apply_ashrae140_assumptions = false
end
end
+
+ # Creates a variety of global EMS sensors used throughout the code. Prevents creating
+ # duplicate sensors for different EMS programs.
+ #
+ # @param model [OpenStudio::Model::Model] OpenStudio Model object
+ # @param spaces [Hash] Map of HPXML locations => OpenStudio Space objects
+ # @return [nil]
+ def create_global_ems_sensors(model, spaces)
+ # Create site sensors
+
+ s = Model.add_ems_sensor(
+ model,
+ name: 'out_db_s',
+ output_var_or_meter_name: 'Site Outdoor Air Drybulb Temperature',
+ key_name: 'Environment'
+ )
+ s.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorSiteOutdoorAirDBTemp)
+
+ s = Model.add_ems_sensor(
+ model,
+ name: 'out_rh_s',
+ output_var_or_meter_name: 'Site Outdoor Air Relative Humidity',
+ key_name: 'Environment'
+ )
+ s.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorSiteOutdoorAirRH)
+
+ s = Model.add_ems_sensor(
+ model,
+ name: 'out_hr_s',
+ output_var_or_meter_name: 'Site Outdoor Air Humidity Ratio',
+ key_name: 'Environment'
+ )
+ s.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorSiteOutdoorAirHR)
+
+ s = Model.add_ems_sensor(
+ model,
+ name: 'out_pb_s',
+ output_var_or_meter_name: 'Site Outdoor Air Barometric Pressure',
+ key_name: 'Environment'
+ )
+ s.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorSiteOutdoorAirBarPressure)
+
+ s = Model.add_ems_sensor(
+ model,
+ name: 'out_vw_s',
+ output_var_or_meter_name: 'Site Wind Speed',
+ key_name: 'Environment'
+ )
+ s.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorSiteWindSpeed)
+
+ s = Model.add_ems_sensor(
+ model,
+ name: 'ground_temp_s',
+ output_var_or_meter_name: 'Site Surface Ground Temperature',
+ key_name: nil
+ )
+ s.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorSiteGroundTemp)
+
+ s = Model.add_ems_sensor(
+ model,
+ name: 'mains_temp_s',
+ output_var_or_meter_name: 'Site Mains Water Temperature',
+ key_name: 'Environment'
+ )
+ s.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorSiteMainsWaterTemp)
+
+ # Create conditioned zone temperatures
+
+ conditioned_zone = spaces[HPXML::LocationConditionedSpace].thermalZone.get
+
+ s = Model.add_ems_sensor(
+ model,
+ name: 'in_db_s',
+ output_var_or_meter_name: 'Zone Mean Air Temperature',
+ key_name: conditioned_zone.name
+ )
+ s.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorIndoorAirDBTemp)
+
+ s = Model.add_ems_sensor(
+ model,
+ name: 'in_rh_s',
+ output_var_or_meter_name: 'Zone Air Relative Humidity',
+ key_name: conditioned_zone.name
+ )
+ s.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorIndoorAirRH)
+
+ s = Model.add_ems_sensor(
+ model,
+ name: 'in_hr_s',
+ output_var_or_meter_name: 'Zone Mean Air Humidity Ratio',
+ key_name: conditioned_zone.name
+ )
+ s.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorIndoorAirHR)
+
+ # Conditioned zone setpoints
+ # Note that we use the schedule value, rather than the Zone Thermostat Heating (or Cooling) Setpoint Temperature output
+ # variable, because the latter gets adjusted by EnergyPlus when the on-off thermostat deadband model is used.
+
+ if conditioned_zone.thermostatSetpointDualSetpoint.is_initialized
+ thermostat = conditioned_zone.thermostatSetpointDualSetpoint.get
+
+ s = Model.add_ems_sensor(
+ model,
+ name: 'in_clg_sp_s',
+ output_var_or_meter_name: 'Schedule Value',
+ key_name: thermostat.coolingSetpointTemperatureSchedule.get.name
+ )
+ s.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorIndoorCoolingSetpointTemp)
+
+ s = Model.add_ems_sensor(
+ model,
+ name: 'in_htg_sp_s',
+ output_var_or_meter_name: 'Schedule Value',
+ key_name: thermostat.heatingSetpointTemperatureSchedule.get.name
+ )
+ s.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorIndoorHeatingSetpointTemp)
+ end
+ end
end
# register the measure to be used by the application
diff --git a/hpxml-measures/HPXMLtoOpenStudio/measure.xml b/hpxml-measures/HPXMLtoOpenStudio/measure.xml
index 251c14758d..3e4e3af30f 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/measure.xml
+++ b/hpxml-measures/HPXMLtoOpenStudio/measure.xml
@@ -3,8 +3,8 @@
3.1
hpxml_to_openstudio
b1543b30-9465-45ff-ba04-1d1f85e763bc
- ef525d75-2679-4a4e-96b0-e9497149a56c
- 2026-04-23T16:29:11Z
+ c16a00c3-3068-4f6f-9540-1a1ce0a93fa9
+ 2026-05-07T00:20:32Z
D8922A73
HPXMLToOpenStudio
HPXML to OpenStudio Translator
@@ -211,19 +211,19 @@
measure.rb
rb
script
- DF597F66
+ 3AB5779A
airflow.rb
rb
resource
- 2F17E22A
+ 6CC294CC
battery.rb
rb
resource
- E058674B
+ CD794F3A
calendar.rb
@@ -235,13 +235,13 @@
constants.rb
rb
resource
- 6430B8D3
+ 64015603
constructions.rb
rb
resource
- 207A61E6
+ 62E206AC
data/Xing_okstate_0664D_13659_Table_A-3.csv
@@ -367,7 +367,7 @@
defaults.rb
rb
resource
- F91B9101
+ 7C57F239
electric_panel.rb
@@ -391,19 +391,19 @@
geometry.rb
rb
resource
- CE6EE50A
+ 548BF981
hotwater_appliances.rb
rb
resource
- 5F185DC6
+ 3413BD58
hpxml.rb
rb
resource
- BF5902DA
+ A8A9DC80
hpxml_schema/HPXML.xsd
@@ -421,7 +421,7 @@
hpxml_schematron/EPvalidator.sch
sch
resource
- 9B5934A8
+ 43C0728B
hpxml_schematron/iso-schematron.xsd
@@ -433,19 +433,19 @@
hvac.rb
rb
resource
- E2717720
+ D88E051C
hvac_sizing.rb
rb
resource
- 26B469A6
+ 9A5B62E2
internal_gains.rb
rb
resource
- D8FFFC3A
+ CD7FA760
lighting.rb
@@ -493,13 +493,13 @@
model.rb
rb
resource
- A41E8C73
+ 24B25073
output.rb
rb
resource
- 2712B090
+ F5CABDA5
psychrometrics.rb
@@ -673,7 +673,7 @@
schedules.rb
rb
resource
- BB29BCCF
+ 3E26C217
simcontrols.rb
@@ -697,13 +697,13 @@
utility_bills.rb
rb
resource
- C87C3553
+ FAE3470C
vehicle.rb
rb
resource
- 62131EE4
+ 36FF8B6B
version.rb
@@ -715,7 +715,7 @@
waterheater.rb
rb
resource
- 096F8A5F
+ C9FBD6FB
weather.rb
@@ -739,7 +739,7 @@
test_airflow.rb
rb
test
- 57F2C554
+ 0D9C2677
test_battery.rb
@@ -751,13 +751,13 @@
test_defaults.rb
rb
test
- 191743A2
+ 4E7A6CA0
test_electric_panel.rb
rb
test
- 8E69A0EB
+ 91EBCCF9
test_enclosure.rb
@@ -781,7 +781,7 @@
test_hvac.rb
rb
test
- 81FB2648
+ 1F777044
test_hvac_sizing.rb
@@ -817,7 +817,7 @@
test_schedules.rb
rb
test
- F16EAD8C
+ 777EB5A0
test_simcontrols.rb
@@ -829,7 +829,7 @@
test_validation.rb
rb
test
- D9C6506E
+ 24E06C3D
test_vehicle.rb
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb
index aea809e285..3d0fbdb0b3 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb
@@ -22,8 +22,6 @@ module Airflow
# @param airloop_map [Hash] Map of HPXML System ID => OpenStudio AirLoopHVAC (or ZoneHVACFourPipeFanCoil or ZoneHVACBaseboardConvectiveWater) objects
# @return [nil]
def self.apply(runner, model, weather, spaces, hpxml_bldg, hpxml_header, schedules_file, airloop_map)
- sensors = create_sensors(model, weather, spaces, hpxml_bldg)
-
# Ventilation fans
vent_fans = { mech: [], cfis_suppl: [], whf: [], kitchen: [], bath: [] }
hpxml_bldg.ventilation_fans.each do |f|
@@ -48,6 +46,18 @@ def self.apply(runner, model, weather, spaces, hpxml_bldg, hpxml_header, schedul
end
end
+ # Create cooling season schedule sensor (applies only to natural ventilation, not HVAC equipment).
+ # Uses BAHSP cooling season, not user-specified cooling season (which may be, e.g., year-round).
+ _, default_cooling_months = HVAC.get_building_america_hvac_seasons(weather, hpxml_bldg.latitude)
+ clg_season_sch = MonthWeekdayWeekendSchedule.new(model, 'cooling season schedule', Array.new(24, 1), Array.new(24, 1), default_cooling_months, EPlus::ScheduleTypeLimitsFraction)
+ clg_season_sensor = Model.add_ems_sensor(
+ model,
+ name: 'cool_season_s',
+ output_var_or_meter_name: 'Schedule Value',
+ key_name: clg_season_sch.schedule.name
+ )
+ clg_season_sensor.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorScheduleBAHSPCoolingSeason)
+
# Initialization
cfis_data = initialize_cfis(model, vent_fans, airloop_map, hpxml_header.unavailable_periods)
fan_data = { rtf_var: {}, max_airflow_m3s: {}, rtf_sensor: {} }
@@ -60,7 +70,7 @@ def self.apply(runner, model, weather, spaces, hpxml_bldg, hpxml_header, schedul
# Apply ducts
duct_lk_imbals = []
- apply_ducts(runner, model, spaces, hpxml_bldg, airloop_map, vent_fans, cfis_data, fan_data, duct_lk_imbals, sensors)
+ apply_ducts(runner, model, spaces, hpxml_bldg, airloop_map, vent_fans, cfis_data, fan_data, duct_lk_imbals)
# Apply infiltration/ventilation
set_wind_speed_correction(model, hpxml_bldg)
@@ -68,7 +78,7 @@ def self.apply(runner, model, weather, spaces, hpxml_bldg, hpxml_header, schedul
infil_values = get_values_from_air_infiltration_measurements(hpxml_bldg, weather)
# Natural ventilation and whole house fans
- apply_natural_ventilation_and_whole_house_fan(runner, model, spaces, hpxml_bldg, hpxml_header, vent_fans, infil_values, sensors)
+ apply_natural_ventilation_and_whole_house_fan(runner, model, spaces, hpxml_bldg, hpxml_header, vent_fans, infil_values)
# Infiltration/ventilation
apply_infiltration_to_garage(model, spaces, hpxml_bldg, infil_values, duct_lk_imbals)
@@ -78,76 +88,7 @@ def self.apply(runner, model, weather, spaces, hpxml_bldg, hpxml_header, schedul
apply_infiltration_to_vented_attic(model, spaces, weather, hpxml_bldg, hpxml_header, duct_lk_imbals)
apply_infiltration_to_unvented_attic(model, spaces, duct_lk_imbals)
apply_infiltration_ventilation_to_conditioned(runner, model, spaces, weather, hpxml_bldg, hpxml_header, vent_fans, infil_values,
- schedules_file, duct_lk_imbals, cfis_data, fan_data, sensors)
- end
-
- # Creates a variety of EMS sensors used in airflow calculations.
- #
- # @param model [OpenStudio::Model::Model] OpenStudio Model object
- # @param weather [WeatherFile] Weather object containing EPW information
- # @param spaces [Hash] Map of HPXML locations => OpenStudio Space objects
- # @param hpxml_bldg [HPXML::Building] HPXML Building object representing an individual dwelling unit
- # @return [Hash] Map of :sensor_types => OpenStudio::Model::EnergyManagementSystemSensor objects
- def self.create_sensors(model, weather, spaces, hpxml_bldg)
- conditioned_space = spaces[HPXML::LocationConditionedSpace]
- conditioned_zone = conditioned_space.thermalZone.get
-
- sensors = {}
-
- sensors[:pbar] = Model.add_ems_sensor(
- model,
- name: 'out pb s',
- output_var_or_meter_name: 'Site Outdoor Air Barometric Pressure',
- key_name: nil
- )
-
- sensors[:w_out] = Model.add_ems_sensor(
- model,
- name: 'out wt s',
- output_var_or_meter_name: 'Site Outdoor Air Humidity Ratio',
- key_name: nil
- )
-
- sensors[:w_in] = Model.add_ems_sensor(
- model,
- name: 'win s',
- output_var_or_meter_name: 'Zone Air Humidity Ratio',
- key_name: conditioned_zone.name
- )
-
- sensors[:v_wind] = Model.add_ems_sensor(
- model,
- name: 'site vw s',
- output_var_or_meter_name: 'Site Wind Speed',
- key_name: nil
- )
-
- sensors[:t_in] = Model.add_ems_sensor(
- model,
- name: 'tin s',
- output_var_or_meter_name: 'Zone Mean Air Temperature',
- key_name: conditioned_zone.name
- )
-
- sensors[:t_out] = Model.add_ems_sensor(
- model,
- name: 'tout s',
- output_var_or_meter_name: 'Zone Outdoor Air Drybulb Temperature',
- key_name: conditioned_zone.name
- )
-
- # Create cooling season schedule sensor (applies only to natural ventilation, not HVAC equipment).
- # Uses BAHSP cooling season, not user-specified cooling season (which may be, e.g., year-round).
- _, default_cooling_months = HVAC.get_building_america_hvac_seasons(weather, hpxml_bldg.latitude)
- clg_season_sch = MonthWeekdayWeekendSchedule.new(model, 'cooling season schedule', Array.new(24, 1), Array.new(24, 1), default_cooling_months, EPlus::ScheduleTypeLimitsFraction)
- sensors[:clg_ssn] = Model.add_ems_sensor(
- model,
- name: 'cool_season',
- output_var_or_meter_name: 'Schedule Value',
- key_name: clg_season_sch.schedule.name
- )
-
- return sensors
+ schedules_file, duct_lk_imbals, cfis_data, fan_data)
end
# Returns the single infiltration measurement object of interest, from all possible infiltration measurements
@@ -370,7 +311,7 @@ def self.apply_infiltration_to_unconditioned_space(model, space, ach, ela, c_w_S
Model.add_ems_program_calling_manager(
model,
- name: "#{uncond_infil_program.name} calling manager",
+ name: "#{uncond_infil_program.name} manager",
calling_point: 'BeginZoneTimestepAfterInitHeatBalance',
ems_programs: [uncond_infil_program]
)
@@ -387,9 +328,8 @@ def self.apply_infiltration_to_unconditioned_space(model, space, ach, ela, c_w_S
# @param hpxml_header [HPXML::Header] HPXML Header object (one per HPXML file)
# @param vent_fans [Hash] Map of vent fan types => list of HPXML VentilationFans
# @param infil_values [Hash] Map with various infiltration key-value pairs (SLA, infiltration volume & height, etc.)
- # @param sensors [Hash] Map of :sensor_types => OpenStudio::Model::EnergyManagementSystemSensor objects
# @return [nil]
- def self.apply_natural_ventilation_and_whole_house_fan(runner, model, spaces, hpxml_bldg, hpxml_header, vent_fans, infil_values, sensors)
+ def self.apply_natural_ventilation_and_whole_house_fan(runner, model, spaces, hpxml_bldg, hpxml_header, vent_fans, infil_values)
conditioned_space = spaces[HPXML::LocationConditionedSpace]
conditioned_zone = conditioned_space.thermalZone.get
@@ -421,22 +361,15 @@ def self.apply_natural_ventilation_and_whole_house_fan(runner, model, spaces, hp
end
# Sensors
- if conditioned_zone.thermostatSetpointDualSetpoint.is_initialized
- thermostat = conditioned_zone.thermostatSetpointDualSetpoint.get
-
- htg_sp_sensor = Model.add_ems_sensor(
- model,
- name: 'htg sp s',
- output_var_or_meter_name: 'Schedule Value',
- key_name: thermostat.heatingSetpointTemperatureSchedule.get.name
- )
+ t_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }
+ w_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirHR }
+ bp_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirBarPressure }
+ vw_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteWindSpeed }
- clg_sp_sensor = Model.add_ems_sensor(
- model,
- name: 'clg sp s',
- output_var_or_meter_name: 'Schedule Value',
- key_name: thermostat.coolingSetpointTemperatureSchedule.get.name
- )
+ if conditioned_zone.thermostatSetpointDualSetpoint.is_initialized
+ htg_sp_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorHeatingSetpointTemp }
+ clg_sp_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorCoolingSetpointTemp }
end
# Actuators
@@ -474,7 +407,6 @@ def self.apply_natural_ventilation_and_whole_house_fan(runner, model, spaces, hp
name: Constants::ObjectTypeWholeHouseFan,
end_use: Constants::ObjectTypeWholeHouseFan,
space: conditioned_space, # no heat gain, so assign the equipment to an arbitrary space
- design_level: nil, # will be EMS-actuated
frac_radiant: 0,
frac_latent: 0,
frac_lost: 1,
@@ -519,7 +451,8 @@ def self.apply_natural_ventilation_and_whole_house_fan(runner, model, spaces, hp
c_w, c_s = calc_wind_stack_coeffs(hpxml_bldg, hor_lk_frac, neutral_level, HPXML::LocationConditionedSpace, infil_values[:height])
max_oa_hr = 0.0115 # From ANSI/RESNET/ICC 301-2022
- clg_avail_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeCoolingAvailabilitySensor }
+ clg_avail_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorScheduleCoolingAvailability }
+ clg_season_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorScheduleBAHSPCoolingSeason }
# Program
vent_program = Model.add_ems_program(
@@ -527,13 +460,13 @@ def self.apply_natural_ventilation_and_whole_house_fan(runner, model, spaces, hp
name: "#{Constants::ObjectTypeNaturalVentilation} program"
)
vent_program.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeNaturalVentilation)
- vent_program.addLine("Set Tin = #{sensors[:t_in].name}")
- vent_program.addLine("Set Tout = #{sensors[:t_out].name}")
- vent_program.addLine("Set Wout = #{sensors[:w_out].name}")
- vent_program.addLine("Set Pbar = #{sensors[:pbar].name}")
+ vent_program.addLine("Set Tin = #{t_in_sensor.name}")
+ vent_program.addLine("Set Tout = #{t_out_sensor.name}")
+ vent_program.addLine("Set Wout = #{w_out_sensor.name}")
+ vent_program.addLine("Set Pbar = #{bp_out_sensor.name}")
vent_program.addLine('Set Phiout = (@RhFnTdbWPb Tout Wout Pbar)')
vent_program.addLine("Set MaxHR = #{max_oa_hr}")
- if not thermostat.nil?
+ if (not htg_sp_sensor.nil?) && (not clg_sp_sensor.nil?)
# Home has HVAC system (though setpoints may be defaulted); use the average of heating/cooling setpoints to minimize incurring additional heating energy.
vent_program.addLine("Set Tnvsp = (#{htg_sp_sensor.name} + #{clg_sp_sensor.name}) / 2")
else
@@ -553,7 +486,7 @@ def self.apply_natural_ventilation_and_whole_house_fan(runner, model, spaces, hp
vent_program.addLine("Set Tnvsp = (#{default_htg_sp} + #{default_clg_sp}) / 2")
end
vent_program.addLine("Set NVavail = #{nv_avail_sensor.name}")
- vent_program.addLine("Set ClgSsnAvail = #{sensors[:clg_ssn].name}")
+ vent_program.addLine("Set ClgSsnAvail = #{clg_season_sensor.name}")
vent_program.addLine('Set Qnv = 0') # Init
vent_program.addLine('Set Qwhf = 0') # Init
vent_program.addLine("Set #{cond_to_zone_flow_rate_actuator.name} = 0") unless whf_zone.nil? # Init
@@ -594,7 +527,7 @@ def self.apply_natural_ventilation_and_whole_house_fan(runner, model, spaces, hp
vent_program.addLine(" Set Cw = #{c_w * 0.01}")
vent_program.addLine(' Set Tdiff = Tin-Tout')
vent_program.addLine(' Set dT = (@Abs Tdiff)')
- vent_program.addLine(" Set Vwind = #{sensors[:v_wind].name}")
+ vent_program.addLine(" Set Vwind = #{vw_out_sensor.name}")
vent_program.addLine(' Set SGNV = NVArea*Adj*((((Cs*dT)+(Cw*(Vwind^2)))^0.5)/1000)')
vent_program.addLine(" Set MaxNV = #{UnitConversions.convert(max_flow_rate, 'cfm', 'm^3/s')}")
vent_program.addLine(' Set Qnv = (@Min SGNV MaxNV)')
@@ -605,7 +538,7 @@ def self.apply_natural_ventilation_and_whole_house_fan(runner, model, spaces, hp
Model.add_ems_program_calling_manager(
model,
- name: "#{vent_program.name} calling manager",
+ name: "#{vent_program.name} manager",
calling_point: 'BeginZoneTimestepAfterInitHeatBalance',
ems_programs: [vent_program]
)
@@ -748,31 +681,31 @@ def self.initialize_cfis(model, vent_fans, airloop_map, unavailable_periods)
cfis_data[:sum_oa_cfm_var][vent_mech.id] = Model.add_ems_global_var(
model,
- var_name: "#{Constants::ObjectTypeMechanicalVentilation} cfis sum oa cfm #{index}"
+ var_name: "#{Constants::ObjectTypeMechVent} cfis sum oa cfm #{index}"
)
cfis_data[:f_vent_only_mode_var][vent_mech.id] = Model.add_ems_global_var(
model,
- var_name: "#{Constants::ObjectTypeMechanicalVentilation} cfis f vent only mode #{index}"
+ var_name: "#{Constants::ObjectTypeMechVent} cfis f vent only mode #{index}"
)
# CFIS Initialization Program
cfis_program = Model.add_ems_program(
model,
- name: "#{Constants::ObjectTypeMechanicalVentilation} cfis init program #{index}"
+ name: "#{Constants::ObjectTypeMechVent} cfis init program #{index}"
)
cfis_program.addLine("Set #{cfis_data[:sum_oa_cfm_var][vent_mech.id].name} = 0")
cfis_program.addLine("Set #{cfis_data[:f_vent_only_mode_var][vent_mech.id].name} = 0")
Model.add_ems_program_calling_manager(
model,
- name: "#{cfis_program.name} calling manager",
+ name: "#{cfis_program.name} manager",
calling_point: 'BeginNewEnvironment',
ems_programs: [cfis_program]
)
Model.add_ems_program_calling_manager(
model,
- name: "#{cfis_program.name} calling manager2",
+ name: "#{cfis_program.name} manager2",
calling_point: 'AfterNewEnvironmentWarmUpIsComplete',
ems_programs: [cfis_program]
)
@@ -913,9 +846,8 @@ def self.check_duct_leakage(runner, hpxml_bldg)
# @param cfis_data [Hash] Map with various CFIS-relative OpenStudio model objects
# @param fan_data [Hash] Map of HVAC blower fan properties => values
# @param duct_lk_imbals [Array] List of duct leakage imbalance information
- # @param sensors [Hash] Map of :sensor_types => OpenStudio::Model::EnergyManagementSystemSensor objects
# @return [OpenStudio::Model::Construction] Adiabatic construction used by the duct model
- def self.apply_ducts(runner, model, spaces, hpxml_bldg, airloop_map, vent_fans, cfis_data, fan_data, duct_lk_imbals, sensors)
+ def self.apply_ducts(runner, model, spaces, hpxml_bldg, airloop_map, vent_fans, cfis_data, fan_data, duct_lk_imbals)
check_duct_leakage(runner, hpxml_bldg)
# Apply ducts for each air distribution system
@@ -927,7 +859,7 @@ def self.apply_ducts(runner, model, spaces, hpxml_bldg, airloop_map, vent_fans,
objects = hvac_distribution.hvac_systems.map { |hvac_system| airloop_map[hvac_system.id] }.select { |o| !o.nil? }.uniq
objects.each do |object|
- apply_ducts_for_distribution_system(model, spaces, hpxml_bldg, duct_infos, object, vent_fans, cfis_data, fan_data, duct_lk_imbals, sensors)
+ apply_ducts_for_distribution_system(model, spaces, hpxml_bldg, duct_infos, object, vent_fans, cfis_data, fan_data, duct_lk_imbals)
end
end
end
@@ -943,9 +875,8 @@ def self.apply_ducts(runner, model, spaces, hpxml_bldg, airloop_map, vent_fans,
# @param cfis_data [Hash] Map with various CFIS-relative OpenStudio model objects
# @param fan_data [Hash] Map of HVAC blower fan properties => values
# @param duct_lk_imbals [Array] List of duct leakage imbalance information
- # @param sensors [Hash] Map of :sensor_types => OpenStudio::Model::EnergyManagementSystemSensor objects
# @return [nil]
- def self.apply_ducts_for_distribution_system(model, spaces, hpxml_bldg, duct_infos, object, vent_fans, cfis_data, fan_data, duct_lk_imbals, sensors)
+ def self.apply_ducts_for_distribution_system(model, spaces, hpxml_bldg, duct_infos, object, vent_fans, cfis_data, fan_data, duct_lk_imbals)
conditioned_space = spaces[HPXML::LocationConditionedSpace]
conditioned_zone = conditioned_space.thermalZone.get
unit_multiplier = hpxml_bldg.building_construction.number_of_units
@@ -1061,7 +992,7 @@ def self.apply_ducts_for_distribution_system(model, spaces, hpxml_bldg, duct_inf
key_name: conditioned_zone_return_air_node.name
)
else
- ra_t_sensor = sensors[:t_in]
+ ra_t_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }
end
duct_sensors[:ra_t] = [ra_t_var, ra_t_sensor]
@@ -1078,12 +1009,7 @@ def self.apply_ducts_for_distribution_system(model, spaces, hpxml_bldg, duct_inf
key_name: conditioned_zone_return_air_node.name
)
else
- ra_w_sensor = Model.add_ems_sensor(
- model,
- name: "#{ra_w_var.name} s",
- output_var_or_meter_name: 'Zone Mean Air Humidity Ratio',
- key_name: conditioned_zone.name
- )
+ ra_w_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirHR }
end
duct_sensors[:ra_w] = [ra_w_var, ra_w_sensor]
@@ -1107,7 +1033,7 @@ def self.apply_ducts_for_distribution_system(model, spaces, hpxml_bldg, duct_inf
duct_locations_infos.each_with_index do |(duct_location, duct_location_info), index|
next if (not duct_location.nil?) && (duct_location.name.to_s == conditioned_zone.name.to_s)
- apply_ducts_for_distribution_system_location(model, spaces, hpxml_bldg, duct_location_info, object, index, duct_location, vent_fans, cfis_data, fan_data, duct_lk_imbals, sensors, duct_sensors, ra_duct_space)
+ apply_ducts_for_distribution_system_location(model, spaces, hpxml_bldg, duct_location_info, object, index, duct_location, vent_fans, cfis_data, fan_data, duct_lk_imbals, duct_sensors, ra_duct_space)
end
end
@@ -1125,11 +1051,10 @@ def self.apply_ducts_for_distribution_system(model, spaces, hpxml_bldg, duct_inf
# @param cfis_data [Hash] Map with various CFIS-relative OpenStudio model objects
# @param fan_data [Hash] Map of HVAC blower fan properties => values
# @param duct_lk_imbals [Array] List of duct leakage imbalance information
- # @param sensors [Hash] Map of :sensor_type => OpenStudio::Model::EnergyManagementSystemSensor objects
# @param duct_sensors [Hash] Map of :sensor_type => (EMS global var, EMS sensor)
# @param ra_duct_space [OpenStudio::Model::Space] Return air duct space used in the EMS calculations
# @return [nil]
- def self.apply_ducts_for_distribution_system_location(model, spaces, hpxml_bldg, duct_infos, object, index, duct_location, vent_fans, cfis_data, fan_data, duct_lk_imbals, sensors, duct_sensors, ra_duct_space)
+ def self.apply_ducts_for_distribution_system_location(model, spaces, hpxml_bldg, duct_infos, object, index, duct_location, vent_fans, cfis_data, fan_data, duct_lk_imbals, duct_sensors, ra_duct_space)
conditioned_space = spaces[HPXML::LocationConditionedSpace]
conditioned_zone = conditioned_space.thermalZone.get
unit_multiplier = hpxml_bldg.building_construction.number_of_units
@@ -1145,6 +1070,12 @@ def self.apply_ducts_for_distribution_system_location(model, spaces, hpxml_bldg,
# -- Sensors --
+ t_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }
+ w_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirHR }
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }
+ bp_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirBarPressure }
+ w_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirHR }
+
# Duct zone temperature
dz_t_var = Model.add_ems_global_var(
model,
@@ -1165,12 +1096,7 @@ def self.apply_ducts_for_distribution_system_location(model, spaces, hpxml_bldg,
key_name: duct_location.name
)
elsif duct_location.nil? # Outside
- dz_t_sensor = Model.add_ems_sensor(
- model,
- name: "#{dz_t_var.name} s",
- output_var_or_meter_name: 'Site Outdoor Air Drybulb Temperature',
- key_name: 'Environment'
- )
+ dz_t_sensor = t_out_sensor
else # shouldn't get here, should only have schedule/thermal zone/nil assigned
fail 'Unexpected duct zone type passed'
end
@@ -1181,54 +1107,22 @@ def self.apply_ducts_for_distribution_system_location(model, spaces, hpxml_bldg,
var_name: "#{object_name_idx} DZ W"
)
if duct_location.is_a? OpenStudio::Model::ThermalZone
- dz_w_sensor = Model.add_ems_sensor(
+ dz_w = Model.add_ems_sensor(
model,
name: "#{dz_w_var.name} s",
output_var_or_meter_name: 'Zone Mean Air Humidity Ratio',
key_name: duct_location.name
- )
- dz_w = "#{dz_w_sensor.name}"
+ ).name
elsif duct_location.is_a? OpenStudio::Model::ScheduleConstant # Outside or scheduled temperature
if duct_location.name.to_s == HPXML::LocationOtherNonFreezingSpace
- dz_w_sensor = Model.add_ems_sensor(
- model,
- name: "#{dz_w_var.name} s",
- output_var_or_meter_name: 'Site Outdoor Air Humidity Ratio',
- key_name: nil
- )
- dz_w = "#{dz_w_sensor.name}"
+ dz_w = w_out_sensor.name
elsif duct_location.name.to_s == HPXML::LocationOtherHousingUnit
- dz_w_sensor = Model.add_ems_sensor(
- model,
- name: "#{dz_w_var.name} s",
- output_var_or_meter_name: 'Zone Mean Air Humidity Ratio',
- key_name: conditioned_zone.name
- )
- dz_w = "#{dz_w_sensor.name}"
+ dz_w = w_in_sensor.name
else
- dz_w_sensor1 = Model.add_ems_sensor(
- model,
- name: "#{dz_w_var.name} s 1",
- output_var_or_meter_name: 'Site Outdoor Air Humidity Ratio',
- key_name: nil
- )
-
- dz_w_sensor2 = Model.add_ems_sensor(
- model,
- name: "#{dz_w_var.name} s 2",
- output_var_or_meter_name: 'Zone Mean Air Humidity Ratio',
- key_name: conditioned_zone.name
- )
- dz_w = "(#{dz_w_sensor1.name} + #{dz_w_sensor2.name}) / 2"
+ dz_w = "(#{w_out_sensor.name} + #{w_in_sensor.name}) / 2"
end
else
- dz_w_sensor = Model.add_ems_sensor(
- model,
- name: "#{dz_w_var.name} s",
- output_var_or_meter_name: 'Site Outdoor Air Humidity Ratio',
- key_name: nil
- )
- dz_w = "#{dz_w_sensor.name}"
+ dz_w = w_out_sensor.name
end
# -- Actuators --
@@ -1321,12 +1215,10 @@ def self.apply_ducts_for_distribution_system_location(model, spaces, hpxml_bldg,
name: object_name,
end_use: end_use,
space: space,
- design_level: nil,
frac_radiant: 0,
frac_latent: frac_lat,
frac_lost: frac_lost,
- schedule: model.alwaysOnDiscreteSchedule,
- fuel_type: nil
+ schedule: model.alwaysOnDiscreteSchedule
)
duct_actuators[var_name] = Model.add_ems_actuator(
@@ -1640,7 +1532,7 @@ def self.apply_ducts_for_distribution_system_location(model, spaces, hpxml_bldg,
duct_program.addLine(" Set cfis_m3s = #{fan_data[:max_airflow_m3s][object]} * #{cfis_fan.cfis_vent_mode_airflow_fraction}")
duct_program.addLine(" Set #{fan_data[:rtf_var][object].name} = #{f_vent_only_mode_var.name}") # Need to use global vars to sync duct_program and infiltration program of different calling points
duct_program.addLine(" Set #{ah_vfr_var.name} = #{fan_data[:rtf_var][object].name}*cfis_m3s")
- duct_program.addLine(" Set rho_in = (@RhoAirFnPbTdbW #{sensors[:pbar].name} #{sensors[:t_in].name} #{sensors[:w_in].name})")
+ duct_program.addLine(" Set rho_in = (@RhoAirFnPbTdbW #{bp_out_sensor.name} #{t_in_sensor.name} #{w_in_sensor.name})")
duct_program.addLine(" Set #{ah_mfr_var.name} = #{ah_vfr_var.name} * rho_in")
duct_program.addLine(" Set #{ah_tout_var.name} = #{ra_t_sensor.name}")
duct_program.addLine(" Set #{ah_wout_var.name} = #{ra_w_sensor.name}")
@@ -1685,7 +1577,7 @@ def self.apply_ducts_for_distribution_system_location(model, spaces, hpxml_bldg,
Model.add_ems_program_calling_manager(
model,
- name: "#{duct_program.name} calling manager",
+ name: "#{duct_program.name} manager",
calling_point: 'EndOfSystemTimestepAfterHVACReporting',
ems_programs: [duct_program]
)
@@ -1850,7 +1742,7 @@ def self.apply_local_vent_fan_power(model, spaces, vent_fan, obj_type, index, un
Model.add_electric_equipment(
model,
name: obj_name,
- end_use: Constants::ObjectTypeMechanicalVentilation,
+ end_use: Constants::ObjectTypeMechVent,
space: spaces[HPXML::LocationConditionedSpace], # no heat gain, so assign the equipment to an arbitrary space
design_level: vent_fan.fan_power * vent_fan.count,
frac_radiant: 0,
@@ -2174,11 +2066,11 @@ def self.add_mech_vent_fan_power(model, spaces, obj_name, sup_fans = [], exh_fan
# Calculate fan heat fraction
# 1.0: Fan heat does not enter space (e.g., exhaust)
# 0.0: Fan heat does enter space (e.g., supply)
- if obj_name == Constants::ObjectTypeMechanicalVentilationHouseFanCFIS
+ if obj_name == Constants::ObjectTypeMechVentHouseFanCFIS
fan_heat_lost_fraction = 0.0
else
# Calculate total fan power
- if obj_name == Constants::ObjectTypeMechanicalVentilationHouseFanCFISSupplFan
+ if obj_name == Constants::ObjectTypeMechVentHouseFanCFISSupplFan
sup_fans_w = sup_fans.map { |f| f.unit_fan_power }.sum(0.0)
exh_fans_w = exh_fans.map { |f| f.unit_fan_power }.sum(0.0)
bal_fans_w = (bal_fans + erv_hrv_fans).map { |f| f.unit_fan_power }.sum(0.0)
@@ -2203,7 +2095,7 @@ def self.add_mech_vent_fan_power(model, spaces, obj_name, sup_fans = [], exh_fan
equip = Model.add_electric_equipment(
model,
name: obj_name,
- end_use: Constants::ObjectTypeMechanicalVentilation,
+ end_use: Constants::ObjectTypeMechVent,
space: spaces[HPXML::LocationConditionedSpace],
design_level: tot_fans_w,
frac_radiant: 0,
@@ -2213,8 +2105,8 @@ def self.add_mech_vent_fan_power(model, spaces, obj_name, sup_fans = [], exh_fan
)
equip_actuator = nil
- if [Constants::ObjectTypeMechanicalVentilationHouseFanCFIS,
- Constants::ObjectTypeMechanicalVentilationHouseFanCFISSupplFan].include? obj_name # actuate its power level in EMS
+ if [Constants::ObjectTypeMechVentHouseFanCFIS,
+ Constants::ObjectTypeMechVentHouseFanCFISSupplFan].include? obj_name # actuate its power level in EMS
equip_actuator = Model.add_ems_actuator(
name: "#{equip.name} act",
model_object: equip,
@@ -2230,23 +2122,27 @@ def self.add_mech_vent_fan_power(model, spaces, obj_name, sup_fans = [], exh_fan
# @param model [OpenStudio::Model::Model] OpenStudio Model object
# @param spaces [Hash] Map of HPXML locations => OpenStudio Space objects
# @param infil_program [OpenStudio::Model::EnergyManagementSystemProgram] EMS program for the infiltration calculations
- # @param sensors [Hash] Map of :sensor_types => OpenStudio::Model::EnergyManagementSystemSensor objects
# @return [Array] EMS actuators for sensible and latent loads
- def self.initialize_mech_vent(model, spaces, infil_program, sensors)
+ def self.initialize_mech_vent(model, spaces, infil_program)
conditioned_space = spaces[HPXML::LocationConditionedSpace]
+ # Sensors
+ t_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }
+ w_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirHR }
+ w_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirHR }
+ bp_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirBarPressure }
+
# Actuators for mech vent fan
sens_equip = Model.add_other_equipment(
model,
- name: "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load",
- end_use: Constants::ObjectTypeMechanicalVentilationHouseFan,
+ name: "#{Constants::ObjectTypeMechVentHouseFan} sensible load",
+ end_use: Constants::ObjectTypeMechVentHouseFan,
space: conditioned_space,
- design_level: nil,
frac_radiant: 0,
frac_latent: 0,
frac_lost: 0,
- schedule: model.alwaysOnDiscreteSchedule,
- fuel_type: nil
+ schedule: model.alwaysOnDiscreteSchedule
)
fan_sens_load_actuator = Model.add_ems_actuator(
@@ -2257,15 +2153,13 @@ def self.initialize_mech_vent(model, spaces, infil_program, sensors)
lat_equip = Model.add_other_equipment(
model,
- name: "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load",
- end_use: Constants::ObjectTypeMechanicalVentilationHouseFan,
+ name: "#{Constants::ObjectTypeMechVentHouseFan} latent load",
+ end_use: Constants::ObjectTypeMechVentHouseFan,
space: conditioned_space,
- design_level: nil,
frac_radiant: 0,
frac_latent: 1,
frac_lost: 0,
- schedule: model.alwaysOnDiscreteSchedule,
- fuel_type: nil
+ schedule: model.alwaysOnDiscreteSchedule
)
fan_lat_load_actuator = Model.add_ems_actuator(
@@ -2278,15 +2172,15 @@ def self.initialize_mech_vent(model, spaces, infil_program, sensors)
infil_program.addLine("Set #{fan_lat_load_actuator.name} = 0.0")
# Air property at inlet nodes on both sides
- infil_program.addLine("Set OASupInPb = #{sensors[:pbar].name}") # oa barometric pressure
- infil_program.addLine("Set OASupInTemp = #{sensors[:t_out].name}") # oa db temperature
- infil_program.addLine("Set OASupInW = #{sensors[:w_out].name}") # oa humidity ratio
+ infil_program.addLine("Set OASupInPb = #{bp_out_sensor.name}") # oa barometric pressure
+ infil_program.addLine("Set OASupInTemp = #{t_out_sensor.name}") # oa db temperature
+ infil_program.addLine("Set OASupInW = #{w_out_sensor.name}") # oa humidity ratio
infil_program.addLine('Set OASupRho = (@RhoAirFnPbTdbW OASupInPb OASupInTemp OASupInW)')
infil_program.addLine('Set OASupCp = (@CpAirFnW OASupInW)')
infil_program.addLine('Set OASupInEnth = (@HFnTdbW OASupInTemp OASupInW)')
- infil_program.addLine("Set ZoneTemp = #{sensors[:t_in].name}") # zone air temperature
- infil_program.addLine("Set ZoneW = #{sensors[:w_in].name}") # zone air humidity ratio
+ infil_program.addLine("Set ZoneTemp = #{t_in_sensor.name}") # zone air temperature
+ infil_program.addLine("Set ZoneW = #{w_in_sensor.name}") # zone air humidity ratio
infil_program.addLine('Set ZoneCp = (@CpAirFnW ZoneW)')
infil_program.addLine('Set ZoneAirEnth = (@HFnTdbW ZoneTemp ZoneW)')
@@ -2337,7 +2231,7 @@ def self.apply_infiltration_adjustment_to_conditioned(runner, model, spaces, hpx
vent_fans[:kitchen].each_with_index do |vent_kitchen, index|
# Electricity impact
vent_kitchen_unavailable_periods = Schedule.get_unavailable_periods(runner, SchedulesFile::Columns[:KitchenFan].name, hpxml_header.unavailable_periods)
- obj_sch_sensor = apply_local_vent_fan_power(model, spaces, vent_kitchen, Constants::ObjectTypeMechanicalVentilationRangeFan, index, vent_kitchen_unavailable_periods)
+ obj_sch_sensor = apply_local_vent_fan_power(model, spaces, vent_kitchen, Constants::ObjectTypeMechVentRangeFan, index, vent_kitchen_unavailable_periods)
next unless cooking_range_in_cond_space
# Infiltration impact
@@ -2349,7 +2243,7 @@ def self.apply_infiltration_adjustment_to_conditioned(runner, model, spaces, hpx
vent_fans[:bath].each_with_index do |vent_bath, index|
# Electricity impact
vent_bath_unavailable_periods = Schedule.get_unavailable_periods(runner, SchedulesFile::Columns[:BathFan].name, hpxml_header.unavailable_periods)
- obj_sch_sensor = apply_local_vent_fan_power(model, spaces, vent_bath, Constants::ObjectTypeMechanicalVentilationBathFan, index, vent_bath_unavailable_periods)
+ obj_sch_sensor = apply_local_vent_fan_power(model, spaces, vent_bath, Constants::ObjectTypeMechVentBathFan, index, vent_bath_unavailable_periods)
# Infiltration impact
infil_program.addLine("Set Qbath = Qbath + #{UnitConversions.convert(vent_bath.flow_rate * vent_bath.count, 'cfm', 'm^3/s').round(5)} * #{obj_sch_sensor.name}")
@@ -2449,7 +2343,7 @@ def self.apply_infiltration_adjustment_to_conditioned(runner, model, spaces, hpx
var_name: "#{infil_program.name} Qfan"
)
q_inf_var.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeInfiltration)
- q_fan_var.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeMechanicalVentilation)
+ q_fan_var.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeMechVent)
infil_program.addLine("Set #{q_inf_var.name} = Qinf_adj")
infil_program.addLine("Set #{q_fan_var.name} = Qfan")
end
@@ -2520,42 +2414,30 @@ def self.calculate_fan_loads(infil_program, vent_mech_fans, hrv_erv_effectivenes
# @param hrv_erv_effectiveness_map [Hash] Map of HPXML VentilationFan => Hash of effectiveness values
# @param fan_sens_load_actuator [OpenStudio::Model::EnergyManagementSystemActuator] EMS actuators for sensible load
# @param fan_lat_load_actuator [OpenStudio::Model::EnergyManagementSystemActuator] EMS actuators for latent load
- # @param sensors [Hash] Map of :sensor_types => OpenStudio::Model::EnergyManagementSystemSensor objects
# @return [nil]
- def self.calculate_precond_loads(model, spaces, infil_program, vent_fans, hrv_erv_effectiveness_map, fan_sens_load_actuator, fan_lat_load_actuator, sensors)
+ def self.calculate_precond_loads(model, spaces, infil_program, vent_fans, hrv_erv_effectiveness_map, fan_sens_load_actuator, fan_lat_load_actuator)
conditioned_space = spaces[HPXML::LocationConditionedSpace]
- conditioned_zone = conditioned_space.thermalZone.get
# Preconditioning
# Assume introducing no sensible loads to zone if preconditioned
if not vent_fans[:mech_preheat].empty?
- htg_stp_sensor = Model.add_ems_sensor(
- model,
- name: 'htg stp s',
- output_var_or_meter_name: 'Zone Thermostat Heating Setpoint Temperature',
- key_name: conditioned_zone.name
- )
- infil_program.addLine("Set HtgStp = #{htg_stp_sensor.name}") # heating thermostat setpoint
+ htg_sp_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorHeatingSetpointTemp }
+ infil_program.addLine("Set HtgStp = #{htg_sp_sensor.name}") # heating thermostat setpoint
end
if not vent_fans[:mech_precool].empty?
- clg_stp_sensor = Model.add_ems_sensor(
- model,
- name: 'clg stp s',
- output_var_or_meter_name: 'Zone Thermostat Cooling Setpoint Temperature',
- key_name: conditioned_zone.name
- )
- infil_program.addLine("Set ClgStp = #{clg_stp_sensor.name}") # cooling thermostat setpoint
+ clg_sp_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorCoolingSetpointTemp }
+ infil_program.addLine("Set ClgStp = #{clg_sp_sensor.name}") # cooling thermostat setpoint
end
vent_fans[:mech_preheat].each_with_index do |f_preheat, i|
- infil_program.addLine("If (OASupInTemp < HtgStp) && (#{sensors[:clg_ssn].name} < 1)")
+ clg_season_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorScheduleBAHSPCoolingSeason }
+ infil_program.addLine("If (OASupInTemp < HtgStp) && (#{clg_season_sensor.name} < 1)")
- cnt = model.getOtherEquipments.count { |e| e.endUseSubcategory.start_with? Constants::ObjectTypeMechanicalVentilationPreheating } # Ensure unique meter for each preheating system
+ cnt = model.getOtherEquipments.count { |e| e.endUseSubcategory.start_with? Constants::ObjectTypeMechVentPreheat } # Ensure unique meter for each preheating system
other_equip = Model.add_other_equipment(
model,
name: "shared mech vent preheating energy #{i}",
- end_use: "#{Constants::ObjectTypeMechanicalVentilationPreheating}#{cnt + 1}",
+ end_use: "#{Constants::ObjectTypeMechVentPreheat}#{cnt + 1}",
space: conditioned_space,
- design_level: nil,
frac_radiant: 0,
frac_latent: 0,
frac_lost: 1,
@@ -2592,15 +2474,15 @@ def self.calculate_precond_loads(model, spaces, infil_program, vent_fans, hrv_er
infil_program.addLine("Set #{htg_energy_actuator.name} = PreHeatingWatt / #{f_preheat.preheating_efficiency_cop}")
end
vent_fans[:mech_precool].each_with_index do |f_precool, i|
- infil_program.addLine("If (OASupInTemp > ClgStp) && (#{sensors[:clg_ssn].name} > 0)")
+ clg_season_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorScheduleBAHSPCoolingSeason }
+ infil_program.addLine("If (OASupInTemp > ClgStp) && (#{clg_season_sensor.name} > 0)")
- cnt = model.getOtherEquipments.count { |e| e.endUseSubcategory.start_with? Constants::ObjectTypeMechanicalVentilationPrecooling } # Ensure unique meter for each precooling system
+ cnt = model.getOtherEquipments.count { |e| e.endUseSubcategory.start_with? Constants::ObjectTypeMechVentPrecool } # Ensure unique meter for each precooling system
other_equip = Model.add_other_equipment(
model,
name: "shared mech vent precooling energy #{i}",
- end_use: "#{Constants::ObjectTypeMechanicalVentilationPrecooling}#{cnt + 1}",
+ end_use: "#{Constants::ObjectTypeMechVentPrecool}#{cnt + 1}",
space: conditioned_space,
- design_level: nil,
frac_radiant: 0,
frac_latent: 0,
frac_lost: 1,
@@ -2652,10 +2534,9 @@ def self.calculate_precond_loads(model, spaces, infil_program, vent_fans, hrv_er
# @param duct_lk_imbals [Array] List of duct leakage imbalance information
# @param cfis_data [Hash] Map with various CFIS-relative OpenStudio model objects
# @param fan_data [Hash] Map of HVAC blower fan properties => values
- # @param sensors [Hash] Map of :sensor_types => OpenStudio::Model::EnergyManagementSystemSensor objects
# @return [nil]
def self.apply_infiltration_ventilation_to_conditioned(runner, model, spaces, weather, hpxml_bldg, hpxml_header, vent_fans, infil_values,
- schedules_file, duct_lk_imbals, cfis_data, fan_data, sensors)
+ schedules_file, duct_lk_imbals, cfis_data, fan_data)
# Categorize fans into different types
vent_fans[:mech_preheat] = vent_fans[:mech].select { |vent_mech| (not vent_mech.preheating_efficiency_cop.nil?) }
vent_fans[:mech_precool] = vent_fans[:mech].select { |vent_mech| (not vent_mech.precooling_efficiency_cop.nil?) }
@@ -2667,17 +2548,17 @@ def self.apply_infiltration_ventilation_to_conditioned(runner, model, spaces, we
# Non-CFIS fan power
house_fan_unavailable_periods = Schedule.get_unavailable_periods(runner, SchedulesFile::Columns[:HouseFan].name, hpxml_header.unavailable_periods)
- add_mech_vent_fan_power(model, spaces, Constants::ObjectTypeMechanicalVentilationHouseFan,
+ add_mech_vent_fan_power(model, spaces, Constants::ObjectTypeMechVentHouseFan,
vent_fans[:mech_supply], vent_fans[:mech_exhaust], vent_fans[:mech_balanced], vent_fans[:mech_erv_hrv], house_fan_unavailable_periods)
# CFIS ventilation mode fan power
- cfis_fan_actuator = add_mech_vent_fan_power(model, spaces, Constants::ObjectTypeMechanicalVentilationHouseFanCFIS) # Fan heat enters space
+ cfis_fan_actuator = add_mech_vent_fan_power(model, spaces, Constants::ObjectTypeMechVentHouseFanCFIS) # Fan heat enters space
# CFIS ventilation mode supplemental fan power
if not vent_fans[:cfis_suppl].empty?
vent_mech_cfis_suppl_sup_tot = vent_fans[:cfis_suppl].select { |vent_mech| vent_mech.fan_type == HPXML::MechVentTypeSupply }
vent_mech_cfis_suppl_exh_tot = vent_fans[:cfis_suppl].select { |vent_mech| vent_mech.fan_type == HPXML::MechVentTypeExhaust }
- cfis_suppl_fan_actuator = add_mech_vent_fan_power(model, spaces, Constants::ObjectTypeMechanicalVentilationHouseFanCFISSupplFan,
+ cfis_suppl_fan_actuator = add_mech_vent_fan_power(model, spaces, Constants::ObjectTypeMechVentHouseFanCFISSupplFan,
vent_mech_cfis_suppl_sup_tot, vent_mech_cfis_suppl_exh_tot)
else
cfis_suppl_fan_actuator = nil
@@ -2691,10 +2572,10 @@ def self.apply_infiltration_ventilation_to_conditioned(runner, model, spaces, we
infil_program.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeInfiltration)
# Calculate infiltration without adjustment by ventilation
- apply_infiltration_to_conditioned(spaces, hpxml_bldg, hpxml_header, infil_program, weather, infil_values, sensors)
+ apply_infiltration_to_conditioned(model, spaces, hpxml_bldg, hpxml_header, infil_program, weather, infil_values)
# Common variable and load actuators across multiple mech vent calculations, create only once
- fan_sens_load_actuator, fan_lat_load_actuator = initialize_mech_vent(model, spaces, infil_program, sensors)
+ fan_sens_load_actuator, fan_lat_load_actuator = initialize_mech_vent(model, spaces, infil_program)
# Apply CFIS
apply_cfis(runner, infil_program, vent_fans[:mech_cfis], cfis_data, cfis_fan_actuator, cfis_suppl_fan_actuator, fan_data)
@@ -2717,11 +2598,11 @@ def self.apply_infiltration_ventilation_to_conditioned(runner, model, spaces, we
hrv_erv_effectiveness_map = calc_hrv_erv_effectiveness(vent_fans[:mech_erv_hrv])
calculate_fan_loads(infil_program, vent_fans[:mech_erv_hrv], hrv_erv_effectiveness_map, fan_sens_load_actuator, fan_lat_load_actuator, 'Qload')
- calculate_precond_loads(model, spaces, infil_program, vent_fans, hrv_erv_effectiveness_map, fan_sens_load_actuator, fan_lat_load_actuator, sensors)
+ calculate_precond_loads(model, spaces, infil_program, vent_fans, hrv_erv_effectiveness_map, fan_sens_load_actuator, fan_lat_load_actuator)
Model.add_ems_program_calling_manager(
model,
- name: "#{infil_program.name} calling manager",
+ name: "#{infil_program.name} manager",
calling_point: 'BeginZoneTimestepAfterInitHeatBalance',
ems_programs: [infil_program]
)
@@ -2730,18 +2611,22 @@ def self.apply_infiltration_ventilation_to_conditioned(runner, model, spaces, we
# Updates the infiltration EMS program with calculations for the conditioned space. Uses the Alberta Air
# Infiltration Model version 2 (AIM-2), also known as the ASHRAE Enhanced model.
#
+ # @param model [OpenStudio::Model::Model] OpenStudio Model object
# @param spaces [Hash] Map of HPXML locations => OpenStudio Space objects
# @param hpxml_bldg [HPXML::Building] HPXML Building object representing an individual dwelling unit
# @param hpxml_header [HPXML::Header] HPXML Header object (one per HPXML file)
# @param infil_program [OpenStudio::Model::EnergyManagementSystemProgram] EMS program for the infiltration calculations
# @param weather [WeatherFile] Weather object containing EPW information
# @param infil_values [Hash] Map with various infiltration key-value pairs (SLA, infiltration volume & height, etc.)
- # @param sensors [Hash] Map of :sensor_types => OpenStudio::Model::EnergyManagementSystemSensor objects
# @param n_i [Double] Infiltration test flow exponent
# @return [nil]
- def self.apply_infiltration_to_conditioned(spaces, hpxml_bldg, hpxml_header, infil_program, weather, infil_values, sensors, n_i = InfilPressureExponent)
+ def self.apply_infiltration_to_conditioned(model, spaces, hpxml_bldg, hpxml_header, infil_program, weather, infil_values, n_i = InfilPressureExponent)
site_ap = hpxml_bldg.site.additional_properties
+ t_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }
+ vw_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteWindSpeed }
+
if hpxml_header.apply_ashrae140_assumptions
const_ach = infil_values[:nach] * infil_values[:a_ext]
else
@@ -2835,14 +2720,14 @@ def self.apply_infiltration_to_conditioned(spaces, hpxml_bldg, hpxml_header, inf
infil_program.addLine("Set z_m = #{UnitConversions.convert(site_ap.height, 'ft', 'm')}")
infil_program.addLine("Set z_s = #{UnitConversions.convert(infil_values[:height] + [hpxml_bldg.building_construction.unit_height_above_grade, 0].max, 'ft', 'm')}")
infil_program.addLine('Set f_t = (((s_m/z_m)^p_m)*((z_s/s_s)^p_s))')
- infil_program.addLine("Set Tdiff = #{sensors[:t_in].name}-#{sensors[:t_out].name}")
+ infil_program.addLine("Set Tdiff = #{t_in_sensor.name}-#{t_out_sensor.name}")
infil_program.addLine('Set dT = @Abs Tdiff')
infil_program.addLine("Set c = #{((UnitConversions.convert(c_i, 'cfm', 'm^3/s') / (UnitConversions.convert(1.0, 'inH2O', 'Pa')**n_i))).round(4)}")
infil_program.addLine("Set Cs = #{(stack_coef * (UnitConversions.convert(1.0, 'inH2O/R', 'Pa/K')**n_i)).round(4)}")
infil_program.addLine("Set Cw = #{(wind_coef * (UnitConversions.convert(1.0, 'inH2O/mph^2', 'Pa*s^2/m^2')**n_i)).round(4)}")
infil_program.addLine("Set n = #{n_i}")
infil_program.addLine("Set sft = (f_t*#{(site_ap.aim2_shelter_coeff * (1.0 - y_i)) + (s_wflue * (1.5 * y_i))})")
- infil_program.addLine("Set temp1 = ((c*Cw)*((sft*#{sensors[:v_wind].name})^(2*n)))^2")
+ infil_program.addLine("Set temp1 = ((c*Cw)*((sft*#{vw_out_sensor.name})^(2*n)))^2")
infil_program.addLine('Set Qinf = (((c*Cs*(dT^n))^2)+temp1)^0.5')
infil_program.addLine('Set Qinf = (@Max Qinf 0)')
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb
index bec28511b9..0cccfa8bde 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb
@@ -218,7 +218,6 @@ def self.apply_battery(runner, model, spaces, hpxml, hpxml_bldg, battery, chargi
name: Constants::ObjectTypeBatteryLossesAdjustment,
end_use: Constants::ObjectTypeBatteryLossesAdjustment,
space: space,
- design_level: 0.01,
frac_radiant: 0,
frac_latent: 0,
frac_lost: frac_lost,
@@ -244,7 +243,7 @@ def self.apply_battery(runner, model, spaces, hpxml, hpxml_bldg, battery, chargi
Model.add_ems_program_calling_manager(
model,
- name: 'battery losses calling manager',
+ name: "#{battery_losses_program.name} manager",
calling_point: 'EndOfSystemTimestepBeforeHVACReporting',
ems_programs: [battery_losses_program]
)
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb
index e34f755f1c..74818a13ef 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb
@@ -8,18 +8,18 @@ module Constants
Small = 1e-9
# Object types
- ObjectTypeAirSourceHeatPump = 'air source heat pump'
+ ObjectTypeAirSourceHeatPump = 'ashp'
ObjectTypeBattery = 'battery'
ObjectTypeBatteryLossesAdjustment = 'battery losses adjustment'
+ ObjectTypeBlowerOffDelayFanPower = 'bod fan power'
ObjectTypeBoiler = 'boiler'
ObjectTypeCeilingFan = 'ceiling fan'
ObjectTypeCentralAirConditioner = 'central ac'
- ObjectTypeCentralAirConditionerAndFurnace = 'central ac and furnace'
+ ObjectTypeCentralAirConditionerFurnace = 'central ac furnace'
ObjectTypeClothesWasher = 'clothes washer'
ObjectTypeClothesDryer = 'clothes dryer'
ObjectTypeComponentLoadsProgram = 'component loads program'
ObjectTypeCookingRange = 'cooking range'
- ObjectTypeCoolingAvailabilitySensor = 'cooling availability sensor'
ObjectTypeDehumidifier = 'dehumidifier'
ObjectTypeDishwasher = 'dishwasher'
ObjectTypeDistributionWaste = 'dhw distribution waste'
@@ -30,7 +30,7 @@ module Constants
ObjectTypeDSEHeatingFanPump = 'dse fan pump heating'
ObjectTypeDSEHeatingHeatPumpBackupFanPump = 'dse hp backup fan pump heating'
ObjectTypeDuctLoad = 'duct load'
- ObjectTypeElectricBaseboard = 'electric baseboard'
+ ObjectTypeElectricBaseboard = 'elec baseboard'
ObjectTypeEvaporativeCooler = 'evap cooler'
ObjectTypeFanPumpDisaggregateCool = 'disaggregate clg'
ObjectTypeFanPumpDisaggregatePrimaryHeat = 'disaggregate htg primary'
@@ -38,64 +38,79 @@ module Constants
ObjectTypeFixtures = 'dhw fixtures'
ObjectTypeFreezer = 'freezer'
ObjectTypeFurnace = 'furnace'
- ObjectTypeGeneralWaterUse = 'general water use'
- ObjectTypeGeneralWaterUseLatent = 'general water use latent'
- ObjectTypeGeneralWaterUseSensible = 'general water use sensible'
+ ObjectTypeGeneralWaterUse = 'general water'
+ ObjectTypeGeneralWaterUseLatent = 'general water latent'
+ ObjectTypeGeneralWaterUseSensible = 'general water sensible'
ObjectTypeGenerator = 'generator'
- ObjectTypeGroundSourceHeatPump = 'ground source heat pump'
- ObjectTypeHeatingAvailabilitySensor = 'heating availability sensor'
+ ObjectTypeGroundSourceHeatPump = 'gshp'
ObjectTypeHotWaterRecircPump = 'dhw recirc pump'
- ObjectTypeHPDefrostSupplHeat = 'heat pump defrost suppl heat'
- ObjectTypeHPDefrostHeatLoad = 'heat pump defrost heat load'
+ ObjectTypeHPDefrostSupplHeat = 'ashp defrost suppl heat'
+ ObjectTypeHPDefrostHeatLoad = 'ashp defrost heat load'
ObjectTypeIdealAirSystem = 'ideal air system'
ObjectTypeInfiltration = 'infil'
- ObjectTypeLightingExterior = 'exterior lighting'
- ObjectTypeLightingExteriorHoliday = 'exterior holiday lighting'
- ObjectTypeLightingGarage = 'garage lighting'
- ObjectTypeLightingInterior = 'interior lighting'
- ObjectTypeMechanicalVentilation = 'mech vent'
- ObjectTypeMechanicalVentilationPrecooling = 'mech vent precooling'
- ObjectTypeMechanicalVentilationPreheating = 'mech vent preheating'
- ObjectTypeMechanicalVentilationHouseFan = 'mech vent house fan'
- ObjectTypeMechanicalVentilationHouseFanCFIS = 'mech vent house fan cfis'
- ObjectTypeMechanicalVentilationHouseFanCFISSupplFan = 'mech vent house fan cfis suppl'
- ObjectTypeMechanicalVentilationBathFan = 'mech vent bath fan'
- ObjectTypeMechanicalVentilationRangeFan = 'mech vent range fan'
- ObjectTypeMiniSplitAirConditioner = 'mini split air conditioner'
- ObjectTypeMiniSplitHeatPump = 'mini split heat pump'
+ ObjectTypeLightingExterior = 'ext lighting'
+ ObjectTypeLightingExteriorHoliday = 'ext holiday lighting'
+ ObjectTypeLightingGarage = 'grg lighting'
+ ObjectTypeLightingInterior = 'int lighting'
+ ObjectTypeMechVent = 'mech vent'
+ ObjectTypeMechVentPrecool = 'mech vent precool'
+ ObjectTypeMechVentPreheat = 'mech vent preheat'
+ ObjectTypeMechVentHouseFan = 'mech vent house fan'
+ ObjectTypeMechVentHouseFanCFIS = 'mech vent cfis'
+ ObjectTypeMechVentHouseFanCFISSupplFan = 'mech vent cfis suppl'
+ ObjectTypeMechVentBathFan = 'mech vent bath fan'
+ ObjectTypeMechVentRangeFan = 'mech vent range fan'
+ ObjectTypeMiniSplitAirConditioner = 'msac'
+ ObjectTypeMiniSplitHeatPump = 'mshp'
ObjectTypeMiscGrill = 'misc grill'
ObjectTypeMiscLighting = 'misc lighting'
ObjectTypeMiscFireplace = 'misc fireplace'
ObjectTypeMiscPoolHeater = 'misc pool heater'
ObjectTypeMiscPoolPump = 'misc pool pump'
- ObjectTypeMiscPermanentSpaHeater = 'misc permanent spa heater'
- ObjectTypeMiscPermanentSpaPump = 'misc permanent spa pump'
+ ObjectTypeMiscPermanentSpaHeater = 'misc spa heater'
+ ObjectTypeMiscPermanentSpaPump = 'misc spa pump'
ObjectTypeMiscPlugLoads = 'misc plug loads'
ObjectTypeMiscTelevision = 'misc tv'
- ObjectTypeMiscElectricVehicleCharging = 'misc electric vehicle charging'
+ ObjectTypeMiscElectricVehicleCharging = 'misc ev charging'
ObjectTypeMiscWellPump = 'misc well pump'
ObjectTypeNaturalVentilation = 'natural vent'
ObjectTypeNeighbors = 'neighbors'
ObjectTypeOccupants = 'occupants'
+ ObjectTypeCrankcaseHeater = 'crankcase heater'
ObjectTypePanHeater = 'pan heater'
- ObjectTypePhotovoltaics = 'photovoltaics'
- ObjectTypePTAC = 'packaged terminal air conditioner'
- ObjectTypePTHP = 'packaged terminal heat pump'
+ ObjectTypePhotovoltaics = 'pv'
+ ObjectTypePTAC = 'ptac'
+ ObjectTypePTHP = 'pthp'
ObjectTypeRefrigerator = 'fridge'
ObjectTypeRoomAC = 'room ac'
- ObjectTypeRoomHP = 'room ac with reverse cycle'
+ ObjectTypeRoomHP = 'room hp'
+ ObjectTypeSensorIndoorAirDBTemp = 'indoor air db temp sensor'
+ ObjectTypeSensorIndoorAirHR = 'indoor air humidity ratio sensor'
+ ObjectTypeSensorIndoorAirRH = 'indoor air rel humidity sensor'
+ ObjectTypeSensorIndoorCoolingSetpointTemp = 'indoor cooling setpoint temp sensor'
+ ObjectTypeSensorIndoorHeatingSetpointTemp = 'indoor heating setpoint temp sensor'
+ ObjectTypeSensorScheduleBAHSPCoolingSeason = 'bahsp cooling season sensor'
+ ObjectTypeSensorScheduleCoolingAvailability = 'cooling availability sensor'
+ ObjectTypeSensorScheduleHeatingAvailability = 'heating availability sensor'
+ ObjectTypeSensorScheduleVehicleDischarge = 'vehicle discharge schedule sensor'
+ ObjectTypeSensorSiteGroundTemp = 'site ground temp sensor'
+ ObjectTypeSensorSiteMainsWaterTemp = 'site mains water temp sensor'
+ ObjectTypeSensorSiteOutdoorAirBarPressure = 'site outdoor air bar pressure sensor'
+ ObjectTypeSensorSiteOutdoorAirDBTemp = 'site outdoor air db temp sensor'
+ ObjectTypeSensorSiteOutdoorAirHR = 'site outdoor air humidity ratio sensor'
+ ObjectTypeSensorSiteOutdoorAirRH = 'site outdoor air rel humidity sensor'
+ ObjectTypeSensorSiteWindSpeed = 'site wind speed sensor'
ObjectTypeSolarHotWater = 'solar hot water'
ObjectTypeTotalAirflowsProgram = 'total airflows program'
ObjectTypeTotalLoadsProgram = 'total loads program'
ObjectTypeUnitHeater = 'unit heater'
ObjectTypeUnmetHoursProgram = 'unmet hours program'
ObjectTypeVehicle = 'vehicle'
- ObjectTypeVehicleDischargeScheduleSensor = 'vehicle discharge schedule sensor'
ObjectTypeVehicleUnmetHoursProgram = 'vehicle unmet hours program'
ObjectTypeWaterHeater = 'water heater'
ObjectTypeWaterHeaterSetpoint = 'water heater setpoint'
ObjectTypeWaterHeaterAdjustment = 'water heater energy adjustment'
- ObjectTypeWaterLoopHeatPump = 'water loop heat pump'
+ ObjectTypeWaterLoopHeatPump = 'wlhp'
ObjectTypeWholeHouseFan = 'whole house fan'
# Arrays/Maps
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb
index 027ac6da35..bac1d77249 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb
@@ -1692,7 +1692,7 @@ def self.apply_kiva_foundation_wall(model, surfaces, constr_name, ext_rigid_ins_
# @param exposed_perimeter [TODO] TODO
# @param mat_carpet [TODO] TODO
# @param soil_k_in [TODO] TODO
- # @param foundation [TODO] TODO
+ # @param foundation [OpenStudio::Model::FoundationKiva] The Kiva foundation object of interest
# @return [TODO] TODO
def self.apply_kiva_foundation_slab(model, surface, constr_name, under_r, under_width, gap_r, perimeter_r,
perimeter_depth, whole_r, concrete_thick_in, exposed_perimeter,
@@ -2154,7 +2154,7 @@ def self.apply_kiva_settings(model, soil_k_in)
# Sets Kiva foundation initial temperature.
#
- # @param foundation [TODO] TODO
+ # @param foundation [OpenStudio::Model::FoundationKiva] The Kiva foundation object of interest
# @param weather [WeatherFile] Weather object containing EPW information
# @param hpxml_bldg [HPXML::Building] HPXML Building object representing an individual dwelling unit
# @param hpxml_header [HPXML::Header] HPXML Header object (one per HPXML file)
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/defaults.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/defaults.rb
index f61654e997..88ab3c9e4c 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/defaults.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/defaults.rb
@@ -240,6 +240,16 @@ def self.apply_header(hpxml_header, hpxml_bldg, weather)
unavailable_period.natvent_availability_isdefaulted = true
end
end
+
+ if hpxml_header.latent_degradation_model_enabled.nil?
+ hpxml_header.latent_degradation_model_enabled = false
+ hpxml_header.latent_degradation_model_enabled_isdefaulted = true
+ end
+
+ if hpxml_header.latent_degradation_model_enabled && hpxml_header.latent_degradation_model_blower_off_delay.nil?
+ hpxml_header.latent_degradation_model_blower_off_delay = 45.0
+ hpxml_header.latent_degradation_model_blower_off_delay_isdefaulted = true
+ end
end
# Assigns default values for omitted optional inputs in the HPXML::BuildingHeader object
@@ -2363,7 +2373,7 @@ def self.apply_hvac(runner, hpxml_bldg, weather, convert_shared_systems, unit_nu
HPXML::HVACTypeFloorFurnace,
HPXML::HVACTypeFireplace].include? heating_system.heating_system_type
- htg_ap.heat_rated_cfm_per_ton = HVAC::RatedCFMPerTon
+ htg_ap.heat_rated_cfm_per_ton = HVAC::RatedCFMPerTonDX
end
hpxml_bldg.heat_pumps.each do |heat_pump|
case heat_pump.heat_pump_type
@@ -7867,7 +7877,7 @@ def self.set_ground_to_air_heat_pump_cops(heat_pump, cop_ratios, mode)
# Fan/pump adjustments calculations
# Fan power to overcome the static pressure adjustment
rated_fan_watts_per_cfm = 0.5 * heat_pump.fan_watts_per_cfm # Calculate rated fan power by assuming the power to overcome the ductwork is approximately 50% of the total fan power (ANSI/RESNET/ICC 301 says 0.2 W/cfm is the fan power associated with ductwork, but we don't know if that was a PSC or BPM fan)
- power_f = rated_fan_watts_per_cfm * HVAC::RatedCFMPerTon / UnitConversions.convert(1.0, 'ton', 'Btu/hr') # W per Btu/hr of capacity
+ power_f = rated_fan_watts_per_cfm * HVAC::RatedCFMPerTonDX / UnitConversions.convert(1.0, 'ton', 'Btu/hr') # W per Btu/hr of capacity
rated_pump_watts_per_ton = 30.0 # ANSI/RESNET/ICC 301, estimated pump power required to overcome the internal resistance of the ground-water heat exchanger under AHRI test conditions for a closed loop system
power_p = rated_pump_watts_per_ton / UnitConversions.convert(1.0, 'ton', 'Btu/hr') # result is in W per Btu/hr of capacity
if mode == :clg
@@ -7924,7 +7934,7 @@ def self.interpolate_seer2(seer2, eer2, seer2_array, seer2_eer2_ratio_array, cop
if cooling_system.is_a?(HPXML::HeatPump) && cooling_system.heat_pump_type == HPXML::HVACTypeHeatPumpGroundToAir
# Based on RESNET HERS Addendum 82
clg_ap.cool_rated_shr_gross = 0.708
- clg_ap.cool_rated_cfm_per_ton = HVAC::RatedCFMPerTon
+ clg_ap.cool_rated_cfm_per_ton = HVAC::RatedCFMPerTonDX
case hpxml_header.ground_to_air_heat_pump_model_type
when HPXML::GroundToAirHeatPumpModelTypeStandard
@@ -8085,7 +8095,7 @@ def self.interpolate_seer2(seer2, eer2, seer2_array, seer2_eer2_ratio_array, cop
clg_ap.cool_capacity_ratios = [clg_ap.qr95min, 1.0, 1.0 / clg_ap.qr95full]
end
- clg_ap.cool_rated_cfm_per_ton = HVAC::RatedCFMPerTon
+ clg_ap.cool_rated_cfm_per_ton = HVAC::RatedCFMPerTonDX
clg_ap.cool_cap_ft_spec = [3.717717741, -0.09918866, 0.000964488, 0.005887776, -0.000012808, -0.000132822]
clg_ap.cool_eir_ft_spec = [-3.400341169, 0.135184783, -0.001037932, -0.007852322, 0.000183438, -0.000142548]
clg_ap.cool_rated_shr_gross = 0.708
@@ -8130,7 +8140,7 @@ def self.interpolate_hspf2(hspf2, qm17full, hspf2_array, qm17full_array, cop47fu
if heating_system.is_a?(HPXML::HeatPump) && heating_system.heat_pump_type == HPXML::HVACTypeHeatPumpGroundToAir
# Based on RESNET HERS Addendum 82
- htg_ap.heat_rated_cfm_per_ton = HVAC::RatedCFMPerTon
+ htg_ap.heat_rated_cfm_per_ton = HVAC::RatedCFMPerTonDX
case hpxml_header.ground_to_air_heat_pump_model_type
when HPXML::GroundToAirHeatPumpModelTypeStandard
@@ -8262,7 +8272,7 @@ def self.interpolate_hspf2(hspf2, qm17full, hspf2_array, qm17full_array, cop47fu
htg_ap.heat_cap_ft_spec = oat_intercept + iat_intercept, iat_slope, 0, oat_slope, 0, 0
htg_ap.heat_eir_ft_spec = [0.718398423, 0.003498178, 0.000142202, -0.005724331, 0.00014085, -0.000215321]
- htg_ap.heat_rated_cfm_per_ton = HVAC::RatedCFMPerTon
+ htg_ap.heat_rated_cfm_per_ton = HVAC::RatedCFMPerTonDX
return
end
@@ -8334,7 +8344,7 @@ def self.interpolate_hspf2(hspf2, qm17full, hspf2_array, qm17full_array, cop47fu
htg_ap.heat_capacity_ratios = [htg_ap.qr47min / htg_ap.qr47full, 1.0, 1.0 / htg_ap.qr47full]
end
- htg_ap.heat_rated_cfm_per_ton = HVAC::RatedCFMPerTon
+ htg_ap.heat_rated_cfm_per_ton = HVAC::RatedCFMPerTonDX
htg_ap.heat_cap_ft_spec = [0.568706266, -0.000747282, -0.0000103432, 0.00945408, 0.000050812, -0.00000677828]
htg_ap.heat_eir_ft_spec = [0.722917608, 0.003520184, 0.000143097, -0.005760341, 0.000141736, -0.000216676]
end
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb
index ce01a1fe20..cc016b2bc2 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb
@@ -1589,13 +1589,7 @@ def self.get_space_temperature_schedule(model, location, spaces)
if location == HPXML::LocationOtherHeatedSpace
if spaces[HPXML::LocationConditionedSpace].thermalZone.get.thermostatSetpointDualSetpoint.is_initialized
# Create a sensor to get dynamic heating setpoint
- htg_sch = spaces[HPXML::LocationConditionedSpace].thermalZone.get.thermostatSetpointDualSetpoint.get.heatingSetpointTemperatureSchedule.get
- space_values[:temp_min] = Model.add_ems_sensor(
- model,
- name: 'htg_spt',
- output_var_or_meter_name: 'Schedule Value',
- key_name: htg_sch.name
- )
+ space_values[:temp_min] = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorHeatingSetpointTemp }
space_values[:temp_min] = space_values[:temp_min].name.to_s
else
# No HVAC system; use the defaulted heating setpoint.
@@ -1607,34 +1601,18 @@ def self.get_space_temperature_schedule(model, location, spaces)
if space_values[:indoor_weight] > 0
if not spaces[HPXML::LocationConditionedSpace].thermalZone.get.thermostatSetpointDualSetpoint.is_initialized
# No HVAC system; use the average of defaulted heating/cooling setpoints.
- sensor_ia = UnitConversions.convert((default_htg_sp + default_clg_sp) / 2.0, 'F', 'C')
+ t_in_sensor = UnitConversions.convert((default_htg_sp + default_clg_sp) / 2.0, 'F', 'C')
else
- sensor_ia = Model.add_ems_sensor(
- model,
- name: 'cond_zone_temp',
- output_var_or_meter_name: 'Zone Air Temperature',
- key_name: spaces[HPXML::LocationConditionedSpace].thermalZone.get.name
- )
- sensor_ia = sensor_ia.name
+ t_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }.name
end
end
if space_values[:outdoor_weight] > 0
- sensor_oa = Model.add_ems_sensor(
- model,
- name: 'oa_temp',
- output_var_or_meter_name: 'Site Outdoor Air Drybulb Temperature',
- key_name: nil
- )
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }.name
end
if space_values[:ground_weight] > 0
- sensor_gnd = Model.add_ems_sensor(
- model,
- name: 'ground_temp',
- output_var_or_meter_name: 'Site Surface Ground Temperature',
- key_name: nil
- )
+ t_gnd_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteGroundTemp }.name
end
actuator = Model.add_ems_actuator(
@@ -1649,14 +1627,14 @@ def self.get_space_temperature_schedule(model, location, spaces)
name: "#{location} Temperature Program"
)
program.addLine("Set #{actuator.name} = 0.0")
- if not sensor_ia.nil?
- program.addLine("Set #{actuator.name} = #{actuator.name} + (#{sensor_ia} * #{space_values[:indoor_weight]})")
+ if not t_in_sensor.nil?
+ program.addLine("Set #{actuator.name} = #{actuator.name} + (#{t_in_sensor} * #{space_values[:indoor_weight]})")
end
- if not sensor_oa.nil?
- program.addLine("Set #{actuator.name} = #{actuator.name} + (#{sensor_oa.name} * #{space_values[:outdoor_weight]})")
+ if not t_out_sensor.nil?
+ program.addLine("Set #{actuator.name} = #{actuator.name} + (#{t_out_sensor} * #{space_values[:outdoor_weight]})")
end
- if not sensor_gnd.nil?
- program.addLine("Set #{actuator.name} = #{actuator.name} + (#{sensor_gnd.name} * #{space_values[:ground_weight]})")
+ if not t_gnd_sensor.nil?
+ program.addLine("Set #{actuator.name} = #{actuator.name} + (#{t_gnd_sensor} * #{space_values[:ground_weight]})")
end
if not space_values[:temp_min].nil?
if space_values[:temp_min].is_a? String
@@ -1671,7 +1649,7 @@ def self.get_space_temperature_schedule(model, location, spaces)
Model.add_ems_program_calling_manager(
model,
- name: "#{program.name} calling manager",
+ name: "#{program.name} manager",
calling_point: 'EndOfSystemTimestepAfterHVACReporting',
ems_programs: [program]
)
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb
index 4dc67aeb15..d0c9cf8729 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb
@@ -1013,7 +1013,7 @@ def self.get_fridge_or_freezer_coefficients_schedule(model, col_name, obj_name,
Model.add_ems_program_calling_manager(
model,
- name: "#{schedule.name} program calling manager",
+ name: "#{schedule_program.name} manager",
calling_point: 'BeginZoneTimestepAfterInitHeatBalance',
ems_programs: [schedule_program]
)
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb
index 1b1634b35c..aec378980b 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb
@@ -924,6 +924,8 @@ def initialize(hpxml_element, *args, **kwargs)
:temperature_capacitance_multiplier, # [Double] SoftwareInfo/extension/SimulationControl/AdvancedResearchFeatures/TemperatureCapacitanceMultiplier
:ground_to_air_heat_pump_model_type, # [String] SoftwareInfo/extension/SimulationControl/AdvancedResearchFeatures/GroundToAirHeatPumpModelType (HPXML::GroundToAirHeatPumpModelTypeXXX)
:hvac_onoff_thermostat_deadband, # [Double] SoftwareInfo/extension/SimulationControl/AdvancedResearchFeatures/OnOffThermostatDeadbandTemperature (F)
+ :latent_degradation_model_enabled, # [Boolean] SoftwareInfo/extension/SimulationControl/AdvancedResearchFeatures/LatentDegradationModel/Enabled
+ :latent_degradation_model_blower_off_delay, # [Double] SoftwareInfo/extension/SimulationControl/AdvancedResearchFeatures/LatentDegradationModel/HVACBlowerOffDelay (sec)
:heat_pump_backup_heating_capacity_increment, # [Double] SoftwareInfo/extension/SimulationControl/AdvancedResearchFeatures/HeatPumpBackupCapacityIncrement (Btu/hr)
:service_feeders_load_calculation_types] # [Array] SoftwareInfo/extension/ElectricPanelLoadCalculations/ServiceFeeders/Type
attr_reader(*CLASS_ATTRS)
@@ -988,7 +990,7 @@ def to_doc(hpxml_doc)
XMLHelper.add_element(calculation, 'Version', calculation_version, :string)
end
end
- if (not @timestep.nil?) || (not @sim_begin_month.nil?) || (not @sim_begin_day.nil?) || (not @sim_end_month.nil?) || (not @sim_end_day.nil?) || (not @sim_calendar_year.nil?) || (not @temperature_capacitance_multiplier.nil?) || (not @hvac_onoff_thermostat_deadband.nil?) || (not @heat_pump_backup_heating_capacity_increment.nil?) || (not @ground_to_air_heat_pump_model_type.nil?)
+ if (not @timestep.nil?) || (not @sim_begin_month.nil?) || (not @sim_begin_day.nil?) || (not @sim_end_month.nil?) || (not @sim_end_day.nil?) || (not @sim_calendar_year.nil?) || (not @temperature_capacitance_multiplier.nil?) || (not @hvac_onoff_thermostat_deadband.nil?) || (not @latent_degradation_model_enabled.nil?) || (not @latent_degradation_model_blower_off_delay.nil?) || (not @heat_pump_backup_heating_capacity_increment.nil?) || (not @ground_to_air_heat_pump_model_type.nil?)
extension = XMLHelper.create_elements_as_needed(software_info, ['extension'])
simulation_control = XMLHelper.add_element(extension, 'SimulationControl')
XMLHelper.add_element(simulation_control, 'Timestep', @timestep, :integer, @timestep_isdefaulted) unless @timestep.nil?
@@ -997,10 +999,15 @@ def to_doc(hpxml_doc)
XMLHelper.add_element(simulation_control, 'EndMonth', @sim_end_month, :integer, @sim_end_month_isdefaulted) unless @sim_end_month.nil?
XMLHelper.add_element(simulation_control, 'EndDayOfMonth', @sim_end_day, :integer, @sim_end_day_isdefaulted) unless @sim_end_day.nil?
XMLHelper.add_element(simulation_control, 'CalendarYear', @sim_calendar_year, :integer, @sim_calendar_year_isdefaulted) unless @sim_calendar_year.nil?
- if (not @temperature_capacitance_multiplier.nil?) || (not @hvac_onoff_thermostat_deadband.nil?) || (not @heat_pump_backup_heating_capacity_increment.nil?) || (not @ground_to_air_heat_pump_model_type.nil?)
+ if (not @temperature_capacitance_multiplier.nil?) || (not @hvac_onoff_thermostat_deadband.nil?) || (not @latent_degradation_model_enabled.nil?) || (not @latent_degradation_model_blower_off_delay.nil?) || (not @heat_pump_backup_heating_capacity_increment.nil?) || (not @ground_to_air_heat_pump_model_type.nil?)
advanced_research_features = XMLHelper.create_elements_as_needed(simulation_control, ['AdvancedResearchFeatures'])
XMLHelper.add_element(advanced_research_features, 'TemperatureCapacitanceMultiplier', @temperature_capacitance_multiplier, :float, @temperature_capacitance_multiplier_isdefaulted) unless @temperature_capacitance_multiplier.nil?
XMLHelper.add_element(advanced_research_features, 'OnOffThermostatDeadbandTemperature', @hvac_onoff_thermostat_deadband, :float, @hvac_onoff_thermostat_deadband_isdefaulted) unless @hvac_onoff_thermostat_deadband.nil?
+ if (not @latent_degradation_model_enabled.nil?) || (not @latent_degradation_model_blower_off_delay.nil?)
+ latent_degradation_model = XMLHelper.add_element(advanced_research_features, 'LatentDegradationModel')
+ XMLHelper.add_element(latent_degradation_model, 'Enabled', @latent_degradation_model_enabled, :boolean, @latent_degradation_model_enabled_isdefaulted) unless @latent_degradation_model_enabled.nil?
+ XMLHelper.add_element(latent_degradation_model, 'HVACBlowerOffDelay', @latent_degradation_model_blower_off_delay, :float, @latent_degradation_model_blower_off_delay_isdefaulted) unless @latent_degradation_model_blower_off_delay.nil?
+ end
XMLHelper.add_element(advanced_research_features, 'HeatPumpBackupCapacityIncrement', @heat_pump_backup_heating_capacity_increment, :float, @heat_pump_backup_heating_capacity_increment_isdefaulted) unless @heat_pump_backup_heating_capacity_increment.nil?
XMLHelper.add_element(advanced_research_features, 'GroundToAirHeatPumpModelType', @ground_to_air_heat_pump_model_type, :string, @ground_to_air_heat_pump_model_type_isdefaulted) unless @ground_to_air_heat_pump_model_type.nil?
end
@@ -1044,6 +1051,8 @@ def from_doc(hpxml)
@sim_calendar_year = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/SimulationControl/CalendarYear', :integer)
@temperature_capacitance_multiplier = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/SimulationControl/AdvancedResearchFeatures/TemperatureCapacitanceMultiplier', :float)
@hvac_onoff_thermostat_deadband = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/SimulationControl/AdvancedResearchFeatures/OnOffThermostatDeadbandTemperature', :float)
+ @latent_degradation_model_enabled = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/SimulationControl/AdvancedResearchFeatures/LatentDegradationModel/Enabled', :boolean)
+ @latent_degradation_model_blower_off_delay = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/SimulationControl/AdvancedResearchFeatures/LatentDegradationModel/HVACBlowerOffDelay', :float)
@heat_pump_backup_heating_capacity_increment = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/SimulationControl/AdvancedResearchFeatures/HeatPumpBackupCapacityIncrement', :float)
@ground_to_air_heat_pump_model_type = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/SimulationControl/AdvancedResearchFeatures/GroundToAirHeatPumpModelType', :string)
@apply_ashrae140_assumptions = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/ApplyASHRAE140Assumptions', :boolean)
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.sch b/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.sch
index 1bff796892..875adaba7f 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.sch
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.sch
@@ -70,6 +70,10 @@
DefrostModelType has been deprecated
Expected at most one OnOffThermostatDeadbandTemperature
Expected OnOffThermostatDeadbandTemperature to be greater than 0
+ Expected at most one LatentDegradationModel/Enabled
+ Expected LatentDegradationModel/Enabled to be 'true' or 'false'
+ Expected at most one LatentDegradationModel/HVACBlowerOffDelay
+ Expected LatentDegradationModel/HVACBlowerOffDelay to be greater than or equal to 0
Expected at most one HeatPumpBackupCapacityIncrement
Expected HeatPumpBackupCapacityIncrement to be greater than 0
Expected at most one GroundToAirHeatPumpModelType
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb
index 9cf441648b..9291eac235 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb
@@ -8,8 +8,9 @@ module HVAC
AirSourceCoolRatedOWB = 75.0 # degF, Rated outdoor wetbulb for air-source systems, cooling
AirSourceCoolRatedIDB = 80.0 # degF, Rated indoor drybulb for air-source systems, cooling
AirSourceCoolRatedIWB = 67.0 # degF, Rated indoor wetbulb for air-source systems, cooling
- RatedCFMPerTon = 400.0 # cfm/ton of rated capacity, RESNET HERS Addendum 82
- CrankcaseHeaterTemp = 50.0 # degF, RESNET HERS Addendum 82
+ RatedCFMPerTonDX = 400.0 # cfm/ton of rated capacity, airflow rate assumed during rating test for AC/HP systems, RESNET HERS Addendum 82
+ ActualCFMPerTonDX = 360.0 # cfm/ton of rated capacity, default actual airflow rate for AC/HP systems, RESNET
+ ActualCFMPerTonHeat = 240.0 # cfm/ton of rated capacity, default actual airflow rate for furnaces, RESNET
MinCapacity = 1.0 # Btuh
MinAirflow = 3.0 # cfm; E+ min airflow is 0.001 m3/s
GroundSourceHeatRatedWET = 70.0 # degF, Rated water entering temperature for ground-source systems, heating
@@ -51,7 +52,7 @@ def self.apply_hvac_systems(runner, model, weather, spaces, hpxml_bldg, hpxml_he
output_var_or_meter_name: 'Schedule Value',
key_name: htg_avail_sch.schedule.name
)
- htg_avail_sensor.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeHeatingAvailabilitySensor)
+ htg_avail_sensor.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorScheduleHeatingAvailability)
end
# Create cooling availability sensor
@@ -64,7 +65,7 @@ def self.apply_hvac_systems(runner, model, weather, spaces, hpxml_bldg, hpxml_he
output_var_or_meter_name: 'Schedule Value',
key_name: clg_avail_sch.schedule.name
)
- clg_avail_sensor.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeCoolingAvailabilitySensor)
+ clg_avail_sensor.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorScheduleCoolingAvailability)
end
apply_unit_multiplier(hpxml_bldg, hpxml_header)
@@ -326,7 +327,7 @@ def self.apply_air_source_hvac_systems(runner, model, weather, hpxml_bldg, hpxml
if heating_system.nil?
obj_name = Constants::ObjectTypeCentralAirConditioner
else
- obj_name = Constants::ObjectTypeCentralAirConditionerAndFurnace
+ obj_name = Constants::ObjectTypeCentralAirConditionerFurnace
# error checking for fan motor type
if (not cooling_system.fan_motor_type.nil?) && (not heating_system.fan_motor_type.nil?) && (cooling_system.fan_motor_type != heating_system.fan_motor_type)
fail "Fan motor types for heating system '#{heating_system.id}' (#{heating_system.fan_motor_type}) and cooling system '#{cooling_system.id}' (#{cooling_system.fan_motor_type}) are attached to a single distribution system and therefore must be the same."
@@ -472,21 +473,25 @@ def self.apply_air_source_hvac_systems(runner, model, weather, hpxml_bldg, hpxml
# Air Loop
air_loop = create_air_loop(model, obj_name, air_loop_unitary, control_zone, hvac_sequential_load_fracs, [htg_cfm.to_f, clg_cfm.to_f].max, heating_system, hvac_unavailable_periods)
- add_backup_staging_ems_program(model, air_loop_unitary, htg_supp_coil, control_zone, htg_coil)
- add_installation_quality_ems_program(model, heating_system, cooling_system, air_loop_unitary, htg_coil, clg_coil, control_zone)
+ add_backup_staging_ems_program(model, air_loop_unitary, htg_supp_coil, htg_coil)
+ add_installation_quality_ems_program(model, heating_system, cooling_system, air_loop_unitary, htg_coil, clg_coil)
# supp coil control in staging EMS
- add_two_speed_staging_ems_program(model, air_loop_unitary, htg_supp_coil, control_zone, has_deadband_control, cooling_system)
+ add_two_speed_staging_ems_program(model, air_loop_unitary, htg_supp_coil, has_deadband_control, cooling_system)
- add_supplemental_coil_ems_program(model, htg_supp_coil, control_zone, htg_coil, has_deadband_control, cooling_system)
+ add_supplemental_coil_ems_program(model, htg_supp_coil, htg_coil, has_deadband_control, cooling_system)
- add_variable_speed_power_ems_program(runner, model, air_loop_unitary, control_zone, heating_system, cooling_system, htg_supp_coil, clg_coil, htg_coil, schedules_file)
+ add_variable_speed_power_ems_program(runner, model, air_loop_unitary, heating_system, cooling_system, htg_supp_coil, clg_coil, htg_coil, schedules_file)
- if is_heatpump
- ems_program = apply_defrost_ems_program(model, htg_coil, control_zone.spaces[0], cooling_system, hpxml_bldg.building_construction.number_of_units)
- if cooling_system.pan_heater_watts.to_f > 0
+ add_latent_degradation_ems_program(model, hpxml_header, cooling_system, air_loop_unitary, clg_coil, fan, control_zone.spaces[0], hpxml_bldg.building_construction.number_of_units)
+
+ # Defrost, pan heater, crankcase heater
+ if not cooling_system.nil?
+ if is_heatpump
+ ems_program = apply_defrost_ems_program(model, htg_coil, control_zone.spaces[0], cooling_system, hpxml_bldg.building_construction.number_of_units)
apply_pan_heater_ems_program(model, ems_program, htg_coil, control_zone.spaces[0], cooling_system, htg_ap.hp_min_temp)
end
+ apply_crankcase_heater_ems_program(model, htg_coil, clg_coil, control_zone.spaces[0], cooling_system, air_loop_unitary)
end
add_dse_ems_program(:clg, model, hpxml_bldg, cooling_system, obj_name)
@@ -918,7 +923,7 @@ def self.apply_ground_source_heat_pump(runner, model, weather, hpxml_bldg, hpxml
air_loop = create_air_loop(model, obj_name, air_loop_unitary, control_zone, hvac_sequential_load_fracs, [htg_cfm, clg_cfm].max, heat_pump, hvac_unavailable_periods)
# HVAC Installation Quality
- add_installation_quality_ems_program(model, heat_pump, heat_pump, air_loop_unitary, htg_coil, clg_coil, control_zone)
+ add_installation_quality_ems_program(model, heat_pump, heat_pump, air_loop_unitary, htg_coil, clg_coil)
add_dse_ems_program(:clg, model, hpxml_bldg, heat_pump, obj_name)
add_dse_ems_program(:htg, model, hpxml_bldg, heat_pump, obj_name)
@@ -1182,7 +1187,7 @@ def self.apply_boiler(runner, model, hpxml_bldg, heating_system, hvac_sequential
if heating_system.distribution_system.air_type.to_s == HPXML::AirTypeFanCoil
# Fan
- fan_cfm = RatedCFMPerTon * UnitConversions.convert(heating_system.heating_capacity, 'Btu/hr', 'ton') # CFM
+ fan_cfm = ActualCFMPerTonHeat * UnitConversions.convert(heating_system.heating_capacity, 'Btu/hr', 'ton') # CFM
fan = create_supply_fan(model, obj_name, 0.0, [fan_cfm], heating_system) # fan energy included in above pump via Electric Auxiliary Energy (EAE)
# Heating Coil
@@ -1607,9 +1612,6 @@ def self.apply_setpoints(runner, model, weather, spaces, hpxml_bldg, hpxml_heade
hvac_control.seasons_heating_end_month, hvac_control.seasons_heating_end_day)
hvac_season_days[:clg] = Calendar.get_daily_season(hpxml_header.sim_calendar_year, hvac_control.seasons_cooling_begin_month, hvac_control.seasons_cooling_begin_day,
hvac_control.seasons_cooling_end_month, hvac_control.seasons_cooling_end_day)
- if hvac_season_days[:htg].include?(0) || hvac_season_days[:clg].include?(0)
- runner.registerWarning('It is not possible to eliminate all HVAC energy use (e.g. crankcase/defrost energy) in EnergyPlus outside of an HVAC season.')
- end
heating_sch = nil
cooling_sch = nil
@@ -1848,12 +1850,7 @@ def self.get_building_america_hvac_seasons(weather, latitude)
# @return [nil]
def self.add_fan_power_ems_program(model, fan, hp_min_temp)
# Sensors
- tout_db_sensor = Model.add_ems_sensor(
- model,
- name: 'tout_db',
- output_var_or_meter_name: 'Site Outdoor Air Drybulb Temperature',
- key_name: 'Environment'
- )
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }
# Actuators
fan_pressure_rise_act = Model.add_ems_actuator(
@@ -1873,7 +1870,7 @@ def self.add_fan_power_ems_program(model, fan, hp_min_temp)
model,
name: "#{fan.name} power program"
)
- fan_program.addLine("If #{tout_db_sensor.name} < #{UnitConversions.convert(hp_min_temp, 'F', 'C').round(2)}")
+ fan_program.addLine("If #{t_out_sensor.name} < #{UnitConversions.convert(hp_min_temp, 'F', 'C').round(2)}")
fan_program.addLine(" Set #{fan_pressure_rise_act.name} = 0")
fan_program.addLine(" Set #{fan_total_efficiency_act.name} = 1")
fan_program.addLine('Else')
@@ -1884,7 +1881,7 @@ def self.add_fan_power_ems_program(model, fan, hp_min_temp)
# Calling Point
Model.add_ems_program_calling_manager(
model,
- name: "#{fan_program.name} calling manager",
+ name: "#{fan_program.name} manager",
calling_point: 'AfterPredictorBeforeHVACManagers',
ems_programs: [fan_program]
)
@@ -2049,7 +2046,7 @@ def self.add_pump_power_ems_program(model, pump, heating_object, hvac_system)
# Calling Point
Model.add_ems_program_calling_manager(
model,
- name: "#{pump_program.name} calling manager",
+ name: "#{pump_program.name} manager",
calling_point: 'EndOfSystemTimestepBeforeHVACReporting',
ems_programs: [pump_program]
)
@@ -2119,7 +2116,7 @@ def self.add_ghp_pump_mass_flow_rate_ems_program(model, pump, control_zone, htg_
# Calling Point
Model.add_ems_program_calling_manager(
model,
- name: "#{pump_program.name} calling manager",
+ name: "#{pump_program.name} manager",
calling_point: 'AfterPredictorBeforeHVACManagers',
ems_programs: [pump_program]
)
@@ -2256,7 +2253,7 @@ def self.add_fan_pump_disaggregation_ems_program(model, fan_or_pump, htg_object,
Model.add_ems_program_calling_manager(
model,
- name: "#{fan_or_pump.name} disaggregate program calling manager",
+ name: "#{fan_or_pump_program.name} manager",
calling_point: 'EndOfSystemTimestepBeforeHVACReporting',
ems_programs: [fan_or_pump_program]
)
@@ -2310,14 +2307,11 @@ def self.add_dehumidifier_load_adjustment_ems_program(model, dehumidifier, fract
dehumidifier_load_adj = Model.add_other_equipment(
model,
name: "#{dehumidifier.name} sens htg adj",
- end_use: nil,
space: conditioned_space,
- design_level: 0,
frac_radiant: 0,
frac_latent: 0,
frac_lost: 0,
- schedule: model.alwaysOnDiscreteSchedule,
- fuel_type: nil
+ schedule: model.alwaysOnDiscreteSchedule
)
dehumidifier_load_adj_act = Model.add_ems_actuator(
name: "#{dehumidifier.name} sens htg adj act",
@@ -2338,7 +2332,7 @@ def self.add_dehumidifier_load_adjustment_ems_program(model, dehumidifier, fract
Model.add_ems_program_calling_manager(
model,
- name: "#{program.name} calling manager",
+ name: "#{program.name} manager",
calling_point: 'BeginZoneTimestepAfterInitHeatBalance',
ems_programs: [program]
)
@@ -3092,7 +3086,6 @@ def self.create_dx_cooling_coil(model, obj_name, cooling_system, weather_max_dry
clg_coil = OpenStudio::Model::CoilCoolingDXSingleSpeed.new(model, model.alwaysOnDiscreteSchedule, cap_ft_curve, cap_fff_curve, eir_ft_curve, eir_fff_curve, plf_fplr_curve)
# Coil COP calculation based on system type
clg_coil.setRatedCOP(clg_ap.cool_rated_cops[i])
- clg_coil.setMaximumOutdoorDryBulbTemperatureForCrankcaseHeaterOperation(UnitConversions.convert(CrankcaseHeaterTemp, 'F', 'C'))
clg_coil.setRatedSensibleHeatRatio(clg_ap.cool_rated_shr_gross)
clg_coil.setNominalTimeForCondensateRemovalToBegin(1000.0)
clg_coil.setRatioOfInitialMoistureEvaporationRateAndSteadyStateLatentCapacity(1.5)
@@ -3107,7 +3100,6 @@ def self.create_dx_cooling_coil(model, obj_name, cooling_system, weather_max_dry
clg_coil.setApplyLatentDegradationtoSpeedsGreaterthan1(false)
clg_coil.setFuelType(EPlus::FuelTypeElectricity)
clg_coil.setAvailabilitySchedule(model.alwaysOnDiscreteSchedule)
- clg_coil.setMaximumOutdoorDryBulbTemperatureforCrankcaseHeaterOperation(UnitConversions.convert(CrankcaseHeaterTemp, 'F', 'C'))
constant_biquadratic = Model.add_curve_biquadratic(
model,
name: 'ConstantBiquadratic',
@@ -3130,7 +3122,7 @@ def self.create_dx_cooling_coil(model, obj_name, cooling_system, weather_max_dry
clg_coil.setName(coil_name)
clg_coil.setCondenserType('AirCooled')
- clg_coil.setCrankcaseHeaterCapacity(cooling_system.crankcase_heater_watts)
+ clg_coil.setCrankcaseHeaterCapacity(0) # We model crankcase heater via EMS to account for unavailable periods.
clg_coil.additionalProperties.setFeature('HPXML_ID', cooling_system.id) # Used by reporting measure
if has_deadband_control
# Apply startup capacity degradation
@@ -3297,8 +3289,7 @@ def self.create_dx_heating_coil(model, obj_name, heating_system, weather_min_dry
htg_coil.setResistiveDefrostHeaterCapacity(0.000001) # We model defrost via EMS. Use non-zero value to prevent E+ warning
# Per E+ documentation, if an air-to-air heat pump, the crankcase heater defined for the DX cooling coil is ignored and the crankcase heater power defined for the DX heating coil is used
- htg_coil.setMaximumOutdoorDryBulbTemperatureforCrankcaseHeaterOperation(UnitConversions.convert(CrankcaseHeaterTemp, 'F', 'C'))
- htg_coil.setCrankcaseHeaterCapacity(heating_system.crankcase_heater_watts)
+ htg_coil.setCrankcaseHeaterCapacity(0) # We model crankcase heater via EMS to account for unavailable periods.
htg_coil.additionalProperties.setFeature('HPXML_ID', heating_system.id) # Used by reporting measure
htg_coil.additionalProperties.setFeature('FractionHeatLoadServed', heating_system.fraction_heat_load_served) # Used by reporting measure
if has_deadband_control
@@ -3367,7 +3358,7 @@ def self.get_supp_coil_avail_sch_actuator(model, htg_supp_coil)
Model.add_ems_program_calling_manager(
model,
- name: "#{global_var_supp_avail_program.name} calling manager",
+ name: "#{global_var_supp_avail_program.name} manager",
calling_point: 'BeginZoneTimestepBeforeInitHeatBalance',
ems_programs: [global_var_supp_avail_program]
)
@@ -3379,32 +3370,19 @@ def self.get_supp_coil_avail_sch_actuator(model, htg_supp_coil)
#
# @param model [OpenStudio::Model::Model] OpenStudio Model object
# @param htg_supp_coil [OpenStudio::Model::CoilHeatingElectric or OpenStudio::Model::CoilHeatingElectricMultiStage] OpenStudio Supplemental Heating Coil object
- # @param control_zone [OpenStudio::Model::ThermalZone] Conditioned space thermal zone
# @param htg_coil [OpenStudio::Model::CoilHeatingDXSingleSpeed or OpenStudio::Model::CoilHeatingDXMultiSpeed] OpenStudio Heating Coil object
# @param has_deadband_control [Boolean] Whether to apply on off thermostat deadband
# @param cooling_system [HPXML::CoolingSystem or HPXML::HeatPump] The HPXML cooling system or heat pump of interest
# @return [nil]
- def self.add_supplemental_coil_ems_program(model, htg_supp_coil, control_zone, htg_coil, has_deadband_control, cooling_system)
+ def self.add_supplemental_coil_ems_program(model, htg_supp_coil, htg_coil, has_deadband_control, cooling_system)
return if htg_supp_coil.nil?
return unless cooling_system.compressor_type == HPXML::HVACCompressorTypeSingleStage
return unless has_deadband_control
return if htg_supp_coil.is_a? OpenStudio::Model::CoilHeatingElectricMultiStage
# Sensors
- tin_sensor = Model.add_ems_sensor(
- model,
- name: 'zone air temp',
- output_var_or_meter_name: 'Zone Mean Air Temperature',
- key_name: control_zone.name
- )
-
- htg_sch = control_zone.thermostatSetpointDualSetpoint.get.heatingSetpointTemperatureSchedule.get
- htg_sp_ss = Model.add_ems_sensor(
- model,
- name: "#{control_zone.name} htg setpoint",
- output_var_or_meter_name: 'Schedule Value',
- key_name: htg_sch.name
- )
+ t_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }
+ htg_sp_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorHeatingSetpointTemp }
supp_coil_energy = Model.add_ems_sensor(
model,
@@ -3446,11 +3424,11 @@ def self.add_supplemental_coil_ems_program(model, htg_supp_coil, control_zone, h
supp_coil_avail_program.addLine("If #{global_var_supp_avail.name} == 0") # Other EMS set it to be 0.0, keep the logic
supp_coil_avail_program.addLine(" Set #{supp_coil_avail_act.name} = 0")
supp_coil_avail_program.addLine('Else') # global variable = 1
- supp_coil_avail_program.addLine(" Set living_t = #{tin_sensor.name}")
- supp_coil_avail_program.addLine(" Set htg_sp_l = #{htg_sp_ss.name}")
- supp_coil_avail_program.addLine(" Set htg_sp_h = #{htg_sp_ss.name} + #{ddb}")
+ supp_coil_avail_program.addLine(" Set living_t = #{t_in_sensor.name}")
+ supp_coil_avail_program.addLine(" Set htg_sp_low = #{htg_sp_sensor.name}")
+ supp_coil_avail_program.addLine(" Set htg_sp_high = #{htg_sp_sensor.name} + #{ddb}")
supp_coil_avail_program.addLine(" If (@TRENDVALUE #{supp_energy_trend.name} 1) > 0") # backup coil is turned on, keep it on until reaching upper end of ddb in case of high frequency oscillations
- supp_coil_avail_program.addLine(' If living_t > htg_sp_h')
+ supp_coil_avail_program.addLine(' If living_t > htg_sp_high')
supp_coil_avail_program.addLine(" Set #{global_var_supp_avail.name} = 0")
supp_coil_avail_program.addLine(" Set #{supp_coil_avail_act.name} = 0")
supp_coil_avail_program.addLine(' Else')
@@ -3463,7 +3441,7 @@ def self.add_supplemental_coil_ems_program(model, htg_supp_coil, control_zone, h
r_s_a << "(@TrendValue #{htg_energy_trend.name} #{t_i}) > 0"
end
supp_coil_avail_program.addLine(" If #{r_s_a.join(' && ')}")
- supp_coil_avail_program.addLine(' If living_t > htg_sp_l')
+ supp_coil_avail_program.addLine(' If living_t > htg_sp_low')
supp_coil_avail_program.addLine(" Set #{global_var_supp_avail.name} = 0")
supp_coil_avail_program.addLine(" Set #{supp_coil_avail_act.name} = 0")
supp_coil_avail_program.addLine(' Else')
@@ -3479,7 +3457,7 @@ def self.add_supplemental_coil_ems_program(model, htg_supp_coil, control_zone, h
# ProgramCallingManagers
Model.add_ems_program_calling_manager(
model,
- name: "#{supp_coil_avail_program.name} calling manager",
+ name: "#{supp_coil_avail_program.name} manager",
calling_point: 'InsideHVACSystemIterationLoop',
ems_programs: [supp_coil_avail_program]
)
@@ -3617,7 +3595,7 @@ def self.add_capacity_degradation_ems_proram(model, system_ap, coil_name, is_coo
# ProgramCallingManagers
Model.add_ems_program_calling_manager(
model,
- name: "#{cycling_degrad_program.name} calling manager",
+ name: "#{cycling_degrad_program.name} manager",
calling_point: 'InsideHVACSystemIterationLoop',
ems_programs: [cycling_degrad_program]
)
@@ -3629,11 +3607,10 @@ def self.add_capacity_degradation_ems_proram(model, system_ap, coil_name, is_coo
# @param model [OpenStudio::Model::Model] OpenStudio Model object
# @param unitary_system [OpenStudio::Model::AirLoopHVACUnitarySystem] OpenStudio Air Loop HVAC Unitary System object
# @param htg_supp_coil [OpenStudio::Model::CoilHeatingElectric or OpenStudio::Model::CoilHeatingElectricMultiStage] OpenStudio Supplemental Heating Coil object
- # @param control_zone [OpenStudio::Model::ThermalZone] Conditioned space thermal zone
# @param has_deadband_control [Boolean] Whether to apply on off thermostat deadband
# @param cooling_system [HPXML::CoolingSystem or HPXML::HeatPump] The HPXML cooling system or heat pump of interest
# @return [nil]
- def self.add_two_speed_staging_ems_program(model, unitary_system, htg_supp_coil, control_zone, has_deadband_control, cooling_system)
+ def self.add_two_speed_staging_ems_program(model, unitary_system, htg_supp_coil, has_deadband_control, cooling_system)
# Note: Currently only available in 1 min time step
return unless has_deadband_control
return unless cooling_system.compressor_type == HPXML::HVACCompressorTypeTwoStage
@@ -3660,30 +3637,11 @@ def self.add_two_speed_staging_ems_program(model, unitary_system, htg_supp_coil,
supp_coil_avail_act, global_var_supp_avail = get_supp_coil_avail_sch_actuator(model, htg_supp_coil)
end
- # Sensors
- living_temp_ss = Model.add_ems_sensor(
- model,
- name: "#{control_zone.name} temp",
- output_var_or_meter_name: 'Zone Air Temperature',
- key_name: control_zone.name
- )
- htg_sch = control_zone.thermostatSetpointDualSetpoint.get.heatingSetpointTemperatureSchedule.get
- clg_sch = control_zone.thermostatSetpointDualSetpoint.get.coolingSetpointTemperatureSchedule.get
-
- htg_sp_ss = Model.add_ems_sensor(
- model,
- name: "#{control_zone.name} htg setpoint",
- output_var_or_meter_name: 'Schedule Value',
- key_name: htg_sch.name
- )
-
- clg_sp_ss = Model.add_ems_sensor(
- model,
- name: "#{control_zone.name} clg setpoint",
- output_var_or_meter_name: 'Schedule Value',
- key_name: clg_sch.name
- )
+ # Sensors
+ t_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }
+ htg_sp_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorHeatingSetpointTemp }
+ clg_sp_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorCoolingSetpointTemp }
unitary_var = Model.add_ems_sensor(
model,
@@ -3715,11 +3673,11 @@ def self.add_two_speed_staging_ems_program(model, unitary_system, htg_supp_coil,
)
# Check values within min/max limits
- realistic_cycling_program.addLine("Set living_t = #{living_temp_ss.name}")
- realistic_cycling_program.addLine("Set htg_sp_l = #{htg_sp_ss.name}")
- realistic_cycling_program.addLine("Set htg_sp_h = #{htg_sp_ss.name} + #{ddb}")
- realistic_cycling_program.addLine("Set clg_sp_l = #{clg_sp_ss.name} - #{ddb}")
- realistic_cycling_program.addLine("Set clg_sp_h = #{clg_sp_ss.name}")
+ realistic_cycling_program.addLine("Set living_t = #{t_in_sensor.name}")
+ realistic_cycling_program.addLine("Set htg_sp_low = #{htg_sp_sensor.name}")
+ realistic_cycling_program.addLine("Set htg_sp_high = #{htg_sp_sensor.name} + #{ddb}")
+ realistic_cycling_program.addLine("Set clg_sp_low = #{clg_sp_sensor.name} - #{ddb}")
+ realistic_cycling_program.addLine("Set clg_sp_high = #{clg_sp_sensor.name}")
(1..number_of_timestep_logged).each do |t_i|
realistic_cycling_program.addLine("Set unitary_var_#{t_i}_ago = @TrendValue #{unitary_speed_var_trend.name} #{t_i}")
@@ -3732,22 +3690,22 @@ def self.add_two_speed_staging_ems_program(model, unitary_system, htg_supp_coil,
end
# Cooling
# Setpoint not met and low speed is on for 5 time steps
- realistic_cycling_program.addLine("If (living_t - clg_sp_h > 0.0) && (#{s_trend_low.join(' && ')})")
+ realistic_cycling_program.addLine("If (living_t - clg_sp_high > 0.0) && (#{s_trend_low.join(' && ')})")
# Enable high speed unitary system
realistic_cycling_program.addLine(" Set #{unitary_actuator.name} = 2")
# Keep high speed unitary on until setpoint +- deadband is met
- realistic_cycling_program.addLine('ElseIf (unitary_var_1_ago == 2) && ((living_t - clg_sp_l > 0.0))')
+ realistic_cycling_program.addLine('ElseIf (unitary_var_1_ago == 2) && ((living_t - clg_sp_low > 0.0))')
realistic_cycling_program.addLine(" Set #{unitary_actuator.name} = 2")
realistic_cycling_program.addLine('Else')
realistic_cycling_program.addLine(" Set #{unitary_actuator.name} = 1")
realistic_cycling_program.addLine('EndIf')
if is_heatpump
# Heating
- realistic_cycling_program.addLine("If (htg_sp_l - living_t > 0.0) && (#{s_trend_low.join(' && ')})")
+ realistic_cycling_program.addLine("If (htg_sp_low - living_t > 0.0) && (#{s_trend_low.join(' && ')})")
# Enable high speed unitary system
realistic_cycling_program.addLine(" Set #{unitary_actuator.name} = 2")
# Keep high speed unitary on until setpoint +- deadband is met
- realistic_cycling_program.addLine('ElseIf (unitary_var_1_ago == 2) && (htg_sp_h - living_t > 0.0)')
+ realistic_cycling_program.addLine('ElseIf (unitary_var_1_ago == 2) && (htg_sp_high - living_t > 0.0)')
realistic_cycling_program.addLine(" Set #{unitary_actuator.name} = 2")
realistic_cycling_program.addLine('Else')
realistic_cycling_program.addLine(" Set #{unitary_actuator.name} = 1")
@@ -3757,9 +3715,9 @@ def self.add_two_speed_staging_ems_program(model, unitary_system, htg_supp_coil,
realistic_cycling_program.addLine(" Set #{supp_coil_avail_act.name} = 0")
realistic_cycling_program.addLine('Else') # global variable = 1
realistic_cycling_program.addLine(" Set #{supp_coil_avail_act.name} = 1")
- realistic_cycling_program.addLine(" If (htg_sp_l - living_t > 0.0) && (#{s_trend_high.join(' && ')})")
+ realistic_cycling_program.addLine(" If (htg_sp_low - living_t > 0.0) && (#{s_trend_high.join(' && ')})")
realistic_cycling_program.addLine(" Set #{supp_coil_avail_act.name} = 1")
- realistic_cycling_program.addLine(" ElseIf ((@TRENDVALUE #{backup_energy_trend.name} 1) > 0) && (htg_sp_h - living_t > 0.0)") # backup coil is turned on, keep it on until reaching upper end of ddb in case of high frequency oscillations
+ realistic_cycling_program.addLine(" ElseIf ((@TRENDVALUE #{backup_energy_trend.name} 1) > 0) && (htg_sp_high - living_t > 0.0)") # backup coil is turned on, keep it on until reaching upper end of ddb in case of high frequency oscillations
realistic_cycling_program.addLine(" Set #{supp_coil_avail_act.name} = 1")
realistic_cycling_program.addLine(' Else')
realistic_cycling_program.addLine(" Set #{global_var_supp_avail.name} = 0")
@@ -3772,7 +3730,7 @@ def self.add_two_speed_staging_ems_program(model, unitary_system, htg_supp_coil,
# ProgramCallingManagers
Model.add_ems_program_calling_manager(
model,
- name: "#{realistic_cycling_program.name} Program Manager",
+ name: "#{realistic_cycling_program.name} manager",
calling_point: 'InsideHVACSystemIterationLoop',
ems_programs: [realistic_cycling_program]
)
@@ -3784,7 +3742,6 @@ def self.add_two_speed_staging_ems_program(model, unitary_system, htg_supp_coil,
# @param runner [OpenStudio::Measure::OSRunner] Object typically used to display warnings
# @param model [OpenStudio::Model::Model] OpenStudio Model object
# @param air_loop_unitary [OpenStudio::Model::AirLoopHVACUnitarySystem] Air loop for the HVAC system
- # @param control_zone [OpenStudio::Model::ThermalZone] Conditioned space thermal zone
# @param heating_system [HPXML::HeatingSystem or HPXML::HeatPump] The HPXML heating system or heat pump of interest
# @param cooling_system [HPXML::CoolingSystem or HPXML::HeatPump] The HPXML cooling system or heat pump of interest
# @param htg_supp_coil [OpenStudio::Model::CoilHeatingElectric or CoilHeatingElectricMultiStage] OpenStudio Supplemental Heating Coil object
@@ -3792,7 +3749,7 @@ def self.add_two_speed_staging_ems_program(model, unitary_system, htg_supp_coil,
# @param htg_coil [OpenStudio::Model::CoilHeatingDXMultiSpeed] OpenStudio MultiStage Heating Coil object
# @param schedules_file [SchedulesFile] SchedulesFile wrapper class instance of detailed schedule files
# @return [nil]
- def self.add_variable_speed_power_ems_program(runner, model, air_loop_unitary, control_zone, heating_system, cooling_system, htg_supp_coil, clg_coil, htg_coil, schedules_file)
+ def self.add_variable_speed_power_ems_program(runner, model, air_loop_unitary, heating_system, cooling_system, htg_supp_coil, clg_coil, htg_coil, schedules_file)
return if schedules_file.nil?
return if clg_coil.nil? && htg_coil.nil?
@@ -3824,27 +3781,9 @@ def self.add_variable_speed_power_ems_program(runner, model, air_loop_unitary, c
key_name: max_pow_ratio_sch.name
)
- indoor_temp_sensor = Model.add_ems_sensor(
- model,
- name: "#{control_zone.name} indoor_temp",
- output_var_or_meter_name: 'Zone Air Temperature',
- key_name: control_zone.name
- )
-
- htg_sch = control_zone.thermostatSetpointDualSetpoint.get.heatingSetpointTemperatureSchedule.get
- clg_sch = control_zone.thermostatSetpointDualSetpoint.get.coolingSetpointTemperatureSchedule.get
- htg_spt_sensor = Model.add_ems_sensor(
- model,
- name: "#{control_zone.name} htg setpoint",
- output_var_or_meter_name: 'Schedule Value',
- key_name: htg_sch.name
- )
- clg_spt_sensor = Model.add_ems_sensor(
- model,
- name: "#{control_zone.name} clg setpoint",
- output_var_or_meter_name: 'Schedule Value',
- key_name: clg_sch.name
- )
+ t_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }
+ htg_sp_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorHeatingSetpointTemp }
+ clg_sp_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorCoolingSetpointTemp }
load_sensor = Model.add_ems_sensor(
model,
@@ -3871,14 +3810,14 @@ def self.add_variable_speed_power_ems_program(runner, model, air_loop_unitary, c
# calling managers
Model.add_ems_program_calling_manager(
model,
- name: "#{temp_offset_program.name} calling manager",
+ name: "#{temp_offset_program.name} manager",
calling_point: 'BeginNewEnvironment',
ems_programs: [temp_offset_program]
)
Model.add_ems_program_calling_manager(
model,
- name: "#{temp_offset_program.name} calling manager2",
+ name: "#{temp_offset_program.name} manager2",
calling_point: 'AfterNewEnvironmentWarmUpIsComplete',
ems_programs: [temp_offset_program]
)
@@ -3902,10 +3841,10 @@ def self.add_variable_speed_power_ems_program(runner, model, air_loop_unitary, c
program.addLine('Set htg_mode = 0')
program.addLine("If #{load_sensor.name} > 0")
program.addLine(' Set htg_mode = 1')
- program.addLine(" Set setpoint = #{htg_spt_sensor.name}")
+ program.addLine(" Set setpoint = #{htg_sp_sensor.name}")
program.addLine("ElseIf #{load_sensor.name} < 0")
program.addLine(' Set clg_mode = 1')
- program.addLine(" Set setpoint = #{clg_spt_sensor.name}")
+ program.addLine(" Set setpoint = #{clg_sp_sensor.name}")
program.addLine('EndIf')
program.addLine("Set sens_load = @Abs #{load_sensor.name}")
program.addLine('Set clg_mode = 0') if clg_coil.nil?
@@ -3930,33 +3869,16 @@ def self.add_variable_speed_power_ems_program(runner, model, air_loop_unitary, c
mode_s = 'If htg_mode > 0'
# Outdoor sensors added to calculate defrost adjustment for heating
- outdoor_db_sensor = Model.add_ems_sensor(
- model,
- name: 'outdoor_db',
- output_var_or_meter_name: 'Site Outdoor Air Drybulb Temperature',
- key_name: nil
- )
-
- outdoor_w_sensor = Model.add_ems_sensor(
- model,
- name: 'outdoor_w',
- output_var_or_meter_name: 'Site Outdoor Air Humidity Ratio',
- key_name: nil
- )
-
- outdoor_bp_sensor = Model.add_ems_sensor(
- model,
- name: 'outdoor_bp',
- output_var_or_meter_name: 'Site Outdoor Air Barometric Pressure',
- key_name: nil
- )
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }
+ w_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirHR }
+ bp_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirBarPressure }
# Calculate capacity and eirs for later use of full-load power calculations at each stage
# Equations from E+ source code
program.addLine('If htg_mode > 0')
- program.addLine(" If #{outdoor_db_sensor.name} < 4.444444,")
- program.addLine(" Set T_coil_out = 0.82 * #{outdoor_db_sensor.name} - 8.589")
- program.addLine(" Set delta_humidity_ratio = @MAX 0 (#{outdoor_w_sensor.name} - (@WFnTdbRhPb T_coil_out 1.0 #{outdoor_bp_sensor.name}))")
+ program.addLine(" If #{t_out_sensor.name} < 4.444444,")
+ program.addLine(" Set T_coil_out = 0.82 * #{t_out_sensor.name} - 8.589")
+ program.addLine(" Set delta_humidity_ratio = @MAX 0 (#{w_out_sensor.name} - (@WFnTdbRhPb T_coil_out 1.0 #{bp_out_sensor.name}))")
program.addLine(" Set #{cap_multiplier} = 0.909 - 107.33 * delta_humidity_ratio")
program.addLine(" Set #{pow_multiplier} = 0.90 - 36.45 * delta_humidity_ratio")
program.addLine(' Else')
@@ -4082,11 +4004,11 @@ def self.add_variable_speed_power_ems_program(runner, model, air_loop_unitary, c
program.addLine("Set #{supp_coil_avail_act.name} = #{global_var_supp_avail.name}") unless htg_supp_coil.nil?
program.addLine('If htg_mode > 0 || clg_mode > 0')
- program.addLine(" If (#{pow_ratio_sensor.name} == 1) || ((@Abs (#{indoor_temp_sensor.name} - setpoint)) > #{UnitConversions.convert(4, 'deltaF', 'deltaC')}) || #{temp_offset_signal.name} == 1")
+ program.addLine(" If (#{pow_ratio_sensor.name} == 1) || ((@Abs (#{t_in_sensor.name} - setpoint)) > #{UnitConversions.convert(4, 'deltaF', 'deltaC')}) || #{temp_offset_signal.name} == 1")
program.addLine(" Set #{coil_speed_act.name} = NULL")
- program.addLine(" If ((@Abs (#{indoor_temp_sensor.name} - setpoint)) > #{UnitConversions.convert(4, 'deltaF', 'deltaC')})")
+ program.addLine(" If ((@Abs (#{t_in_sensor.name} - setpoint)) > #{UnitConversions.convert(4, 'deltaF', 'deltaC')})")
program.addLine(" Set #{temp_offset_signal.name} = 1")
- program.addLine(" ElseIf (@Abs (#{indoor_temp_sensor.name} - setpoint)) < 0.001") # Temperature recovered
+ program.addLine(" ElseIf (@Abs (#{t_in_sensor.name} - setpoint)) < 0.001") # Temperature recovered
program.addLine(" Set #{temp_offset_signal.name} = 0")
program.addLine(' EndIf')
program.addLine(' Else')
@@ -4106,7 +4028,7 @@ def self.add_variable_speed_power_ems_program(runner, model, air_loop_unitary, c
# calling manager
Model.add_ems_program_calling_manager(
model,
- name: "#{program.name} calling manager",
+ name: "#{program.name} manager",
calling_point: 'InsideHVACSystemIterationLoop',
ems_programs: [program]
)
@@ -4118,10 +4040,9 @@ def self.add_variable_speed_power_ems_program(runner, model, air_loop_unitary, c
# @param model [OpenStudio::Model::Model] OpenStudio Model object
# @param unitary_system [OpenStudio::Model::AirLoopHVACUnitarySystem] OpenStudio Air Loop HVAC Unitary System object
# @param htg_supp_coil [OpenStudio::Model::CoilHeatingElectric or CoilHeatingElectricMultiStage] OpenStudio Supplemental Heating Coil object
- # @param control_zone [OpenStudio::Model::ThermalZone] Conditioned space thermal zone
# @param htg_coil [OpenStudio::Model::CoilHeatingDXSingleSpeed or OpenStudio::Model::CoilHeatingDXMultiSpeed] OpenStudio Heating Coil object
# @return [nil]
- def self.add_backup_staging_ems_program(model, unitary_system, htg_supp_coil, control_zone, htg_coil)
+ def self.add_backup_staging_ems_program(model, unitary_system, htg_supp_coil, htg_coil)
return unless htg_supp_coil.is_a? OpenStudio::Model::CoilHeatingElectricMultiStage
# Note: Currently only available in 1 min time step
@@ -4130,32 +4051,21 @@ def self.add_backup_staging_ems_program(model, unitary_system, htg_supp_coil, co
ddb = model.getThermostatSetpointDualSetpoints[0].temperatureDifferenceBetweenCutoutAndSetpoint
# Sensors
- living_temp_ss = Model.add_ems_sensor(
- model,
- name: 'living temp',
- output_var_or_meter_name: 'Zone Mean Air Temperature',
- key_name: control_zone.name
- )
+ t_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }
+ htg_sp_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorHeatingSetpointTemp }
- htg_sch = control_zone.thermostatSetpointDualSetpoint.get.heatingSetpointTemperatureSchedule.get
- htg_sp_sch_ss = Model.add_ems_sensor(
+ backup_htg_coil_sensor = Model.add_ems_sensor(
model,
- name: "#{control_zone.name} htg setpoint",
- output_var_or_meter_name: 'Schedule Value',
- key_name: htg_sch.name
- )
- htg_coil_ss = Model.add_ems_sensor(
- model,
- name: 'htg_coil_rate',
+ name: 'supp htg coil rate',
output_var_or_meter_name: 'Heating Coil Heating Rate',
- key_name: htg_coil.name
+ key_name: htg_supp_coil.name
)
- backup_coil_htg_rate = Model.add_ems_sensor(
+ htg_coil_sensor = Model.add_ems_sensor(
model,
- name: 'supp coil heating rate',
+ name: 'htg coil rate',
output_var_or_meter_name: 'Heating Coil Heating Rate',
- key_name: htg_supp_coil.name
+ key_name: htg_coil.name
)
# Need to use availability actuator because there's a bug in E+ that didn't handle the speed level = 0 correctly.See: https://github.com/NatLabRockies/EnergyPlus/pull/9392#discussion_r1578624175
@@ -4164,19 +4074,19 @@ def self.add_backup_staging_ems_program(model, unitary_system, htg_supp_coil, co
# Trend variables
zone_temp_trend = Model.add_ems_trend_var(
model,
- ems_object: living_temp_ss,
+ ems_object: t_in_sensor,
num_timesteps_logged: number_of_timestep_logged
)
htg_coil_trend = Model.add_ems_trend_var(
model,
- ems_object: htg_coil_ss,
+ ems_object: htg_coil_sensor,
num_timesteps_logged: number_of_timestep_logged
)
- backup_coil_htg_rate_trend = Model.add_ems_trend_var(
+ backup_htg_coil_trend = Model.add_ems_trend_var(
model,
- ems_object: backup_coil_htg_rate,
+ ems_object: backup_htg_coil_sensor,
num_timesteps_logged: number_of_timestep_logged
)
@@ -4209,14 +4119,14 @@ def self.add_backup_staging_ems_program(model, unitary_system, htg_supp_coil, co
)
# Check values within min/max limits
- supp_staging_program.addLine("Set htg_sp_high = #{htg_sp_sch_ss.name} + #{ddb}")
- supp_staging_program.addLine("Set htg_sp_low = #{htg_sp_sch_ss.name}")
+ supp_staging_program.addLine("Set htg_sp_high = #{htg_sp_sensor.name} + #{ddb}")
+ supp_staging_program.addLine("Set htg_sp_low = #{htg_sp_sensor.name}")
s_trend = []
(1..number_of_timestep_logged).each do |t_i|
supp_staging_program.addLine("Set zone_temp_#{t_i}_ago = @TrendValue #{zone_temp_trend.name} #{t_i}")
supp_staging_program.addLine("Set htg_coil_rate_#{t_i}_ago = @TrendValue #{htg_coil_trend.name} #{t_i}")
- supp_staging_program.addLine("Set supp_htg_rate_#{t_i}_ago = @TrendValue #{backup_coil_htg_rate_trend.name} #{t_i}")
+ supp_staging_program.addLine("Set supp_htg_rate_#{t_i}_ago = @TrendValue #{backup_htg_coil_trend.name} #{t_i}")
supp_staging_program.addLine("If htg_coil_rate_#{t_i}_ago > 0.0")
supp_staging_program.addLine(" Set htg_spt_temp_#{t_i}_ago = htg_sp_high")
supp_staging_program.addLine('Else')
@@ -4233,11 +4143,11 @@ def self.add_backup_staging_ems_program(model, unitary_system, htg_supp_coil, co
supp_staging_program.addLine("If #{global_var_supp_avail.name} == 0") # Other EMS set it to be 0.0, keep the logic
supp_staging_program.addLine(" Set #{supp_coil_avail_act.name} = 0")
supp_staging_program.addLine('Else') # global variable = 1
- supp_staging_program.addLine(" If (supp_htg_rate_1_ago > 0) && (htg_sp_high - #{living_temp_ss.name} > 0.01)")
+ supp_staging_program.addLine(" If (supp_htg_rate_1_ago > 0) && (htg_sp_high - #{t_in_sensor.name} > 0.01)")
supp_staging_program.addLine(" Set #{supp_coil_avail_act.name} = 1") # Keep backup coil on until reaching cut-out temperature
supp_staging_program.addLine(" ElseIf (#{s_trend.join(' && ')})")
supp_staging_program.addLine(" Set #{supp_coil_avail_act.name} = 1")
- supp_staging_program.addLine(" If (#{living_temp_ss.name} >= htg_sp_low)")
+ supp_staging_program.addLine(" If (#{t_in_sensor.name} >= htg_sp_low)")
supp_staging_program.addLine(" Set #{global_var_supp_avail.name} = 0")
supp_staging_program.addLine(" Set #{supp_coil_avail_act.name} = 0")
supp_staging_program.addLine(' EndIf')
@@ -4272,12 +4182,285 @@ def self.add_backup_staging_ems_program(model, unitary_system, htg_supp_coil, co
# ProgramCallingManagers
Model.add_ems_program_calling_manager(
model,
- name: "#{supp_staging_program.name} Program Manager",
+ name: "#{supp_staging_program.name} Manager",
calling_point: 'InsideHVACSystemIterationLoop',
ems_programs: [supp_staging_program]
)
end
+ # Adds an EMS program to model latent degradation. This model accounts for latent removal during coil start-up,
+ # and moisture re-introduced to the conditioned space during the blower-off delay (forced evaporation) and
+ # during the remaining off cycle time after the blower shuts off (natural evaporation).
+ #
+ # @param model [OpenStudio::Model::Model] OpenStudio Model object
+ # @param hpxml_header [HPXML::Header] HPXML Header object (one per HPXML file)
+ # @param cooling_system [HPXML::CoolingSystem or HPXML::HeatPump] The HPXML cooling system or heat pump of interest
+ # @param air_loop_unitary [OpenStudio::Model::AirLoopHVACUnitarySystem] OpenStudio Air Loop HVAC Unitary System object
+ # @param clg_coil [OpenStudio::Model::CoilCoolingXXX] Cooling coil model object
+ # @param fan [OpenStudio::Model::FanSystemModel] OpenStudio FanSystemModel object
+ # @param conditioned_space [OpenStudio::Model::Space] OpenStudio Space object for conditioned zone
+ # @param unit_multiplier [Integer] Number of similar dwelling units
+ # @return [nil]
+ def self.add_latent_degradation_ems_program(model, hpxml_header, cooling_system, air_loop_unitary, clg_coil, fan, conditioned_space, unit_multiplier)
+ return unless hpxml_header.latent_degradation_model_enabled
+ return if cooling_system.nil?
+
+ # Check that it's a central AC/HP
+ is_ducted = !cooling_system.distribution_system.nil?
+ if cooling_system.is_a? HPXML::CoolingSystem
+ cooling_type = cooling_system.cooling_system_type
+ else
+ cooling_type = cooling_system.heat_pump_type
+ end
+ if not ([HPXML::HVACTypeCentralAirConditioner,
+ HPXML::HVACTypeHeatPumpAirToAir].include?(cooling_type) ||
+ ([HPXML::HVACTypeMiniSplitAirConditioner,
+ HPXML::HVACTypeHeatPumpMiniSplit].include?(cooling_type) && is_ducted))
+ return
+ end
+
+ m3s_to_cfm = UnitConversions.convert(1, 'm^3/s', 'cfm').round(2)
+ w_to_ton = UnitConversions.convert(1, 'W', 'ton').round(4)
+ is_single_stage = (cooling_system.compressor_type == HPXML::HVACCompressorTypeSingleStage)
+ if is_single_stage
+ cool_cap_tons = UnitConversions.convert(clg_coil.ratedTotalCoolingCapacity.get, 'W', 'ton')
+ else
+ cool_cap_tons = UnitConversions.convert(clg_coil.stages[-1].grossRatedTotalCoolingCapacity.get, 'W', 'ton')
+ end
+ blower_off_delay = hpxml_header.latent_degradation_model_blower_off_delay
+
+ # Sensors
+ clg_rtf_sensor = Model.add_ems_sensor(
+ model,
+ name: "#{air_loop_unitary.name} latdeg clg rtf s",
+ output_var_or_meter_name: 'Cooling Coil Runtime Fraction',
+ key_name: clg_coil.name
+ )
+
+ clg_qt_sensor = Model.add_ems_sensor(
+ model,
+ name: "#{air_loop_unitary.name} latdeg clg qt s",
+ output_var_or_meter_name: 'Cooling Coil Total Cooling Rate',
+ key_name: clg_coil.name
+ )
+
+ clg_qs_sensor = Model.add_ems_sensor(
+ model,
+ name: "#{air_loop_unitary.name} latdeg clg qs s",
+ output_var_or_meter_name: 'Cooling Coil Sensible Cooling Rate',
+ key_name: clg_coil.name
+ )
+
+ if not is_single_stage
+ speed_ratio_sensor = Model.add_ems_sensor(
+ model,
+ name: "#{air_loop_unitary.name} latdeg speed ratio s",
+ output_var_or_meter_name: 'Unitary System DX Coil Speed Ratio',
+ key_name: air_loop_unitary.name
+ )
+ end
+
+ fan_q_sensor = Model.add_ems_sensor(
+ model,
+ name: "#{air_loop_unitary.name} latdeg fan q s",
+ output_var_or_meter_name: 'Fan Electricity Rate',
+ key_name: fan.name
+ )
+
+ # No way to retrieve this node name from the model, it's
+ # created automatically during FT
+ clg_coil_inlet_node_name = "#{air_loop_unitary.name} Fan - Cooling Coil Node"
+
+ vfr_sensor = Model.add_ems_sensor(
+ model,
+ name: "#{air_loop_unitary.name} latdeg vfr s",
+ output_var_or_meter_name: 'System Node Standard Density Volume Flow Rate',
+ key_name: clg_coil_inlet_node_name
+ )
+
+ p_atm_sensor = Model.add_ems_sensor(
+ model,
+ name: "#{air_loop_unitary.name} latdeg p atm s",
+ output_var_or_meter_name: 'System Node Pressure',
+ key_name: clg_coil_inlet_node_name
+ )
+
+ return_db_sensor = Model.add_ems_sensor(
+ model,
+ name: "#{air_loop_unitary.name} latdeg return db s",
+ output_var_or_meter_name: 'System Node Temperature',
+ key_name: clg_coil_inlet_node_name
+ )
+
+ return_hr_sensor = Model.add_ems_sensor(
+ model,
+ name: "#{air_loop_unitary.name} latdeg return db s",
+ output_var_or_meter_name: 'System Node Humidity Ratio',
+ key_name: clg_coil_inlet_node_name
+ )
+
+ # OtherEquipment objects to add heat/cool
+ cnt = model.getOtherEquipments.count { |e| e.endUseSubcategory.start_with? Constants::ObjectTypeBlowerOffDelayFanPower } # Ensure unique name for each cooling system
+ fan_power_oe = Model.add_other_equipment(
+ model,
+ name: "#{air_loop_unitary.name} latdeg blower fan power",
+ end_use: "#{Constants::ObjectTypeBlowerOffDelayFanPower}#{cnt + 1}",
+ space: conditioned_space,
+ frac_radiant: 0,
+ frac_latent: 0,
+ frac_lost: 0,
+ schedule: model.alwaysOnDiscreteSchedule,
+ fuel_type: HPXML::FuelTypeElectricity
+ )
+ fan_power_oe.additionalProperties.setFeature('HPXML_ID', cooling_system.id) # Used by reporting measure
+
+ latent_heat_oe = Model.add_other_equipment(
+ model,
+ name: "#{air_loop_unitary.name} latdeg latent heat",
+ space: conditioned_space,
+ frac_radiant: 0,
+ frac_latent: 1,
+ frac_lost: 0,
+ schedule: model.alwaysOnDiscreteSchedule
+ )
+
+ sens_cool_oe = Model.add_other_equipment(
+ model,
+ name: "#{air_loop_unitary.name} latdeg sens cool",
+ space: conditioned_space,
+ frac_radiant: 0,
+ frac_latent: 0,
+ frac_lost: 0,
+ schedule: model.alwaysOnDiscreteSchedule
+ )
+
+ # Actuators
+ fan_power_act = Model.add_ems_actuator(
+ name: "#{fan_power_oe.name} act",
+ model_object: fan_power_oe,
+ comp_type_and_control: EPlus::EMSActuatorOtherEquipmentPower
+ )
+
+ latent_heat_act = Model.add_ems_actuator(
+ name: "#{latent_heat_oe.name} act",
+ model_object: latent_heat_oe,
+ comp_type_and_control: EPlus::EMSActuatorOtherEquipmentPower
+ )
+
+ sens_cool_act = Model.add_ems_actuator(
+ name: "#{sens_cool_oe.name} act",
+ model_object: sens_cool_oe,
+ comp_type_and_control: EPlus::EMSActuatorOtherEquipmentPower
+ )
+
+ # EMS Program based on:
+ # Shirey, Don, Henderson, H., Raustad, R. 2006. "Understanding the Dehumidification Performance of Air-Conditioning
+ # Equipment at Part Load Conditions". DOE/NETL Project No. DE-FC26-01NT41253.
+ # Table and equation numbers below refer to the Shirey et al. report. See Chapter 5.
+ latdeg_program = Model.add_ems_program(
+ model,
+ name: "#{air_loop_unitary.name} blower off delay program"
+ )
+ latdeg_program.addLine("Set RTF = #{clg_rtf_sensor.name}")
+ if not speed_ratio_sensor.nil?
+ # Set RTF to 1 for two-stage or variable speed equipment if the speed ratio > 0
+ latdeg_program.addLine("If #{speed_ratio_sensor.name} > 0")
+ latdeg_program.addLine(' Set RTF = 1')
+ latdeg_program.addLine('EndIf')
+ end
+ latdeg_program.addLine("Set Qt = #{clg_qt_sensor.name}") # Timestep total cooling capacity
+ latdeg_program.addLine("Set Qs = #{clg_qs_sensor.name}") # Timestep sensible cooling capacity
+ latdeg_program.addLine('Set Ql = Qt - Qs') # Timestep latent cooling capacity
+ latdeg_program.addLine("Set Qfan = #{fan_q_sensor.name}")
+ latdeg_program.addLine('IF (RTF == 0) || (RTF == 1) || (Ql == 0)') # No latent degradation if coil is off, runs for the entire timestep, or is dry
+ latdeg_program.addLine(" Set #{latent_heat_act.name}=0")
+ latdeg_program.addLine(" Set #{sens_cool_act.name}=0")
+ latdeg_program.addLine(" Set #{fan_power_act.name}=0")
+ latdeg_program.addLine(' Return')
+ latdeg_program.addLine('EndIf')
+ latdeg_program.addLine("Set scfm = #{vfr_sensor.name} * #{m3s_to_cfm} / RTF") # Full load standard volumetric flow rate
+ latdeg_program.addLine("Set Patm = #{p_atm_sensor.name}")
+ latdeg_program.addLine("Set ReturnDB = #{return_db_sensor.name}")
+ latdeg_program.addLine("Set ReturnHumRat = #{return_hr_sensor.name}")
+ latdeg_program.addLine('Set MinEXP = -15') # Constant to avoid exponential terms from approaching 0
+ latdeg_program.addLine('Set tau = 60') # Time constant of latent capacity at start-up. See Table 5-1. Typically 30-90 seconds.
+ latdeg_program.addLine('Set K1Per1000ft2 = 8') # Empirical constant. See Table 5-4.
+ latdeg_program.addLine('Set K2 = 0.03') # Empirical constant. See Table 5-4.
+ latdeg_program.addLine("Set BlowerOffDelay = #{blower_off_delay}")
+ latdeg_program.addLine('Set OffCycleFlowFraction = 0.001')
+ latdeg_program.addLine('Set MaxCyclesPerHour = 3') # Maximum number of cycles per hour. See Table 5-1.
+ latdeg_program.addLine('Set AfacePerTon = 1.57')
+ latdeg_program.addLine('Set EvapFPI = 14') # Assumed evaporator fins per inch (FPI)
+ latdeg_program.addLine('Set EvapDepth = 3') # Asseumed evaporator coil depth, inches
+ latdeg_program.addLine('Set ReturnWB = (@TwbFnTdbWPb ReturnDB ReturnHumRat Patm)')
+ latdeg_program.addLine("Set QratedTons = #{cool_cap_tons}")
+ latdeg_program.addLine('If scfm == 0')
+ latdeg_program.addLine(" Set scfm = QratedTons * #{RatedCFMPerTonDX}")
+ latdeg_program.addLine('EndIf')
+ latdeg_program.addLine('Set Aface = AfacePerTon * QratedTons') # Assumed coil face area
+ latdeg_program.addLine('Set Ao = 2 * Aface * EvapFPI * EvapDepth') # Total fin area, square feet. See Table 5-4.
+ latdeg_program.addLine('Set Ql = Qt - Qs') # Timestep latent cooling capacity (repeated equation from above)
+ latdeg_program.addLine('Set SHR = Qs / Qt') # Timestep SHR
+ latdeg_program.addLine('Set WBDepression = (ReturnDB - ReturnWB) * 1.8') # Return air wetbulb depression, deg F
+ latdeg_program.addLine('Set K1 = K1Per1000ft2 * Ao / 1000')
+ latdeg_program.addLine("Set scfmPerTon = scfm / (Qt * #{w_to_ton} / RTF)") # Operating cfm/ton. (`scfm` is full load.)
+ latdeg_program.addLine("Set Mo = K1 * Ao / 1000 * (1 + 0.2 * (#{RatedCFMPerTonDX} - scfmPerTon) / 300)") # Lin. reg. to vary coil moisture holding capacity (Mo) w/ airflow. Combination of equation in Table 5-4 w/ Fig. 5-49.
+ latdeg_program.addLine('Set scfmOffCycle = scfm * OffCycleFlowFraction + 0.0000001') # Assumed natural convection airflow rate when the blower is off
+ latdeg_program.addLine('Set NTUo = K2 * Ao / (scfmOffCycle^0.2)') # Eq 5-12 used when the blower is cycled off
+ latdeg_program.addLine('Set NTU1o = K2 * Ao / (scfm^0.2)') # Eq 5-12 used during the blower off delay
+ latdeg_program.addLine('Set twet = 3600 * Mo * 1060 / (@Max Ql 0.1)') # Nominal time (seconds) after cooling startup when moisture starts to drain. See Table 5-4.
+ latdeg_program.addLine('Set tp = Mo * 1060 / 1.08 / scfmOffCycle / WBDepression * 3600') # Defined on pg 5-23 for when the fan is off. See Table 5-4.
+ latdeg_program.addLine('Set t1p = Mo * 1060 / 1.08 / scfm / WBDepression * 3600') # Defined on pg 5-23 for during the blower off delay. See Table 5-4.
+ latdeg_program.addLine('Set Cycles = 4 * MaxCyclesPerHour * RTF * (1 - RTF)') # Number of cycles per hour
+ latdeg_program.addLine('Set toff = (@Min (3600 / 4 / MaxCyclesPerHour / RTF) BlowerOffDelay)') # Duration of an off cycle (seconds)
+ latdeg_program.addLine('Set ton = 3600 / 4 / MaxCyclesPerHour / (1 - RTF)') # Duration of a cooling cycle (seconds)
+ latdeg_program.addLine('Set t11off = ton / RTF - ton - BlowerOffDelay') # Duration of off cycle when the coil and blower are both off
+ latdeg_program.addLine('Set fs = 1')
+ latdeg_program.addLine('Set Deltafs = 1')
+ latdeg_program.addLine('Set f1s = 1')
+ latdeg_program.addLine('While (@abs Deltafs) > 0.00001') # Successive substitution loop for the blower off delay (forced evaporation) and latent degradation (natural evaporation)
+ latdeg_program.addLine(' Set f1scalcint1 = (@EXP ((-NTU1o) * BlowerOffDelay / t1p))') # Intermediate term for Eq 5-22
+ latdeg_program.addLine(' Set f1scalcint2 = (@EXP (NTU1o * fs))') # Intermediate term for Eq 5-22
+ latdeg_program.addLine(' Set f1sCalc = 1 / NTU1o * (@LN (f1scalcint1 * (f1scalcint2 - 1) + 1))') # Fraction of moisture on the coil after blower off delay. See Eq 5-22 and 5-31.
+ latdeg_program.addLine(' Set f1s = (@Min f1sCalc 1)') # Limit f_s to be <= 1.0 See pg. 5-23.
+ latdeg_program.addLine(' Set fiint1 = (@EXP (@Max ((-NTUo) * t11off / tp) MinEXP))') # Eq 5-22, first exponential term
+ latdeg_program.addLine(' Set fiint2 = (@EXP (NTUo * f1s))') # Eq 5-22, second exponential term
+ latdeg_program.addLine(' Set fi = 1 / NTUo * (@LN (fiint1 * (fiint2 - 1) + 1))') # Fraction of moisture on the coil after the off cycle. See Eq 5-22 and 5-31.
+ latdeg_program.addLine(' Set fscalcint = (@EXP (@Max ((-ton) / tau) MinEXP))') # Intermediate term for Eq 5-23
+ latdeg_program.addLine(' Set fsCalc = fi + 1 / twet * (ton + tau * (fsCalcint - 1))') # Fraction of moisture on coil at end of on cycle to coil moisture holding capacity (Mo). See Eq 5-23.
+ latdeg_program.addLine(' Set fsCalc = (@Min fsCalc 1)') # Limit f_s to be <= 1.0 See pg. 5-23.
+ latdeg_program.addLine(' Set Deltafs = fs - fsCalc') # Residual
+ latdeg_program.addLine(' Set fs = fsCalc') # Successive substitution to find f_s. Use f_i to find t_o.
+ latdeg_program.addLine('EndWhile')
+ latdeg_program.addLine('Set to = ton') # `to` is the time after coil startup when moisture begins to drain from the unit (s).
+ latdeg_program.addLine('Set Deltato = 10')
+ latdeg_program.addLine('While (@abs Deltato) > 0.01')
+ latdeg_program.addLine(' Set toCalcint = (@EXP (@Max ((-to) / tau) MinEXP))') # Intermediate term for Eq 5-25
+ latdeg_program.addLine(' Set toCalc = (1 - fi) * twet - tau * (toCalcint - 1)') # Eq 5-25
+ latdeg_program.addLine(' Set toCalc = (@Min toCalc ton)') # `to` must be less than the on cycle (`ton`)
+ latdeg_program.addLine(' Set Deltato = to - toCalc')
+ latdeg_program.addLine(' Set to = toCalc')
+ latdeg_program.addLine('EndWhile')
+ latdeg_program.addLine('Set LHRssint = (@EXP (@Max ((-ton) / tau) MinEXP))') # Intermediate term for next line.
+ latdeg_program.addLine('Set LHRss = ton + tau * (LHRssint - 1)') # LHR at steady state. See denominator of Eq. 5-9.
+ latdeg_program.addLine('Set LHRint = (@EXP (@Max ((-to) / tau) MinEXP))') # Intermediate term for next line.
+ latdeg_program.addLine('Set LHR= (@Abs (ton - to + tau * (LHRssint - LHRint)))') # LHR at part load. See numerator of Eq. 5-9.
+ latdeg_program.addLine('Set SHRnew = 1 - (1 - SHR) * LHR / LHRss') # Adjust the E+ SHR (steady state) using LHR/LHRss ratio.
+ latdeg_program.addLine('Set Qsnew = Qt * SHRnew') # New sensible capacity
+ latdeg_program.addLine('Set Qlnew = Qt - Qsnew') # New latent capacity
+ latdeg_program.addLine("Set #{latent_heat_act.name} = ((Ql - Qlnew) * RTF / 3.4121) / #{unit_multiplier}")
+ latdeg_program.addLine("Set #{sens_cool_act.name} = ((Qs - Qsnew) * RTF / 3.4121) / #{unit_multiplier}")
+ latdeg_program.addLine("Set #{fan_power_act.name} = (#{blower_off_delay} / ton * Qfan) / #{unit_multiplier}") # Additional fan power during blower off delay
+
+ # EMS Program Calling Manager
+ Model.add_ems_program_calling_manager(
+ model,
+ name: "#{latdeg_program.name} manager",
+ calling_point: 'EndOfSystemTimestepAfterHVACReporting',
+ ems_programs: [latdeg_program]
+ )
+ end
+
# Returns the EnergyPlus sequential load fractions for every day of the year.
#
# @param load_frac [Double] Fraction of heating or cooling load served by this HVAC system
@@ -4351,12 +4534,7 @@ def self.set_sequential_load_fractions(model, control_zone, hvac_object, hvac_se
# Use EMS to prevent operation of this system above the specified temperature.
# Sensor
- tout_db_sensor = Model.add_ems_sensor(
- model,
- name: 'tout db',
- output_var_or_meter_name: 'Site Outdoor Air Drybulb Temperature',
- key_name: 'Environment'
- )
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }
# Actuator
if heating_sch.is_a? OpenStudio::Model::ScheduleConstant
@@ -4378,7 +4556,7 @@ def self.set_sequential_load_fractions(model, control_zone, hvac_object, hvac_se
name: "#{heating_sch.name} max heating temp program"
)
temp_override_program.addLine("Set max_heating_temp = #{UnitConversions.convert(max_heating_temp, 'F', 'C')}")
- temp_override_program.addLine("If #{tout_db_sensor.name} > max_heating_temp")
+ temp_override_program.addLine("If #{t_out_sensor.name} > max_heating_temp")
temp_override_program.addLine(" Set #{actuator.name} = 0")
temp_override_program.addLine('Else')
temp_override_program.addLine(" Set #{actuator.name} = NULL") # Allow normal operation
@@ -4386,7 +4564,7 @@ def self.set_sequential_load_fractions(model, control_zone, hvac_object, hvac_se
Model.add_ems_program_calling_manager(
model,
- name: "#{heating_sch.name} program manager",
+ name: "#{temp_override_program.name} manager",
calling_point: 'BeginZoneTimestepAfterInitHeatBalance',
ems_programs: [temp_override_program]
)
@@ -4400,15 +4578,15 @@ def self.set_sequential_load_fractions(model, control_zone, hvac_object, hvac_se
# @param obj_name [String] Name for the OpenStudio object
# @param mode [Symbol] Heating (:htg) or cooling (:clg)
# @param fault_program [OpenStudio::Model::EnergyManagementSystemProgram] The EMS program of interest
- # @param tin_sensor [OpenStudio::Model::EnergyManagementSystemSensor] The indoor temperature sensor
- # @param tout_sensor [OpenStudio::Model::EnergyManagementSystemSensor] The outdoor temperature sensor
+ # @param t_in_sensor [OpenStudio::Model::EnergyManagementSystemSensor] The indoor temperature sensor
+ # @param t_out_sensor [OpenStudio::Model::EnergyManagementSystemSensor] The outdoor temperature sensor
# @param hvac_coil [OpenStudio::Model::CoilCoolingXXX or OpenStudio::Model::CoilHeatingXXX] Cooling or heating coil model object
# @param f_chg [Double] Refrigerant charge defect ratio (i.e., (InstalledCharge - DesignCharge) / DesignCharge)
# @param airflow_defect_ratio [Double] Airflow defect ratio (i.e., (InstalledAirflow - DesignAirflow) / DesignAirflow)
# @param airflow_rated_defect_ratio [Array] Rated airflow defect ratio (i.e., (InstalledAirflow - RatedAirflow) / RatedAirflow)) at each speed
# @param hvac_ap [HPXML::AdditionalProperties] AdditionalProperties object for the HVAC system
# @return [nil]
- def self.add_installation_quality_ems_program_equations(model, obj_name, mode, fault_program, tin_sensor, tout_sensor, hvac_coil, f_chg, airflow_defect_ratio, airflow_rated_defect_ratio, hvac_ap)
+ def self.add_installation_quality_ems_program_equations(model, obj_name, mode, fault_program, t_in_sensor, t_out_sensor, hvac_coil, f_chg, airflow_defect_ratio, airflow_rated_defect_ratio, hvac_ap)
if mode == :clg
if hvac_coil.is_a? OpenStudio::Model::CoilCoolingDXSingleSpeed
num_speeds = 1
@@ -4540,14 +4718,14 @@ def self.add_installation_quality_ems_program_equations(model, obj_name, mode, f
fault_program.addLine("Set a4_CH_P_#{suffix} = #{p_values[3]}")
fault_program.addLine("Set q0_CH_#{suffix} = a1_CH_Qgr_#{suffix}")
- fault_program.addLine("Set q1_CH_#{suffix} = a2_CH_Qgr_#{suffix}*#{tin_sensor.name}")
- fault_program.addLine("Set q2_CH_#{suffix} = a3_CH_Qgr_#{suffix}*#{tout_sensor.name}")
+ fault_program.addLine("Set q1_CH_#{suffix} = a2_CH_Qgr_#{suffix}*#{t_in_sensor.name}")
+ fault_program.addLine("Set q2_CH_#{suffix} = a3_CH_Qgr_#{suffix}*#{t_out_sensor.name}")
fault_program.addLine("Set q3_CH_#{suffix} = a4_CH_Qgr_#{suffix}*F_CH")
fault_program.addLine("Set Y_CH_Q_#{suffix} = 1 + ((q0_CH_#{suffix}+(q1_CH_#{suffix})+(q2_CH_#{suffix})+(q3_CH_#{suffix}))*F_CH)")
fault_program.addLine("Set p1_CH_#{suffix} = a1_CH_P_#{suffix}")
- fault_program.addLine("Set p2_CH_#{suffix} = a2_CH_P_#{suffix}*#{tin_sensor.name}")
- fault_program.addLine("Set p3_CH_#{suffix} = a3_CH_P_#{suffix}*#{tout_sensor.name}")
+ fault_program.addLine("Set p2_CH_#{suffix} = a2_CH_P_#{suffix}*#{t_in_sensor.name}")
+ fault_program.addLine("Set p3_CH_#{suffix} = a3_CH_P_#{suffix}*#{t_out_sensor.name}")
fault_program.addLine("Set p4_CH_#{suffix} = a4_CH_P_#{suffix}*F_CH")
fault_program.addLine("Set Y_CH_COP_#{suffix} = Y_CH_Q_#{suffix}/(1 + (p1_CH_#{suffix}+(p2_CH_#{suffix})+(p3_CH_#{suffix})+(p4_CH_#{suffix}))*F_CH)")
@@ -4638,9 +4816,8 @@ def self.add_installation_quality_ems_program_equations(model, obj_name, mode, f
# @param air_loop_unitary [OpenStudio::Model::AirLoopHVACUnitarySystem] OpenStudio Air Loop HVAC Unitary System object
# @param htg_coil [OpenStudio::Model::CoilHeatingXXX] Heating coil model object
# @param clg_coil [OpenStudio::Model::CoilCoolingXXX] Cooling coil model object
- # @param control_zone [OpenStudio::Model::ThermalZone] Conditioned space thermal zone
# @return [nil]
- def self.add_installation_quality_ems_program(model, heating_system, cooling_system, air_loop_unitary, htg_coil, clg_coil, control_zone)
+ def self.add_installation_quality_ems_program(model, heating_system, cooling_system, air_loop_unitary, htg_coil, clg_coil)
if not cooling_system.nil?
charge_defect_ratio = cooling_system.charge_defect_ratio
cool_airflow_defect_ratio = cooling_system.airflow_defect_ratio
@@ -4680,19 +4857,8 @@ def self.add_installation_quality_ems_program(model, heating_system, cooling_sys
obj_name = "#{air_loop_unitary.name} install quality program"
- tin_sensor = Model.add_ems_sensor(
- model,
- name: "#{obj_name} tin s",
- output_var_or_meter_name: 'Zone Mean Air Temperature',
- key_name: control_zone.name
- )
-
- tout_sensor = Model.add_ems_sensor(
- model,
- name: "#{obj_name} tt s",
- output_var_or_meter_name: 'Zone Outdoor Air Drybulb Temperature',
- key_name: control_zone.name
- )
+ t_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }
fault_program = Model.add_ems_program(
model,
@@ -4703,21 +4869,183 @@ def self.add_installation_quality_ems_program(model, heating_system, cooling_sys
fault_program.addLine("Set F_CH = #{f_chg.round(3)}")
if not cool_airflow_rated_defect_ratio.empty?
- add_installation_quality_ems_program_equations(model, obj_name, :clg, fault_program, tin_sensor, tout_sensor, clg_coil, f_chg, cool_airflow_defect_ratio, cool_airflow_rated_defect_ratio, clg_ap)
+ add_installation_quality_ems_program_equations(model, obj_name, :clg, fault_program, t_in_sensor, t_out_sensor, clg_coil, f_chg, cool_airflow_defect_ratio, cool_airflow_rated_defect_ratio, clg_ap)
end
if not heat_airflow_rated_defect_ratio.empty?
- add_installation_quality_ems_program_equations(model, obj_name, :htg, fault_program, tin_sensor, tout_sensor, htg_coil, f_chg, heat_airflow_defect_ratio, heat_airflow_rated_defect_ratio, htg_ap)
+ add_installation_quality_ems_program_equations(model, obj_name, :htg, fault_program, t_in_sensor, t_out_sensor, htg_coil, f_chg, heat_airflow_defect_ratio, heat_airflow_rated_defect_ratio, htg_ap)
end
Model.add_ems_program_calling_manager(
model,
- name: "#{obj_name} program manager",
+ name: "#{obj_name} manager",
calling_point: 'BeginZoneTimestepAfterInitHeatBalance',
ems_programs: [fault_program]
)
end
+ # Creates an EMS program to add crankcase heater energy use for a heat pump.
+ # The crankcase heater is enabled during the time that the compressor is not running and the ODB is below a specified temperature.
+ # We use EMS to account for unavailable periods; see https://github.com/NatLabRockies/OpenStudio-HPXML/pull/2151.
+ #
+ # @param model [OpenStudio::Model::Model] OpenStudio Model object
+ # @param htg_coil [OpenStudio::Model::CoilHeatingDXSingleSpeed or OpenStudio::Model::CoilHeatingDXMultiSpeed] OpenStudio Heating Coil object
+ # @param clg_coil [OpenStudio::Model::CoilCoolingDXSingleSpeed or OpenStudio::Model::CoilCoolingDXMultiSpeed] OpenStudio Cooling Coil object
+ # @param conditioned_space [OpenStudio::Model::Space] OpenStudio Space object for conditioned zone
+ # @param hvac_system [HPXML::CoolingSystem or HPXML::HeatPump] The HPXML HVAC system of interest
+ # @param unitary_system [OpenStudio::Model::AirLoopHVACUnitarySystem] OpenStudio Air Loop HVAC Unitary System object
+ # @return [nil]
+ def self.apply_crankcase_heater_ems_program(model, htg_coil, clg_coil, conditioned_space, hvac_system, unitary_system)
+ return unless hvac_system.crankcase_heater_watts.to_f > 0
+
+ coil_name = clg_coil.name.to_s
+ if (hvac_system.is_a? HPXML::HeatPump) && (hvac_system.fraction_heat_load_served > 0)
+ coil_name = htg_coil.name.to_s
+ else
+ htg_coil = nil
+ end
+
+ # Other equipment/actuator
+ cnt = model.getOtherEquipments.count { |e| e.endUseSubcategory.start_with? Constants::ObjectTypeCrankcaseHeater } # Ensure unique meter for each heat pump
+ crankcase_heater_energy_oe = Model.add_other_equipment(
+ model,
+ name: "#{coil_name} crankcase heater energy",
+ end_use: "#{Constants::ObjectTypeCrankcaseHeater}#{cnt + 1}",
+ space: conditioned_space,
+ design_level: 0,
+ frac_radiant: 0,
+ frac_latent: 0,
+ frac_lost: 1,
+ schedule: model.alwaysOnDiscreteSchedule,
+ fuel_type: HPXML::FuelTypeElectricity
+ )
+ crankcase_heater_energy_oe.additionalProperties.setFeature('HPXML_ID', hvac_system.id) # Used by reporting measure
+ if hvac_system.is_a? HPXML::CoolingSystem
+ crankcase_heater_energy_oe.additionalProperties.setFeature('FractionHeatLoadServed', 0.0) # Used by reporting measure
+ elsif hvac_system.is_a? HPXML::HeatPump
+ crankcase_heater_energy_oe.additionalProperties.setFeature('FractionHeatLoadServed', hvac_system.fraction_heat_load_served) # Used by reporting measure
+ end
+
+ crankcase_heater_energy_oe_act = Model.add_ems_actuator(
+ name: "#{crankcase_heater_energy_oe.name} act",
+ model_object: crankcase_heater_energy_oe,
+ comp_type_and_control: EPlus::EMSActuatorOtherEquipmentPower
+ )
+
+ # Sensors
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }
+ htg_avail_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorScheduleHeatingAvailability }
+ clg_avail_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorScheduleCoolingAvailability }
+
+ if not htg_coil.nil?
+ htg_coil_rtf_sensor = Model.add_ems_sensor(
+ model,
+ name: "#{htg_coil.name} rtf s",
+ output_var_or_meter_name: 'Heating Coil Runtime Fraction',
+ key_name: htg_coil.name
+ )
+ end
+
+ if (hvac_system.is_a? HPXML::CoolingSystem) || ((hvac_system.is_a? HPXML::HeatPump) && (hvac_system.fraction_cool_load_served > 0))
+ clg_coil_rtf_sensor = Model.add_ems_sensor(
+ model,
+ name: "#{clg_coil.name} rtf s",
+ output_var_or_meter_name: 'Cooling Coil Runtime Fraction',
+ key_name: clg_coil.name
+ )
+ end
+
+ if (htg_coil.is_a? OpenStudio::Model::CoilHeatingDXMultiSpeed) || (clg_coil.is_a? OpenStudio::Model::CoilCoolingDXMultiSpeed)
+ unitary_sys_cyc_ratio_sensor = Model.add_ems_sensor(
+ model,
+ name: "#{unitary_system.name} cycling ratio s",
+ output_var_or_meter_name: 'Unitary System DX Coil Cycling Ratio',
+ key_name: unitary_system.name
+ )
+ end
+
+ # EMS program
+ max_oat_crankcase = UnitConversions.convert(50.0, 'F', 'C') # RESNET HERS Addendum 82
+ program = Model.add_ems_program(
+ model,
+ name: "#{coil_name} crankcase program"
+ )
+ program.addLine("Set T_out = #{t_out_sensor.name}")
+ if not htg_coil_rtf_sensor.nil?
+ program.addLine("Set htg_rtf = #{htg_coil_rtf_sensor.name}")
+ else
+ program.addLine('Set htg_rtf = 0.0')
+ end
+ if not clg_coil_rtf_sensor.nil?
+ program.addLine("Set clg_rtf = #{clg_coil_rtf_sensor.name}")
+ else
+ program.addLine('Set clg_rtf = 0.0')
+ end
+ if not unitary_sys_cyc_ratio_sensor.nil?
+ program.addLine("Set cyc_ratio = #{unitary_sys_cyc_ratio_sensor.name}")
+ else
+ program.addLine('Set cyc_ratio = 0')
+ end
+
+ crankcase_criteria = "If (T_out < #{max_oat_crankcase})"
+
+ # Don't run crankcase heater during heating/cooling unavailable periods
+ # Crankcase heater *can* run outside HVAC seasons
+ if hvac_system.is_a? HPXML::CoolingSystem
+ if not clg_avail_sensor.nil?
+ crankcase_criteria += " && (#{clg_avail_sensor.name} == 1)"
+ end
+ elsif hvac_system.is_a? HPXML::HeatPump
+ if (hvac_system.fraction_heat_load_served > 0) && (hvac_system.fraction_cool_load_served > 0) # HP provides heating and cooling
+ if (not htg_avail_sensor.nil?) && (not clg_avail_sensor.nil?) # crankcase *can* run when either is available
+ crankcase_criteria += " && ((#{htg_avail_sensor.name} == 1) || (#{clg_avail_sensor.name} == 1))"
+ # if either heating or cooling is *always* available (i.e., either htg_avail_sensor or clg_avail_sensor is nil), then the crankcase *can* run
+ end
+ elsif hvac_system.fraction_cool_load_served > 0 # HP provides only cooling
+ if not clg_avail_sensor.nil? # crankcase *can* run when cooling is available; equivalent to AC cooling system above
+ crankcase_criteria += " && (#{clg_avail_sensor.name} == 1)"
+ end
+ elsif hvac_system.fraction_heat_load_served > 0 # HP provides only heating
+ if not htg_avail_sensor.nil? # crankcase *can* run when heating is available; equivalent to HP cooling-only logic
+ crankcase_criteria += " && (#{htg_avail_sensor.name} == 1)"
+ end
+ end
+ end
+
+ program.addLine(crankcase_criteria)
+ program.addLine(' If (cyc_ratio < 1)') # Compressor cycling during timestep
+ program.addLine(' Set hvac_rtf = @Max htg_rtf clg_rtf')
+ if not htg_coil.nil?
+ min_oat_compressor = htg_coil.minimumOutdoorDryBulbTemperatureforCompressorOperation
+ program.addLine(" ElseIf (T_out < #{min_oat_compressor})") # Compressor off for entire timestep due to minimum operating temperature (cyc_ratio can still be 1)
+ program.addLine(' Set hvac_rtf = 0')
+ end
+ program.addLine(' Else') # Compressor on for entire timestep
+ program.addLine(' Set hvac_rtf = 1')
+ program.addLine(' EndIf')
+ program.addLine(" Set #{crankcase_heater_energy_oe_act.name} = #{hvac_system.crankcase_heater_watts} * (1 - hvac_rtf)")
+ program.addLine('Else')
+ program.addLine(" Set #{crankcase_heater_energy_oe_act.name} = 0.0")
+ program.addLine('EndIf')
+
+ Model.add_ems_output_variable(
+ model,
+ name: "#{crankcase_heater_energy_oe_act.name}",
+ ems_variable_name: "#{crankcase_heater_energy_oe_act.name}",
+ type_of_data: 'Summed',
+ update_frequency: 'SystemTimestep',
+ ems_program_or_subroutine: program,
+ units: 'J'
+ )
+
+ Model.add_ems_program_calling_manager(
+ model,
+ name: "#{program.name} manager",
+ calling_point: 'EndOfSystemTimestepBeforeHVACReporting',
+ ems_programs: [program]
+ )
+ end
+
# Creates an EMS program to add pan heater energy use for a heat pump.
# A pan heater ensures that water melted during the defrost cycle does not refreeze into ice and
# result in fan obstruction or coil damage.
@@ -4730,6 +5058,8 @@ def self.add_installation_quality_ems_program(model, heating_system, cooling_sys
# @param hp_min_temp [Double] Minimum heat pump compressor operating temperature for heating
# @return [nil]
def self.apply_pan_heater_ems_program(model, ems_program, htg_coil, conditioned_space, heat_pump, hp_min_temp)
+ return unless heat_pump.pan_heater_watts.to_f > 0
+
# Other equipment/actuator
cnt = model.getOtherEquipments.count { |e| e.endUseSubcategory.start_with? Constants::ObjectTypePanHeater } # Ensure unique meter for each heat pump
pan_heater_energy_oe = Model.add_other_equipment(
@@ -4737,7 +5067,6 @@ def self.apply_pan_heater_ems_program(model, ems_program, htg_coil, conditioned_
name: "#{htg_coil.name} pan heater energy",
end_use: "#{Constants::ObjectTypePanHeater}#{cnt + 1}",
space: conditioned_space,
- design_level: 0,
frac_radiant: 0,
frac_latent: 0,
frac_lost: 1,
@@ -4752,7 +5081,7 @@ def self.apply_pan_heater_ems_program(model, ems_program, htg_coil, conditioned_
comp_type_and_control: EPlus::EMSActuatorOtherEquipmentPower
)
- htg_avail_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeHeatingAvailabilitySensor }
+ htg_avail_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorScheduleHeatingAvailability }
# EMS program
temp_criteria = "If (T_out <= #{UnitConversions.convert(32.0, 'F', 'C')}) && (T_out >= #{UnitConversions.convert(hp_min_temp, 'F', 'C').round(2)})"
@@ -4771,6 +5100,7 @@ def self.apply_pan_heater_ems_program(model, ems_program, htg_coil, conditioned_
ems_program.addLine('Else')
ems_program.addLine(" Set #{pan_heater_energy_oe_act.name} = 0.0")
ems_program.addLine('EndIf')
+ return ems_program
end
# Create EMS program and Other equipment objects to account for delivered cooling load and supplemental heating energy during defrost.
@@ -4798,14 +5128,11 @@ def self.apply_defrost_ems_program(model, htg_coil, conditioned_space, heat_pump
defrost_heat_load_oe = Model.add_other_equipment(
model,
name: "#{htg_coil.name} defrost heat load",
- end_use: nil,
space: conditioned_space,
- design_level: 0,
frac_radiant: 0,
frac_latent: 0,
frac_lost: 0,
- schedule: model.alwaysOnDiscreteSchedule,
- fuel_type: nil
+ schedule: model.alwaysOnDiscreteSchedule
)
defrost_heat_load_oe.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeHPDefrostHeatLoad) # Used by reporting measure
defrost_heat_load_oe_act = Model.add_ems_actuator(
@@ -4820,7 +5147,6 @@ def self.apply_defrost_ems_program(model, htg_coil, conditioned_space, heat_pump
name: "#{htg_coil.name} defrost supp heat energy",
end_use: "#{Constants::ObjectTypeHPDefrostSupplHeat}#{cnt + 1}",
space: conditioned_space,
- design_level: 0,
frac_radiant: 0,
frac_latent: 0,
frac_lost: 1.0,
@@ -4849,12 +5175,7 @@ def self.apply_defrost_ems_program(model, htg_coil, conditioned_space, heat_pump
)
# Sensors
- tout_db_sensor = Model.add_ems_sensor(
- model,
- name: "#{htg_coil.name} tout s",
- output_var_or_meter_name: 'Site Outdoor Air Drybulb Temperature',
- key_name: 'Environment'
- )
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }
htg_coil_rtf_sensor = Model.add_ems_sensor(
model,
@@ -4865,7 +5186,7 @@ def self.apply_defrost_ems_program(model, htg_coil, conditioned_space, heat_pump
htg_coil_htg_rate_sensor = Model.add_ems_sensor(
model,
- name: "#{htg_coil.name} deliverd htg",
+ name: "#{htg_coil.name} delivered htg s",
output_var_or_meter_name: 'Heating Coil Heating Rate',
key_name: htg_coil.name
)
@@ -4876,7 +5197,7 @@ def self.apply_defrost_ems_program(model, htg_coil, conditioned_space, heat_pump
model,
name: "#{htg_coil.name} defrost program"
)
- program.addLine("Set T_out = #{tout_db_sensor.name}")
+ program.addLine("Set T_out = #{t_out_sensor.name}")
program.addLine('Set F_defrost = 0.134 - (0.003 * ((T_out * 1.8) + 32))')
program.addLine('Set F_defrost = @Min F_defrost 0.08')
program.addLine('Set F_defrost = @Max F_defrost 0')
@@ -4910,7 +5231,7 @@ def self.apply_defrost_ems_program(model, htg_coil, conditioned_space, heat_pump
Model.add_ems_program_calling_manager(
model,
- name: "#{program.name} calling manager",
+ name: "#{program.name} manager",
calling_point: 'InsideHVACSystemIterationLoop',
ems_programs: [program]
)
@@ -4982,7 +5303,6 @@ def self.key_name(key)
name: "#{sys_id} dse #{key_name(key)} adjustment",
end_use: "#{end_use}#{cnt}",
space: model.getSpaces[0],
- design_level: 0.01,
frac_radiant: 0,
frac_latent: 0,
frac_lost: 1,
@@ -5043,10 +5363,10 @@ def self.key_name(key)
end
dse_program.addLine('EndIf')
- # EMS Program Calling Point
+ # EMS Program Calling Manager
Model.add_ems_program_calling_manager(
model,
- name: "#{dse_program.name} calling manager",
+ name: "#{dse_program.name} manager",
calling_point: 'EndOfSystemTimestepBeforeHVACReporting',
ems_programs: [dse_program]
)
@@ -5200,7 +5520,6 @@ def self.apply_unit_multiplier(hpxml_bldg, hpxml_header)
clg_sys.cooling_capacity *= unit_multiplier
clg_sys.cooling_design_airflow_cfm *= unit_multiplier
clg_ap.cooling_actual_airflow_cfm *= unit_multiplier
- clg_sys.crankcase_heater_watts *= unit_multiplier unless clg_sys.crankcase_heater_watts.nil?
clg_sys.integrated_heating_system_capacity *= unit_multiplier unless clg_sys.integrated_heating_system_capacity.nil?
clg_sys.integrated_heating_system_airflow_cfm *= unit_multiplier unless clg_sys.integrated_heating_system_airflow_cfm.nil?
clg_sys.cooling_detailed_performance_data.each do |dp|
@@ -5217,7 +5536,6 @@ def self.apply_unit_multiplier(hpxml_bldg, hpxml_header)
hp_ap.heating_actual_airflow_cfm *= unit_multiplier
hp_sys.heating_capacity_17F *= unit_multiplier unless hp_sys.heating_capacity_17F.nil?
hp_sys.backup_heating_capacity *= unit_multiplier unless hp_sys.backup_heating_capacity.nil?
- hp_sys.crankcase_heater_watts *= unit_multiplier unless hp_sys.crankcase_heater_watts.nil?
hpxml_header.heat_pump_backup_heating_capacity_increment *= unit_multiplier unless hpxml_header.heat_pump_backup_heating_capacity_increment.nil?
hp_sys.heating_detailed_performance_data.each do |dp|
dp.capacity *= unit_multiplier unless dp.capacity.nil?
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb
index 890046bdfb..a6f6e1ffdf 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb
@@ -3829,14 +3829,14 @@ def self.calc_airflow_rate(mode, hvac_system, capacity, hpxml_bldg)
case hvac_type
when HPXML::HVACTypeFurnace,
HPXML::HVACTypeBoiler # boiler needed here in case of ducted fan coil
- cfm_per_ton = 240.0
+ cfm_per_ton = HVAC::ActualCFMPerTonHeat
when HPXML::HVACTypeCentralAirConditioner,
HPXML::HVACTypeMiniSplitAirConditioner,
HPXML::HVACTypeHeatPumpAirToAir,
HPXML::HVACTypeHeatPumpMiniSplit,
HPXML::HVACTypeHeatPumpGroundToAir,
HPXML::HVACTypeHeatPumpWaterLoopToAir
- cfm_per_ton = 360.0
+ cfm_per_ton = HVAC::ActualCFMPerTonDX
else
begin
if mode == :htg
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/internal_gains.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/internal_gains.rb
index 954ca45d8b..c8a1abdaa1 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/internal_gains.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/internal_gains.rb
@@ -121,8 +121,7 @@ def self.apply_general_water_use(runner, model, hpxml_bldg, hpxml_header, spaces
frac_radiant: 0.6,
frac_latent: 0,
frac_lost: 0,
- schedule: water_schedule,
- fuel_type: nil
+ schedule: water_schedule
)
Model.add_other_equipment(
@@ -134,8 +133,7 @@ def self.apply_general_water_use(runner, model, hpxml_bldg, hpxml_header, spaces
frac_radiant: 0,
frac_latent: 1,
frac_lost: 0,
- schedule: water_schedule,
- fuel_type: nil
+ schedule: water_schedule
)
end
end
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/model.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/model.rb
index 48566b19eb..9b402e0a2d 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/model.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/model.rb
@@ -175,14 +175,18 @@ def self.add_water_use_equipment(model, name:, end_use:, peak_flow_rate:, flow_r
# @param frac_lost [Double] Fraction of energy consumption that is not heat to the zone (for example, vented to the atmosphere)
# @param schedule [OpenStudio::Model::Schedule] Schedule fraction (or multiplier) that applies to the design level
# @return [OpenStudio::Model::ElectricEquipment] The model object
- def self.add_electric_equipment(model, name:, end_use:, space:, design_level:, frac_radiant:, frac_latent:, frac_lost:, schedule:)
+ def self.add_electric_equipment(model, name:, end_use:, space:, design_level: nil, frac_radiant:, frac_latent:, frac_lost:, schedule:)
ee_def = OpenStudio::Model::ElectricEquipmentDefinition.new(model)
ee = OpenStudio::Model::ElectricEquipment.new(ee_def)
ee.setName(name)
ee.setEndUseSubcategory(end_use) unless end_use.nil?
ee.setSpace(space)
ee_def.setName(name)
- ee_def.setDesignLevel(design_level) unless design_level.nil? # EMS-actuated if nil
+ if design_level.nil? # EMS-actuated if nil
+ ee_def.setDesignLevel(0)
+ else
+ ee_def.setDesignLevel(design_level)
+ end
ee_def.setFractionRadiant(frac_radiant)
ee_def.setFractionLatent(frac_latent)
ee_def.setFractionLost(frac_lost)
@@ -197,16 +201,16 @@ def self.add_electric_equipment(model, name:, end_use:, space:, design_level:, f
#
# @param model [OpenStudio::Model::Model] OpenStudio Model object
# @param name [String] Name for the OpenStudio object
- # @param end_use [String] Name of the end use subcategory for output processing
+ # @param end_use [String] Name of the end use subcategory for output processing, or nil
# @param space [OpenStudio::Model::Space] The space the object is added to
- # @param design_level [Double] Maximum energy input (W)
+ # @param design_level [Double] Maximum energy input (W), or nil if EMS-actuated
# @param frac_radiant [Double] Fraction of energy consumption that is long-wave radiant heat to the zone
# @param frac_latent [Double] Fraction of energy consumption that is latent heat to the zone
# @param frac_lost [Double] Fraction of energy consumption that is not heat to the zone (for example, vented to the atmosphere)
# @param schedule [OpenStudio::Model::Schedule] Schedule fraction (or multiplier) that applies to the design level
- # @param fuel_type [String] Fuel type if the equipment consumes fuel (HPXML::FuelTypeXXX)
+ # @param fuel_type [String] Fuel type if the equipment consumes fuel (HPXML::FuelTypeXXX), or nil if adding load only (no energy consumption)
# @return [OpenStudio::Model::OtherEquipment] The model object
- def self.add_other_equipment(model, name:, end_use:, space:, design_level:, frac_radiant:, frac_latent:, frac_lost:, schedule:, fuel_type:)
+ def self.add_other_equipment(model, name:, end_use: nil, space:, design_level: nil, frac_radiant:, frac_latent:, frac_lost:, schedule:, fuel_type: nil)
oe_def = OpenStudio::Model::OtherEquipmentDefinition.new(model)
oe = OpenStudio::Model::OtherEquipment.new(oe_def)
oe.setName(name)
@@ -214,7 +218,11 @@ def self.add_other_equipment(model, name:, end_use:, space:, design_level:, frac
oe.setFuelType(EPlus.fuel_type(fuel_type)) unless fuel_type.nil?
oe.setSpace(space)
oe_def.setName(name)
- oe_def.setDesignLevel(design_level) unless design_level.nil? # EMS-actuated if nil
+ if design_level.nil? # EMS-actuated if nil
+ oe_def.setDesignLevel(0)
+ else
+ oe_def.setDesignLevel(design_level)
+ end
oe_def.setFractionRadiant(frac_radiant)
oe_def.setFractionLatent(frac_latent)
oe_def.setFractionLost(frac_lost)
@@ -653,17 +661,11 @@ def self.add_schedule_ruleset_rule(schedule, start_date:, end_date:, apply_to_da
rule = OpenStudio::Model::ScheduleRule.new(schedule)
if (not apply_to_days.is_a? Array) || (apply_to_days.size != 7)
- fail 'Unexpected apply_to_days.'
+ fail "Unexpected apply_to_days for #{schedule.name}."
end
- # Allow for either 0-based or 1-based array for now
- # FUTURE: Restrict to 0-based
- if (not hourly_values.is_a? Array) || (hourly_values.size != 24 && hourly_values.size != 25)
- fail 'Unexpected hourly_values.'
- end
-
- if hourly_values.size == 24
- hourly_values = [nil] + hourly_values
+ if (not hourly_values.is_a? Array) || (hourly_values.size != 24)
+ fail "Unexpected hourly_values for #{schedule.name}."
end
if apply_to_days == [1, 1, 1, 1, 1, 1, 1]
@@ -688,12 +690,10 @@ def self.add_schedule_ruleset_rule(schedule, start_date:, end_date:, apply_to_da
day_sch = rule.daySchedule
day_sch.setName("#{schedule.name} day")
- previous_value = hourly_values[1]
- for h in 1..24
- next if (h != 24) && (hourly_values[h + 1] == previous_value)
+ for h in 0..23
+ next if (h != 23) && (hourly_values[h] == hourly_values[h + 1]) # skip if same as next value
- day_sch.addValue(OpenStudio::Time.new(0, h, 0, 0), previous_value)
- previous_value = hourly_values[h + 1]
+ day_sch.addValue(OpenStudio::Time.new(0, h + 1, 0, 0), hourly_values[h])
end
return rule
@@ -1195,7 +1195,7 @@ def self.create_adjacent_surfaces_for_whole_mf_building(merged_model_objects, hp
# @param unit_number [Integer] index number corresponding to an HPXML Building object
# @return [String] the new OpenStudio object name with unique unit prefix
def self.make_unit_variable_name(obj_name, unit_number)
- if obj_name.to_s.include?(':Zone:')
+ if obj_name.to_s.include? ':Zone:'
obj_name = obj_name.split(':')
prefix = obj_name[0..-2].join(':')
zone_name = make_unit_variable_name(obj_name[-1], unit_number)
@@ -1203,9 +1203,18 @@ def self.make_unit_variable_name(obj_name, unit_number)
return new_name
end
+ # Need to fix cooling coil inlet node name (for blower off delay/latent degradation model)
+ clg_coil_node_str = ' Fan - Cooling Coil Node'
+ if obj_name.to_s.include? clg_coil_node_str
+ clg_coil_name = obj_name.split(clg_coil_node_str)[0]
+ clg_coil_name = make_unit_variable_name(clg_coil_name, unit_number)
+ new_name = "#{clg_coil_name}#{clg_coil_node_str}"
+ return new_name
+ end
+
new_name = ems_friendly_name("unit#{unit_number + 1}_#{obj_name}")
- # Need to fix HWPH outlet node name
+ # Need to fix HWPH outlet node name (for ducting)
if new_name.include?('_Outlet') && new_name.include?(ems_friendly_name(Constants::ObjectTypeWaterHeater))
new_name.gsub!('_Outlet', ' Outlet')
end
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/output.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/output.rb
index b3fa98fa76..3440ab6188 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/output.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/output.rb
@@ -61,11 +61,10 @@ def self.apply_ems_programs(model, hpxml_osm_map, hpxml_header, add_component_lo
# @return [Hash] Mapping of unit index => heating/cooling season begin and end dates for use by subsequent programs
def self.apply_unmet_hours_ems_program(model, hpxml_osm_map, hpxml_header)
# Create sensors and gather data
- htg_sensors, clg_sensors = {}, {}
- zone_air_temp_sensors, htg_spt_sensors, clg_spt_sensors = {}, {}, {}
+ htg_sensors, clg_sensors, htg_avail_sensors, clg_avail_sensors = {}, {}, {}, {}
+ zone_air_temp_sensors, htg_sp_sensors, clg_sp_sensors = {}, {}, {}
total_heat_load_serveds, total_cool_load_serveds = {}, {}
season_day_nums = {}
- onoff_deadbands = hpxml_header.hvac_onoff_thermostat_deadband.to_f
hpxml_osm_map.each_with_index do |(hpxml_bldg, unit_model), unit|
conditioned_zone = unit_model.getThermalZones.find { |z| z.additionalProperties.getFeatureAsString('ObjectType').to_s == HPXML::LocationConditionedSpace }
conditioned_zone_name = conditioned_zone.name.to_s
@@ -91,29 +90,10 @@ def self.apply_unmet_hours_ems_program(model, hpxml_osm_map, hpxml_header)
hvac_control = hpxml_bldg.hvac_controls[0]
next if hvac_control.nil?
- if (onoff_deadbands > 0)
- zone_air_temp_sensors[unit] = Model.add_ems_sensor(
- model,
- name: "#{conditioned_zone_name} space temp",
- output_var_or_meter_name: 'Zone Air Temperature',
- key_name: conditioned_zone_name
- )
-
- htg_sch = conditioned_zone.thermostatSetpointDualSetpoint.get.heatingSetpointTemperatureSchedule.get
- htg_spt_sensors[unit] = Model.add_ems_sensor(
- model,
- name: "#{htg_sch.name} sch value",
- output_var_or_meter_name: 'Schedule Value',
- key_name: htg_sch.name
- )
-
- clg_sch = conditioned_zone.thermostatSetpointDualSetpoint.get.coolingSetpointTemperatureSchedule.get
- clg_spt_sensors[unit] = Model.add_ems_sensor(
- model,
- name: "#{clg_sch.name} sch value",
- output_var_or_meter_name: 'Schedule Value',
- key_name: clg_sch.name
- )
+ if hpxml_header.hvac_onoff_thermostat_deadband.to_f > 0
+ zone_air_temp_sensors[unit] = unit_model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }
+ htg_sp_sensors[unit] = unit_model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorHeatingSetpointTemp }
+ clg_sp_sensors[unit] = unit_model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorCoolingSetpointTemp }
end
sim_year = hpxml_header.sim_calendar_year
@@ -123,10 +103,10 @@ def self.apply_unmet_hours_ems_program(model, hpxml_osm_map, hpxml_header)
clg_start: Calendar.get_day_num_from_month_day(sim_year, hvac_control.seasons_cooling_begin_month, hvac_control.seasons_cooling_begin_day),
clg_end: Calendar.get_day_num_from_month_day(sim_year, hvac_control.seasons_cooling_end_month, hvac_control.seasons_cooling_end_day)
}
- end
- htg_avail_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeHeatingAvailabilitySensor }
- clg_avail_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeCoolingAvailabilitySensor }
+ htg_avail_sensors[unit] = unit_model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorScheduleHeatingAvailability }
+ clg_avail_sensors[unit] = unit_model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorScheduleCoolingAvailability }
+ end
htg_tol = model.getOutputControlReportingTolerances.toleranceforTimeHeatingSetpointNotMet
clg_tol = model.getOutputControlReportingTolerances.toleranceforTimeCoolingSetpointNotMet
@@ -151,10 +131,10 @@ def self.apply_unmet_hours_ems_program(model, hpxml_osm_map, hpxml_header)
else
line = "If ((DayOfYear >= #{season_day_nums[unit][:htg_start]}) || (DayOfYear <= #{season_day_nums[unit][:htg_end]}))"
end
- line += " && (#{htg_avail_sensor.name} == 1)" if not htg_avail_sensor.nil?
+ line += " && (#{htg_avail_sensors[unit].name} == 1)" unless htg_avail_sensors[unit].nil?
program.addLine(line)
- if zone_air_temp_sensors.keys.include? unit # on off deadband
- program.addLine(" If #{zone_air_temp_sensors[unit].name} < (#{htg_spt_sensors[unit].name} - #{htg_tol})")
+ if not zone_air_temp_sensors[unit].nil? # on off deadband
+ program.addLine(" If #{zone_air_temp_sensors[unit].name} < (#{htg_sp_sensors[unit].name} - #{htg_tol})")
program.addLine(" Set #{unit_htg_hrs} = #{unit_htg_hrs} + #{htg_sensors[unit].name}")
program.addLine(' EndIf')
else
@@ -173,10 +153,10 @@ def self.apply_unmet_hours_ems_program(model, hpxml_osm_map, hpxml_header)
else
line = "If ((DayOfYear >= #{season_day_nums[unit][:clg_start]}) || (DayOfYear <= #{season_day_nums[unit][:clg_end]}))"
end
- line += " && (#{clg_avail_sensor.name} == 1)" if not clg_avail_sensor.nil?
+ line += " && (#{clg_avail_sensors[unit].name} == 1)" unless clg_avail_sensors[unit].nil?
program.addLine(line)
- if zone_air_temp_sensors.keys.include? unit # on off deadband
- program.addLine(" If #{zone_air_temp_sensors[unit].name} > (#{clg_spt_sensors[unit].name} + #{clg_tol})")
+ if not zone_air_temp_sensors[unit].nil? # on off deadband
+ program.addLine(" If #{zone_air_temp_sensors[unit].name} > (#{clg_sp_sensors[unit].name} + #{clg_tol})")
program.addLine(" Set #{unit_clg_hrs} = #{unit_clg_hrs} + #{clg_sensors[unit].name}")
program.addLine(' EndIf')
else
@@ -191,7 +171,7 @@ def self.apply_unmet_hours_ems_program(model, hpxml_osm_map, hpxml_header)
# EMS calling manager
Model.add_ems_program_calling_manager(
model,
- name: "#{program.name} calling manager",
+ name: "#{program.name} manager",
calling_point: 'EndOfZoneTimestepBeforeZoneReporting',
ems_programs: [program]
)
@@ -223,7 +203,7 @@ def self.apply_unmet_driving_hours_ems_program(model, hpxml_osm_map)
next if vehicle.nil?
ev_elcd = unit_model.getElectricLoadCenterDistributions.find { |elcd| elcd.name.to_s.include?(vehicle.id) }
- discharge_sch_sensor = unit_model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeVehicleDischargeScheduleSensor }
+ discharge_sch_sensor = unit_model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorScheduleVehicleDischarge }
unit_model.getElectricLoadCenterStorageLiIonNMCBatterys.each do |elcs|
next unless elcs.name.to_s.include? vehicle.id
@@ -254,7 +234,7 @@ def self.apply_unmet_driving_hours_ems_program(model, hpxml_osm_map)
Model.add_ems_program_calling_manager(
model,
- name: "#{program.name} calling manager",
+ name: "#{program.name} manager",
calling_point: 'BeginTimestepBeforePredictor',
ems_programs: [program]
)
@@ -357,14 +337,14 @@ def self.apply_total_loads_ems_program(model, hpxml_osm_map, hpxml_header)
# calling managers
Model.add_ems_program_calling_manager(
model,
- name: "#{timestep_offset_program.name} calling manager",
+ name: "#{timestep_offset_program.name} manager",
calling_point: 'BeginNewEnvironment',
ems_programs: [timestep_offset_program]
)
Model.add_ems_program_calling_manager(
model,
- name: "#{timestep_offset_program.name} calling manager2",
+ name: "#{timestep_offset_program.name} manager2",
calling_point: 'AfterNewEnvironmentWarmUpIsComplete',
ems_programs: [timestep_offset_program]
)
@@ -422,7 +402,7 @@ def self.apply_total_loads_ems_program(model, hpxml_osm_map, hpxml_header)
# EMS calling manager
Model.add_ems_program_calling_manager(
model,
- name: "#{program.name} calling manager",
+ name: "#{program.name} manager",
calling_point: 'EndOfZoneTimestepAfterZoneReporting',
ems_programs: [program]
)
@@ -617,7 +597,7 @@ def self.apply_component_loads_ems_program(model, hpxml_osm_map, loads_data, sea
# EMS Sensors: Mechanical Ventilation
mechvents_sensors = []
unit_model.getElectricEquipments.sort.each do |o|
- next unless o.endUseSubcategory == Constants::ObjectTypeMechanicalVentilation
+ next unless o.endUseSubcategory == Constants::ObjectTypeMechVent
objects_already_processed << o
{ 'Electric Equipment Convective Heating Energy' => 'mv_conv',
@@ -631,7 +611,7 @@ def self.apply_component_loads_ems_program(model, hpxml_osm_map, loads_data, sea
end
end
unit_model.getOtherEquipments.sort.each do |o|
- next unless o.endUseSubcategory == Constants::ObjectTypeMechanicalVentilationHouseFan
+ next unless o.endUseSubcategory == Constants::ObjectTypeMechVentHouseFan
objects_already_processed << o
{ 'Other Equipment Convective Heating Energy' => 'mv_conv',
@@ -811,7 +791,7 @@ def self.apply_component_loads_ems_program(model, hpxml_osm_map, loads_data, sea
next if sensors.empty?
s = "Set hr_#{loadtype} = hr_#{loadtype}"
- sensors.each do |sensor|
+ sensors.each_with_index do |sensor, i|
if ['intgains', 'lighting', 'mechvent', 'ducts'].include? loadtype
s += " - #{sensor.name}"
elsif sensor.name.to_s.include? 'gain'
@@ -819,6 +799,11 @@ def self.apply_component_loads_ems_program(model, hpxml_osm_map, loads_data, sea
elsif sensor.name.to_s.include? 'loss'
s += " + #{sensor.name}"
end
+ next unless (i + 1) % 10 == 0
+
+ # Split into separate lines to fix https://github.com/NatLabRockies/OpenStudio-HPXML/issues/2210
+ program.addLine(s)
+ s = "Set hr_#{loadtype} = hr_#{loadtype}"
end
program.addLine(s)
end
@@ -831,30 +816,12 @@ def self.apply_component_loads_ems_program(model, hpxml_osm_map, loads_data, sea
end
# EMS Sensors: Indoor temperature, setpoints
- tin_sensor = Model.add_ems_sensor(
- model,
- name: 'tin s',
- output_var_or_meter_name: 'Zone Mean Air Temperature',
- key_name: conditioned_zone.name
- )
+ tin_sensor = unit_model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirDBTemp }
- thermostat = nil
+ htg_sp_sensor, clg_sp_sensor = nil, nil
if conditioned_zone.thermostatSetpointDualSetpoint.is_initialized
- thermostat = conditioned_zone.thermostatSetpointDualSetpoint.get
-
- htg_sp_sensor = Model.add_ems_sensor(
- model,
- name: 'htg sp s',
- output_var_or_meter_name: 'Schedule Value',
- key_name: thermostat.heatingSetpointTemperatureSchedule.get.name
- )
-
- clg_sp_sensor = Model.add_ems_sensor(
- model,
- name: 'clg sp s',
- output_var_or_meter_name: 'Schedule Value',
- key_name: thermostat.coolingSetpointTemperatureSchedule.get.name
- )
+ htg_sp_sensor = unit_model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorHeatingSetpointTemp }
+ clg_sp_sensor = unit_model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorCoolingSetpointTemp }
end
# EMS program: Heating vs Cooling logic
@@ -888,7 +855,7 @@ def self.apply_component_loads_ems_program(model, hpxml_osm_map, loads_data, sea
program.addLine(" Set clg_mode = #{total_cool_load_serveds[unit]}")
program.addLine(" ElseIf ((#{whf_sensors[0].name} <> 0) || (#{whf_sensors[1].name} <> 0)) && (clg_season == 1)") # Assign hour to cooling if whole house fan is operating
program.addLine(" Set clg_mode = #{total_cool_load_serveds[unit]}")
- if not thermostat.nil?
+ if (not htg_sp_sensor.nil?) && (not clg_sp_sensor.nil?)
program.addLine(' Else') # Indoor temperature floating between setpoints; determine assignment by comparing to average of heating/cooling setpoints
program.addLine(" Set Tmid_setpoint = (#{htg_sp_sensor.name} + #{clg_sp_sensor.name}) / 2")
program.addLine(" If (#{tin_sensor.name} > Tmid_setpoint) && (clg_season == 1)")
@@ -919,7 +886,7 @@ def self.apply_component_loads_ems_program(model, hpxml_osm_map, loads_data, sea
# EMS calling manager
Model.add_ems_program_calling_manager(
model,
- name: "#{program.name} calling manager",
+ name: "#{program.name} manager",
calling_point: 'EndOfZoneTimestepAfterZoneReporting',
ems_programs: [program]
)
@@ -940,7 +907,7 @@ def self.apply_total_airflows_ems_program(model, hpxml_osm_map)
unit_multipliers = []
hpxml_osm_map.each do |hpxml_bldg, unit_model|
infil_vars << unit_model.getEnergyManagementSystemGlobalVariables.find { |v| v.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeInfiltration }
- mechvent_vars << unit_model.getEnergyManagementSystemGlobalVariables.find { |v| v.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeMechanicalVentilation }
+ mechvent_vars << unit_model.getEnergyManagementSystemGlobalVariables.find { |v| v.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeMechVent }
natvent_vars << unit_model.getEnergyManagementSystemGlobalVariables.find { |v| v.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeNaturalVentilation }
whf_vars << unit_model.getEnergyManagementSystemGlobalVariables.find { |v| v.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeWholeHouseFan }
unit_multipliers << hpxml_bldg.building_construction.number_of_units
@@ -972,7 +939,7 @@ def self.apply_total_airflows_ems_program(model, hpxml_osm_map)
# EMS calling manager
Model.add_ems_program_calling_manager(
model,
- name: "#{program.name} calling manager",
+ name: "#{program.name} manager",
calling_point: 'EndOfZoneTimestepAfterZoneReporting',
ems_programs: [program]
)
@@ -1589,7 +1556,7 @@ def self.create_custom_unit_meters(model, hpxml)
model.getModelObjects.sort.each do |object|
next if object.to_AdditionalProperties.is_initialized
- vars_by_key = get_object_outputs_by_key(model, object, EUT)
+ vars_by_key = get_object_outputs_by_key(object, EUT)
vars_by_key.each do |key, output_vars|
ft, eut = key
@@ -1648,7 +1615,7 @@ def self.get_object_outputs_for_hpxml_system(model, sys_id, eut_filter = nil)
next unless obj_id.is_initialized
next if sys_id != obj_id.get
- vars_by_key = get_object_outputs_by_key(model, object, EUT)
+ vars_by_key = get_object_outputs_by_key(object, EUT)
vars_by_key.each do |key, object_vars|
if eut_filter.nil? || eut_filter.include?(key[1])
vars[key] = {} if vars[key].nil?
@@ -1663,11 +1630,10 @@ def self.get_object_outputs_for_hpxml_system(model, sys_id, eut_filter = nil)
# For a given object, returns the Output:Variables or Output:Meters to be requested,
# and associates them with the appropriate keys (e.g., [FT::Elec, EUT::Heating]).
#
- # @param model [OpenStudio::Model::Model] OpenStudio Model object
# @param object [OpenStudio::Model::Foo] A given object in the OpenStudio Model
# @param class_type [Module] The output class type
# @return [Hash] Map of output key => array of EnergyPlus output variable/meter names
- def self.get_object_outputs_by_key(model, object, class_type)
+ def self.get_object_outputs_by_key(object, class_type)
object_type = object.additionalProperties.getFeatureAsString('ObjectType')
object_type = object_type.get if object_type.is_initialized
@@ -1680,13 +1646,6 @@ def self.get_object_outputs_by_key(model, object, class_type)
if object.to_CoilHeatingDXSingleSpeed.is_initialized || object.to_CoilHeatingDXMultiSpeed.is_initialized
vars = { [FT::Elec, EUT::Heating] => ['Heating Coil Electricity Energy', 'Heating Coil Defrost Electricity Energy'] }
- if object.additionalProperties.getFeatureAsDouble('FractionHeatLoadServed').is_initialized && object.additionalProperties.getFeatureAsDouble('FractionHeatLoadServed').get <= 0
- # HP only provides cooling, allocate crankcase to cooling end use
- vars[[FT::Elec, EUT::Cooling]] = ['Heating Coil Crankcase Heater Electricity Energy']
- else
- # Allocate crankcase to heating end use
- vars[[FT::Elec, EUT::Heating]] << 'Heating Coil Crankcase Heater Electricity Energy'
- end
return vars
elsif object.to_CoilHeatingElectric.is_initialized || object.to_CoilHeatingElectricMultiStage.is_initialized
@@ -1733,26 +1692,7 @@ def self.get_object_outputs_by_key(model, object, class_type)
end
elsif object.to_CoilCoolingDXSingleSpeed.is_initialized || object.to_CoilCoolingDXMultiSpeed.is_initialized
- vars = { [FT::Elec, EUT::Cooling] => ['Cooling Coil Electricity Energy'] }
- parent = model.getAirLoopHVACUnitarySystems.select { |u| u.coolingCoil.is_initialized && u.coolingCoil.get.handle.to_s == object.handle.to_s }
- if (not parent.empty?) && parent[0].heatingCoil.is_initialized
- htg_coil = parent[0].heatingCoil.get
- end
- if parent.empty?
- parent = model.getZoneHVACPackagedTerminalAirConditioners.select { |u| u.coolingCoil.handle.to_s == object.handle.to_s }
- if not parent.empty?
- htg_coil = parent[0].heatingCoil
- end
- end
- if parent.empty?
- fail 'Could not find parent object.'
- end
-
- if htg_coil.nil? || (not (htg_coil.to_CoilHeatingDXSingleSpeed.is_initialized || htg_coil.to_CoilHeatingDXMultiSpeed.is_initialized))
- # Crankcase variable only available if no DX heating coil on parent
- vars[[FT::Elec, EUT::Cooling]] << 'Cooling Coil Crankcase Heater Electricity Energy'
- end
- return vars
+ return { [FT::Elec, EUT::Cooling] => ['Cooling Coil Electricity Energy'] }
elsif object.to_CoilCoolingWaterToAirHeatPumpEquationFit.is_initialized || object.to_CoilCoolingWaterToAirHeatPumpVariableSpeedEquationFit.is_initialized
return { [FT::Elec, EUT::Cooling] => ['Cooling Coil Electricity Energy'] }
@@ -1824,7 +1764,7 @@ def self.get_object_outputs_by_key(model, object, class_type)
Constants::ObjectTypeCookingRange => EUT::RangeOven,
Constants::ObjectTypeCeilingFan => EUT::CeilingFan,
Constants::ObjectTypeWholeHouseFan => EUT::WholeHouseFan,
- Constants::ObjectTypeMechanicalVentilation => EUT::MechVent,
+ Constants::ObjectTypeMechVent => EUT::MechVent,
Constants::ObjectTypeMiscPlugLoads => EUT::PlugLoads,
Constants::ObjectTypeMiscTelevision => EUT::Television,
Constants::ObjectTypeMiscPoolHeater => EUT::PoolHeater,
@@ -1861,9 +1801,10 @@ def self.get_object_outputs_by_key(model, object, class_type)
Constants::ObjectTypeMiscFireplace => EUT::Fireplace,
Constants::ObjectTypeMiscPoolHeater => EUT::PoolHeater,
Constants::ObjectTypeMiscPermanentSpaHeater => EUT::PermanentSpaHeater,
- Constants::ObjectTypeMechanicalVentilationPreheating => EUT::MechVentPreheat,
- Constants::ObjectTypeMechanicalVentilationPrecooling => EUT::MechVentPrecool,
+ Constants::ObjectTypeMechVentPreheat => EUT::MechVentPreheat,
+ Constants::ObjectTypeMechVentPrecool => EUT::MechVentPrecool,
Constants::ObjectTypeHPDefrostSupplHeat => EUT::HeatingHeatPumpBackup,
+ Constants::ObjectTypeCrankcaseHeater => [EUT::Heating, EUT::Cooling],
Constants::ObjectTypePanHeater => EUT::Heating,
Constants::ObjectTypeWaterHeaterAdjustment => EUT::HotWater,
Constants::ObjectTypeDSEHeating => EUT::Heating,
@@ -1872,10 +1813,20 @@ def self.get_object_outputs_by_key(model, object, class_type)
Constants::ObjectTypeDSEHeatingHeatPumpBackupFanPump => EUT::HeatingHeatPumpBackupFanPump,
Constants::ObjectTypeDSECooling => EUT::Cooling,
Constants::ObjectTypeDSECoolingFanPump => EUT::CoolingFanPump,
+ Constants::ObjectTypeBlowerOffDelayFanPower => EUT::CoolingFanPump,
Constants::ObjectTypeBatteryLossesAdjustment => EUT::Battery }.each do |obj_name, eut|
next unless subcategory.start_with? obj_name
fail "Unexpected error: multiple matches for #{eut}." unless end_use.nil?
+ if obj_name == Constants::ObjectTypeCrankcaseHeater
+ if object.additionalProperties.getFeatureAsDouble('FractionHeatLoadServed').get <= 0
+ # Allocate crankcase to cooling end use (cooling system or HP only provides cooling)
+ eut = eut[1]
+ else
+ eut = eut[0]
+ end
+ end
+
end_use = eut
end
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb
index ae3096ec21..62ba071053 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb
@@ -142,14 +142,14 @@ def create_schedule(model, sch_name, schedule_type_limits_name, unavailable_peri
prev_wkdy_vals, prev_wkdy_rule = nil, nil
prev_wknd_vals, prev_wknd_rule = nil, nil
- for m in 1..12
- date_s = OpenStudio::Date::fromDayOfYear(day_startm[m - 1], year)
- date_e = OpenStudio::Date::fromDayOfYear(day_endm[m - 1], year)
+ for m in 0..11
+ date_s = OpenStudio::Date::fromDayOfYear(day_startm[m], year)
+ date_e = OpenStudio::Date::fromDayOfYear(day_endm[m], year)
wkdy_vals, wknd_vals = [], []
- for h in 1..24
- wkdy_vals[h] = (@weekday_month_by_hour_values[m - 1][h - 1]) / @maxval
- wknd_vals[h] = (@weekend_month_by_hour_values[m - 1][h - 1]) / @maxval
+ for h in 0..23
+ wkdy_vals[h] = (@weekday_month_by_hour_values[m][h]) / @maxval
+ wknd_vals[h] = (@weekend_month_by_hour_values[m][h]) / @maxval
end
if (wkdy_vals == prev_wkdy_vals) && (wknd_vals == prev_wknd_vals)
@@ -277,14 +277,14 @@ def create_schedule(model, sch_name, num_days, schedule_type_limits_name, unavai
prev_wkdy_vals, prev_wkdy_rule = nil, nil
prev_wknd_vals, prev_wknd_rule = nil, nil
- for d in 1..num_days
- date_s = OpenStudio::Date::fromDayOfYear(d, year)
- date_e = OpenStudio::Date::fromDayOfYear(d, year)
+ for d in 0..num_days - 1
+ date_s = OpenStudio::Date::fromDayOfYear(d + 1, year)
+ date_e = OpenStudio::Date::fromDayOfYear(d + 1, year)
wkdy_vals, wknd_vals = [], []
- for h in 1..24
- wkdy_vals[h] = (@weekday_day_by_hour_values[d - 1][h - 1]) / @maxval
- wknd_vals[h] = (@weekend_day_by_hour_values[d - 1][h - 1]) / @maxval
+ for h in 0..23
+ wkdy_vals[h] = (@weekday_day_by_hour_values[d][h]) / @maxval
+ wknd_vals[h] = (@weekend_day_by_hour_values[d][h]) / @maxval
end
if (wkdy_vals == prev_wkdy_vals) && (wknd_vals == prev_wknd_vals)
@@ -482,21 +482,21 @@ def create_schedule(model, sch_name, begin_month, begin_day, end_month, end_day,
periods = []
if begin_month <= end_month # contiguous period
- periods << [begin_month, end_month]
+ periods << [begin_month - 1, end_month - 1]
else # non-contiguous period
- periods << [1, end_month]
- periods << [begin_month, 12]
+ periods << [0, end_month - 1]
+ periods << [begin_month - 1, 11]
end
periods.each do |period|
for m in period[0]..period[1]
- date_s = OpenStudio::Date::fromDayOfYear(day_startm[m - 1], year)
- date_e = OpenStudio::Date::fromDayOfYear(day_endm[m - 1], year)
+ date_s = OpenStudio::Date::fromDayOfYear(day_startm[m], year)
+ date_e = OpenStudio::Date::fromDayOfYear(day_endm[m], year)
wkdy_vals, wknd_vals = [], []
- for h in 1..24
- wkdy_vals[h] = (@monthly_values[m - 1] * @weekday_hourly_values[h - 1]) / @maxval
- wknd_vals[h] = (@monthly_values[m - 1] * @weekend_hourly_values[h - 1]) / @maxval
+ for h in 0..23
+ wkdy_vals[h] = (@monthly_values[m] * @weekday_hourly_values[h]) / @maxval
+ wknd_vals[h] = (@monthly_values[m] * @weekend_hourly_values[h]) / @maxval
end
if (wkdy_vals == prev_wkdy_vals) && (wknd_vals == prev_wknd_vals)
@@ -822,9 +822,7 @@ def self.unavailable_period_applies(runner, schedule_name, col_name)
end
if applies == 1
if not runner.nil?
- if [SchedulesFile::Columns[:SpaceHeating].name, SchedulesFile::Columns[:SpaceCooling].name].include?(schedule_name)
- runner.registerWarning('It is not possible to eliminate all HVAC energy use (e.g. crankcase/defrost energy) in EnergyPlus during an unavailable period.')
- elsif schedule_name == SchedulesFile::Columns[:WaterHeater].name
+ if schedule_name == SchedulesFile::Columns[:WaterHeater].name
runner.registerWarning('It is not possible to eliminate all DHW energy use (e.g. water heater parasitics) in EnergyPlus during an unavailable period.')
end
end
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/utility_bills.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/utility_bills.rb
index 72b851bc8d..fce41f1ba0 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/utility_bills.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/utility_bills.rb
@@ -25,9 +25,9 @@ def self.get_fuel_units(fuel_type)
# @param marginal_rate [Double] the marginal flat rate (USD/kWh or USD/therm, etc.)
# @return [Array] the marginal and average rates (USD/kWh or USD/therm, etc., USD/month)
def self.get_rates_from_eia_data(runner, state_code, fuel_type, fixed_charge, marginal_rate = nil)
- msn_codes = Constants::StateCodesMap.keys
- msn_codes << 'US'
- return unless msn_codes.include? state_code # Check if the state_code is valid
+ state_codes = Constants::StateCodesMap.keys
+ state_codes << 'US'
+ return unless state_codes.include? state_code # Check if the state_code is valid
average_rate = nil
@@ -104,31 +104,39 @@ def self.marginal_rate_to_average_rate(marginal_rate, fixed_charge, household_co
# @param fuel_type [String] HPXML fuel type
# @return [Double] average rate for electricity or natural gas, and marginal rate for all other fuel types (USD/kWh or USD/therm, etc.)
def self.get_eia_seds_rate(runner, state_code, fuel_type)
- msn_code_map = {
- HPXML::FuelTypeElectricity => 'ESRCD',
- HPXML::FuelTypeNaturalGas => 'NGRCD',
- HPXML::FuelTypeOil => 'DFRCD',
- HPXML::FuelTypePropane => 'PQRCD',
- HPXML::FuelTypeCoal => 'CLRCD',
- HPXML::FuelTypeWoodCord => 'WDRCD',
- HPXML::FuelTypeWoodPellets => 'WDRCD'
- }
-
- CSV.foreach(File.join(File.dirname(__FILE__), '../../ReportUtilityBills/resources/simple_rates/pr_all_update.csv'), headers: true) do |row|
- next if row['State'].upcase != state_code.upcase # State
- next if row['MSN'].upcase != msn_code_map[fuel_type] # EIA SEDS MSN code
-
- seds_rate = row.to_h.values.reverse.find { |rate| rate.to_f != 0 } # If the rate for the latest year is unavailable, find the last non-nil/non-zero rate.
- begin
- seds_rate = Float(seds_rate)
- rescue ArgumentError, TypeError
- seds_rate = 0.0
- runner.registerWarning("No EIA SEDS rate for #{fuel_type} was found for the state of #{state_code}.") if not runner.nil?
- end
+ csv_path = File.join(File.dirname(__FILE__), '../../ReportUtilityBills/resources/simple_rates/eia_fuel_rates_by_state.csv')
+
+ # Collect the latest matching EIA SEDS rate for this state and fuel
+ matching_rate = nil
+ csv_fuel = fuel_type.to_s.downcase == HPXML::FuelTypeWoodPellets.to_s.downcase ? 'wood' : fuel_type.to_s.downcase
+
+ CSV.foreach(csv_path, headers: true) do |row|
+ next if row['state'].to_s.upcase != state_code.to_s.upcase
+ next if row['fuel'].to_s.downcase != csv_fuel
+
+ year = row['year'].to_i
+ rate = row['rate_dollar_per_mmbtu'].to_f
+ matching_rate = { year: year, rate: rate }
+ break
+ end
- # Convert $/MBtu to $/XXX
- seds_rate = UnitConversions.convert(seds_rate, get_fuel_units(fuel_type), 'mbtu')
- return seds_rate
+ if matching_rate.nil?
+ runner.registerWarning("No EIA SEDS rate for #{fuel_type} was found for the state of #{state_code}.") if !runner.nil?
+ return 0.0
end
+
+ if matching_rate[:rate] != 0.0
+ seds_rate = matching_rate[:rate]
+ else
+ # Rate is zero/missing
+ runner.registerWarning(
+ "EIA SEDS rate for #{fuel_type} in #{state_code} is unavailable for #{matching_rate[:year]}."
+ ) if !runner.nil?
+ return 0.0
+ end
+
+ # Convert $/MMBtu to $/[fuel unit]
+ seds_rate = UnitConversions.convert(seds_rate, get_fuel_units(fuel_type), 'mbtu')
+ return seds_rate
end
end
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/vehicle.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/vehicle.rb
index cfe111f00a..49d66359fc 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/vehicle.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/vehicle.rb
@@ -99,12 +99,7 @@ def self.apply_electric_vehicle(runner, model, spaces, hpxml, hpxml_bldg, hpxml_
# Apply vehicle battery to model
Battery.apply_battery(runner, model, spaces, hpxml, hpxml_bldg, vehicle, charging_schedule, discharging_schedule)
- temp_sensor = Model.add_ems_sensor(
- model,
- name: 'site_temp',
- output_var_or_meter_name: 'Site Outdoor Air Drybulb Temperature',
- key_name: 'Environment'
- )
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }
# Power adjustment vs ambient temperature curve; derived from most recent data in Figure 9 of https://docs.nlr.gov/docs/fy23osti/83916.pdf
# This adjustment scales power demand based on ambient temperature, and encompasses losses due to battery and space conditioning (i.e., discharging losses), as well as charging losses.
@@ -120,10 +115,10 @@ def self.apply_electric_vehicle(runner, model, spaces, hpxml, hpxml_bldg, hpxml_
model,
name: 'ev_discharge_program'
)
- ev_discharge_program.addLine(" Set site_temp_adj = #{temp_sensor.name}")
- ev_discharge_program.addLine(" If #{temp_sensor.name} < #{UnitConversions.convert(0, 'F', 'C').round(3)}")
+ ev_discharge_program.addLine(" Set site_temp_adj = #{t_out_sensor.name}")
+ ev_discharge_program.addLine(" If #{t_out_sensor.name} < #{UnitConversions.convert(0, 'F', 'C').round(3)}")
ev_discharge_program.addLine(" Set site_temp_adj = #{UnitConversions.convert(0, 'F', 'C').round(3)}")
- ev_discharge_program.addLine(" ElseIf #{temp_sensor.name} > #{UnitConversions.convert(100, 'F', 'C').round(3)}")
+ ev_discharge_program.addLine(" ElseIf #{t_out_sensor.name} > #{UnitConversions.convert(100, 'F', 'C').round(3)}")
ev_discharge_program.addLine(" Set site_temp_adj = #{UnitConversions.convert(100, 'F', 'C').round(3)}")
ev_discharge_program.addLine(' EndIf')
ev_discharge_program.addLine(" Set power_mult = #{power_curve}")
@@ -140,7 +135,7 @@ def self.apply_electric_vehicle(runner, model, spaces, hpxml, hpxml_bldg, hpxml_
output_var_or_meter_name: 'Schedule Value',
key_name: discharging_schedule.name.to_s
)
- discharge_sch_sensor.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeVehicleDischargeScheduleSensor)
+ discharge_sch_sensor.additionalProperties.setFeature('ObjectType', Constants::ObjectTypeSensorScheduleVehicleDischarge)
charge_sch_sensor = Model.add_ems_sensor(
model,
name: "#{charging_schedule.name} charge_sch_sensor",
@@ -172,7 +167,7 @@ def self.apply_electric_vehicle(runner, model, spaces, hpxml, hpxml_bldg, hpxml_
Model.add_ems_program_calling_manager(
model,
- name: 'ev_discharge_pcm',
+ name: "#{ev_discharge_program.name} manager",
calling_point: 'BeginTimestepBeforePredictor',
ems_programs: [ev_discharge_program]
)
diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb
index 54f0425e73..72d2304d04 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb
@@ -240,7 +240,7 @@ def self.apply_hpwh(runner, model, spaces, hpxml_bldg, hpxml_header, water_heati
loc_duct_exhaust = water_heating_system.hpwh_ducting_exhaust
# Amb temp & RH sensors, temp sensor shared across programs
- amb_temp_sensor, amb_rh_sensors = apply_hpwh_loc_temp_rh_sensors(model, obj_name, loc_space, loc_schedule, spaces)
+ amb_temp_sensor, amb_rh_sensors = apply_hpwh_loc_temp_rh_sensors(model, obj_name, loc_space, loc_schedule)
hpwh_zone_heat_gain_program = apply_hpwh_zone_heat_gain_program(model, obj_name, loc_space, loc_duct_exhaust, hpwh_tamb, hpwh_rhamb, tank, coil, fan, amb_temp_sensor, amb_rh_sensors, unit_multiplier)
# EMS for the HPWH control logic
@@ -249,7 +249,7 @@ def self.apply_hpwh(runner, model, spaces, hpxml_bldg, hpxml_header, water_heati
# ProgramCallingManagers
Model.add_ems_program_calling_manager(
model,
- name: "#{obj_name} ProgramManager",
+ name: "#{hpwh_ctrl_program.name} manager",
calling_point: 'InsideHVACSystemIterationLoop',
ems_programs: [hpwh_ctrl_program, hpwh_zone_heat_gain_program]
)
@@ -559,12 +559,7 @@ def self.apply_combi_system_EMS(model, water_heating_systems, plantloop_map)
end
end
- mains_temp_sensor = Model.add_ems_sensor(
- model,
- name: 'Mains Temperature',
- output_var_or_meter_name: 'Site Mains Water Temperature',
- key_name: 'Environment'
- )
+ mains_temp_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteMainsWaterTemp }
# Program
combi_ctrl_program = Model.add_ems_program(
@@ -606,7 +601,7 @@ def self.apply_combi_system_EMS(model, water_heating_systems, plantloop_map)
# ProgramCallingManagers
Model.add_ems_program_calling_manager(
model,
- name: "#{combi_sys_id} ProgramManager",
+ name: "#{combi_ctrl_program.name} manager",
calling_point: 'BeginZoneTimestepAfterInitHeatBalance',
ems_programs: [combi_ctrl_program]
)
@@ -893,7 +888,7 @@ def self.apply_solar_thermal(model, spaces, hpxml_bldg, plantloop_map)
# Program
swh_program = Model.add_ems_program(
model,
- name: "#{obj_name} Controller"
+ name: "#{obj_name} controls"
)
swh_program.addLine("If #{coll_sensor.name} > #{tank_source_sensor.name}")
swh_program.addLine("Set #{swh_pump_actuator.name} = 100 * #{unit_multiplier}")
@@ -904,7 +899,7 @@ def self.apply_solar_thermal(model, spaces, hpxml_bldg, plantloop_map)
# ProgramCallingManager
Model.add_ems_program_calling_manager(
model,
- name: "#{obj_name} Control",
+ name: "#{swh_program.name} manager",
calling_point: 'InsideHVACSystemIterationLoop',
ems_programs: [swh_program]
)
@@ -1125,10 +1120,11 @@ def self.apply_hpwh_stratified_tank(model, water_heating_system, obj_name, solar
# @param obj_name [String] Name for the OpenStudio object
# @param loc_space [OpenStudio::Model::Space] The space where the water heater is located
# @param loc_schedule [OpenStudio::Model::ScheduleConstant] The temperature schedule, if not located in a space
- # @param spaces [Hash] Map of HPXML locations => OpenStudio Space objects
# @return [Array>] HPWH ambient temperature sensor, One or more HPWH ambient RH sensors
- def self.apply_hpwh_loc_temp_rh_sensors(model, obj_name, loc_space, loc_schedule, spaces)
- conditioned_zone = spaces[HPXML::LocationConditionedSpace].thermalZone.get
+ def self.apply_hpwh_loc_temp_rh_sensors(model, obj_name, loc_space, loc_schedule)
+ t_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirDBTemp }
+ rh_out_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorSiteOutdoorAirRH }
+ rh_in_sensor = model.getEnergyManagementSystemSensors.find { |s| s.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeSensorIndoorAirRH }
rh_sensors = []
if not loc_schedule.nil?
@@ -1138,34 +1134,13 @@ def self.apply_hpwh_loc_temp_rh_sensors(model, obj_name, loc_space, loc_schedule
output_var_or_meter_name: 'Schedule Value',
key_name: loc_schedule.name
)
-
if loc_schedule.name.get == HPXML::LocationOtherNonFreezingSpace
- rh_sensors << Model.add_ems_sensor(
- model,
- name: "#{obj_name} amb rh",
- output_var_or_meter_name: 'Site Outdoor Air Relative Humidity',
- key_name: 'Environment'
- )
+ rh_sensors << rh_out_sensor
elsif loc_schedule.name.get == HPXML::LocationOtherHousingUnit
- rh_sensors << Model.add_ems_sensor(
- model,
- name: "#{obj_name} amb rh",
- output_var_or_meter_name: 'Zone Air Relative Humidity',
- key_name: conditioned_zone.name
- )
+ rh_sensors << rh_in_sensor
else
- rh_sensors << Model.add_ems_sensor(
- model,
- name: "#{obj_name} amb1 rh",
- output_var_or_meter_name: 'Site Outdoor Air Relative Humidity',
- key_name: 'Environment'
- )
- rh_sensors << Model.add_ems_sensor(
- model,
- name: "#{obj_name} amb2 rh",
- output_var_or_meter_name: 'Zone Air Relative Humidity',
- key_name: conditioned_zone.name
- )
+ rh_sensors << rh_out_sensor
+ rh_sensors << rh_in_sensor
end
elsif not loc_space.nil?
amb_temp_sensor = Model.add_ems_sensor(
@@ -1174,7 +1149,6 @@ def self.apply_hpwh_loc_temp_rh_sensors(model, obj_name, loc_space, loc_schedule
output_var_or_meter_name: 'Zone Mean Air Temperature',
key_name: loc_space.thermalZone.get.name
)
-
rh_sensors << Model.add_ems_sensor(
model,
name: "#{obj_name} amb rh",
@@ -1182,19 +1156,8 @@ def self.apply_hpwh_loc_temp_rh_sensors(model, obj_name, loc_space, loc_schedule
key_name: loc_space.thermalZone.get.name
)
else # Located outside
- amb_temp_sensor = Model.add_ems_sensor(
- model,
- name: "#{obj_name} amb temp",
- output_var_or_meter_name: 'Site Outdoor Air Drybulb Temperature',
- key_name: 'Environment'
- )
-
- rh_sensors << Model.add_ems_sensor(
- model,
- name: "#{obj_name} amb rh",
- output_var_or_meter_name: 'Site Outdoor Air Relative Humidity',
- key_name: 'Environment'
- )
+ amb_temp_sensor = t_out_sensor
+ rh_sensors << rh_out_sensor
end
return amb_temp_sensor, rh_sensors
end
@@ -1233,14 +1196,11 @@ def self.apply_hpwh_zone_heat_gain_program(model, obj_name, loc_space, loc_duct_
hpwh_sens = Model.add_other_equipment(
model,
name: "#{obj_name} sens",
- end_use: nil,
space: loc_space,
- design_level: 0,
frac_radiant: 0,
frac_latent: 0,
frac_lost: 0,
- schedule: model.alwaysOnDiscreteSchedule,
- fuel_type: nil
+ schedule: model.alwaysOnDiscreteSchedule
)
sens_act_actuator = Model.add_ems_actuator(
name: "#{hpwh_sens.name} act",
@@ -1251,14 +1211,11 @@ def self.apply_hpwh_zone_heat_gain_program(model, obj_name, loc_space, loc_duct_
hpwh_lat = Model.add_other_equipment(
model,
name: "#{obj_name} lat",
- end_use: nil,
space: loc_space,
- design_level: 0,
frac_radiant: 0,
frac_latent: 1,
frac_lost: 0,
- schedule: model.alwaysOnDiscreteSchedule,
- fuel_type: nil
+ schedule: model.alwaysOnDiscreteSchedule
)
lat_act_actuator = Model.add_ems_actuator(
name: "#{hpwh_lat.name} act",
@@ -1333,11 +1290,11 @@ def self.apply_hpwh_zone_heat_gain_program(model, obj_name, loc_space, loc_duct_
# @param hpwh_bottom_element_sp [OpenStudio::Model::ScheduleConstant] HPWH bottom element setpoint schedule
# @param min_temp [Double] Minimum temperature for compressor operation (F)
# @param max_temp [Double] Maximum temperature for compressor operation (F)
- # @param sensted_setpoint_schedule [OpenStudio::Model::ScheduleConstant or OpenStudio::Model::ScheduleRuleset] Setpoint temperature schedule (sensed)
+ # @param sensed_setpoint_schedule [OpenStudio::Model::ScheduleConstant or OpenStudio::Model::ScheduleRuleset] Setpoint temperature schedule (sensed)
# @param control_setpoint_schedule [OpenStudio::Model::ScheduleConstant or OpenStudio::Model::ScheduleRuleset] Setpoint temperature schedule (controlled)
# @param schedules_file [SchedulesFile] SchedulesFile wrapper class instance of detailed schedule files
# @return [OpenStudio::Model::EnergyManagementSystemProgram] The HPWH control program
- def self.apply_hpwh_control_program(runner, model, obj_name, water_heating_system, amb_temp_sensor, hpwh_top_element_sp, hpwh_bottom_element_sp, min_temp, max_temp, sensted_setpoint_schedule, control_setpoint_schedule, schedules_file)
+ def self.apply_hpwh_control_program(runner, model, obj_name, water_heating_system, amb_temp_sensor, hpwh_top_element_sp, hpwh_bottom_element_sp, min_temp, max_temp, sensed_setpoint_schedule, control_setpoint_schedule, schedules_file)
# Lower element is enabled if the ambient air temperature prevents the HP from running
leschedoverride_actuator = Model.add_ems_actuator(
name: "#{obj_name} LESchedOverride",
@@ -1369,7 +1326,7 @@ def self.apply_hpwh_control_program(runner, model, obj_name, water_heating_syste
model,
name: "#{obj_name} T_set",
output_var_or_meter_name: 'Schedule Value',
- key_name: sensted_setpoint_schedule.name
+ key_name: sensed_setpoint_schedule.name
)
op_mode_schedule = nil
@@ -1724,7 +1681,6 @@ def self.key_name(key)
name: "#{Constants::ObjectTypeWaterHeaterAdjustment}#{cnt + 1}",
end_use: "#{Constants::ObjectTypeWaterHeaterAdjustment}#{cnt + 1}",
space: model.getSpaces[0],
- design_level: 0.01,
frac_radiant: 0,
frac_latent: 0,
frac_lost: 1,
@@ -1756,7 +1712,7 @@ def self.key_name(key)
# EMS Program Calling Manager
Model.add_ems_program_calling_manager(
model,
- name: "#{ec_adj_program.name} calling manager",
+ name: "#{ec_adj_program.name} manager",
calling_point: 'EndOfSystemTimestepBeforeHVACReporting',
ems_programs: [ec_adj_program]
)
diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb
index 90d2a613c2..26bf1e80e7 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb
@@ -251,13 +251,13 @@ def test_mechanical_ventilation_none
program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants::ObjectTypeInfiltration} program")
assert_in_epsilon(0.0, UnitConversions.convert(program_values['QWHV_sup'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['QWHV_exh'].sum, 'm^3/s', 'cfm'), 0.01)
- assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan).size)
- assert_in_epsilon(0.0, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].designLevel.get, 0.01)
+ assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan).size)
+ assert_in_epsilon(0.0, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].designLevel.get, 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qrange'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qbath'].sum, 'm^3/s', 'cfm'), 0.01)
# Load actuators
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load").size)
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} sensible load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} latent load").size)
end
def test_mechanical_ventilation_supply
@@ -274,14 +274,14 @@ def test_mechanical_ventilation_supply
program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants::ObjectTypeInfiltration} program")
assert_in_epsilon(vent_fan_cfm, UnitConversions.convert(program_values['QWHV_sup'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['QWHV_exh'].sum, 'm^3/s', 'cfm'), 0.01)
- assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan).size)
- assert_in_epsilon(vent_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].designLevel.get, 0.01)
- assert_in_epsilon(0.0, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].fractionLost, 0.01)
+ assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan).size)
+ assert_in_epsilon(vent_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].designLevel.get, 0.01)
+ assert_in_epsilon(0.0, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].fractionLost, 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qrange'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qbath'].sum, 'm^3/s', 'cfm'), 0.01)
# Load actuators
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load").size)
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} sensible load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} latent load").size)
end
def test_mechanical_ventilation_exhaust
@@ -298,14 +298,14 @@ def test_mechanical_ventilation_exhaust
program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants::ObjectTypeInfiltration} program")
assert_in_epsilon(vent_fan_cfm, UnitConversions.convert(program_values['QWHV_exh'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['QWHV_sup'].sum, 'm^3/s', 'cfm'), 0.01)
- assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan).size)
- assert_in_epsilon(vent_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].designLevel.get, 0.01)
- assert_in_epsilon(1.0, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].fractionLost, 0.01)
+ assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan).size)
+ assert_in_epsilon(vent_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].designLevel.get, 0.01)
+ assert_in_epsilon(1.0, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].fractionLost, 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qrange'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qbath'].sum, 'm^3/s', 'cfm'), 0.01)
# Load actuators
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load").size)
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} sensible load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} latent load").size)
end
def test_mechanical_ventilation_balanced
@@ -322,14 +322,14 @@ def test_mechanical_ventilation_balanced
program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants::ObjectTypeInfiltration} program")
assert_in_epsilon(vent_fan_cfm, UnitConversions.convert(program_values['QWHV_sup'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(vent_fan_cfm, UnitConversions.convert(program_values['QWHV_exh'].sum, 'm^3/s', 'cfm'), 0.01)
- assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan).size)
- assert_in_epsilon(vent_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].designLevel.get, 0.01)
- assert_in_epsilon(0.5, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].fractionLost, 0.01)
+ assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan).size)
+ assert_in_epsilon(vent_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].designLevel.get, 0.01)
+ assert_in_epsilon(0.5, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].fractionLost, 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qrange'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qbath'].sum, 'm^3/s', 'cfm'), 0.01)
# Load actuators
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load").size)
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} sensible load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} latent load").size)
end
def test_mechanical_ventilation_erv
@@ -346,14 +346,14 @@ def test_mechanical_ventilation_erv
program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants::ObjectTypeInfiltration} program")
assert_in_epsilon(vent_fan_cfm, UnitConversions.convert(program_values['QWHV_sup'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(vent_fan_cfm, UnitConversions.convert(program_values['QWHV_exh'].sum, 'm^3/s', 'cfm'), 0.01)
- assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan).size)
- assert_in_epsilon(vent_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].designLevel.get, 0.01)
- assert_in_epsilon(0.5, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].fractionLost, 0.01)
+ assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan).size)
+ assert_in_epsilon(vent_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].designLevel.get, 0.01)
+ assert_in_epsilon(0.5, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].fractionLost, 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qrange'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qbath'].sum, 'm^3/s', 'cfm'), 0.01)
# Load actuators
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load").size)
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} sensible load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} latent load").size)
end
def test_mechanical_ventilation_hrv
@@ -370,14 +370,14 @@ def test_mechanical_ventilation_hrv
program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants::ObjectTypeInfiltration} program")
assert_in_epsilon(vent_fan_cfm, UnitConversions.convert(program_values['QWHV_sup'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(vent_fan_cfm, UnitConversions.convert(program_values['QWHV_exh'].sum, 'm^3/s', 'cfm'), 0.01)
- assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan).size)
- assert_in_epsilon(vent_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].designLevel.get, 0.01)
- assert_in_epsilon(0.5, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].fractionLost, 0.01)
+ assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan).size)
+ assert_in_epsilon(vent_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].designLevel.get, 0.01)
+ assert_in_epsilon(0.5, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].fractionLost, 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qrange'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qbath'].sum, 'm^3/s', 'cfm'), 0.01)
# Load actuators
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load").size)
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} sensible load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} latent load").size)
end
def test_mechanical_ventilation_cfis
@@ -401,8 +401,8 @@ def test_mechanical_ventilation_cfis
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qrange'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qbath'].sum, 'm^3/s', 'cfm'), 0.01)
# Load actuators
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load").size)
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} sensible load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} latent load").size)
end
def test_mechanical_ventilation_cfis_pthp
@@ -426,8 +426,8 @@ def test_mechanical_ventilation_cfis_pthp
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qrange'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qbath'].sum, 'm^3/s', 'cfm'), 0.01)
# Load actuators
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load").size)
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} sensible load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} latent load").size)
end
def test_mechanical_ventilation_cfis_with_supplemental_fan
@@ -453,8 +453,8 @@ def test_mechanical_ventilation_cfis_with_supplemental_fan
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qrange'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['Qbath'].sum, 'm^3/s', 'cfm'), 0.01)
# Load actuators
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load").size)
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} sensible load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} latent load").size)
end
def test_ventilation_bath_kitchen_fans
@@ -474,19 +474,19 @@ def test_ventilation_bath_kitchen_fans
program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants::ObjectTypeInfiltration} program")
assert_in_epsilon(0.0, UnitConversions.convert(program_values['QWHV_sup'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(0.0, UnitConversions.convert(program_values['QWHV_exh'].sum, 'm^3/s', 'cfm'), 0.01)
- assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan).size)
- assert_in_epsilon(0.0, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].designLevel.get, 0.01)
+ assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan).size)
+ assert_in_epsilon(0.0, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].designLevel.get, 0.01)
assert_in_epsilon(kitchen_fan_cfm, UnitConversions.convert(program_values['Qrange'].sum, 'm^3/s', 'cfm'), 0.01)
- assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationRangeFan).size)
- assert_in_epsilon(kitchen_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationRangeFan)[0].designLevel.get, 0.01)
- assert_in_epsilon(1.0, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationRangeFan)[0].fractionLost, 0.01)
+ assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentRangeFan).size)
+ assert_in_epsilon(kitchen_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentRangeFan)[0].designLevel.get, 0.01)
+ assert_in_epsilon(1.0, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentRangeFan)[0].fractionLost, 0.01)
assert_in_epsilon(bath_fan_cfm, UnitConversions.convert(program_values['Qbath'].sum, 'm^3/s', 'cfm'), 0.01)
- assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationBathFan).size)
- assert_in_epsilon(bath_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationBathFan)[0].designLevel.get, 0.01)
- assert_in_epsilon(1.0, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationBathFan)[0].fractionLost, 0.01)
+ assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentBathFan).size)
+ assert_in_epsilon(bath_fan_power, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentBathFan)[0].designLevel.get, 0.01)
+ assert_in_epsilon(1.0, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentBathFan)[0].fractionLost, 0.01)
# Load actuators
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load").size)
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} sensible load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} latent load").size)
end
def test_clothes_dryer_exhaust
@@ -550,16 +550,16 @@ def test_multiple_mechvent
assert_in_epsilon(bath_fan_cfm, UnitConversions.convert(program_values['Qbath'].sum, 'm^3/s', 'cfm'), 0.01)
assert_in_epsilon(vent_fan_cfm_cfis, UnitConversions.convert(program_values['oa_cfm_ah'].sum, 'm^3/s', 'cfm'), 0.01)
# Fan power/load implementation
- assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan).size)
- assert_in_epsilon(total_mechvent_pow, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].designLevel.get, 0.01)
- assert_in_epsilon(fraction_heat_lost, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan)[0].fractionLost, 0.01)
+ assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan).size)
+ assert_in_epsilon(total_mechvent_pow, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].designLevel.get, 0.01)
+ assert_in_epsilon(fraction_heat_lost, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan)[0].fractionLost, 0.01)
assert_in_epsilon(vent_fan_power_cfis, program_values['ah_fan_w'].sum, 0.01)
- range_fan_eeds = get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationRangeFan)
+ range_fan_eeds = get_eed_for_ventilation(model, Constants::ObjectTypeMechVentRangeFan)
assert_equal(2, range_fan_eeds.size)
assert_in_epsilon(kitchen_fan_power, range_fan_eeds.map { |f| f.designLevel.get }.sum(0.0), 0.01)
assert_in_epsilon(1.0, range_fan_eeds[0].fractionLost, 0.01)
assert_in_epsilon(1.0, range_fan_eeds[1].fractionLost, 0.01)
- bath_fan_eeds = get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationBathFan)
+ bath_fan_eeds = get_eed_for_ventilation(model, Constants::ObjectTypeMechVentBathFan)
assert_equal(2, bath_fan_eeds.size)
assert_in_epsilon(bath_fan_power, bath_fan_eeds.map { |f| f.designLevel.get }.sum(0.0), 0.01)
assert_in_epsilon(1.0, bath_fan_eeds[0].fractionLost, 0.01)
@@ -567,8 +567,8 @@ def test_multiple_mechvent
# CFIS minutes
assert_in_epsilon(vent_fan_operation_cfis, program_values['f_operation'].sum, 0.01)
# Load actuators
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load").size)
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} sensible load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} latent load").size)
end
def test_shared_mechvent_multiple
@@ -597,14 +597,14 @@ def test_shared_mechvent_multiple
vent_fans_mins_cfis = hpxml_bldg.ventilation_fans.select { |f| f.fan_type == HPXML::MechVentTypeCFIS }.map { |f| f.hours_in_operation / 24.0 }.sum(0.0)
# Load and energy eed
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} sensible load").size)
- assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechanicalVentilationHouseFan} latent load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} sensible load").size)
+ assert_equal(1, get_oed_for_ventilation(model, "#{Constants::ObjectTypeMechVentHouseFan} latent load").size)
assert_equal(vent_fans_precool.size, get_oed_for_ventilation(model, 'shared mech vent precooling energy').size)
assert_equal(vent_fans_preheat.size, get_oed_for_ventilation(model, 'shared mech vent preheating energy').size)
# Fan power implementation
- assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan).size)
- assert_in_epsilon(vent_fans_tot_pow_noncfis, get_eed_for_ventilation(model, Constants::ObjectTypeMechanicalVentilationHouseFan).map { |eed| eed.designLevel.get }.sum, 0.01)
+ assert_equal(1, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan).size)
+ assert_in_epsilon(vent_fans_tot_pow_noncfis, get_eed_for_ventilation(model, Constants::ObjectTypeMechVentHouseFan).map { |eed| eed.designLevel.get }.sum, 0.01)
# Check preconditioning program
program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants::ObjectTypeInfiltration} program")
diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb
index ea6a8d25e4..33ac69eba5 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb
@@ -40,9 +40,11 @@ def test_header
hpxml.header.sim_calendar_year = 2009
hpxml.header.temperature_capacitance_multiplier = 1.5
hpxml.header.unavailable_periods.add(column_name: 'Power Outage', begin_month: 1, begin_day: 1, begin_hour: 3, end_month: 12, end_day: 31, end_hour: 4, natvent_availability: HPXML::ScheduleUnavailable)
+ hpxml.header.latent_degradation_model_enabled = true
+ hpxml.header.latent_degradation_model_blower_off_delay = 22
XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path)
default_hpxml, _default_hpxml_bldg = _test_measure()
- _test_default_header_values(default_hpxml, 30, 2, 2, 11, 11, 2009, 1.5, 3, 4, HPXML::ScheduleUnavailable)
+ _test_default_header_values(default_hpxml, 30, 2, 2, 11, 11, 2009, 1.5, 3, 4, HPXML::ScheduleUnavailable, true, 22)
# Test defaults - calendar year override by AMY year
hpxml, _hpxml_bldg = _create_hpxml('base-location-AMY-2012.xml')
@@ -53,9 +55,10 @@ def test_header
hpxml.header.sim_end_day = nil
hpxml.header.temperature_capacitance_multiplier = nil
hpxml.header.sim_calendar_year = 2020
+ hpxml.header.latent_degradation_model_enabled = nil
XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path)
default_hpxml, _default_hpxml_bldg = _test_measure()
- _test_default_header_values(default_hpxml, 60, 1, 1, 12, 31, 2012, 7.0, nil, nil, nil)
+ _test_default_header_values(default_hpxml, 60, 1, 1, 12, 31, 2012, 7.0, nil, nil, nil, false, nil)
# Test defaults - southern hemisphere
hpxml, _hpxml_bldg = _create_hpxml('base-location-capetown-zaf.xml')
@@ -66,9 +69,11 @@ def test_header
hpxml.header.sim_end_day = nil
hpxml.header.sim_calendar_year = nil
hpxml.header.temperature_capacitance_multiplier = nil
+ hpxml.header.latent_degradation_model_enabled = true
+ hpxml.header.latent_degradation_model_blower_off_delay = nil
XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path)
default_hpxml, _default_hpxml_bldg = _test_measure()
- _test_default_header_values(default_hpxml, 60, 1, 1, 12, 31, 2007, 7.0, nil, nil, nil)
+ _test_default_header_values(default_hpxml, 60, 1, 1, 12, 31, 2007, 7.0, nil, nil, nil, true, 45)
end
def test_weather_station
@@ -224,7 +229,7 @@ def test_utility_bills
XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path)
default_hpxml, _default_hpxml_bldg = _test_measure()
default_hpxml.header.utility_bill_scenarios.each do |scenario|
- _test_default_bills_values(scenario, 12, 12, nil, nil, nil, nil, nil, 0.1253, 0.9688, nil, nil, nil, nil, nil, HPXML::PVCompensationTypeNetMetering, HPXML::PVAnnualExcessSellbackRateTypeUserSpecified, 0.03, nil, nil, 0)
+ _test_default_bills_values(scenario, 12, 12, nil, nil, nil, nil, nil, 0.1315, 0.8398, nil, nil, nil, nil, nil, HPXML::PVCompensationTypeNetMetering, HPXML::PVAnnualExcessSellbackRateTypeUserSpecified, 0.03, nil, nil, 0)
end
# Test defaults w/ electricity JSON file
@@ -234,7 +239,7 @@ def test_utility_bills
XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path)
default_hpxml, _default_hpxml_bldg = _test_measure()
default_hpxml.header.utility_bill_scenarios.each do |scenario|
- _test_default_bills_values(scenario, nil, 12, nil, nil, nil, nil, nil, nil, 0.9688, nil, nil, nil, nil, nil, HPXML::PVCompensationTypeNetMetering, HPXML::PVAnnualExcessSellbackRateTypeUserSpecified, 0.03, nil, nil, 0)
+ _test_default_bills_values(scenario, nil, 12, nil, nil, nil, nil, nil, nil, 0.8398, nil, nil, nil, nil, nil, HPXML::PVCompensationTypeNetMetering, HPXML::PVAnnualExcessSellbackRateTypeUserSpecified, 0.03, nil, nil, 0)
end
end
@@ -5207,8 +5212,9 @@ def _test_measure()
return hpxml, hpxml.buildings[0]
end
- def _test_default_header_values(hpxml, tstep, sim_begin_month, sim_begin_day, sim_end_month, sim_end_day, sim_calendar_year, temperature_capacitance_multiplier,
- unavailable_period_begin_hour, unavailable_period_end_hour, unavailable_period_natvent_availability)
+ def _test_default_header_values(hpxml, tstep, sim_begin_month, sim_begin_day, sim_end_month, sim_end_day, sim_calendar_year,
+ temperature_capacitance_multiplier, unavailable_period_begin_hour, unavailable_period_end_hour,
+ unavailable_period_natvent_availability, latent_degradation_model_enabled, latent_degradation_model_blower_off_delay)
assert_equal(tstep, hpxml.header.timestep)
assert_equal(sim_begin_month, hpxml.header.sim_begin_month)
assert_equal(sim_begin_day, hpxml.header.sim_begin_day)
@@ -5223,6 +5229,12 @@ def _test_default_header_values(hpxml, tstep, sim_begin_month, sim_begin_day, si
assert_equal(unavailable_period_end_hour, hpxml.header.unavailable_periods[-1].end_hour)
assert_equal(unavailable_period_natvent_availability, hpxml.header.unavailable_periods[-1].natvent_availability)
end
+ assert_equal(latent_degradation_model_enabled, hpxml.header.latent_degradation_model_enabled)
+ if latent_degradation_model_blower_off_delay.nil?
+ assert_nil(hpxml.header.latent_degradation_model_blower_off_delay)
+ else
+ assert_equal(latent_degradation_model_blower_off_delay, hpxml.header.latent_degradation_model_blower_off_delay)
+ end
end
def _test_default_emissions_values(scenario, elec_schedule_number_of_header_rows, elec_schedule_column_number,
diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_electric_panel.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_electric_panel.rb
index f2f6f175d5..fcd4852592 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_electric_panel.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_electric_panel.rb
@@ -451,8 +451,8 @@ def test_hvac_ashp_with_separate_gas_backup
XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path)
_model, _hpxml, hpxml_bldg = _test_measure(args_hash)
- _test_service_feeder_power(hpxml_bldg, HPXML::ElectricPanelLoadTypeHeating, 3412)
- _test_service_feeder_power(hpxml_bldg, HPXML::ElectricPanelLoadTypeCooling, 3316)
+ _test_service_feeder_power(hpxml_bldg, HPXML::ElectricPanelLoadTypeHeating, 4388)
+ _test_service_feeder_power(hpxml_bldg, HPXML::ElectricPanelLoadTypeCooling, 4292)
_test_occupied_spaces(hpxml_bldg, [HPXML::ElectricPanelLoadTypeHeating, HPXML::ElectricPanelLoadTypeCooling], 5)
end
diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb
index 086603b812..c9af5422b6 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb
@@ -582,14 +582,14 @@ def test_central_air_conditioner_var_speed
# Test w/ max power ratio
args_hash = {}
- args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-central-ac-only-var-speed-max-power-ratio-schedule.xml'))
+ args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-central-ac-only-var-speed-research-features.xml'))
model, _hpxml = _test_measure(args_hash)
_check_max_power_ratio_EMS_multispeed(model, nil, nil, expected_clg_capacities_95, expected_clg_cops_95)
# Test w/ furnace & max power ratio
args_hash = {}
- args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-furnace-gas-central-ac-var-speed-max-power-ratio-schedule.xml'))
+ args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-furnace-gas-central-ac-var-speed-research-features.xml'))
model, _hpxml = _test_measure(args_hash)
_check_max_power_ratio_EMS_multispeed(model, nil, nil, expected_clg_capacities_95, expected_clg_cops_95)
@@ -1179,7 +1179,7 @@ def test_air_to_air_heat_pump_var_speed
# Test w/ two systems and max power ratio
args_hash = {}
- args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems.xml'))
+ args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-var-speed-research-features-two-systems.xml'))
model, _hpxml = _test_measure(args_hash)
_check_max_power_ratio_EMS_multispeed(model, expected_htg_capacities_47, expected_htg_cops_47, expected_clg_capacities_95, expected_clg_cops_95, 2, 0)
@@ -1287,22 +1287,24 @@ def test_air_to_air_heat_pump_1_speed_onoff_thermostat
_check_onoff_thermostat_EMS(model, clg_coil, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0)
end
- def test_heat_pump_defrost_and_pan_heater
+ def test_heat_pump_defrost_and_pan_heater_and_crankcase_heater
# Single Speed heat pump test
args_hash = {}
args_hash['hpxml_path'] = @tmp_hpxml_path
hpxml, hpxml_bldg = _create_hpxml('base-hvac-air-to-air-heat-pump-1-speed.xml')
hpxml_bldg.heat_pumps[0].pan_heater_watts = 60.0
+ hpxml_bldg.heat_pumps[0].crankcase_heater_watts = 20.0
XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path)
model, _hpxml, hpxml_bldg = _test_measure(args_hash)
# Get HPXML values
backup_fuel = EPlus.fuel_type(hpxml_bldg.heat_pumps[0].backup_heating_fuel)
pan_heater_watts = hpxml_bldg.heat_pumps[0].pan_heater_watts
+ crankcase_heater_watts = hpxml_bldg.heat_pumps[0].crankcase_heater_watts
assert_equal(1, model.getCoilHeatingDXSingleSpeeds.size)
htg_coil = model.getCoilHeatingDXSingleSpeeds[0]
- _check_defrost_and_pan_heater(model, htg_coil, 10000, 1.0, backup_fuel, 0.1, 0.0, pan_heater_watts)
+ _check_defrost_and_pan_heater_and_crankcase_heater(model, htg_coil, 10000, 1.0, backup_fuel, 0.1, 0.0, pan_heater_watts, crankcase_heater_watts)
# Ductless heat pump test
args_hash = {}
@@ -1314,7 +1316,7 @@ def test_heat_pump_defrost_and_pan_heater
assert_equal(1, model.getCoilHeatingDXMultiSpeeds.size)
htg_coil = model.getCoilHeatingDXMultiSpeeds[0]
- _check_defrost_and_pan_heater(model, htg_coil, 0.0, 0.0, backup_fuel, 0.06667, 0.0)
+ _check_defrost_and_pan_heater_and_crankcase_heater(model, htg_coil, 0.0, 0.0, backup_fuel, 0.06667, 0.0)
# Ductless heat pump w/ backup heat during defrost test
args_hash = {}
@@ -1326,7 +1328,7 @@ def test_heat_pump_defrost_and_pan_heater
assert_equal(1, model.getCoilHeatingDXMultiSpeeds.size)
htg_coil = model.getCoilHeatingDXMultiSpeeds[0]
- _check_defrost_and_pan_heater(model, htg_coil, 10000, 1.0, backup_fuel, 0.06667, 0.0)
+ _check_defrost_and_pan_heater_and_crankcase_heater(model, htg_coil, 10000, 1.0, backup_fuel, 0.06667, 0.0)
# Dual fuel heat pump test
args_hash = {}
@@ -1338,11 +1340,11 @@ def test_heat_pump_defrost_and_pan_heater
assert_equal(1, model.getCoilHeatingDXMultiSpeeds.size)
htg_coil = model.getCoilHeatingDXMultiSpeeds[0]
- _check_defrost_and_pan_heater(model, htg_coil, 17584, 0.95, backup_fuel, 0.06667, 0.0)
+ _check_defrost_and_pan_heater_and_crankcase_heater(model, htg_coil, 17584, 0.95, backup_fuel, 0.06667, 0.0)
# Two heat pump test
args_hash = {}
- args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems.xml'))
+ args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-var-speed-research-features-two-systems.xml'))
model, _hpxml, hpxml_bldg = _test_measure(args_hash)
# Get HPXML values
@@ -1351,10 +1353,10 @@ def test_heat_pump_defrost_and_pan_heater
assert_equal(2, model.getCoilHeatingDXMultiSpeeds.size)
htg_coil = model.getCoilHeatingDXMultiSpeeds[0]
- _check_defrost_and_pan_heater(model, htg_coil, 10000, 1.0, backup_fuel, 0.06667, 0.0, 150.0, 2)
+ _check_defrost_and_pan_heater_and_crankcase_heater(model, htg_coil, 10000, 1.0, backup_fuel, 0.06667, 0.0, 150.0, 30.0, 2)
htg_coil = model.getCoilHeatingDXMultiSpeeds[1]
- _check_defrost_and_pan_heater(model, htg_coil, 10000, 1.0, backup_fuel, 0.06667, 0.0, 150.0, 2)
+ _check_defrost_and_pan_heater_and_crankcase_heater(model, htg_coil, 10000, 1.0, backup_fuel, 0.06667, 0.0, 150.0, 30.0, 2)
# Separate backup heat pump test
args_hash = {}
@@ -1366,7 +1368,7 @@ def test_heat_pump_defrost_and_pan_heater
assert_equal(1, model.getCoilHeatingDXMultiSpeeds.size)
htg_coil = model.getCoilHeatingDXMultiSpeeds[0]
- _check_defrost_and_pan_heater(model, htg_coil, 0.0, 0.0, backup_fuel, 0.06667, 0.0)
+ _check_defrost_and_pan_heater_and_crankcase_heater(model, htg_coil, 0.0, 0.0, backup_fuel, 0.06667, 0.0, 150.0, 20.0)
end
def test_mini_split_heat_pump_ductless
@@ -1489,7 +1491,7 @@ def test_mini_split_heat_pump_ducted
# Test w/ max power ratio
args_hash = {}
- args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-mini-split-heat-pump-ducted-max-power-ratio-schedule.xml'))
+ args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-mini-split-heat-pump-ducted-research-features.xml'))
model, _hpxml = _test_measure(args_hash)
_check_max_power_ratio_EMS_multispeed(model, expected_htg_capacities_47, expected_htg_cops_47, expected_clg_capacities_95, expected_clg_cops_95)
@@ -1902,8 +1904,8 @@ def test_install_quality_air_to_air_heat_pump
program_values = _check_install_quality_multispeed_ratio(heat_pump, model, heat_pump)
end
- cool_rated_airflow_ratio = cool_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTon * UnitConversions.convert(cool_capacity, 'Btu/hr', 'ton'))
- heat_rated_airflow_ratio = heat_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTon * UnitConversions.convert(heat_capacity, 'Btu/hr', 'ton'))
+ cool_rated_airflow_ratio = cool_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTonDX * UnitConversions.convert(cool_capacity, 'Btu/hr', 'ton'))
+ heat_rated_airflow_ratio = heat_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTonDX * UnitConversions.convert(heat_capacity, 'Btu/hr', 'ton'))
for i in 0.._get_num_speeds(heat_pump.compressor_type) - 1
assert_in_epsilon(cool_rated_airflow_ratio, program_values['FF_AF_clg'][i], 0.01)
assert_in_epsilon(heat_rated_airflow_ratio, program_values['FF_AF_htg'][i], 0.01)
@@ -1946,7 +1948,7 @@ def test_install_quality_furnace_central_air_conditioner
program_values = _check_install_quality_multispeed_ratio(cooling_system, model)
end
- cool_rated_airflow_ratio = cool_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTon * UnitConversions.convert(cool_capacity, 'Btu/hr', 'ton'))
+ cool_rated_airflow_ratio = cool_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTonDX * UnitConversions.convert(cool_capacity, 'Btu/hr', 'ton'))
for i in 0.._get_num_speeds(cooling_system.compressor_type) - 1
assert_in_epsilon(cool_rated_airflow_ratio, program_values['FF_AF_clg'][i], 0.01)
end
@@ -1997,8 +1999,8 @@ def test_install_quality_ground_to_air_heat_pump
program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{unitary_system.name} install quality program")
assert_in_epsilon(program_values['F_CH'].sum, charge_defect, 0.01)
- cool_rated_airflow_ratio = cool_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTon * UnitConversions.convert(cool_capacity, 'Btu/hr', 'ton'))
- heat_rated_airflow_ratio = heat_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTon * UnitConversions.convert(heat_capacity, 'Btu/hr', 'ton'))
+ cool_rated_airflow_ratio = cool_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTonDX * UnitConversions.convert(cool_capacity, 'Btu/hr', 'ton'))
+ heat_rated_airflow_ratio = heat_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTonDX * UnitConversions.convert(heat_capacity, 'Btu/hr', 'ton'))
assert_in_epsilon(cool_rated_airflow_ratio, program_values['FF_AF_clg'][0], 0.01)
assert_in_epsilon(heat_rated_airflow_ratio, program_values['FF_AF_htg'][0], 0.01)
@@ -2055,7 +2057,7 @@ def test_install_quality_mini_split_air_conditioner
# Check installation quality EMS
program_values = _check_install_quality_multispeed_ratio(cooling_system, model)
- cool_rated_airflow_ratio = cool_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTon * UnitConversions.convert(cool_capacity, 'Btu/hr', 'ton'))
+ cool_rated_airflow_ratio = cool_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTonDX * UnitConversions.convert(cool_capacity, 'Btu/hr', 'ton'))
for i in 0.._get_num_speeds(cooling_system.compressor_type) - 1
assert_in_epsilon(cool_rated_airflow_ratio, program_values['FF_AF_clg'][i], 0.01)
end
@@ -2077,8 +2079,8 @@ def test_install_quality_mini_split_heat_pump_ducted
# Check installation quality EMS
program_values = _check_install_quality_multispeed_ratio(heat_pump, model, heat_pump)
- cool_rated_airflow_ratio = cool_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTon * UnitConversions.convert(cool_capacity, 'Btu/hr', 'ton'))
- heat_rated_airflow_ratio = heat_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTon * UnitConversions.convert(heat_capacity, 'Btu/hr', 'ton'))
+ cool_rated_airflow_ratio = cool_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTonDX * UnitConversions.convert(cool_capacity, 'Btu/hr', 'ton'))
+ heat_rated_airflow_ratio = heat_design_airflow_cfm * (1 + airflow_defect) / (HVAC::RatedCFMPerTonDX * UnitConversions.convert(heat_capacity, 'Btu/hr', 'ton'))
for i in 0.._get_num_speeds(heat_pump.compressor_type) - 1
assert_in_epsilon(cool_rated_airflow_ratio, program_values['FF_AF_clg'][i], 0.01)
assert_in_epsilon(heat_rated_airflow_ratio, program_values['FF_AF_htg'][i], 0.01)
@@ -2204,23 +2206,6 @@ def test_custom_seasons
assert_includes(end_dates, end_date)
end
- def test_crankcase_heater_watts
- args_hash = {}
- args_hash['hpxml_path'] = @tmp_hpxml_path
- hpxml, hpxml_bldg = _create_hpxml('base.xml')
- hpxml_bldg.cooling_systems[0].crankcase_heater_watts = 40.0
- XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path)
- model, _hpxml, hpxml_bldg = _test_measure(args_hash)
-
- # Get HPXML values
- cooling_system = hpxml_bldg.cooling_systems[0]
- crankcase_heater_watts = cooling_system.crankcase_heater_watts
-
- # Check cooling coil
- clg_coil = model.getCoilCoolingDXSingleSpeeds[0]
- assert_in_epsilon(crankcase_heater_watts, clg_coil.crankcaseHeaterCapacity, 0.01)
- end
-
def test_ceiling_fan
args_hash = {}
args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-lighting-ceiling-fans.xml'))
@@ -2435,7 +2420,7 @@ def _check_onoff_thermostat_EMS(model, clg_or_htg_coil, c1_cap, c2_cap, c3_cap,
return program_values
end
- def _check_defrost_and_pan_heater(model, htg_coil, supp_capacity, supp_efficiency, backup_fuel, defrost_time_fraction, defrost_power, pan_heater_watts = 150.0, num_of_ems = 1)
+ def _check_defrost_and_pan_heater_and_crankcase_heater(model, htg_coil, supp_capacity, supp_efficiency, backup_fuel, defrost_time_fraction, defrost_power, pan_heater_watts = 150.0, crankcase_heater_watts = 30.0, num_of_ems = 1)
# Check Other equipment inputs
defrost_heat_load_oe = model.getOtherEquipments.select { |oe| oe.additionalProperties.getFeatureAsString('ObjectType').to_s == Constants::ObjectTypeHPDefrostHeatLoad }
assert_equal(num_of_ems, defrost_heat_load_oe.size)
@@ -2454,13 +2439,19 @@ def _check_defrost_and_pan_heater(model, htg_coil, supp_capacity, supp_efficienc
assert_in_epsilon(htg_coil.defrostTimePeriodFraction, defrost_time_fraction, 0.01)
assert_in_delta(htg_coil.resistiveDefrostHeaterCapacity.get, defrost_power, 1.0)
- # Check EMS
+ # Check EMS defrost/pan heater
program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{htg_coil.name} defrost program")
assert_in_epsilon(program_values['supp_capacity'].sum, supp_capacity, 0.01)
assert_in_epsilon(program_values['supp_efficiency'].sum, supp_efficiency, 0.01)
pan_heater_act_name = program_values.keys.find { |k| k.include? 'pan_heater_energy_act' }
assert_equal(pan_heater_watts, program_values[pan_heater_act_name][0])
assert(!program_values.empty?)
+
+ # Check EMS crankcase heater
+ program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{htg_coil.name} crankcase program")
+ crankcase_heater_act_name = program_values.keys.find { |k| k.include? 'crankcase_heater_energy_act' }
+ assert_equal(crankcase_heater_watts, program_values[crankcase_heater_act_name][0])
+ assert(!program_values.empty?)
end
def _check_ghp_standard(model, heat_pump, clg_cop, htg_cop, soil_density, soil_surface_temp_amps, phase_shift_temp_amps)
diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb
index e7695907a8..f4b8da4def 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb
@@ -72,7 +72,7 @@ def test_default_schedules
assert_in_epsilon(2765, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMiscTelevision + ' schedule'), @tol)
assert_in_epsilon(4244, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeFixtures + ' schedule'), @tol)
assert_in_epsilon(5000, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeGeneralWaterUse + ' schedule'), @tol)
- assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechanicalVentilationHouseFan + ' schedule'), @tol)
+ assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechVentHouseFan + ' schedule'), @tol)
end
def test_simple_schedules
@@ -104,7 +104,7 @@ def test_simple_schedules
assert_in_epsilon(4204, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeFixtures + ' schedule'), @tol)
assert_in_epsilon(4244, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeHotWaterRecircPump + ' schedule'), @tol)
assert_in_epsilon(5000, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeGeneralWaterUse + ' schedule'), @tol)
- assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechanicalVentilationHouseFan + ' schedule'), @tol)
+ assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechVentHouseFan + ' schedule'), @tol)
assert_in_epsilon(5110.0, get_annual_equivalent_full_load_hrs(model, 'Vehicle1 charging schedule'), @tol)
assert_in_epsilon(1032.46, get_annual_equivalent_full_load_hrs(model, 'Vehicle1 discharging schedule'), @tol)
end
@@ -129,7 +129,7 @@ def test_simple_vacancy_schedules
assert_in_epsilon(4204 * get_available_hrs_ratio(unavailable_month_hrs, @default_schedules_csv_data[SchedulesFile::Columns[:HotWaterFixtures].name]['WaterFixturesMonthlyScheduleMultipliers']), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeFixtures + ' schedule'), @tol)
assert_in_epsilon(4244 * get_available_hrs_ratio(unavailable_month_hrs, @default_schedules_csv_data[SchedulesFile::Columns[:HotWaterRecirculationPump].name]['RecirculationPumpMonthlyScheduleMultipliers']), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeHotWaterRecircPump + ' schedule'), @tol)
assert_in_epsilon(5000 * get_available_hrs_ratio(unavailable_month_hrs, @default_schedules_csv_data[SchedulesFile::Columns[:GeneralWaterUse].name]['GeneralWaterUseMonthlyScheduleMultipliers']), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeGeneralWaterUse + ' schedule'), @tol)
- assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechanicalVentilationHouseFan + ' schedule'), @tol)
+ assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechVentHouseFan + ' schedule'), @tol)
end
def test_simple_vacancy_year_round_schedules
@@ -157,7 +157,7 @@ def test_simple_vacancy_year_round_schedules
assert_equal(0, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeFixtures + ' schedule'))
assert_equal(0, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeHotWaterRecircPump + ' schedule'))
assert_equal(0, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeGeneralWaterUse + ' schedule'))
- assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechanicalVentilationHouseFan + ' schedule'), @tol)
+ assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechVentHouseFan + ' schedule'), @tol)
end
def test_simple_power_outage_schedules
@@ -180,7 +180,7 @@ def test_simple_power_outage_schedules
assert_in_epsilon(4204 * get_available_hrs_ratio(unavailable_month_hrs, @default_schedules_csv_data[SchedulesFile::Columns[:HotWaterFixtures].name]['WaterFixturesMonthlyScheduleMultipliers']), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeFixtures + ' schedule'), @tol)
assert_in_epsilon(4244 * get_available_hrs_ratio(unavailable_month_hrs, @default_schedules_csv_data[SchedulesFile::Columns[:HotWaterRecirculationPump].name]['RecirculationPumpMonthlyScheduleMultipliers']), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeHotWaterRecircPump + ' schedule'), @tol)
assert_in_epsilon(5000, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeGeneralWaterUse + ' schedule'), @tol)
- assert_in_epsilon(8760 * get_available_hrs_ratio(unavailable_month_hrs), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechanicalVentilationHouseFan + ' schedule'), @tol)
+ assert_in_epsilon(8760 * get_available_hrs_ratio(unavailable_month_hrs), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechVentHouseFan + ' schedule'), @tol)
end
def test_simple_power_outage_schedules_overnight
@@ -212,7 +212,7 @@ def test_simple_power_outage_schedules_overnight
assert_in_epsilon(4204 * get_available_hrs_ratio(unavailable_month_hrs, @default_schedules_csv_data[SchedulesFile::Columns[:HotWaterFixtures].name]['WaterFixturesMonthlyScheduleMultipliers']), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeFixtures + ' schedule'), @tol)
assert_in_epsilon(4244 * get_available_hrs_ratio(unavailable_month_hrs, @default_schedules_csv_data[SchedulesFile::Columns[:HotWaterRecirculationPump].name]['RecirculationPumpMonthlyScheduleMultipliers']), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeHotWaterRecircPump + ' schedule'), @tol)
assert_in_epsilon(5000, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeGeneralWaterUse + ' schedule'), @tol)
- assert_in_epsilon(8760 * get_available_hrs_ratio(unavailable_month_hrs), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechanicalVentilationHouseFan + ' schedule'), @tol)
+ assert_in_epsilon(8760 * get_available_hrs_ratio(unavailable_month_hrs), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechVentHouseFan + ' schedule'), @tol)
end
def test_stochastic_schedules
@@ -271,7 +271,7 @@ def test_stochastic_schedules
assert_in_epsilon(1090.49, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterFixtures].name, schedules: sf.tmp_schedules), @tol)
assert(!schedule_file_names.include?(SchedulesFile::Columns[:GeneralWaterUse].name))
assert(!sf.tmp_schedules.key?(SchedulesFile::Columns[:GeneralWaterUse].name))
- assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechanicalVentilationHouseFan + ' schedule'), @tol)
+ assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechVentHouseFan + ' schedule'), @tol)
assert(!schedule_file_names.include?(SchedulesFile::Columns[:Sleeping].name))
assert(!schedule_file_names.include?('Vacancy'))
assert(!schedule_file_names.include?('Power Outage'))
@@ -311,7 +311,7 @@ def test_stochastic_vacancy_schedules
assert_in_epsilon(287.3 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterDishwasher].name, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterDishwasher].name, schedules: sf.tmp_schedules), @tol)
assert_in_epsilon(322.6 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterClothesWasher].name, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterClothesWasher].name, schedules: sf.tmp_schedules), @tol)
assert_in_epsilon(1090.49 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterFixtures].name, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterFixtures].name, schedules: sf.tmp_schedules), @tol)
- assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechanicalVentilationHouseFan + ' schedule'), @tol)
+ assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechVentHouseFan + ' schedule'), @tol)
assert(!sf.schedules.keys.include?(SchedulesFile::Columns[:Sleeping].name))
assert_in_epsilon(unavailable_month_hrs.values.sum, sf.annual_equivalent_full_load_hrs(col_name: column_name, schedules: sf.tmp_schedules), 0.001)
end
@@ -367,7 +367,7 @@ def test_stochastic_vacancy_schedules2
assert_in_epsilon(287.3 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterDishwasher].name, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterDishwasher].name, schedules: sf.tmp_schedules), @tol)
assert_in_epsilon(322.6 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterClothesWasher].name, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterClothesWasher].name, schedules: sf.tmp_schedules), @tol)
assert_in_epsilon(1090.49 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterFixtures].name, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterFixtures].name, schedules: sf.tmp_schedules), @tol)
- assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechanicalVentilationHouseFan + ' schedule'), @tol)
+ assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechVentHouseFan + ' schedule'), @tol)
assert(!sf.schedules.keys.include?(SchedulesFile::Columns[:Sleeping].name))
assert_in_epsilon(unavailable_month_hrs.values.sum, sf.annual_equivalent_full_load_hrs(col_name: column_name, schedules: sf.tmp_schedules), 0.001)
end
@@ -409,7 +409,7 @@ def test_stochastic_vacancy_year_round_schedules
assert_equal(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterDishwasher].name, schedules: sf.tmp_schedules))
assert_equal(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterClothesWasher].name, schedules: sf.tmp_schedules))
assert_equal(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterFixtures].name, schedules: sf.tmp_schedules))
- assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechanicalVentilationHouseFan + ' schedule'), @tol)
+ assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechVentHouseFan + ' schedule'), @tol)
assert(!sf.schedules.keys.include?(SchedulesFile::Columns[:Sleeping].name))
assert_in_epsilon(Calendar.num_hours_in_year(@year), sf.annual_equivalent_full_load_hrs(col_name: column_name, schedules: sf.tmp_schedules), @tol)
end
@@ -447,7 +447,7 @@ def test_stochastic_power_outage_schedules
assert_in_epsilon(287.3 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterDishwasher].name, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterDishwasher].name, schedules: sf.tmp_schedules), @tol)
assert_in_epsilon(322.6 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterClothesWasher].name, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterClothesWasher].name, schedules: sf.tmp_schedules), @tol)
assert_in_epsilon(1090.49 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterFixtures].name, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterFixtures].name, schedules: sf.tmp_schedules), @tol)
- assert_in_epsilon(8760 * get_available_hrs_ratio(unavailable_month_hrs), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechanicalVentilationHouseFan + ' schedule'), @tol)
+ assert_in_epsilon(8760 * get_available_hrs_ratio(unavailable_month_hrs), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechVentHouseFan + ' schedule'), @tol)
assert(!sf.schedules.keys.include?(SchedulesFile::Columns[:Sleeping].name))
assert_in_epsilon(unavailable_month_hrs.values.sum, sf.annual_equivalent_full_load_hrs(col_name: column_name, schedules: sf.tmp_schedules), 0.001)
end
@@ -505,7 +505,7 @@ def test_stochastic_power_outage_schedules2
assert_in_epsilon(287.3 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterDishwasher].name, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterDishwasher].name, schedules: sf.tmp_schedules), @tol)
assert_in_epsilon(322.6 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterClothesWasher].name, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterClothesWasher].name, schedules: sf.tmp_schedules), @tol)
assert_in_epsilon(1090.49 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterFixtures].name, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::Columns[:HotWaterFixtures].name, schedules: sf.tmp_schedules), @tol)
- assert_in_epsilon(8760 * get_available_hrs_ratio(unavailable_month_hrs), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechanicalVentilationHouseFan + ' schedule'), @tol)
+ assert_in_epsilon(8760 * get_available_hrs_ratio(unavailable_month_hrs), get_annual_equivalent_full_load_hrs(model, Constants::ObjectTypeMechVentHouseFan + ' schedule'), @tol)
assert(!sf.schedules.keys.include?(SchedulesFile::Columns[:Sleeping].name))
assert_in_epsilon(unavailable_month_hrs.values.sum, sf.annual_equivalent_full_load_hrs(col_name: column_name, schedules: sf.tmp_schedules), 0.001)
end
diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb
index aa2f5e4f88..515a18e5b5 100644
--- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb
+++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb
@@ -148,6 +148,7 @@ def test_schema_schematron_error_messages
'hvac-location-heat-pump' => ['A location is specified as "basement - unconditioned" but no surfaces were found adjacent to this space type.'],
'hvac-msac-not-var-speed' => ["Expected CompressorType to be 'variable speed'"],
'hvac-mshp-not-var-speed' => ["Expected CompressorType to be 'variable speed'"],
+ 'hvac-research-features-latdeg-blower-off-delay-value' => ['Expected LatentDegradationModel/HVACBlowerOffDelay to be greater than or equal to 0'],
'hvac-research-features-timestep-ten-mins' => ['Expected Timestep to be 1 if OnOffThermostatDeadbandTemperature is specified',
'Expected Timestep to be 1 if HeatPumpBackupCapacityIncrement is specified'],
'hvac-research-features-timestep-missing' => ['Expected Timestep to be 1 if OnOffThermostatDeadbandTemperature is specified',
@@ -550,6 +551,9 @@ def test_schema_schematron_error_messages
hpxml_bldg.cooling_systems[0].primary_system = true
hpxml_bldg.heat_pumps[-1].primary_heating_system = false
hpxml_bldg.heat_pumps[-1].primary_cooling_system = false
+ when 'hvac-research-features-latdeg-blower-off-delay-value'
+ hpxml, _hpxml_bldg = _create_hpxml('base.xml')
+ hpxml.header.latent_degradation_model_blower_off_delay = -1
when 'hvac-research-features-timestep-ten-mins'
hpxml, _hpxml_bldg = _create_hpxml('base-hvac-air-to-air-heat-pump-1-speed-research-features.xml')
hpxml.header.timestep = 10
@@ -2026,7 +2030,6 @@ def test_ruby_warning_messages
'HPWH supply air ducted from another location is not currently supported; supply ducting will not be modeled.'],
'hpwh-small-containment-volume-without-backup-element' => ['Heat pump water heater: WaterHeatingSystem1 has no backup electric resistance element, COP adjustment for confined space may not be accurate when the containment space volume is below 450 cubic feet.'],
'hvac-gshp-bore-depth-autosized-high' => ['Reached a maximum of 10 boreholes; setting bore depth to the maximum (500 ft).'],
- 'hvac-seasons' => ['It is not possible to eliminate all HVAC energy use (e.g. crankcase/defrost energy) in EnergyPlus outside of an HVAC season.'],
'hvac-setpoint-adjustments' => ['HVAC setpoints have been automatically adjusted to prevent periods where the heating setpoint is greater than the cooling setpoint.'],
'hvac-setpoint-adjustments-daily-setbacks' => ['HVAC setpoints have been automatically adjusted to prevent periods where the heating setpoint is greater than the cooling setpoint.'],
'hvac-setpoint-adjustments-daily-schedules' => ['HVAC setpoints have been automatically adjusted to prevent periods where the heating setpoint is greater than the cooling setpoint.'],
@@ -2039,8 +2042,7 @@ def test_ruby_warning_messages
'multiple-inverter-efficiencies' => ['Inverters with varying efficiencies found; using a single PV size weighted-average in the model.'],
'panel-missing-default' => ["Voltage (240) for 'dishwasher' is not specified in default_panels.csv; PowerRating will be assigned according to Voltage=120.",
"Voltage (240) for 'dishwasher' is not specified in default_panels.csv; BreakerSpaces will be recalculated using Voltage=240."],
- 'power-outage' => ['It is not possible to eliminate all HVAC energy use (e.g. crankcase/defrost energy) in EnergyPlus during an unavailable period.',
- 'It is not possible to eliminate all DHW energy use (e.g. water heater parasitics) in EnergyPlus during an unavailable period.'],
+ 'power-outage' => ['It is not possible to eliminate all DHW energy use (e.g. water heater parasitics) in EnergyPlus during an unavailable period.'],
'schedule-file-and-weekday-weekend-multipliers' => ["Both 'occupants' schedule file and weekday fractions provided; the latter will be ignored.",
"Both 'occupants' schedule file and weekend fractions provided; the latter will be ignored.",
"Both 'occupants' schedule file and monthly multipliers provided; the latter will be ignored.",
@@ -2207,8 +2209,6 @@ def test_ruby_warning_messages
when 'hvac-gshp-bore-depth-autosized-high'
hpxml, hpxml_bldg = _create_hpxml('base-hvac-ground-to-air-heat-pump-1-speed.xml')
hpxml_bldg.site.ground_conductivity = 0.07
- when 'hvac-seasons'
- hpxml, hpxml_bldg = _create_hpxml('base-hvac-seasons.xml')
when 'hvac-setpoint-adjustments'
hpxml, hpxml_bldg = _create_hpxml('base.xml')
hpxml_bldg.hvac_controls[0].heating_setpoint_temp = 76.0
diff --git a/hpxml-measures/ReportSimulationOutput/measure.rb b/hpxml-measures/ReportSimulationOutput/measure.rb
index 785e07b835..6827e66d84 100644
--- a/hpxml-measures/ReportSimulationOutput/measure.rb
+++ b/hpxml-measures/ReportSimulationOutput/measure.rb
@@ -549,8 +549,8 @@ def modelOutputRequests(model, runner, user_arguments)
end
# Also report thermostat setpoints
- # Note that we use the schedule value, rather than the Zone Thermostat Heating (or Cooling) Setpoint Temperature output variable,
- # because the latter is adjusted when the on-off thermostat deadband model is used.
+ # Note that we use the schedule value, rather than the Zone Thermostat Heating (or Cooling) Setpoint Temperature output
+ # variable, because the latter gets adjusted by EnergyPlus when the on-off thermostat deadband model is used.
heated_zones.each do |heated_zone|
thermal_zone = model.getThermalZones.find { |z| z.name.to_s == heated_zone }
sched_name = thermal_zone.thermostatSetpointDualSetpoint.get.heatingSetpointTemperatureSchedule.get.name.to_s.upcase
@@ -565,7 +565,7 @@ def modelOutputRequests(model, runner, user_arguments)
# Detailed air condition outputs (timeseries only)
if args[:include_timeseries_zone_conditions]
- Model.add_output_variable(model, key_value: '*', variable_name: 'Zone Air Humidity Ratio', reporting_frequency: args[:timeseries_frequency])
+ Model.add_output_variable(model, key_value: '*', variable_name: 'Zone Mean Air Humidity Ratio', reporting_frequency: args[:timeseries_frequency])
Model.add_output_variable(model, key_value: '*', variable_name: 'Zone Air Relative Humidity', reporting_frequency: args[:timeseries_frequency])
Model.add_output_variable(model, key_value: '*', variable_name: 'Zone Mean Air Dewpoint Temperature', reporting_frequency: args[:timeseries_frequency])
Model.add_output_variable(model, key_value: '*', variable_name: 'Zone Mean Radiant Temperature', reporting_frequency: args[:timeseries_frequency])
@@ -897,6 +897,10 @@ def get_outputs(runner, args)
if key == UHT::Driving && unmet_hour.annual_output > 0.0
runner.registerWarning("A total of #{unmet_hour.annual_output} driving hours could not be met due to insufficient vehicle charge. This issue may result from a combination EV battery parameters, charging power, and driving or discharging schedules.")
+ elsif key == UHT::Heating && unmet_hour.annual_output > 300
+ runner.registerWarning("There are a large number of unmet hours (#{unmet_hour.annual_output}) for heating; this may indicate the heating system is undersized or the presence of large thermostat setbacks.")
+ elsif key == UHT::Cooling && unmet_hour.annual_output > 300
+ runner.registerWarning("There are a large number of unmet hours (#{unmet_hour.annual_output}) for cooling; this may indicate the cooling system is undersized or the presence of large thermostat setbacks.")
end
end
@@ -1229,7 +1233,7 @@ def sanitize_name(bldg_id, object_name)
@zone_conds["#{zone_name} Humidity Ratio"] = ZoneCond.new
@zone_conds["#{zone_name} Humidity Ratio"].name = "Humidity Ratio: #{sanitize_name(bldg_id, zone_name)}"
@zone_conds["#{zone_name} Humidity Ratio"].timeseries_units = 'fraction'
- @zone_conds["#{zone_name} Humidity Ratio"].timeseries_output = get_report_variable_data_timeseries([zone_name], ['Zone Air Humidity Ratio'], 1, 0, args[:timeseries_frequency])
+ @zone_conds["#{zone_name} Humidity Ratio"].timeseries_output = get_report_variable_data_timeseries([zone_name], ['Zone Mean Air Humidity Ratio'], 1, 0, args[:timeseries_frequency])
end
end
@@ -2203,6 +2207,7 @@ def get_report_meter_data_timeseries(meter_names, unit_conv, unit_adder, timeser
# Shift energy use adjustments that lag due to EMS
[Constants::ObjectTypeWaterHeaterAdjustment,
+ Constants::ObjectTypeCrankcaseHeater,
Constants::ObjectTypePanHeater,
Constants::ObjectTypeHPDefrostSupplHeat,
Constants::ObjectTypeDSEHeating,
@@ -2420,7 +2425,7 @@ def create_all_object_outputs_by_key
next if object.to_AdditionalProperties.is_initialized
[EUT, HWT, LT, RT].each do |class_type|
- vars_by_key = Outputs.get_object_outputs_by_key(@model, object, class_type)
+ vars_by_key = Outputs.get_object_outputs_by_key(object, class_type)
next if vars_by_key.size == 0
sys_id = object.additionalProperties.getFeatureAsString('HPXML_ID')
diff --git a/hpxml-measures/ReportSimulationOutput/measure.xml b/hpxml-measures/ReportSimulationOutput/measure.xml
index c5bd354d9f..b7b9b96f01 100644
--- a/hpxml-measures/ReportSimulationOutput/measure.xml
+++ b/hpxml-measures/ReportSimulationOutput/measure.xml
@@ -3,8 +3,8 @@
3.1
report_simulation_output
df9d170c-c21a-4130-866d-0d46b06073fd
- c918e8fa-1faf-4f04-8fa0-b8bc22a4a06a
- 2026-04-13T22:34:52Z
+ 3cd8f87c-0a7f-4420-af7d-d1b9459f6260
+ 2026-05-06T20:12:20Z
9BF1E6AC
ReportSimulationOutput
HPXML Simulation Output Report
@@ -2029,7 +2029,7 @@
measure.rb
rb
script
- 267ED60A
+ D68FD0C9
test_report_sim_output.rb
diff --git a/hpxml-measures/ReportUtilityBills/measure.rb b/hpxml-measures/ReportUtilityBills/measure.rb
index bfabf093c4..3d4386cb0e 100644
--- a/hpxml-measures/ReportUtilityBills/measure.rb
+++ b/hpxml-measures/ReportUtilityBills/measure.rb
@@ -324,7 +324,10 @@ def get_pv_monthly_fee(bill_scenario, hpxml_buildings)
end
end
elsif not bill_scenario.pv_monthly_grid_connection_fee_dollars.nil?
- pv_monthly_fee = bill_scenario.pv_monthly_grid_connection_fee_dollars
+ has_pv = hpxml_buildings.map { |hpxml_bldg| hpxml_bldg.pv_systems.map { |pv_system| pv_system.max_power_output }.sum }.sum > 0
+ if has_pv
+ pv_monthly_fee = bill_scenario.pv_monthly_grid_connection_fee_dollars
+ end
end
return pv_monthly_fee
diff --git a/hpxml-measures/ReportUtilityBills/measure.xml b/hpxml-measures/ReportUtilityBills/measure.xml
index 37dea407f9..d7c9f4d800 100644
--- a/hpxml-measures/ReportUtilityBills/measure.xml
+++ b/hpxml-measures/ReportUtilityBills/measure.xml
@@ -4,8 +4,8 @@
Failed to infer measure name from '/mnt/c/git/openstudio-hpxml/ReportUtilityBills/measure.rb'
report_utility_bills
ca88a425-e59a-4bc4-af51-c7e7d1e960fe
- ef1c155c-852e-4dcf-8cd4-cf2029e7c3c5
- 2026-03-19T22:48:22Z
+ ddfb35ca-7422-40c3-bd7e-f42ae5a3f47f
+ 2026-05-05T22:18:16Z
15BF4E57
ReportUtilityBills
Utility Bills Report
@@ -181,13 +181,13 @@
measure.rb
rb
script
- ED3188F5
+ 06397C29
detailed_rates/README.md
md
resource
- 4BA8526F
+ EFDAFA72
detailed_rates/Sample Flat Rate Fixed Daily Charge.json
@@ -295,7 +295,7 @@
detailed_rates/openei_rates.zip
zip
resource
- FCDE5F5D
+ ED0DBE6D
simple_rates/HouseholdConsumption.csv
@@ -307,13 +307,13 @@
simple_rates/README.md
md
resource
- C7E1E1CB
+ 1DB35659
- simple_rates/pr_all_update.csv
+ simple_rates/eia_fuel_rates_by_state.csv
csv
resource
- C6074A83
+ 5A5BF6C3
util.rb
@@ -361,7 +361,7 @@
test_report_utility_bills.rb
rb
test
- 95CFA2CF
+ 7BD8C7FE
diff --git a/hpxml-measures/ReportUtilityBills/resources/detailed_rates/README.md b/hpxml-measures/ReportUtilityBills/resources/detailed_rates/README.md
index 1a275bf00f..dcd13dce15 100644
--- a/hpxml-measures/ReportUtilityBills/resources/detailed_rates/README.md
+++ b/hpxml-measures/ReportUtilityBills/resources/detailed_rates/README.md
@@ -1,3 +1,3 @@
-The **openei_rates.zip** file is produced by running `openstudio tasks.rb download_utility_rates`.
+The **openei_rates.zip** file is produced by running `openstudio tasks.rb download_detailed_utility_rates`.
Rates sourced from the [OpenEI U.S. Utility Rate database](https://apps.openei.org/USURDB/).
diff --git a/hpxml-measures/ReportUtilityBills/resources/detailed_rates/openei_rates.zip b/hpxml-measures/ReportUtilityBills/resources/detailed_rates/openei_rates.zip
index a416a122d6..3c76535876 100644
Binary files a/hpxml-measures/ReportUtilityBills/resources/detailed_rates/openei_rates.zip and b/hpxml-measures/ReportUtilityBills/resources/detailed_rates/openei_rates.zip differ
diff --git a/hpxml-measures/ReportUtilityBills/resources/simple_rates/README.md b/hpxml-measures/ReportUtilityBills/resources/simple_rates/README.md
index 9148f22b9b..b4b3bb4255 100644
--- a/hpxml-measures/ReportUtilityBills/resources/simple_rates/README.md
+++ b/hpxml-measures/ReportUtilityBills/resources/simple_rates/README.md
@@ -1,10 +1,36 @@
-EIA SEDS Prices
-* https://www.eia.gov/state/seds/seds-data-fuel.php?sid=US#DataFiles
-* Data files > Prices and expenditures > All price and expenditure estimates > Prices > Download Prices (CSV) link
-* All lines removed other than MSN codes for the following fuel types:
-* Electricity: ESRCD ($/MMBtu)
-* Natural Gas: NGRCD ($/MMBtu)
-* Distillate Fuel Oil: DFRCD ($/MMBtu)
-* Propane: PQRCD ($/MMBtu)
-* Coal: CLRCD ($/MMBtu)
-* Wood: WDRCD ($/MMBtu)
+# EIA SEDS Prices
+
+This dataset is generated using the U.S. Energy Information Administration (EIA) Open Data API (SEDS):
+
+- https://www.eia.gov/opendata/browser/seds
+
+The data is fetched programmatically from the EIA SEDS API and processed into a simplified state-level fuel price table.
+
+---
+
+## Fuel types included
+
+Only the following residential fuel types are included:
+
+- Electricity ($/MMBtu)
+- Natural Gas ($/MMBtu)
+- Fuel Oil ($/MMBtu)
+- Propane ($/MMBtu)
+- Wood ($/MMBtu)
+
+---
+
+## How to generate the file
+
+Run the following OpenStudio task:
+
+```bash
+openstudio tasks.rb download_simple_utility_rates
+```
+
+This script:
+
+- Calls the EIA SEDS API
+- Filters relevant fuel types
+- Keeps latest non-zero values per state and fuel
+- Writes output to: [ReportUtilityBills/resources/simple_rates/eia_fuel_rates_by_state.csv](ReportUtilityBills/resources/simple_rates/eia_fuel_rates_by_state.csv)
\ No newline at end of file
diff --git a/hpxml-measures/ReportUtilityBills/resources/simple_rates/eia_fuel_rates_by_state.csv b/hpxml-measures/ReportUtilityBills/resources/simple_rates/eia_fuel_rates_by_state.csv
new file mode 100644
index 0000000000..8b5033c5a2
--- /dev/null
+++ b/hpxml-measures/ReportUtilityBills/resources/simple_rates/eia_fuel_rates_by_state.csv
@@ -0,0 +1,261 @@
+year,state,fuel,rate_dollar_per_mmbtu
+2024,AK,fuel oil,24.52
+2024,AK,electricity,72.75
+2024,AK,natural gas,11.69
+2024,AK,propane,32.98
+2024,AK,wood,14.07
+2024,AL,fuel oil,19.81
+2024,AL,electricity,44.48
+2024,AL,natural gas,18.09
+2024,AL,propane,27.31
+2024,AL,wood,10.46
+2024,AR,fuel oil,20.28
+2024,AR,electricity,36.1
+2024,AR,natural gas,15.77
+2024,AR,propane,25.93
+2024,AR,wood,10.46
+2024,AZ,fuel oil,25.88
+2024,AZ,electricity,43.69
+2024,AZ,natural gas,19.92
+2024,AZ,propane,31.25
+2024,AZ,wood,14.07
+2024,CA,fuel oil,26.28
+2024,CA,electricity,93.69
+2024,CA,natural gas,18.44
+2024,CA,propane,30.89
+2024,CA,wood,14.07
+2024,CO,fuel oil,22.66
+2024,CO,electricity,43.72
+2024,CO,natural gas,10.09
+2024,CO,propane,24.16
+2024,CO,wood,14.07
+2024,CT,fuel oil,21.64
+2024,CT,electricity,84.25
+2024,CT,natural gas,16.36
+2024,CT,propane,42.56
+2024,CT,wood,8.38
+2024,DC,fuel oil,25.46
+2024,DC,electricity,51.9
+2024,DC,natural gas,16.03
+2024,DC,propane,36.43
+2020,DC,wood,7.04
+2024,DE,fuel oil,25.63
+2024,DE,electricity,48.55
+2024,DE,natural gas,14.29
+2024,DE,propane,34.96
+2024,DE,wood,10.46
+2024,FL,fuel oil,24.54
+2024,FL,electricity,41.43
+2024,FL,natural gas,24.66
+2024,FL,propane,43.2
+2024,FL,wood,10.46
+2024,GA,fuel oil,24.08
+2024,GA,electricity,41.27
+2024,GA,natural gas,17.66
+2024,GA,propane,32.44
+2024,GA,wood,10.46
+2024,HI,fuel oil,25.49
+2024,HI,electricity,125.63
+2024,HI,natural gas,53.25
+2024,HI,propane,49.95
+2024,HI,wood,14.07
+2024,IA,fuel oil,23.32
+2024,IA,electricity,39.28
+2024,IA,natural gas,9.69
+2024,IA,propane,16.67
+2024,IA,wood,10.56
+2024,ID,fuel oil,23.34
+2024,ID,electricity,33.76
+2024,ID,natural gas,8.25
+2024,ID,propane,26.48
+2024,ID,wood,14.07
+2024,IL,fuel oil,24.07
+2024,IL,electricity,46.51
+2024,IL,natural gas,10.64
+2024,IL,propane,19.96
+2024,IL,wood,10.56
+2024,IN,fuel oil,23.82
+2024,IN,electricity,43.28
+2024,IN,natural gas,8.99
+2024,IN,propane,24.07
+2024,IN,wood,10.56
+2024,KS,fuel oil,24.13
+2024,KS,electricity,41.47
+2024,KS,natural gas,12.65
+2024,KS,propane,19.76
+2024,KS,wood,10.56
+2024,KY,fuel oil,23.63
+2024,KY,electricity,37.47
+2024,KY,natural gas,12.85
+2024,KY,propane,27.15
+2024,KY,wood,10.46
+2024,LA,fuel oil,19.89
+2024,LA,electricity,34.38
+2024,LA,natural gas,16.04
+2024,LA,propane,30.49
+2024,LA,wood,10.46
+2024,MA,fuel oil,23.29
+2024,MA,electricity,86.02
+2024,MA,natural gas,21.27
+2024,MA,propane,41.72
+2024,MA,wood,8.38
+2024,MD,fuel oil,25.17
+2024,MD,electricity,52.34
+2024,MD,natural gas,15.55
+2024,MD,propane,36.61
+2024,MD,wood,10.46
+2024,ME,fuel oil,23.73
+2024,ME,electricity,71.18
+2024,ME,natural gas,18.17
+2024,ME,propane,34.26
+2024,ME,wood,8.38
+2024,MI,fuel oil,22.81
+2024,MI,electricity,56.56
+2024,MI,natural gas,10.21
+2024,MI,propane,23.05
+2024,MI,wood,10.56
+2024,MN,fuel oil,26.1
+2024,MN,electricity,45.28
+2024,MN,natural gas,10.03
+2024,MN,propane,19.91
+2024,MN,wood,10.56
+2024,MO,fuel oil,23.61
+2024,MO,electricity,37.84
+2024,MO,natural gas,16.49
+2024,MO,propane,21.3
+2024,MO,wood,10.56
+2024,MS,fuel oil,20.38
+2024,MS,electricity,39.26
+2024,MS,natural gas,15.03
+2024,MS,propane,29.42
+2024,MS,wood,10.46
+2024,MT,fuel oil,22.02
+2024,MT,electricity,37.11
+2024,MT,natural gas,7.77
+2024,MT,propane,22.28
+2024,MT,wood,14.07
+2024,NC,fuel oil,23.28
+2024,NC,electricity,41.42
+2024,NC,natural gas,15.82
+2024,NC,propane,35.57
+2024,NC,wood,10.46
+2024,ND,fuel oil,23.79
+2024,ND,electricity,33.73
+2024,ND,natural gas,8.44
+2024,ND,propane,17.33
+2024,ND,wood,10.56
+2024,NE,fuel oil,21.89
+2024,NE,electricity,33.79
+2024,NE,natural gas,10.06
+2024,NE,propane,17.8
+2024,NE,wood,10.56
+2024,NH,fuel oil,24.23
+2024,NH,electricity,68.59
+2024,NH,natural gas,18.09
+2024,NH,propane,33.0
+2024,NH,wood,8.38
+2024,NJ,fuel oil,24.99
+2024,NJ,electricity,56.69
+2024,NJ,natural gas,12.72
+2024,NJ,propane,34.8
+2024,NJ,wood,8.38
+2024,NM,fuel oil,19.98
+2024,NM,electricity,41.61
+2024,NM,natural gas,8.83
+2024,NM,propane,27.3
+2024,NM,wood,14.07
+2024,NV,fuel oil,26.18
+2024,NV,electricity,43.95
+2024,NV,natural gas,17.91
+2024,NV,propane,31.51
+2024,NV,wood,14.07
+2024,NY,fuel oil,23.11
+2024,NY,electricity,71.6
+2024,NY,natural gas,16.03
+2024,NY,propane,34.35
+2024,NY,wood,8.38
+2024,OH,fuel oil,24.71
+2024,OH,electricity,46.85
+2024,OH,natural gas,12.89
+2024,OH,propane,27.54
+2024,OH,wood,10.56
+2024,OK,fuel oil,23.68
+2024,OK,electricity,35.86
+2024,OK,natural gas,13.54
+2024,OK,propane,20.89
+2024,OK,wood,10.46
+2024,OR,fuel oil,24.51
+2024,OR,electricity,43.08
+2024,OR,natural gas,14.6
+2024,OR,propane,28.74
+2024,OR,wood,14.07
+2024,PA,fuel oil,25.15
+2024,PA,electricity,52.07
+2024,PA,natural gas,13.12
+2024,PA,propane,28.79
+2024,PA,wood,8.38
+2024,RI,fuel oil,22.61
+2024,RI,electricity,83.97
+2024,RI,natural gas,21.08
+2024,RI,propane,38.79
+2024,RI,wood,8.38
+2024,SC,fuel oil,24.54
+2024,SC,electricity,41.71
+2024,SC,natural gas,16.37
+2024,SC,propane,36.97
+2024,SC,wood,10.46
+2024,SD,fuel oil,23.61
+2024,SD,electricity,37.69
+2024,SD,natural gas,8.57
+2024,SD,propane,19.41
+2024,SD,wood,10.56
+2024,TN,fuel oil,24.24
+2024,TN,electricity,36.41
+2024,TN,natural gas,10.32
+2024,TN,propane,25.75
+2024,TN,wood,10.46
+2024,TX,fuel oil,20.24
+2024,TX,electricity,43.78
+2024,TX,natural gas,17.64
+2024,TX,propane,28.63
+2024,TX,wood,10.46
+2024,US,fuel oil,23.75
+2024,US,electricity,48.3
+2024,US,natural gas,13.88
+2024,US,propane,27.08
+2024,US,wood,10.45
+2024,UT,fuel oil,23.36
+2024,UT,electricity,35.8
+2024,UT,natural gas,12.55
+2024,UT,propane,25.36
+2024,UT,wood,14.07
+2024,VA,fuel oil,25.19
+2024,VA,electricity,42.23
+2024,VA,natural gas,14.64
+2024,VA,propane,36.01
+2024,VA,wood,10.46
+2024,VT,fuel oil,26.53
+2024,VT,electricity,64.2
+2024,VT,natural gas,16.61
+2024,VT,propane,33.0
+2024,VT,wood,8.38
+2024,WA,fuel oil,26.1
+2024,WA,electricity,34.87
+2024,WA,natural gas,11.65
+2024,WA,propane,26.3
+2024,WA,wood,14.07
+2024,WI,fuel oil,22.37
+2024,WI,electricity,50.37
+2024,WI,natural gas,9.65
+2024,WI,propane,18.91
+2024,WI,wood,10.56
+2024,WV,fuel oil,24.54
+2024,WV,electricity,44.18
+2024,WV,natural gas,14.15
+2024,WV,propane,36.34
+2024,WV,wood,10.46
+2024,WY,fuel oil,22.9
+2024,WY,electricity,36.54
+2024,WY,natural gas,11.7
+2024,WY,propane,24.69
+2024,WY,wood,14.07
diff --git a/hpxml-measures/ReportUtilityBills/resources/simple_rates/pr_all_update.csv b/hpxml-measures/ReportUtilityBills/resources/simple_rates/pr_all_update.csv
deleted file mode 100644
index edc69aacb3..0000000000
--- a/hpxml-measures/ReportUtilityBills/resources/simple_rates/pr_all_update.csv
+++ /dev/null
@@ -1,313 +0,0 @@
-Data_Status,State,MSN,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023
-2024P,AK,CLRCD,2.47,2.4,2.28,2.44,2.54,2.87,2.78,2.86,0,0,0,9.62,10.15,7.9,7.93,7.75,7.99,0,0,0,7.96,10.99,7.92,7.96,2.95,2.04,2.05,2.18,2.06,2.13,1.89,1.95,1.99,2.13,1.99,1.99,2.11,2.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,AK,DFRCD,1.4,1.48,1.49,1.71,2.63,2.8,3.11,3.34,3.84,4.92,7.05,8.51,8.46,7.84,7.71,7.81,6.84,6.24,6.27,6.95,7.94,7.57,6.78,6.93,6.24,6.02,6.56,7.02,6.15,6.97,9.65,9.94,7.85,8.97,11,14.88,17.33,18.28,25.32,18.2,21.46,26.58,27.82,27.51,26.89,18.87,15.74,17.95,20.93,20.16,16.56,19.78,30.55,27.97
-2024P,AK,ESRCD,9.29,9.31,10.28,9.53,9.83,10.16,10.89,12.25,13.12,13.51,16.18,17.65,21.01,24.04,24.78,25.96,26.48,28.75,28.39,28.72,29.64,31.28,31.73,32.67,33.17,32.93,33.3,33.53,33.7,32.7,33.57,35.51,35.31,35.11,36.45,38.97,43.46,44.49,48.52,50.24,47.65,51.63,52.41,53.1,56.08,58.11,59.51,62.34,64.3,67.17,66.15,66.09,67.72,70.04
-2024P,AK,NGRCD,1.51,1.52,1.55,1.56,1.57,1.62,1.65,1.7,1.76,1.71,1.73,1.95,1.8,2.33,2.48,2.79,3.22,3.18,3.45,3.65,4.01,4.17,3.78,3.99,3.59,3.61,3.46,3.77,3.67,3.64,3.49,4.19,4.39,4.37,4.86,5.71,6.81,8.63,8.67,10.18,8.85,8.66,8.37,8.84,9.1,9.63,9.8,10.65,11.29,11.31,11.32,11.15,11.27,11.42
-2024P,AK,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,34.25,35.02,32.31,32,37.29,28.61,27.41,31.54,32.69,28.91,25.64,32.75,36.1,33.62
-2024P,AK,WDRCD,0.82,0.86,0.87,1,1.54,1.62,1.74,1.96,2.08,2.98,4.15,5.1,4.95,4.79,4.88,4.69,3.76,3.58,3.62,3.99,4.75,4.55,4.16,4.06,3.94,3.86,4.43,4.41,3.82,3.92,5.88,5.62,5.09,6.11,6.95,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
-2024P,AL,CLRCD,0.81,0.94,1.01,1.17,1.86,1.82,1.9,2.01,2.91,2.76,2.97,3.71,3.3,3.56,3.27,3.19,2.89,2.88,2.62,2.64,2.7,2.81,2.69,2.73,2.83,2.61,2.62,2.72,2.81,2.77,2.87,3.31,2.72,3.17,3.26,4.61,5.63,4.51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,AL,DFRCD,1.24,1.36,1.37,1.51,2.26,2.53,2.79,3.28,3.45,4.57,6.83,8.55,8.16,4.93,7.89,7.68,5.33,5.13,4.93,5.52,6.7,6.16,5.52,5.38,5.36,4.83,5.81,5.54,4.44,4.86,8.36,7.08,6.37,7.12,9.41,13.84,15.99,17.5,24.36,14.23,17.28,24.87,24.79,25.78,24.85,15.59,13.23,15.34,16.91,16.29,13.37,15.98,24.68,22.59
-2024P,AL,ESRCD,4.62,4.89,5.14,5.73,6.71,8.05,8.71,10.42,10.77,12.33,14.44,16.17,18.6,19.4,20.32,18.74,18.95,18.92,19.06,19.31,19.32,19.61,19.6,20,19.61,19.66,19.44,19.77,20.34,20.6,20.67,20.56,20.88,21.67,22.34,23.44,25.65,27.33,30.48,31.24,31.27,32.52,33.4,33,33.66,34.28,35.14,36.77,35.68,36.72,36.86,37.97,41.76,42.86
-2024P,AL,NGRCD,1.1,1.15,1.23,1.33,1.51,1.52,1.94,2.24,2.63,3.56,3.91,4.61,5.31,6,6.06,6.18,6.3,6.43,6.33,6.09,6.38,6.86,6.56,6.89,7.19,6.67,6.99,8.02,7.9,8.05,8.8,11.68,10.23,11.48,13.01,15.36,18.3,17.68,17.89,17.65,15.55,14.84,15.94,15.22,14.31,13.75,13.7,15.68,14.82,15.21,15.54,15.25,16.86,19.54
-2024P,AL,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,26.6,29.06,26.73,26.47,31.01,23.55,22.52,26.08,27.06,23.81,21,27.11,29.99,27.86
-2024P,AL,WDRCD,0.85,0.9,0.9,1.04,1.61,1.69,1.81,2.04,2.16,3.1,4.31,5.31,5.15,4.99,5.07,4.88,3.91,3.73,3.77,4.16,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,AR,CLRCD,0,0,0,0,0,0,0,2.01,2.91,0,2.97,2.74,3.3,2.54,3.27,3.19,0,2.88,2.62,2.64,2.7,2.81,2.69,2.73,2.83,0,0,2.72,2.81,1.01,0,0,2.72,0,3.26,0,5.63,4.51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,AR,DFRCD,0.93,1.01,1.02,1.32,2.28,2.4,2.54,2.91,2.97,4.57,6.54,8.06,7.61,5.07,7.55,10.33,4.38,5.3,4.71,4.95,7.69,7.11,4.99,5.68,5.38,5.2,5.84,5.57,4.46,4.89,8.41,7.16,6.43,7.19,9.57,14.11,16.3,17.83,24.82,14.5,17.62,25.35,25.26,26.28,25.45,15.97,13.55,15.71,17.32,16.68,13.7,16.36,25.27,23.14
-2024P,AR,ESRCD,6.82,6.92,7.08,7.03,8.46,9.35,10.72,11.91,12.42,12.89,15.58,16.55,19.15,21.2,21.12,21.91,22.68,22.46,22.31,22.78,23.64,23.75,24.27,24.24,23.66,23.4,22.78,22.86,22,21.76,21.85,22.61,21.26,21.23,21.58,23.45,25.95,25.59,27.18,26.79,25.95,26.42,27.24,28.09,27.86,28.78,29.09,30.12,28.74,28.71,30.5,33.03,35.33,35.91
-2024P,AR,NGRCD,0.75,0.78,0.83,0.87,1.06,1.12,1.23,1.94,1.96,1.54,2.49,3.06,3.84,4.32,4.29,4.35,4.77,4.57,4.78,4.83,5.06,4.89,5.06,5.31,5.59,5.05,5.77,6.58,6.68,7.09,7.29,9.9,8.74,10.02,11.62,13.52,13.73,12.96,13.97,13.24,11.45,11.29,11.7,10.26,10.27,11.44,11.03,12.78,11.61,10.9,12.12,12.37,16.69,17.5
-2024P,AR,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24.63,27.48,25.26,25.01,29.48,22.33,21.34,24.75,25.69,22.58,19.88,25.74,28.5,26.46
-2024P,AR,WDRCD,0.71,0.74,0.75,0.86,1.33,1.39,1.49,1.69,1.79,2.57,3.57,4.39,4.26,4.13,4.2,4.04,3.24,3.08,3.12,3.44,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,AZ,CLRCD,0,0,0,0,0,0,0,0,0,0,0,0,4.59,0,4.21,3.85,0,2.62,2.63,0,3.02,3.06,2.8,2.47,2.28,2.21,2.2,2.72,2.87,3.48,2.62,2.85,2.57,2.52,3.33,3.56,3.73,3.89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,AZ,DFRCD,1.27,1.34,1.35,1.57,2.49,2.82,3.03,3.14,3.41,4.42,7.27,7.95,0,7.37,6.61,4,4.74,3.74,4.98,4.98,7.57,7.36,6.97,7.33,6.89,6.87,7.57,8.03,6.93,7.62,10.56,9.94,8.63,10.39,12.64,16.66,19.09,20.56,25.51,17.88,22.81,28.33,29.66,29.16,28.38,19.91,16.59,18.94,22.09,21.28,17.47,20.87,32.24,29.51
-2024P,AZ,ESRCD,6.99,6.92,7.34,7.78,9.3,11.67,12.32,14.05,14.91,16.53,18.28,20.21,22.63,22.82,23.47,24.18,25.37,25.09,25.65,25.93,26.49,26.8,28.08,28.27,27.25,26.64,26.22,25.85,25.43,25.01,24.73,24.32,24.24,24.46,24.79,25.98,27.54,28.32,30.09,31.44,32.14,32.48,33.1,34.33,34.88,35.55,35.62,36.45,37.42,36.44,35.97,36.75,38.15,41.09
-2024P,AZ,NGRCD,1.13,1.16,1.18,1.3,1.41,1.46,2.02,2.48,2.88,3.37,3.88,4.39,5.62,6.35,6.85,6.69,6.06,5.89,6.76,6.64,6.64,6.82,7.02,7.01,7.33,7.54,7.45,7.66,8.36,8.99,9.34,10.44,11.88,11.17,11.95,13.23,16.02,16.78,17.15,17.33,15.61,14.85,15.43,13.57,16.66,16.32,14.67,15.09,14.76,13.05,12.75,15,17.25,18.9
-2024P,AZ,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31.24,33.58,30.88,30.41,35.51,26.93,25.75,29.83,30.96,27.23,24,31.02,34.33,31.88
-2024P,AZ,WDRCD,0.72,0.76,0.77,0.88,1.36,1.43,1.53,1.74,1.83,2.63,3.66,4.51,4.37,4.23,4.31,4.14,3.32,3.16,3.2,3.53,4.75,4.55,4.16,4.06,3.94,3.86,4.43,4.41,3.82,3.92,5.88,5.62,5.09,6.11,6.95,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
-2024P,CA,CLRCD,1.31,0.85,0.9,0,1.52,0,0,0,3.42,4.87,5.13,5.43,5.68,4.62,4.63,4.54,0,3.76,3.37,3.66,3.77,5.21,3.76,3.77,3.74,3.77,4.03,3.71,3.66,3.69,3.72,3.48,3.87,3.77,3.61,3.56,3.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,CA,DFRCD,1.27,1.34,1.35,1.57,2.49,2.8,3.11,3.21,3.27,4.48,6.92,7.9,7.85,7.91,7.67,5.25,7.58,6.05,5.84,7.63,5.7,5.6,7.04,7.4,6.95,6.93,7.64,8.11,6.99,7.69,10.78,10.1,8.76,10.55,12.84,16.92,19.39,20.88,25.91,18.29,23.26,28.64,29.84,29.57,28.9,20.26,16.89,19.24,22.44,21.61,17.75,21.2,32.74,29.98
-2024P,CA,ESRCD,6.53,6.78,7.22,7.72,9.89,10.68,11.19,12.41,13.13,13.1,17.18,19.09,22.47,20.88,20.73,22.8,23.26,23.55,25.02,27.69,29.26,31.61,32.46,33.13,33.49,34.02,33.2,33.71,31.04,31.31,31.92,35.43,37.05,35.84,35.75,36.66,42.01,42.27,40.46,43.21,43.24,43.3,44.95,47.56,47.61,49.8,50.98,53.66,55.2,56.14,59.93,66.89,75.73,86.49
-2024P,CA,NGRCD,0.93,0.98,1.03,1.11,1.31,1.49,1.68,1.8,1.89,2.36,3.37,3.58,4.24,5.2,5.62,5.51,4.95,5.13,5.48,5.37,5.6,6.11,5.81,6.01,6.26,6.35,6.23,6.7,6.55,6.52,8.58,10.27,6.98,8.95,9.67,11.58,11.53,11.24,12.41,9.18,9.71,9.74,8.96,9.67,11.19,10.99,11.44,12.06,11.9,12.52,13.68,15.8,19.47,21.14
-2024P,CA,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30.42,33.04,30.23,30,35.2,26.66,25.48,29.48,30.6,26.89,23.69,30.66,33.94,31.52
-2024P,CA,WDRCD,0.82,0.86,0.87,1,1.54,1.62,1.74,1.96,2.08,2.98,4.15,5.1,4.95,4.79,4.88,4.69,3.76,3.58,3.62,3.99,4.75,4.55,4.16,4.06,3.94,3.86,4.43,4.41,3.82,3.92,5.88,5.62,5.09,6.11,6.95,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
-2024P,CO,CLRCD,0.9,0.84,0.98,1.48,1.07,1.58,1.41,1.61,1.71,2.97,2.54,3.42,3.18,2.91,2.92,2.83,2.78,2.4,2.12,2.43,2.41,2.36,2.43,2.16,2.25,2.24,2.14,2.14,2.1,2.05,2.13,2.25,2.43,2.24,2.12,2.45,3.73,2.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,CO,DFRCD,1.28,1.36,1.36,1.58,2.51,2.84,2.94,3.25,3.28,4.63,6.96,8.32,7.94,5.82,6.84,6.91,4.32,3.49,3.47,5.09,6.19,5.9,4.82,4.75,2.93,3.94,4.46,6.96,5.77,5.99,8.65,8.03,6.75,8.88,10.38,15.56,17.68,19.36,23.66,15.35,19.45,25.11,25.77,25.14,23.88,14.25,12.81,17.23,19.34,18.63,15.3,18.27,28.23,25.84
-2024P,CO,ESRCD,7.73,7.78,8.03,8.07,8.84,9.94,10.31,10.76,11.32,12.44,15,17.2,19.61,19.72,19.76,20.28,20.6,20.01,20.31,20.56,20.57,20.72,21.11,21.22,21.56,21.75,21.95,21.74,21.83,21.63,21.41,21.88,21.61,23.87,24.66,26.56,26.44,27.12,29.68,29.3,32.35,33.02,33.58,34.96,35.7,35.52,35.39,35.65,35.6,35.68,36.22,38.31,41.59,41.9
-2024P,CO,NGRCD,0.74,0.77,0.78,0.84,1.02,1.29,1.41,1.83,2.25,2.81,3.26,4.19,4.89,5.48,5.23,5.11,4.99,4.74,4.39,4.58,4.56,4.46,4.48,4.48,4.92,4.73,4.33,4.77,5.19,5.38,6.15,8.33,5.58,6.55,8.42,10.01,10.14,8.6,9.62,8.67,7.99,8,7.98,7.59,8.51,7.83,6.95,7.63,7.23,7.2,6.75,8.62,12.16,11.38
-2024P,CO,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22.42,25.78,23.63,23.39,27.59,20.68,19.73,23.02,23.93,20.92,18.32,23.98,26.64,24.67
-2024P,CO,WDRCD,0.72,0.76,0.77,0.88,1.36,1.43,1.53,1.74,1.83,2.63,3.66,4.51,4.37,4.23,4.31,4.14,3.32,3.16,3.2,3.53,4.75,4.55,4.16,4.06,3.94,3.86,4.43,4.41,3.82,3.92,5.88,5.62,5.09,6.11,6.95,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
-2024P,CT,CLRCD,1.3,1.56,1.58,1.83,2.19,2.62,2.64,3.12,3.68,3.64,4.47,5.4,5.46,5.02,4.76,4.39,4.19,3.85,4.24,4.21,4.37,4.08,4.17,3.96,4.07,4.01,4.3,4.12,4.04,4.02,4.12,4.05,4.13,4,4.91,5.42,5.69,5.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,CT,DFRCD,1.48,1.56,1.56,1.77,2.88,2.84,3.04,3.4,3.61,5.19,7.07,8.77,8.53,8.46,8.69,8.37,6.9,6.46,6.61,7.23,8.55,8.27,7.24,7.02,6.81,6.61,7.54,7.37,6.36,6.52,9.88,9.48,8.55,10.37,11.62,15.4,18.08,20.13,24.61,19.17,21.86,25.71,29.16,28.2,27.49,18.87,16.05,17.99,19.92,18.81,14.9,18.06,27.85,24.97
-2024P,CT,ESRCD,7.21,7.8,8.61,9.44,12.98,14.49,14.11,14.41,14.64,16.92,20.27,25.36,27.93,28.23,29.35,29.24,27.2,26.82,27.03,28.09,29.33,30.81,32.45,33.4,33.62,35.04,35.32,35.56,35.01,33.59,31.82,31.96,32.11,33.16,34.09,39.98,49.4,56.01,57.28,59.59,56.41,53.06,50.83,51.45,57.88,61.36,58.65,59.47,62.14,64.11,66.57,64.21,72.13,87.58
-2024P,CT,NGRCD,1.88,2.04,2.06,2.21,2.76,3.28,3.38,4.3,4.42,4.69,5.72,6.68,8.29,9.43,8.56,8.88,8.57,7.96,7.63,7.98,8.3,8.48,8.72,9.18,9.83,9.71,9.8,10.05,10.33,10.29,11.11,11.93,10.89,12.44,13.73,15.84,17.25,16.01,17.49,14.47,14.56,13.46,13.74,13.06,13.75,12.17,12.56,13.56,13.51,14.18,14.26,15.61,17.84,18.34
-2024P,CT,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,32.19,35.51,33.84,34.27,37.76,30.63,30.27,33.44,34.62,32.05,31.01,38.44,43.11,42.19
-2024P,CT,WDRCD,0.56,0.59,0.6,0.69,1.06,1.11,1.19,1.35,1.43,2.05,2.85,3.51,3.4,3.3,3.35,3.22,2.58,2.46,2.49,2.75,2.83,2.71,2.48,2.42,2.35,2.3,2.64,2.63,2.27,2.33,3.5,3.34,3.03,3.64,4.14,5.48,6.31,6.97,8.59,6.45,7.61,9.15,10.19,9.98,9.73,6.71,5.73,6.41,7.09,6.82,5.64,6.77,10.47,9.58
-2024P,DC,CLRCD,1.05,1.25,1.47,1.39,2.27,1.75,1.75,0,0,0,3.18,3.76,3.82,3.37,3.57,3.28,3.22,3.1,3.07,3.25,3.36,3.09,3.1,3.23,3.23,3.11,3.19,3.23,3.06,2.89,2.94,3.84,3.36,3.3,4.23,4.99,0,4.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,DC,DFRCD,1.42,1.44,1.45,1.69,2.58,2.71,2.9,3.32,3.66,5.35,7.4,9.19,8.98,8.94,9.07,8.74,7.12,7.02,7,7.54,8.24,8.58,8.08,7.99,7.67,7.71,8.99,8.96,7.8,7.72,10.4,10.92,8.95,10.75,12.17,15.86,18.41,20.14,24.92,18.69,22.19,26.17,29.76,28.81,28.06,19.6,16.85,18.74,20.65,21.15,17.6,20.73,31.77,29.21
-2024P,DC,ESRCD,7.02,7.71,8.07,8.53,11.51,12.65,12.81,13.35,14.97,15.29,17.32,19.34,18.75,19.5,18.84,20.31,19.97,19.15,18.41,17.59,17.88,19.29,19.38,21.04,21.88,22.35,22.77,23.07,23.45,23.44,23.53,22.82,23.38,22.98,23.45,26.68,28.95,32.77,37.46,40.23,41.06,39.26,35.99,36.83,37.34,38.06,36.02,37.91,37.63,38.05,37.03,38.36,41.57,48.2
-2024P,DC,NGRCD,1.43,1.49,1.62,1.66,1.69,2.3,2.54,3.13,3.35,3.7,4.56,5.42,6.53,8.02,7.95,7.8,7.42,6.99,6.88,7.36,7.12,7.03,7.55,8.28,8.2,7.98,9.1,9.2,8.68,8.52,10.53,12.33,10.75,12.94,13.93,16.04,16.55,15.26,16.04,13.45,13.34,12.86,11.76,12.09,12.51,11.48,10.44,12.06,11.37,12.38,11.54,13.85,16.13,16.25
-2024P,DC,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31.58,34.59,33.7,33.09,35.38,29.51,28.86,31.85,33.8,30.32,28.1,33.78,36.44,35.22
-2024P,DC,WDRCD,0.73,0.77,0.78,0.89,1.38,1.45,1.55,1.76,1.86,2.66,3.7,4.56,4.42,4.28,4.36,4.19,3.36,3.2,3.23,3.57,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,0,7.15,8,0,0,7.04,0,0,0
-2024P,DE,CLRCD,1.13,1.25,1.47,1.55,2.27,2.73,1.75,2.67,2.96,3.02,3.38,4.16,4.22,3.73,4.07,3.76,3.75,3.5,3.65,3.51,3.75,3.6,3.74,3.65,3.52,3.34,3.33,3.37,3.33,3.54,3.47,5.04,0,0,0,0,4.87,4.77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,DE,DFRCD,1.42,1.44,1.45,1.69,2.58,2.71,2.9,3.32,3.45,4.92,6.88,8.46,8.03,7.64,7.9,7.54,6.13,5.72,5.78,6.36,7.63,7.19,6.66,6.48,6.45,6.28,7.1,7.1,6.19,6.38,9.17,8.91,8.4,10.34,11.33,14.98,17.23,18.76,23.16,17.6,21.46,24.69,28.07,27.19,26.53,18.54,15.93,17.72,19.52,19.92,17.44,20.85,31.42,29.51
-2024P,DE,ESRCD,7.53,8.11,9.37,9.79,13.11,13.93,14.29,16.26,16.63,18.08,21.76,25.02,28.57,28.24,27.19,27.29,24.88,24.21,24.65,23.91,24.6,25.25,25.38,26.42,26.11,26.63,26.29,27.03,26.76,26.87,25.03,25.22,25.5,25.18,25.72,26.42,34.73,38.58,40.84,41.24,40.46,40.15,39.8,37.96,38.96,39.34,39.32,39.12,36.73,36.78,36.82,36.68,40.18,46.11
-2024P,DE,NGRCD,1.55,1.6,1.68,1.82,2.07,2.39,2.56,3.17,3.95,3.92,4.16,5.35,5.85,6.49,6.55,6.91,6.97,6.26,5.9,6.3,6.07,5.82,5.91,6.47,7.17,6.37,6.88,8.08,8.38,8.08,8,8.77,10.16,10.15,11.66,14.06,16.32,15.62,15.56,17.24,14.76,14.94,14.82,13.04,12.52,11.99,11.3,12.25,12.07,11.6,12.43,12.63,14.53,17.11
-2024P,DE,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28.82,31.79,30.94,29.5,32.62,27.79,26.76,28.43,30.21,27.42,24.86,29.36,33.21,33.21
-2024P,DE,WDRCD,0.73,0.77,0.78,0.89,1.38,1.45,1.55,1.76,1.86,2.66,3.7,4.56,4.42,4.28,4.36,4.19,3.36,3.2,3.23,3.57,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,FL,CLRCD,0,0,0,0,0,0,0,0,0,0,3.12,3.59,3.72,3.35,3.45,3.31,3,2.96,2.95,3.05,3.1,2.94,2.92,3.1,3.1,3,2.94,0,2.99,2.96,2.99,3.31,3.25,3.17,0,4.61,5.63,4.51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,FL,DFRCD,1.25,1.38,1.39,1.54,2.48,2.62,2.91,3.22,3.47,4.56,6.92,8.69,8.38,7.25,6.97,6.73,7.67,6.75,7.17,6.56,9.59,8.95,11.11,7.05,12.03,7.13,13.26,7.2,6.38,6.85,9.92,9.18,7.95,9.64,11.2,15.69,17.33,18.59,24.52,17.37,20.48,27.36,27.27,28.29,27.34,17.9,15.49,17.64,19.24,18.78,16.38,19.57,29.58,28.06
-2024P,FL,ESRCD,6.1,6.26,6.54,6.95,9.13,10.92,11.57,12.09,12.72,14.12,16.74,21.17,21.88,22.8,23.8,24.73,23.36,22.73,22.91,22.67,22.78,23.18,22.71,23.41,22.8,22.93,23.43,23.68,23.13,22.65,22.78,25.19,23.91,25.07,26.35,28.2,33.21,32.89,34.16,36.3,33.52,33.73,33.48,33.04,34.84,33.94,32.19,34.02,33.82,34.3,33.03,34.87,40.75,44.57
-2024P,FL,NGRCD,2.42,2.44,2.48,2.54,2.67,2.54,2.65,3.31,3.31,3.51,4.49,4.8,6.1,6.25,6.52,6.72,6.7,6.83,6.94,7.45,7.82,8.18,8.25,9.12,8.85,9.21,9.62,11.25,10.71,11.08,11.67,14.77,13.19,15.52,17.14,19.42,20.88,19.9,20.42,19.58,17.47,17.89,18,18.14,18.47,18.87,19.74,20.48,20.76,21.18,20.82,22.23,25.76,24.51
-2024P,FL,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36.11,39.44,37.31,37.18,42.27,36.65,36.46,40.12,41.39,36.98,33.66,40.65,43.69,42.25
-2024P,FL,WDRCD,0.73,0.77,0.78,0.89,1.38,1.45,1.55,1.76,1.86,2.66,3.7,4.56,4.42,4.28,4.36,4.19,3.36,3.2,3.23,3.57,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,GA,CLRCD,1,0.96,1.1,0.97,1.33,3.23,1.52,2.28,2.92,2.89,3.12,3.59,3.72,3.35,3.45,3.31,3,2.96,2.95,3.05,3.1,2.94,2.92,3.1,3.1,3,2.94,2.95,2.99,2.96,2.99,3.31,3.25,0,3.84,5.17,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,GA,DFRCD,1.24,1.36,1.37,1.62,2.46,2.61,2.89,3.28,3.49,4.62,6.92,8.62,8.35,6.49,6.97,7.51,5.43,5.45,5.54,5.34,6.7,6.25,6.01,6.07,3.85,4.37,7.17,7.06,6.26,6.72,9.74,9.01,7.8,9.46,10.98,15.4,17,18.24,24.05,17.04,20.09,26.84,26.76,27.75,26.82,17.56,15.2,17.31,18.88,18.43,16.07,19.2,29.02,27.54
-2024P,GA,ESRCD,5.18,5.47,5.89,6.18,7.39,9.01,9.26,10.77,11.85,12.61,13.85,15.1,17.86,18.36,18.62,18.91,19.67,19.8,20.58,21.18,21.87,21.98,22.66,22.84,22.62,23.01,22.44,22.69,22.48,22.17,22.27,22.64,22.35,22.58,23.03,25.33,26.11,26.66,29.09,29.69,29.51,32.4,32.75,33.58,34.14,33.82,33.71,34.87,33.62,34.48,35.22,36.66,40.45,40.12
-2024P,GA,NGRCD,1.02,1.1,1.22,1.27,1.36,1.46,1.65,1.91,2.27,2.77,3.57,4.23,5.18,5.95,6.25,6.42,6.46,6.18,6.07,6.09,6.64,6.52,6.29,6.62,7.11,6.02,6.53,7.21,6.6,4.25,8.23,10.23,9.61,11.52,13.53,16.19,17.84,17.04,17.84,15.93,14.85,15.44,15.99,14.38,14.21,14.29,14.16,16.47,13.61,14.5,15.04,15.49,17.55,18.53
-2024P,GA,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25.86,29.69,28.14,28.04,31.76,27.65,27.51,30.19,31.11,27.89,25.48,30.57,32.8,31.74
-2024P,GA,WDRCD,0.73,0.77,0.78,0.89,1.38,1.45,1.55,1.76,1.86,2.66,3.7,4.56,4.42,4.28,4.36,4.19,3.36,3.2,3.23,3.57,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,HI,CLRCD,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,HI,DFRCD,1.27,1.34,1.35,1.57,2.49,2.8,3.11,3.21,3.27,4.48,6.92,7.9,0,7.98,7.61,7.57,5.86,5.83,5.77,6.49,7.69,7.48,6.91,7.26,6.82,6.8,7.5,7.96,6.86,7.54,10.46,9.82,8.5,10.23,12.45,16.4,18.8,20.25,25.13,17.61,22.34,27.64,28.93,28.6,27.95,19.6,16.34,18.66,0,0,17.21,20.55,31.75,29.07
-2024P,HI,ESRCD,8.22,8.65,8.76,9.59,11.09,14.59,15.05,16.4,18.31,19.78,23.64,35.57,38.6,34.88,34.57,33.29,27.17,27.63,25.89,27.19,30.07,30.83,31.95,35.99,36.49,39.05,41.79,43.37,40.5,41.9,48.09,47.88,45.82,49.04,52.94,60.67,68.43,70.7,95.24,70.93,82.36,101.64,109.45,108.4,108.56,86.76,80.5,86.47,95.17,93.97,88.75,98.16,126.1,124.25
-2024P,HI,NGRCD,0,0,0,0,0,0,0,0,0,0,13.5,16.24,15.88,16.1,16.91,16.74,14.82,14.89,14.55,14.5,15.37,21.23,16.81,16.49,16.01,16.74,18.74,21.11,18.23,17.98,20.89,21.77,21.79,26.05,25.91,29.84,33.7,32.84,42.73,34.97,42.79,52.75,50.54,48.84,49.54,40.81,37.19,39.88,45.2,46.37,39.65,51.19,62.66,57.84
-2024P,HI,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,57.01,52.79,49.01,48.59,55.95,43.85,42.18,47.95,49.54,44.27,39.72,49.63,54.29,50.84
-2024P,HI,WDRCD,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
-2024P,IA,CLRCD,1.27,1.22,1.48,1.16,2.66,3.69,2.67,2.26,3.23,3.27,3.31,3.51,3.84,3.67,3.07,3.41,3.12,2.89,2.51,2.6,2.41,2.32,2.25,2.41,2.35,2.31,2.42,2.42,2.38,2.32,2.39,2.34,2.65,2.79,3.34,3.67,4.51,4.13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,IA,DFRCD,1.22,1.28,1.28,1.59,2.44,2.56,2.76,3.2,3.3,4.43,6.79,8.06,7.9,7.41,7.37,5.94,5.32,5.33,4.8,4.86,5.73,5.32,5.38,4.34,4.91,4.95,7.08,6.9,5.8,6.24,9.03,8.81,7.87,9.31,11.04,15.16,17.37,19.47,23.95,16.27,19.64,27.36,27.27,28.29,27.34,17.9,15.49,17.64,19.24,18.06,14.7,20.02,29.6,27.35
-2024P,IA,ESRCD,7.75,7.93,8.26,8.47,9.24,10.46,11.4,12.54,12.99,14.27,16.13,18.42,19.87,21.07,21.9,22.53,22.56,22.91,22.23,22.19,22.89,22.76,23.51,23.5,23.72,24.14,23.93,24.05,24.56,24.48,24.54,24.65,24.47,25.11,26.27,27.17,28.23,27.68,27.81,29.27,30.54,30.67,31.71,32.36,32.71,34.1,34.99,36.16,35.89,36.52,36.52,37.3,38.53,39
-2024P,IA,NGRCD,0.96,1.02,1.1,1.15,1.21,1.42,1.6,1.93,2.25,2.68,3.18,3.88,4.66,5.45,5.48,5.33,5.07,4.71,4.76,4.65,4.96,4.78,5.21,5.46,5.36,5.07,5.46,6.11,5.9,5.98,7.77,8.87,7.06,9.11,10.11,12.22,12.26,11.64,11.79,9.76,9.51,9.46,9.33,8.74,9.64,8.08,7.7,8.81,8.44,7.7,7.3,9.55,12.24,11.03
-2024P,IA,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18.16,20.07,17.14,16.54,22.75,13.19,10.65,13.82,14.8,13.86,12.51,19.12,21.18,18.69
-2024P,IA,WDRCD,0.61,0.64,0.64,0.74,1.14,1.2,1.28,1.45,1.53,2.2,3.06,3.77,3.66,3.54,3.6,3.46,2.78,2.65,2.67,2.95,3.56,3.41,3.12,3.05,2.96,2.9,3.32,3.31,2.87,2.94,4.41,4.22,3.82,4.59,5.21,6.91,7.96,8.79,10.83,8.13,9.6,11.54,12.85,12.58,12.27,8.45,7.22,8.08,8.94,8.6,7.11,8.53,13.2,12.07
-2024P,ID,CLRCD,0.99,0.97,1.06,0.8,1.39,1.78,1.92,1.36,2.5,2.3,2.56,2.85,3.11,2.04,2.05,1.97,1.91,1.54,1.26,1.56,1.55,1.49,1.57,1.29,1.38,1.37,1.69,1.84,1.92,1.66,1.76,1.89,1.96,1.16,2.11,1.89,2.38,2.54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,ID,DFRCD,1.4,1.48,1.49,1.71,2.63,2.82,3.03,3.26,3.14,4.48,6.6,7.96,7.96,7.67,7.39,7.29,5.59,5.21,5.21,5.89,7.37,7.2,6.49,6.53,5.98,6.36,7.07,7.22,5.94,5.77,8.87,7.87,6.96,9.06,11.44,16.17,18.21,20,23.71,15.78,20.94,25.87,26.55,25.9,24.6,14.68,13.2,17.75,19.92,19.19,15.76,18.82,29.08,26.62
-2024P,ID,ESRCD,4.81,4.93,4.94,4.91,5.03,5.27,5.79,6.25,6.51,7.22,8.54,9.21,9.88,9.91,11.96,12.6,13.14,13.45,13.88,14.11,14.28,14.32,14.44,14.64,14.92,15.61,15.48,15.09,15.47,15.42,15.79,17.6,19.31,18.3,17.89,18.43,18.2,18.64,20.49,22.86,23.4,23.08,25.4,27.33,28.5,29.1,29.18,29.43,29.74,28.98,29.16,29.77,30.4,32.4
-2024P,ID,NGRCD,1.31,1.41,1.42,1.44,1.73,2.07,2.12,2.7,3.23,3.56,4.73,5.21,6.46,7.05,6.6,6.57,5.89,5.41,5.38,4.91,4.91,5.03,5.08,5.19,5.1,5.42,5.05,4.97,5.13,5.22,6.13,8.33,8.17,7.36,8.68,10.06,11.71,11.2,10.81,10.3,8.76,8.65,8.13,7.92,8.39,8.29,7.79,7.31,6.83,6.29,6.55,6.86,7.77,9.45
-2024P,ID,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24.73,28.3,25.88,25.61,30.32,22.57,21.51,25.2,26.22,22.85,19.93,26.27,29.26,27.05
-2024P,ID,WDRCD,0.72,0.76,0.77,0.88,1.36,1.43,1.53,1.74,1.83,2.63,3.66,4.51,4.37,4.23,4.31,4.14,3.32,3.16,3.2,3.53,4.75,4.55,4.16,4.06,3.94,3.86,4.43,4.41,3.82,3.92,5.88,5.62,5.09,6.11,6.95,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
-2024P,IL,CLRCD,1.03,1.35,1.38,1.12,1.7,2.11,2.21,2.29,2.38,2.29,2.15,2.44,2.77,2.56,2.47,2.34,2.05,2.27,2.08,2.2,2.26,2.19,2.16,2.26,2.27,2.3,2.13,1.99,2.03,1.89,1.87,2.19,1.99,1.76,1.83,2.21,3.07,3.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,IL,DFRCD,1.21,1.29,1.3,1.66,2.58,2.57,2.81,3.22,3.35,4.96,6.91,8.28,8,7.53,7.58,7.38,5.47,6.04,5.87,6.12,7.36,7.1,6.71,6.47,6.01,6.02,6.85,6.67,5.64,5.49,8.4,8.6,7.48,9.19,10.78,15.5,17.78,19.5,24.34,16.65,21.24,27.42,27.33,28.35,27.4,17.94,15.53,17.69,19.29,18.57,16.1,20.42,30.06,27.52
-2024P,IL,ESRCD,7.97,8.3,8.77,9.2,10.43,11.41,12.18,12.88,14.38,15.5,17.78,20.66,23.06,26.92,25.67,26.42,27.74,29.82,28.54,29.21,29.07,28.92,30.17,30.13,29.26,30.4,30.31,30.58,28.86,25.89,25.89,25.54,24.59,24.55,24.55,24.46,24.69,29.67,32.44,33.04,33.78,34.54,33.34,31.14,34.92,36.64,36.74,37.96,37.41,38.18,38.23,38.61,45.87,46.03
-2024P,IL,NGRCD,1.02,1.05,1.11,1.19,1.32,1.57,1.85,2.15,2.46,2.93,3.53,3.97,4.63,5.25,5.16,5.34,4.96,4.74,4.52,4.81,4.95,4.86,5,5.41,5.39,4.57,5.18,5.83,5.35,5.38,7.17,8.86,6.33,8.52,9.28,11.45,11.01,10.61,11.91,8.86,9.32,8.69,8.17,8.07,9.37,7.74,7.63,8.57,7.92,7.79,7.65,10.17,13.25,11.12
-2024P,IL,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20.74,21.92,19.25,19.01,24.33,16.32,14.75,18.15,18.69,16.69,15.07,21.17,23.51,21.02
-2024P,IL,WDRCD,0.57,0.6,0.6,0.69,1.07,1.12,1.2,1.36,1.44,2.06,2.87,3.53,3.43,3.32,3.37,3.24,2.6,2.48,2.5,2.76,3.56,3.41,3.12,3.05,2.96,2.9,3.32,3.31,2.87,2.94,4.41,4.22,3.82,4.59,5.21,6.91,7.96,8.79,10.83,8.13,9.6,11.54,12.85,12.58,12.27,8.45,7.22,8.08,8.94,8.6,7.11,8.53,13.2,12.07
-2024P,IN,CLRCD,1.1,1.03,1.18,1.17,2.29,2.52,2.52,2.45,2.57,2.31,2.43,2.75,2.8,2.75,2.92,2.77,2.83,2.57,2.54,2.46,2.62,2.62,2.58,2.53,2.52,2.43,2.31,2.28,2.34,2.42,2.41,2.77,2.73,2.63,3.02,3.69,4,3.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,IN,DFRCD,1.21,1.29,1.3,1.66,2.58,2.57,2.81,3.22,3.5,5.24,7.18,8.54,8.24,7.62,7.81,7.5,5.66,5.71,5.71,6.3,7.52,6.95,6.14,6.13,6.15,6.18,6.91,6.55,5.67,6.01,9.15,8.59,7.77,9.2,11.76,15.43,17.78,19.68,24.09,17.03,20.78,27.62,27.53,28.55,27.6,18.07,15.64,17.81,19.43,18.92,16.21,20.47,30.35,27.2
-2024P,IN,ESRCD,6.56,6.58,7.03,7.22,7.81,8.55,9.54,10.71,12.04,12.99,13.86,15.36,17.76,17.92,19.52,20.37,21.14,21.38,20.95,20.31,20.14,19.73,20.11,19.55,19.86,19.75,19.85,20.35,20.55,20.4,20.12,20.29,20.26,20.62,21.39,21.98,24.1,24.21,26.01,27.85,28.01,29.47,30.85,32.22,33.58,33.91,34.54,36.03,35.94,36.87,37.59,39.2,42.77,43.78
-2024P,IN,NGRCD,1,1.07,1.13,1.2,1.28,1.47,1.71,2.04,2.19,2.67,3.19,3.63,4.32,5.46,5.65,5.5,5.47,4.91,5.08,5.42,5.29,5.38,5.37,5.68,6.16,5.3,5.48,6.3,6.45,5.92,6.26,9.34,7.63,8.62,9.89,11.92,12.83,11.04,12.49,10.65,8.52,9.35,8.83,8.31,8.86,8.72,7.65,8.59,8.34,8.25,8.17,9.52,11.04,11.1
-2024P,IN,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22.62,26.39,22.98,22.48,27.61,18.79,18.35,22.08,22.64,19.92,18.29,24.31,27.1,25
-2024P,IN,WDRCD,0.57,0.6,0.6,0.69,1.07,1.12,1.2,1.36,1.44,2.06,2.87,3.53,3.43,3.32,3.37,3.24,2.6,2.48,2.5,2.76,3.56,3.41,3.12,3.05,2.96,2.9,3.32,3.31,2.87,2.94,4.41,4.22,3.82,4.59,5.21,6.91,7.96,8.79,10.83,8.13,9.6,11.54,12.85,12.58,12.27,8.45,7.22,8.08,8.94,8.6,7.11,8.53,13.2,12.07
-2024P,KS,CLRCD,0.91,0.99,1.07,1.18,1.14,0,0,0,1.9,2.21,2.15,2.67,2.2,2.97,2.72,2.31,2.33,1.94,1.8,1.85,1.88,1.82,1.63,1.4,1.38,1.19,1.21,1.24,1.06,1.18,1.59,1.74,1.24,1.19,0,0,1.78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,KS,DFRCD,1.19,1.29,1.3,1.41,2.43,2.62,2.86,3.22,3.3,4.91,6.85,8.12,7.84,6.57,7.43,6.43,5.45,3.53,3.55,6.16,6.22,5.78,5.86,7.54,5.9,7.14,6.91,6.89,5.79,6.23,9.03,8.81,7.87,9.34,11.08,15.2,17.42,19.52,23.9,16.16,19.61,27.44,27.35,28.35,27.38,17.93,15.57,17.73,19.34,18.62,16.14,20.47,30.13,27.58
-2024P,KS,ESRCD,7.17,7.33,7.31,7.3,7.94,9.23,10.05,11.7,12.62,13.59,15.75,17.57,20.17,22.5,22.03,21.98,24.01,23.63,22.94,22.46,22.95,22.94,23.15,23.05,23.12,23.22,23.03,22.59,22.43,22.4,22.43,22.46,22.47,22.58,22.7,23.14,24.19,24.01,26.07,27.94,29.38,31.2,32.95,34.13,35.67,36.18,38.27,39.02,39.13,37.26,37.67,38.05,41,39.22
-2024P,KS,NGRCD,0.69,0.72,0.74,0.76,0.92,1.05,1.51,1.77,1.8,1.99,2.38,3.05,4.03,4.65,4.52,4.12,3.95,3.9,4.08,4.21,4.48,4.33,4.76,4.98,5.12,4.89,5.61,6.41,6.04,6.01,7.58,9.34,7.19,8.84,10.59,11.91,12.94,12.74,12.55,10.89,10.41,9.73,9.9,10.01,10.34,9.83,9.53,10.59,9.8,8.86,9.06,10.73,13.88,14.04
-2024P,KS,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20.06,21.85,18.96,18.68,24.42,15.76,14.11,17.8,18.39,16.22,14.46,21.08,23.62,20.91
-2024P,KS,WDRCD,0.61,0.64,0.64,0.74,1.14,1.2,1.28,1.45,1.53,2.2,3.06,3.77,3.66,3.54,3.6,3.46,2.78,2.65,2.67,2.95,3.56,3.41,3.12,3.05,2.96,2.9,3.32,3.31,2.87,2.94,4.41,4.22,3.82,4.59,5.21,6.91,7.96,8.79,10.83,8.13,9.6,11.54,12.85,12.58,12.27,8.45,7.22,8.08,8.94,8.6,7.11,8.53,13.2,12.07
-2024P,KY,CLRCD,0.86,0.82,0.95,1.13,1.88,1.91,2.14,2.41,2.48,2.18,2.3,2.63,2.59,2.41,2.46,2.45,2.29,2.12,2.04,2.01,2.25,2.12,2.09,2.19,2.18,2.05,2.02,2.08,2.07,2.09,2.03,2.37,2.38,2.49,3.41,3.53,4.06,3.55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,KY,DFRCD,1.19,1.3,1.32,1.57,2.41,2.49,2.77,3.2,3.36,4.62,6.89,8.54,8.11,7.63,7.66,7.67,5.1,5.25,5.6,6.14,6.76,6.27,6.42,7.09,6.17,5.46,6.31,6.96,5.85,6.3,9.12,8.9,7.95,9.4,11.15,15.3,17.54,19.65,24.06,16.27,19.64,27.36,27.27,28.29,27.34,17.9,15.49,17.64,19.24,18.92,15.98,20.24,30.71,28.16
-2024P,KY,ESRCD,5.85,5.38,5.44,6.22,6.94,7.83,8.29,9.09,10.08,10.87,12.91,14.84,16.24,17.32,16.63,17.06,16.94,16.68,16.6,16.51,16.69,16.65,16.7,16.71,16.93,16.48,16.26,16.36,16.45,16.34,16.03,16.37,16.55,17.03,17.9,19.24,20.58,21.51,23.28,24.53,25.11,26.97,27.63,28.7,29.79,30.02,30.75,31.8,31.05,31.64,31.85,33.71,37.85,37.08
-2024P,KY,NGRCD,0.81,0.87,0.91,0.97,1.08,1.22,1.31,1.77,1.92,2.33,3,3.44,4.41,5.2,5.09,5.15,4.75,4.37,4.32,4.51,4.74,4.65,4.73,5.01,5.14,4.61,5.28,6.06,5.83,5.54,7.12,9.2,7.25,8.84,10.6,12.72,13.74,11.73,13.37,11.55,9.72,10.16,9.88,9.56,10.35,10.64,9.85,11.11,10.05,10.35,10.61,11.62,13.86,14.64
-2024P,KY,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24.4,26.77,24.18,23.26,27.68,20.16,19.34,22.29,24.03,23.2,20.52,26.7,28.15,26.51
-2024P,KY,WDRCD,0.85,0.9,0.9,1.04,1.61,1.69,1.81,2.04,2.16,3.1,4.31,5.31,5.15,4.99,5.07,4.88,3.91,3.73,3.77,4.16,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,LA,CLRCD,0,0,0,0,0,0,0,0,0,0,2.97,0,3.3,0,3.27,0,2.89,0,2.62,0,0,2.81,0,2.73,0,2.61,0,2.72,0,0,2.87,0,0,0,0,0,0,4.51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,LA,DFRCD,0.96,1.06,1.07,1.24,2.12,2.24,2.54,2.82,2.96,4.61,6.65,0,7.61,4.25,7.08,3.24,5.05,5,6.69,5.62,6.46,5.94,8.61,7.73,5.18,7.78,5.82,5.54,4.44,4.86,8.36,7.08,6.37,7.12,9.41,13.84,15.99,17.5,24.36,14.23,17.28,24.87,24.79,25.78,24.85,15.59,13.32,15.49,17.03,16.36,13.43,16.04,24.78,22.69
-2024P,LA,ESRCD,6.58,6.65,6.73,6.93,7.9,7.96,8.43,9,9.51,10.68,13.81,17.03,18.47,18.22,19.87,20.27,20.75,21.05,20.89,21.5,21.71,21.68,22.03,22.74,22.31,21.2,22.13,21.67,20.73,20.87,22.49,23.21,20.82,22.98,23.6,26,26.77,27.47,30.14,23.75,26.32,26.27,24.54,27.63,28.05,27.35,27.37,28.53,28.1,28.71,28.34,32.3,37.91,33.85
-2024P,LA,NGRCD,0.75,0.69,0.9,0.95,1.09,1.33,1.52,1.91,2.37,2.62,3.28,4.01,5.08,5.88,5.72,5.47,5.56,5.35,5.51,5.73,5.85,5.5,5.36,5.88,6.01,5.81,6.47,6.31,6.2,6.55,7.84,10.23,7.81,9.97,10.85,12.7,14.12,13.73,14.96,12.78,11.45,11.17,11.38,10.62,10.61,10.52,11.1,12.77,11.41,11.26,11.93,12.63,15.61,16.01
-2024P,LA,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29.36,32.4,29.69,29.39,34.67,25.99,24.98,29.21,30.28,26.41,23.13,30.26,33.62,31.14
-2024P,LA,WDRCD,0.71,0.74,0.75,0.86,1.33,1.39,1.49,1.69,1.79,2.57,3.57,4.39,4.26,4.13,4.2,4.04,3.24,3.08,3.12,3.44,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,MA,CLRCD,1.05,1.56,1.58,1.83,2.19,2.62,2.64,3.12,3.68,3.64,4.47,5.4,5.46,5.02,4.76,4.39,4.19,3.85,3.99,3.96,4.21,4.07,3.94,3.96,4.07,4.01,4.19,4.14,4.1,4.06,4.12,4.05,4.6,4.35,5.07,6.49,6.37,5.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,MA,DFRCD,1.49,1.57,1.58,1.81,2.67,2.85,3.04,3.41,3.52,5.11,7.05,8.75,8.48,8.26,8.45,8.1,6.22,6.1,6.22,7.01,8.21,7.8,7,6.79,6.59,6.4,7.4,7.27,6.2,6.34,9.65,9.25,8.65,10.5,11.82,15.64,17.9,19.64,24.39,18.09,22.02,25.43,28.89,28.18,27.47,18.85,16.04,17.97,19.9,18.97,15.26,18.45,28.82,26.36
-2024P,MA,ESRCD,8.59,9.16,9.52,10.03,13.95,15.3,15.7,16.51,16.67,18.14,22.18,26.93,26.29,27,27.82,26.16,24.38,25.52,24.88,26.7,28.31,30.47,31.11,32.25,32.49,32.99,32.97,33.97,31.06,29.57,30.87,36.55,32.03,33.99,34.45,39.39,48.65,47.57,51.47,49.46,42.77,43,43.71,46.41,50.97,58.11,55.69,58.79,63.33,64.23,64.38,67.09,76.12,86.78
-2024P,MA,NGRCD,1.9,2.09,2.26,2.37,2.68,3.14,3.62,3.92,4.13,4.51,5.33,6.27,7.38,8.16,7.65,7.65,7.23,6.45,6.28,6.91,7.55,7.8,7.62,8,8.73,8.82,8.65,9.25,9.28,8.72,9.49,12.24,9.71,12.18,14.01,15.21,17.49,16.73,16.96,14.41,14.06,13.42,12.79,13.06,14.16,12.65,12.09,12.93,15.01,14.27,14.28,15.55,19.85,20.82
-2024P,MA,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,34.49,39.66,38.68,37.9,41.17,34.92,34.14,35.9,37.52,34.79,32.5,39.37,42.78,40.94
-2024P,MA,WDRCD,0.56,0.59,0.6,0.69,1.06,1.11,1.19,1.35,1.43,2.05,2.85,3.51,3.4,3.3,3.35,3.22,2.58,2.46,2.49,2.75,2.83,2.71,2.48,2.42,2.35,2.3,2.64,2.63,2.27,2.33,3.5,3.34,3.03,3.64,4.14,5.48,6.31,6.97,8.59,6.45,7.61,9.15,10.19,9.98,9.73,6.71,5.73,6.41,7.09,6.82,5.64,6.77,10.47,9.58
-2024P,MD,CLRCD,1.05,1.25,1.47,1.39,2.27,1.75,1.75,2.67,2.85,2.91,3.18,3.76,3.82,3.37,3.57,3.28,3.22,3.1,3.07,3.25,3.36,3.09,3.1,3.23,3.23,3.11,3.19,3.23,3.06,2.89,2.81,3.84,3.36,3.3,4.23,4.99,4.71,4.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,MD,DFRCD,1.42,1.44,1.45,1.69,2.58,2.71,2.9,3.32,3.55,5.05,7.06,8.75,8.44,8.35,8.59,8.24,6.92,6.56,6.59,7.1,8.47,8.21,7.56,7.43,7.2,7.09,8.05,8.01,6.84,6.87,10.24,10.17,9.1,11.03,12.37,16.12,18.22,20.34,25.21,19.06,22.55,26.17,29.76,28.82,28.12,19.65,16.89,18.79,20.69,21.48,18.43,20.73,31.1,28.72
-2024P,MD,ESRCD,7.02,7.71,8.07,8.53,11.51,12.65,12.81,13.35,14.97,15.29,17.32,19.34,21.31,21.2,20.32,21.32,21.14,20.19,19.68,20.1,21.17,23.14,23.37,24.07,24.58,24.71,24.21,24.41,24.72,24.6,23.31,22.49,22.69,22.64,22.86,24.79,28.47,34.86,40.56,43.91,41.97,39.02,37.62,38.85,39.94,40.5,41.7,40.91,38.97,38.44,38.12,38.46,42.38,48.64
-2024P,MD,NGRCD,1.42,1.48,1.61,1.65,1.67,2.3,2.54,3.13,3.3,3.61,4.38,5,6.02,7.27,7.25,7.01,6.64,6.16,5.72,6.11,6.28,6.01,6.26,6.89,6.75,6.45,7.39,8.09,8,8.14,9.47,11.24,9.27,10.61,11.95,14.12,15.78,14.63,15.52,13.25,12.13,11.77,11.73,11.19,11.59,11.4,10.97,12.38,11.29,12.01,12.56,14.16,16.33,16.7
-2024P,MD,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,32.57,35.57,34.45,34.04,36.24,29.53,28.54,31.93,34.46,30.57,27.79,33.69,36.46,35.36
-2024P,MD,WDRCD,0.73,0.77,0.78,0.89,1.38,1.45,1.55,1.76,1.86,2.66,3.7,4.56,4.42,4.28,4.36,4.19,3.36,3.2,3.23,3.57,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,ME,CLRCD,1.29,1.56,1.58,1.83,2.19,2.62,2.64,3.12,3.68,3.64,3.9,4.87,4.43,4.06,4.76,4.39,4.19,3.85,3.99,3.96,4.21,4.07,3.94,3.96,4.07,4.01,3.96,3.93,3.7,3.56,3.53,4.05,4.13,4,4.91,5.42,5.69,5.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,ME,DFRCD,1.51,1.58,1.59,1.79,2.72,2.87,3.06,3.42,3.5,4.96,6.94,8.68,8.33,7.78,7.87,7.55,5.63,5.66,5.88,6.77,7.49,7.34,6.66,6.31,6.26,6.02,7.44,7.21,6.02,6.19,9.85,9.22,8.56,9.96,11.45,15.05,17.43,19.37,24.41,18.18,20.15,25.43,28.79,27.85,27.27,18.71,15.92,17.84,19.76,18.83,15.16,18.44,30.01,27.07
-2024P,ME,ESRCD,8.12,8.08,8.42,8.65,10.07,11.67,11.02,12.21,12.57,14.63,18.3,21.02,21.71,21.63,22.35,23.71,23.98,23.79,24.17,24.93,27.24,30.64,33.33,33.51,36.1,36.65,36.88,37.36,38.16,38.31,36.59,38.47,37.34,36.26,35.63,38.79,40.45,48.43,47.59,45.83,46.06,45.09,42.96,42.07,44.76,45.76,46.38,46.8,49.36,52.43,49.27,49.88,65.78,80.37
-2024P,ME,NGRCD,1.96,2.03,2.12,2.15,2.35,2.59,2.62,3.54,3.49,4.1,6.2,7.27,8.43,9.59,9.28,8.76,8.26,7.73,7.07,7.14,7.57,6.83,6.86,7.36,7.72,7.2,7.72,8.35,7.96,7.33,8.42,10.46,11.26,12.21,13.41,15.46,16.99,15.78,16.38,15.76,13.61,13.63,15.49,14.75,16.36,16.29,13.42,14.1,15.74,15.48,14.31,15.89,19.86,18.34
-2024P,ME,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30.7,33.13,31.21,29.5,33.01,25.87,24.09,27.74,31.32,28.96,26.72,32.5,35.88,33.52
-2024P,ME,WDRCD,0.56,0.59,0.6,0.69,1.06,1.11,1.19,1.35,1.43,2.05,2.85,3.51,3.4,3.3,3.35,3.22,2.58,2.46,2.49,2.75,2.83,2.71,2.48,2.42,2.35,2.3,2.64,2.63,2.27,2.33,3.5,3.34,3.03,3.64,4.14,5.48,6.31,6.97,8.59,6.45,7.61,9.15,10.19,9.98,9.73,6.71,5.73,6.41,7.09,6.82,5.64,6.77,10.47,9.58
-2024P,MI,CLRCD,1.43,1.43,1.66,1.39,2.75,3.07,2.86,3.35,3.35,3.5,3.7,4.12,4.24,3.98,4.06,3.86,3.45,3.48,3.45,3.46,3.39,3.15,3.18,3.42,3.37,3.08,3.01,3.17,3.12,3.08,3.06,3.11,3.11,3.25,3.36,4.27,4.66,4.31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,MI,DFRCD,1.23,1.3,1.31,1.41,2.36,2.51,2.77,3.22,3.45,5.11,7.05,8.53,8.21,7.98,7.87,7.66,6.07,5.81,5.81,6.4,7.57,7.06,6.53,6.54,6.56,6.58,7.47,7.21,6.15,6.76,9.12,8.9,8.48,10.11,11.78,15.71,17.87,19.92,23.62,16.15,20.48,27.36,27.27,28.29,27.34,17.9,15.49,17.64,19.24,18.39,15.35,19.73,28.79,26.22
-2024P,MI,ESRCD,6.99,7.19,7.47,7.94,9.52,11.32,12.28,13.18,14.26,15.15,16.76,18.73,19.25,20.6,20.33,21.62,22.13,21.45,21.68,22.17,22.95,23.63,23.77,23.92,24.26,24.44,24.83,25.12,25.41,25.58,24.98,24.2,24.28,24.49,24.42,24.63,28.63,29.93,31.49,34.01,36.51,38.91,41.43,42.76,42.38,42.27,44.61,45.13,45.27,46.14,47.66,51.39,52.33,55.23
-2024P,MI,NGRCD,1,1.05,1.06,1.14,1.33,1.58,1.86,2.18,2.27,2.59,3.13,3.75,4.66,5.63,5.83,6.14,5.53,5.29,5.14,4.95,4.81,4.9,4.89,4.87,4.81,4.53,4.8,5,4.94,4.93,4.93,5.6,6.19,7.1,8.31,10.39,11.76,10.82,11.65,11.03,11.14,10.33,9.78,8.9,9.16,8.53,7.87,8.01,7.82,7.64,7.78,8.7,10.69,10.91
-2024P,MI,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22.9,25.16,23.2,22.56,27.28,20.22,18.27,21.04,21.92,19.15,17.49,22.77,26.28,23.92
-2024P,MI,WDRCD,0.57,0.6,0.6,0.69,1.07,1.12,1.2,1.36,1.44,2.06,2.87,3.53,3.43,3.32,3.37,3.24,2.6,2.48,2.5,2.76,3.56,3.41,3.12,3.05,2.96,2.9,3.32,3.31,2.87,2.94,4.41,4.22,3.82,4.59,5.21,6.91,7.96,8.79,10.83,8.13,9.6,11.54,12.85,12.58,12.27,8.45,7.22,8.08,8.94,8.6,7.11,8.53,13.2,12.07
-2024P,MN,CLRCD,1.55,1.14,1.04,1.13,3.23,3.04,2.98,3.01,3.88,4.17,4.32,3.53,5.14,4.53,5.09,4.1,3.89,3.81,3.51,3.49,3.46,3.81,3.47,3.28,3.28,3.48,3.41,3.57,3.6,3.55,3.53,3.71,3.49,3.81,3.92,4.31,5.15,4.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,MN,DFRCD,1.26,1.3,1.3,1.62,2.52,2.55,2.8,3.2,3.45,5.22,7.2,8.54,8.3,7.88,7.96,7.79,6.05,5.7,5.62,6.3,7.75,6.96,6.29,6.36,6.17,6.16,6.99,6.91,5.67,5.95,8.89,8.62,8.08,9.36,11.02,15.28,17.48,20.01,23.72,16.47,19.2,27.59,27.5,28.52,27.57,18.05,15.62,17.79,19.4,19.79,19.03,23.31,31.61,29.66
-2024P,MN,ESRCD,7.3,7.53,7.86,7.97,8.94,9.9,10.51,11.57,12.34,12.61,16.06,17.29,18.37,19.41,18.89,19.01,19.41,19.38,19.82,19.71,19.94,20.27,20.54,20.77,20.99,21.01,20.89,21.2,21.47,21.73,22.03,22.31,21.95,22.42,23.22,24.26,25.48,26.9,28.53,29.43,31.04,32.13,33.27,34.61,35.21,35.51,37.14,38.23,38.52,38.22,38.59,39.57,41.76,43.18
-2024P,MN,NGRCD,1.09,1.18,1.23,1.3,1.41,1.57,1.74,2.14,2.41,2.88,3.24,4.11,4.94,5.77,5.98,5.78,5.28,4.58,4.61,4.55,4.61,4.47,4.8,5.25,5.13,4.74,5.37,5.66,5.38,5.46,7.03,8.64,6.56,8.51,9.43,11.07,11.48,10.92,11.03,8.73,8.67,8.76,7.84,8.01,9.58,8.47,7.74,8.22,8.31,7.67,7.65,8.92,11.53,11.3
-2024P,MN,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20.66,22.25,19.11,19.04,25.76,16.4,13.85,17.59,18.04,16.61,14.99,22.25,25.07,21.51
-2024P,MN,WDRCD,0.61,0.64,0.64,0.74,1.14,1.2,1.28,1.45,1.53,2.2,3.06,3.77,3.66,3.54,3.6,3.46,2.78,2.65,2.67,2.95,3.56,3.41,3.12,3.05,2.96,2.9,3.32,3.31,2.87,2.94,4.41,4.22,3.82,4.59,5.21,6.91,7.96,8.79,10.83,8.13,9.6,11.54,12.85,12.58,12.27,8.45,7.22,8.08,8.94,8.6,7.11,8.53,13.2,12.07
-2024P,MO,CLRCD,0.86,1.04,1.05,0.77,1.4,1.72,1.63,2,2.04,1.88,1.7,1.73,1.66,2.1,2.04,1.73,1.54,1.37,1.25,1.43,1.56,1.53,1.33,1.72,0.98,0.95,1.04,0.97,1.01,1.01,1.02,1.12,0.97,1.04,1.2,2.23,1.55,2.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,MO,DFRCD,1.19,1.29,1.3,1.41,2.43,2.62,2.86,3.22,3.3,4.91,6.85,8.12,7.84,7.22,7.08,6.7,4.95,4.66,4.71,5.88,7.27,6.75,5.36,5.46,6.33,5.34,6.76,6.84,5.75,6.19,8.97,8.75,7.82,9.25,10.96,15.05,17.24,19.32,23.66,16,19.31,26.9,26.81,27.81,26.88,17.6,15.23,17.35,18.92,18.22,15.79,20.03,29.49,26.99
-2024P,MO,ESRCD,7.86,7.85,8.05,8.27,9.17,10.06,11.1,11.75,12.92,13.66,15.21,16.3,17.92,19.07,17.94,19.27,20.87,21.59,21.49,21.5,21.56,21.65,21.8,21.29,21.37,21.26,20.75,20.77,20.75,20.86,20.65,20.53,20.7,20.39,20.43,20.75,21.8,22.54,23.45,25.04,26.6,28.56,29.8,31.08,31.18,32.84,32.85,34.09,33.24,32.65,32.89,33.46,34.42,36.86
-2024P,MO,NGRCD,0.96,1.01,1.08,1.16,1.26,1.48,1.69,2.17,2.27,2.82,3.23,3.96,5.11,5.96,5.75,5.4,4.98,4.71,4.73,4.8,5.15,5.09,5.1,5.35,5.4,5.13,5.9,6.55,6.5,6.28,7.73,10.4,7.9,9.36,10.81,12.42,13.96,13.16,13.28,12.54,11.6,11.92,12.15,10.73,10.69,11.5,10.69,11.71,10.15,10.19,10.17,10.65,13.99,16.82
-2024P,MO,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20.37,21.5,19.19,19.07,24.58,16.37,14.01,17.97,18.89,16.78,15.18,22.57,25.24,22.35
-2024P,MO,WDRCD,0.61,0.64,0.64,0.74,1.14,1.2,1.28,1.45,1.53,2.2,3.06,3.77,3.66,3.54,3.6,3.46,2.78,2.65,2.67,2.95,3.56,3.41,3.12,3.05,2.96,2.9,3.32,3.31,2.87,2.94,4.41,4.22,3.82,4.59,5.21,6.91,7.96,8.79,10.83,8.13,9.6,11.54,12.85,12.58,12.27,8.45,7.22,8.08,8.94,8.6,7.11,8.53,13.2,12.07
-2024P,MS,CLRCD,0,0,0,0,0,0,0,0,2.91,2.76,2.97,0,0,3.56,3.27,2.74,2.89,2.88,2.62,2.64,2.7,2.81,2.69,2.73,0,0,0,2.72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,MS,DFRCD,1.24,1.42,1.43,1.57,2.41,2.49,2.77,3.2,3.36,4.62,6.89,8.54,0,6.62,6.77,7.07,5.15,4.89,4.42,3.86,4.59,4.23,7.66,7.16,7.64,5.33,5.98,5.7,4.56,5,8.6,7.28,6.55,7.32,9.68,14.24,16.45,18,25.06,14.64,17.78,25.59,25.5,26.53,25.57,16.04,13.61,15.78,17.4,16.76,13.76,16.44,25.39,23.24
-2024P,MS,ESRCD,5.06,5.51,6.06,5.89,7.42,8.06,9.89,10.88,11.37,12.5,14.38,17.37,18.23,17.43,17.41,18.12,19.13,19.01,19.15,20,20.19,20.16,20.55,20.88,20.7,20.49,20.65,20.58,20.59,19.79,20.31,21.61,21.34,22.27,24.07,25.53,28.3,27.43,30.46,29.96,28.93,29.8,30.08,31.58,33.17,33.04,30.67,32.47,32.58,33.02,32.75,33.87,36.39,38.76
-2024P,MS,NGRCD,0.86,0.92,1.06,1.07,1.2,1.38,1.67,2.05,2.34,2.75,3.36,3.88,4.78,5.74,5.35,5.33,5.47,6.01,5.76,4.96,5.16,5.06,4.71,5.11,5.29,5.17,5.56,6.13,5.78,5.75,7.18,10.1,7.49,9.4,10.27,12.94,14.3,12.67,13.59,11,9.99,9.32,9.45,8.89,9.25,9.46,9.79,11.43,10.18,10.29,11.2,12.3,14.1,15.24
-2024P,MS,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27.44,31.41,28.77,28.47,33.63,25.16,23.99,28.02,29.14,25.45,22.26,29.2,32.46,30.05
-2024P,MS,WDRCD,0.85,0.9,0.9,1.04,1.61,1.69,1.81,2.04,2.16,3.1,4.31,5.31,5.15,4.99,5.07,4.88,3.91,3.73,3.77,4.16,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,MT,CLRCD,0.8,1.14,0.95,0.89,1.06,1.06,2.07,1.18,1.29,1.09,1.35,1.64,1.9,0.68,0.84,0.98,1.37,1.44,0.95,1.25,1.32,1.16,1.26,1.27,1.36,1.39,1.4,1.42,1.29,0.89,0.98,1.14,1.01,0.85,0.85,1.08,1.08,1.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,MT,DFRCD,1.28,1.36,1.36,1.58,2.51,2.84,2.94,3.27,3.32,4.67,6.92,8.27,8.41,6.97,6.56,7.92,4.87,5.15,4.61,5.08,6.42,6.11,5.99,6.02,5.67,6.09,6.28,6.76,5.6,5.82,8.4,7.8,6.56,8.63,10.08,15.12,17.18,18.81,22.99,14.92,18.9,24.41,25.04,24.43,23.21,13.85,12.45,16.75,18.8,18.1,14.87,17.76,27.43,25.11
-2024P,MT,ESRCD,6.57,6.57,6.65,6.89,7.16,7.02,7.06,7.44,8.18,8.36,9.04,10.5,11.2,12.96,12.58,13.77,14.68,16.19,15.89,15.77,15.97,16.88,17.11,16.92,17.47,17.85,18.24,18.76,19.05,19.88,19.02,20.15,21.19,22.15,23.04,23.75,24.28,25.71,26.75,26.19,26.85,28.58,29.55,30.27,29.84,31.89,32.05,32.1,32.13,32.63,32.95,32.89,33.21,36.75
-2024P,MT,NGRCD,0.88,0.91,0.94,1.06,1.1,1.27,1.35,1.8,1.9,2.24,3.02,3.72,4.42,4.6,4.84,4.82,4.46,4.33,4.2,4.29,4.47,4.39,4.7,4.83,5.11,5,4.72,4.9,5.12,5.04,5.89,7.1,5.19,6.92,8.96,10.29,11.07,9.75,11.27,9.4,8.54,8.66,7.85,7.92,8.88,7.95,7.03,7.32,7.02,6.75,6.73,8.37,9.91,9.63
-2024P,MT,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20.71,23.81,21.78,21.55,25.51,19,18.1,21.2,22.06,19.23,16.78,22.11,24.61,22.76
-2024P,MT,WDRCD,0.72,0.76,0.77,0.88,1.36,1.43,1.53,1.74,1.83,2.63,3.66,4.51,4.37,4.23,4.31,4.14,3.32,3.16,3.2,3.53,4.75,4.55,4.16,4.06,3.94,3.86,4.43,4.41,3.82,3.92,5.88,5.62,5.09,6.11,6.95,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
-2024P,NC,CLRCD,1.14,0.96,1.22,1.35,2.5,2.06,2.17,2.78,2.64,2.44,2.7,3.32,2.9,2.76,2.97,2.75,2.6,2.69,2.53,2.87,2.78,2.58,2.65,2.79,2.73,2.62,2.63,2.51,2.53,2.48,2.41,3.38,3.36,3.31,4.02,5.1,5.14,4.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,NC,DFRCD,1.31,1.37,1.38,1.59,2.54,2.71,2.93,3.28,3.51,4.64,6.95,8.64,8.38,7.98,7.93,8.02,6.35,5.3,5.54,6.36,7.95,7.48,7.06,7.07,6.02,6.28,7.18,7.06,6.26,6.72,9.74,9.02,7.84,9.5,11.04,15.47,17.08,18.28,24.13,17.19,20.43,27.17,26.95,27.95,27.02,17.69,15.31,17.44,19.02,18.45,15.72,19.04,28.85,27.05
-2024P,NC,ESRCD,5.45,5.87,6.28,6.53,8.03,9.31,10.4,11.19,11.99,12.57,13.91,15.96,18.5,19.42,19.57,20.48,21.17,21.59,21.89,22.45,22.99,23.29,23.78,23.97,23.95,23.79,23.59,23.55,23.47,23.41,23.36,23.79,24.02,24.39,24.76,25.37,26.72,27.54,27.89,29.29,29.65,30.06,31.96,32.16,32.54,33.06,32.32,32.05,32.51,33.46,33.35,33.18,34.04,37.89
-2024P,NC,NGRCD,1.27,1.31,1.38,1.47,1.65,1.99,2.1,2.76,2.94,3.44,4.06,5.11,5.55,6.44,6.46,6.38,6.41,6.46,6.07,6.35,5.98,6.04,6.38,6.75,7.04,6.7,7.33,8.67,8.35,8.04,9.25,11.84,9.04,11.01,12.26,14.84,16.36,15.19,16.1,13.89,12.28,12.38,12.02,11.66,11.59,11.18,10.93,12.83,11.76,12.49,12.81,13.66,16.7,16.81
-2024P,NC,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29.02,33,30.63,30.71,33.84,27.07,25.73,29.37,30.97,28.81,27.13,33.56,36.27,34.97
-2024P,NC,WDRCD,0.73,0.77,0.78,0.89,1.38,1.45,1.55,1.76,1.86,2.66,3.7,4.56,4.42,4.28,4.36,4.19,3.36,3.2,3.23,3.57,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,ND,CLRCD,1.56,2.02,2.24,1.4,2.6,3.09,3.64,1.63,1.77,1.81,1.96,1.17,2.78,2.17,2.73,1.74,1.53,1.45,1.15,1.13,1.1,1.45,1.11,0.92,0.92,1.12,1.05,1.21,1.24,1.19,1.17,1.35,0.33,1.23,1.23,1.51,1.73,1.91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,ND,DFRCD,1.28,1.36,1.36,1.58,2.51,2.55,2.8,3.2,3.38,4.83,6.92,8.3,8.07,7.8,7.67,7.48,4.84,5.34,4.66,5.55,6.87,6.38,5.21,6.05,6.12,6.13,7.01,6.9,5.8,6.24,9.03,8.81,7.87,9.31,11.04,15.16,17.37,19.47,23.84,16.11,19.46,27.1,27.01,28.02,27.08,17.73,15.35,17.48,19.06,18.35,15.91,20.18,29.7,27.19
-2024P,ND,ESRCD,7.8,7.82,8.02,8.06,8.48,9.18,9.74,10.46,11.03,11.5,13.14,15.12,16.51,17.91,17.76,18.02,18.2,18.44,18.26,18.01,18.33,18.21,18.55,18.5,18.67,18.25,18.15,18.39,19.01,19.04,18.86,18.97,18.72,19.02,19.91,20.49,20.91,21.41,22.03,22.22,23.82,25.16,26.55,26.72,26.81,28.2,29.78,30.16,30.04,30.19,30.59,31.79,32,32.27
-2024P,ND,NGRCD,0.99,1.07,1.1,1.12,1.19,1.51,1.79,2.11,2.33,2.88,3.66,4.1,4.5,5.33,6.08,5.26,5.08,5.22,4.88,4.46,4.55,4.61,4.78,4.93,4.9,4.44,4.32,4.75,4.97,5.09,6.15,7.46,5.12,7.19,8.84,11,10.34,8.73,9.92,8.02,7.66,7.55,6.98,6.95,8.16,7.5,6.63,7.06,6.66,6.35,6.37,8.51,10.29,9.21
-2024P,ND,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18.69,20.36,17.55,18.36,24.06,13.42,10.91,15.17,15.75,15.29,13.6,19.21,21.79,18.96
-2024P,ND,WDRCD,0.61,0.64,0.64,0.74,1.14,1.2,1.28,1.45,1.53,2.2,3.06,3.77,3.66,3.54,3.6,3.46,2.78,2.65,2.67,2.95,3.56,3.41,3.12,3.05,2.96,2.9,3.32,3.31,2.87,2.94,4.41,4.22,3.82,4.59,5.21,6.91,7.96,8.79,10.83,8.13,9.6,11.54,12.85,12.58,12.27,8.45,7.22,8.08,8.94,8.6,7.11,8.53,13.2,12.07
-2024P,NE,CLRCD,1.08,1.03,1.1,1.16,1.52,2.16,2.22,2.57,3.42,3.68,3.6,3.75,4.26,4.23,4.09,2.76,2.4,2.43,2.49,2.42,2.42,2.36,2.39,2.44,2.47,2.44,2.35,2.4,2.43,0,0,2.25,2.41,2.42,2.47,2.52,3,2.72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,NE,DFRCD,1.19,1.29,1.3,1.41,2.43,2.62,2.86,3.22,3.3,4.91,6.85,8.12,7.84,7.2,6.89,7.92,4.88,4.5,4.27,5.37,6.74,6.25,5.51,5.65,5.57,5.92,6.92,6.9,5.8,6.24,9.03,8.81,7.88,9.36,11.1,15.23,17.46,19.56,23.95,16.19,19.55,27.23,27.14,28.15,27.21,17.82,15.42,17.56,19.15,17.95,14.53,19.11,27.9,26.2
-2024P,NE,ESRCD,6.21,6.52,6.92,6.6,7.22,8.13,9.32,10.2,10.81,11.52,13.22,15.07,14.34,17.88,17.35,17.3,17.27,17.52,17.42,18.05,18.25,17.86,18.38,18.31,18.48,18.68,18.44,18.71,18.92,19.11,19.13,19.06,19.73,20.12,20.41,20.94,21.72,22.25,23.06,24.97,26.2,27.32,29.44,30.23,30.48,31.07,31.77,32.15,31.37,31.55,31.64,31.51,31.63,32.83
-2024P,NE,NGRCD,0.84,0.91,0.98,1.03,1.13,1.29,1.37,1.8,1.97,2.31,2.78,3.52,4.24,5.05,5.18,5.1,4.62,4.43,4.53,4.53,4.68,4.71,4.92,5.09,5.09,4.94,4.84,5.7,5.12,5.07,6.4,8.57,6.13,7.77,8.97,10.58,11.16,10.95,10.99,9.23,8.91,8.74,8.52,8.1,8.42,8.38,7.57,8.49,8.06,7.39,7.54,9.02,12.14,12.42
-2024P,NE,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18.45,19.87,16.61,16.74,21.36,12.97,11.75,14.97,15.44,13.82,12.98,19.92,21.53,18.76
-2024P,NE,WDRCD,0.61,0.64,0.64,0.74,1.14,1.2,1.28,1.45,1.53,2.2,3.06,3.77,3.66,3.54,3.6,3.46,2.78,2.65,2.67,2.95,3.56,3.41,3.12,3.05,2.96,2.9,3.32,3.31,2.87,2.94,4.41,4.22,3.82,4.59,5.21,6.91,7.96,8.79,10.83,8.13,9.6,11.54,12.85,12.58,12.27,8.45,7.22,8.08,8.94,8.6,7.11,8.53,13.2,12.07
-2024P,NH,CLRCD,1.29,1.57,1.59,1.83,2.19,2.62,2.64,3.12,3.68,3.64,3.9,4.87,4.43,4.06,4.76,4.39,4.93,4.04,4.08,4.09,4.23,4.15,3.96,3.94,3.81,3.94,3.96,3.93,3.7,3.56,3.53,4.05,4.13,4,4.91,5.42,5.69,5.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,NH,DFRCD,1.51,1.58,1.59,1.79,2.72,2.87,3.06,3.42,3.63,5.23,7.24,8.92,8.46,7.51,7.82,7.38,5.47,5.52,5.64,6.44,7.41,6.6,6.17,5.97,5.72,5.62,6.78,6.8,5.69,5.56,9.25,9.07,8.08,9.47,10.81,14.24,16.52,18.41,23.3,17.28,19.49,23.65,27.09,26.52,25.85,17.74,15.09,16.91,18.73,17.89,15.06,18.16,28.87,26.54
-2024P,NH,ESRCD,8.29,8.09,8.24,8.74,11.74,14.25,14.39,15.08,17.06,17.97,20.93,26.8,26.24,27.6,27.34,26.15,25.02,26.68,27.75,27.97,30.3,30.42,33.29,36.07,37.82,39.57,39.39,39.97,40.73,40.26,38.54,36.61,34.86,35.12,36.61,39.59,43.03,43.61,45.97,48.04,47.83,48.42,47.1,47.86,51.38,54.22,53.87,56.29,57.7,58.76,55.8,58.18,74.61,82.51
-2024P,NH,NGRCD,1.97,2.03,2.12,2.16,2.36,2.62,2.65,3.62,3.55,3.94,4.57,5.55,6.72,7.32,6.83,6.96,6.88,6.32,6.13,6.72,7.31,7.09,7.48,7.58,7.86,7.09,7.26,8.39,8.03,7.6,9.52,12.01,9.6,11,13.92,14.68,16.07,16.3,16.12,14.82,14.01,14.15,13.31,13.43,15.78,15.71,13.83,14.12,14.88,15.26,14.2,15.8,19.79,20.32
-2024P,NH,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28.01,31.8,30.84,29.75,32.54,28.41,29.19,31.35,31.9,28.7,26.75,31.87,35.84,33.25
-2024P,NH,WDRCD,0.56,0.59,0.6,0.69,1.06,1.11,1.19,1.35,1.43,2.05,2.85,3.51,3.4,3.3,3.35,3.22,2.58,2.46,2.49,2.75,2.83,2.71,2.48,2.42,2.35,2.3,2.64,2.63,2.27,2.33,3.5,3.34,3.03,3.64,4.14,5.48,6.31,6.97,8.59,6.45,7.61,9.15,10.19,9.98,9.73,6.71,5.73,6.41,7.09,6.82,5.64,6.77,10.47,9.58
-2024P,NJ,CLRCD,1.13,1.38,1.35,1.38,2.19,2.09,3.42,2.69,2.81,2.93,3.17,3.57,3.54,3.03,3.24,3.07,2.82,2.8,2.82,2.93,3.14,2.9,2.68,2.89,3.19,2.88,2.68,2.72,2.42,2.36,2.21,4.24,3.79,3.01,4.08,4.29,5.01,3.83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,NJ,DFRCD,1.43,1.51,1.52,1.73,2.66,2.81,2.97,3.37,3.58,5.12,7.06,8.76,8.46,8.25,8.48,8.09,6.89,6.44,6.48,7.02,8.39,8.02,7.21,7.06,6.85,6.79,7.83,7.9,6.82,6.99,10.74,10.05,9.33,11.39,12.72,16.57,19.01,20.7,25.4,18.7,23.14,26.42,30.04,29.09,28.39,19.83,17.05,18.94,20.81,20.41,17.12,20.54,31.17,28.74
-2024P,NJ,ESRCD,7.83,8.91,9.46,10.15,14.19,15.77,16.65,18.32,18.7,20.23,24.08,27.84,30.71,30.95,30.56,32.24,31.19,29.01,28.7,29.53,30.36,31.69,31.85,33.43,33.81,35.11,35.15,35.42,33.39,33.4,30.11,29.92,30.42,31.29,32.93,34.4,37.64,41.44,45.91,47.81,48.56,47.58,46.26,46.1,46.24,46.34,46.08,45.86,45.16,46.45,46.98,47.93,49.05,51.89
-2024P,NJ,NGRCD,1.84,1.9,1.97,2.03,2.19,2.61,3.04,3.31,3.41,4.15,4.9,5.68,6.82,7.22,7.15,7.33,7.17,6.44,6.17,6.35,6.44,6.57,6.77,6.73,6.82,7.02,6.9,7.66,7.07,7.17,7.03,7.35,6.96,8.19,11.15,10.07,14.39,13.99,14.72,14.13,12.51,11.48,10.79,10.4,9.27,7.94,7.95,8.78,8.74,9.35,9.53,9.87,12.05,12.7
-2024P,NJ,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,34.25,39.17,37.13,36.08,39.49,34.18,33.94,37.04,38.88,34.2,30.08,35.21,36.39,33.59
-2024P,NJ,WDRCD,0.4,0.42,0.42,0.49,0.75,0.79,0.85,0.96,1.01,1.45,2.02,2.49,2.41,2.34,2.38,2.29,1.83,1.75,1.76,1.95,2.83,2.71,2.48,2.42,2.35,2.3,2.64,2.63,2.27,2.33,3.5,3.34,3.03,3.64,4.14,5.48,6.31,6.97,8.59,6.45,7.61,9.15,10.19,9.98,9.73,6.71,5.73,6.41,7.09,6.82,5.64,6.77,10.47,9.58
-2024P,NM,CLRCD,0.9,0.84,0,0,0,0,0,0,0,2.97,2.54,3.42,3.18,2.91,2.92,2.83,2.78,2.4,2.12,2.43,2.41,2.36,2.43,2.16,2.25,2.24,2.14,2.14,2.1,2.05,2.13,2.25,2.43,2.24,2.12,2.45,3.73,2.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,NM,DFRCD,0.98,1.06,1.07,1.28,2.45,2.82,3.03,3.24,2.97,4.55,6.79,8.07,7.76,4.96,7.32,6.92,5.09,4.81,4.74,5.34,6.47,5.96,5.4,5.71,5.41,5.23,5.87,5.59,4.48,4.91,8.44,7.15,6.43,7.18,9.5,13.98,16.14,17.67,24.59,14.37,17.46,25.14,25.05,26.06,25.12,15.76,13.37,15.51,17.09,16.46,13.52,16.15,24.93,22.8
-2024P,NM,ESRCD,8.15,8.17,8.41,8.54,9.33,10.47,11.22,12.53,14.66,16.98,18.89,21.07,23.7,23.75,23.74,25.48,26.43,26.39,26.42,26.41,26.19,26.63,26.56,26.9,26.78,26.16,26.16,26.15,25.93,25.28,24.5,25.61,24.92,25.48,25.4,26.76,26.55,26.73,29.34,29.38,30.84,32.23,33.34,34.24,35.99,36.55,35.27,37.75,37.17,36.67,37.91,39.61,40.57,40.58
-2024P,NM,NGRCD,0.86,0.88,0.89,0.93,1.16,1.24,1.28,1.98,2.35,2.56,3.17,3.67,4.7,5.28,5.55,5.59,5.28,4.61,4.87,5.45,5.36,5.18,4.55,5.24,5.61,4.94,4.32,5.74,5.33,5.16,6.3,7.93,6.3,8.22,9.33,10.87,12.38,11.68,11.9,9.27,9.43,8.94,8.5,8.66,9.79,8.31,7.71,8.86,7.62,6.21,6.84,9.47,12.13,11.36
-2024P,NM,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25.54,29.2,26.75,26.48,31.25,23.41,22.33,26.07,27.1,23.69,20.74,27.15,30.16,27.89
-2024P,NM,WDRCD,0.72,0.76,0.77,0.88,1.36,1.43,1.53,1.74,1.83,2.63,3.66,4.51,4.37,4.23,4.31,4.14,3.32,3.16,3.2,3.53,4.75,4.55,4.16,4.06,3.94,3.86,4.43,4.41,3.82,3.92,5.88,5.62,5.09,6.11,6.95,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
-2024P,NV,CLRCD,1.31,0.85,0.9,0.79,1.52,1.55,2.81,3.33,3.42,4.87,5.13,5.43,5.68,4.62,4.63,4.54,4.49,4.11,3.83,4.14,5.03,4.07,4.14,3.87,4.49,3.95,4.26,4.41,4.5,4.24,4.33,4.47,4.53,3.74,4.69,4.46,4.95,5.92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,NV,DFRCD,1.27,1.34,1.35,1.57,2.49,2.82,3.03,3.14,3.27,4.48,6.92,7.9,7.85,7.97,6.92,7.55,7.26,5.79,6.02,8.26,6.76,6.58,7.74,6.96,6.99,6.96,9.26,8.15,7.03,7.73,10.71,10.05,8.7,10.48,12.75,16.8,19.25,20.73,25.73,18.06,22.96,28.4,29.73,29.39,28.72,20.14,16.78,19.17,22.35,21.53,17.68,21.12,32.62,29.86
-2024P,NV,ESRCD,4.46,4.49,4.81,4.86,6.03,7.54,8.97,10.11,10.65,11.25,14.21,14.47,17.33,18.42,17.46,18.83,19.28,17.05,17.58,16.78,16.71,17.27,18.14,19.08,20.97,20.84,20.22,19.83,20.51,20.89,21.34,26.6,27.63,26.42,28.4,29.88,32.47,34.64,34.96,37.68,36.23,34.02,34.66,34.86,37.9,37.39,33.43,35.13,34.72,35.18,33.24,33.68,40.39,48.85
-2024P,NV,NGRCD,1.39,1.4,1.39,1.44,1.62,1.83,1.92,2.68,2.79,2.93,3.87,4.49,5.2,6.39,6.57,6.63,5.62,5.29,5.89,5.39,5.49,5.41,5.41,5.53,6.48,6.54,5.95,6.11,6.78,7,6.44,8.76,9.39,8.65,9.74,11.94,13.79,13.67,12.9,12.8,11.81,10.41,9.79,9.1,11.07,11.37,9.83,8.48,8.92,9.12,9.99,9.38,12.2,16.25
-2024P,NV,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31.57,33.68,30.79,30.46,36.1,26.84,25.56,29.97,31.2,27.16,23.68,31.26,34.83,32.19
-2024P,NV,WDRCD,0.72,0.76,0.77,0.88,1.36,1.43,1.53,1.74,1.83,2.63,3.66,4.51,4.37,4.23,4.31,4.14,3.32,3.16,3.2,3.53,4.75,4.55,4.16,4.06,3.94,3.86,4.43,4.41,3.82,3.92,5.88,5.62,5.09,6.11,6.95,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
-2024P,NY,CLRCD,1.43,1.83,1.43,1.49,2.04,2.78,2.8,3.04,3,3.09,3.26,3.67,3.86,3.68,3.74,3.61,3.39,3.27,3.29,3.36,3.59,3.44,3.21,3.25,3.29,3.18,3.38,3.57,3.25,3.21,3.02,3.42,3.63,3.42,3.6,5.18,4.76,4.76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,NY,DFRCD,1.43,1.51,1.52,1.73,2.66,2.81,2.97,3.37,3.61,5.13,7.08,8.88,8.69,8.41,8.66,8.35,6.83,6.39,6.47,7.18,8.44,8.35,7.71,7.51,7.25,7.17,7.98,7.99,7.12,7.27,10.82,10.23,9.14,10.79,12.24,15.82,18.5,20.19,24.89,18.93,21.89,25.83,28.71,28.28,27.59,19.28,16.57,18.43,20.3,19.25,15.75,18.59,28.13,26.22
-2024P,NY,ESRCD,8.83,9.49,10.05,10.98,14.98,16.44,16.97,18.4,18.97,20.93,23.08,28.98,30.76,32.08,31.17,31.84,30.86,30.81,30.67,32.03,33.54,35.09,36.43,38.61,39.72,40.73,41.14,41.38,39.91,38.9,40.95,41.14,39.71,41.94,42.62,46.08,49.51,50.11,53.66,51.29,54.93,53.52,51.63,55.08,58.83,54.33,51.51,52.84,54.28,52.58,53.82,57.1,64.71,65.2
-2024P,NY,NGRCD,1.37,1.47,1.58,1.69,1.96,2.5,2.83,3.25,3.63,4.07,4.85,5.41,6.38,7.67,7.45,7.54,7.26,6.68,6.32,7.03,7.19,7.15,7.37,7.91,8.51,8.17,8.67,9.47,9.31,8.87,9.55,11.37,9.61,11.28,12.17,14.51,15.02,15.36,16.42,14.73,13.72,13.35,12.56,12.07,12.13,10.84,10.51,11.66,11.98,12.22,12.38,13.35,15.83,16.37
-2024P,NY,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30.08,33.78,31.54,31.25,34.49,27.53,27.04,32.05,34.88,30,26.18,31.74,35.68,34.47
-2024P,NY,WDRCD,0.4,0.42,0.42,0.49,0.75,0.79,0.85,0.96,1.01,1.45,2.02,2.49,2.41,2.34,2.38,2.29,1.83,1.75,1.76,1.95,2.83,2.71,2.48,2.42,2.35,2.3,2.64,2.63,2.27,2.33,3.5,3.34,3.03,3.64,4.14,5.48,6.31,6.97,8.59,6.45,7.61,9.15,10.19,9.98,9.73,6.71,5.73,6.41,7.09,6.82,5.64,6.77,10.47,9.58
-2024P,OH,CLRCD,1.05,1.02,1.23,1.15,2.57,2.62,2.61,2.85,2.73,2.8,3.07,3.37,3.28,3.08,3.1,3,2.86,2.74,2.65,2.69,2.8,2.64,2.55,2.65,2.61,2.64,2.5,2.57,2.64,2.61,2.47,2.88,2.76,2.81,3.39,3.83,3.7,3.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,OH,DFRCD,1.41,1.52,1.53,1.41,2.36,2.51,2.77,3.22,3.42,4.95,6.63,8.16,7.95,7.67,7.73,7.55,5.88,5.66,5.66,6.18,7.43,6.89,6.33,6.36,6.15,6.12,6.98,6.92,5.81,6.21,9.25,8.79,8.02,9.78,11.29,15.34,17.13,19.11,24.13,16.34,20.36,27.23,27.14,28.15,27.28,17.86,15.46,17.6,19.2,18.42,15.53,19.91,31.43,28.31
-2024P,OH,ESRCD,6.99,7.21,7.34,7.58,9.33,10.93,11.25,12.54,13.68,14.85,16.29,18.55,20.94,22.53,21.94,22.49,22.45,22.56,22.24,22.79,23.58,23.91,24.14,24.51,25.08,25.2,25.19,25.29,25.51,25.43,25.23,24.53,24.16,24.22,24.77,24.93,27.39,28.05,29.48,31.27,33.15,33.48,34.46,35.2,36.62,37.51,36.56,37,36.81,36.28,36.01,37.42,40.59,45.08
-2024P,OH,NGRCD,0.88,0.96,1.03,1.08,1.21,1.47,1.73,2.16,2.37,2.74,3.49,3.88,4.83,5.89,5.85,5.79,5.55,5.12,5.01,5.11,5.09,5.06,5.02,5.5,5.67,5.26,5.69,6.46,6.18,6.02,7.39,9.28,7.33,8.84,10.01,12.46,13.85,12.99,13.97,12.18,10.76,10.45,9.59,9.12,9.58,8.89,8.4,9.06,8.53,8.98,8.9,10.32,12.21,12.76
-2024P,OH,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25.03,29.35,26.73,26.68,30.87,23.6,23.6,28.71,29.23,24.86,21.15,27.23,29.44,27.65
-2024P,OH,WDRCD,0.57,0.6,0.6,0.69,1.07,1.12,1.2,1.36,1.44,2.06,2.87,3.53,3.43,3.32,3.37,3.24,2.6,2.48,2.5,2.76,3.56,3.41,3.12,3.05,2.96,2.9,3.32,3.31,2.87,2.94,4.41,4.22,3.82,4.59,5.21,6.91,7.96,8.79,10.83,8.13,9.6,11.54,12.85,12.58,12.27,8.45,7.22,8.08,8.94,8.6,7.11,8.53,13.2,12.07
-2024P,OK,CLRCD,0.9,0.84,0.98,1.48,1.07,1.58,1.41,1.61,1.71,2.97,2.54,3.42,3.18,2.91,2.92,2.83,2.78,2.4,2.12,2.43,2.41,2.36,2.43,2.16,2.25,2.24,2.14,2.14,2.1,2.05,0,2.25,2.43,2.24,0,2.45,3.73,2.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,OK,DFRCD,0.89,0.91,0.91,1.13,2.19,2.22,2.48,2.8,2.91,4.63,6.6,8,7.54,6.95,6.81,3.73,5.41,3.64,4.81,6.14,7.37,6.84,6.25,6.28,7.89,6.1,6.89,6.86,5.77,6.21,8.99,8.77,7.84,9.27,10.99,15.09,17.29,19.37,23.72,16.04,19.36,26.97,26.88,27.89,26.95,17.65,15.27,17.4,18.97,18.27,15.83,20.09,29.56,27.06
-2024P,OK,ESRCD,7.42,7.45,7.41,7.25,7.65,8.22,9.45,10.6,11.39,11.98,13.5,15.85,18,19.31,18.18,19.37,20.69,19.76,19.74,20.02,19.3,20.61,21.02,20.94,20.6,19.99,19.65,19.43,19.25,19.35,20.59,21.3,19.72,21.91,22.62,23.31,25.06,25.16,26.64,24.88,26.78,27.75,27.86,28.35,29.41,29.72,29.88,31.1,30.19,29.91,29.65,32.24,36.47,35.4
-2024P,OK,NGRCD,0.81,0.85,0.88,0.91,1.02,1.22,1.51,1.76,1.92,2.19,2.46,2.87,3.5,4.18,4.48,4.49,4.9,4.49,4.36,4.4,4.7,4.66,4.85,4.84,5.36,5.48,5.51,6.19,5.89,5.85,7.31,9.34,7.56,8.63,9.91,11.33,12.97,11.72,11.91,11.03,10.79,10.02,10.75,9.38,9.73,9.79,10.08,10.93,8.96,9.11,8.84,10.03,14.29,14.52
-2024P,OK,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21.6,23.01,20.13,19.87,25.6,16.97,15.28,18.94,19.53,17.37,15.62,22.2,24.72,22.03
-2024P,OK,WDRCD,0.71,0.74,0.75,0.86,1.33,1.39,1.49,1.69,1.79,2.57,3.57,4.39,4.26,4.13,4.2,4.04,3.24,3.08,3.12,3.44,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,OR,CLRCD,0.95,1.05,1.15,1.15,1.39,1.14,1.9,1.36,2.55,4,4.26,4.57,4.81,3.75,3.76,3.67,3.79,3.76,3.37,3.66,3.77,5.21,3.76,3.77,3.74,3.77,0,3.71,3.66,3.69,3.72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,OR,DFRCD,1.41,1.48,1.49,1.71,2.63,2.8,3.11,3.34,3.3,4.9,7.02,8.03,8.05,7.47,7.16,7,5.08,5.23,5.11,5.78,6.99,6.73,6.33,6.62,6.4,6.45,7.14,7.44,6.21,6.77,9.87,8.74,7.65,9.4,11.51,15.49,17.45,18.15,22.24,15.5,20.19,26.58,27.82,27.5,26.88,18.85,15.71,17.94,20.92,20.15,16.55,19.76,30.53,27.95
-2024P,OR,ESRCD,3.65,3.89,3.94,4.14,4.67,5.27,5.86,6.92,7.53,7.73,9.37,10.59,10.56,12.07,12.73,13.72,13.84,14.07,14.02,13.97,13.86,14.11,14.45,14.71,15.61,16.08,16.69,16.31,17.08,16.85,17.23,18.42,20.85,20.69,21.05,21.26,21.91,23.99,24.89,25.43,26.01,27.95,28.74,29.01,30.68,31.26,31.25,31.24,32.19,32.28,32.73,33.34,33.48,37.32
-2024P,OR,NGRCD,1.45,1.53,1.61,1.66,1.92,2.11,2.59,3.29,3.66,3.95,5.36,5.81,6.63,6.95,6.93,6.73,6.47,6.44,6.64,5.98,6.13,5.95,5.94,6.17,6.68,6.46,6.05,5.91,6.49,6.72,7.87,9.43,10.28,9.77,11.02,12.45,14.03,14.18,13.55,14.16,12.39,11.5,10.97,10.75,11.4,11.86,10.89,9.9,9.97,9.47,10.33,11.12,11.97,14.71
-2024P,OR,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25.7,30.68,28.1,27.81,32.84,24.58,23.44,27.37,28.46,24.87,21.76,28.52,31.7,29.35
-2024P,OR,WDRCD,0.82,0.86,0.87,1,1.54,1.62,1.74,1.96,2.08,2.98,4.15,5.1,4.95,4.79,4.88,4.69,3.76,3.58,3.62,3.99,4.75,4.55,4.16,4.06,3.94,3.86,4.43,4.41,3.82,3.92,5.88,5.62,5.09,6.11,6.95,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
-2024P,PA,CLRCD,1.03,1.06,1.14,1.08,2.26,2.57,2.27,2.36,2.48,2.54,2.7,3.21,3.2,2.78,3.08,2.83,2.76,2.72,2.69,2.79,2.96,2.64,2.69,2.79,2.75,2.55,2.73,2.66,2.61,2.52,2.51,4.52,2.77,2.36,3.73,3.33,3.59,3.52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,PA,DFRCD,1.35,1.44,1.45,1.67,2.62,2.81,2.93,3.32,3.52,5.03,6.95,8.52,8.2,8.09,8.25,7.82,6.22,5.88,5.95,6.5,7.84,7.62,6.79,6.6,6.56,6.32,7.29,7.27,6.23,6.24,9.36,8.87,8.14,9.98,11.39,15.11,17.54,19.3,24.32,17.96,21.43,26.14,29.86,28.82,28.12,19.65,16.89,18.79,20.69,20.61,17.6,20.71,32.88,29.41
-2024P,PA,ESRCD,7.15,8.09,8.54,9.03,11.33,12.8,13.01,14.01,14.6,15.62,17.42,19.54,22.49,22.87,23.35,25.05,25.96,25.96,25.44,26.09,27.03,28.09,28.33,27.99,28,28.49,28.52,28.99,28.92,26.73,27.94,28.36,28.55,28.1,28.07,28.89,30.33,32.09,33.27,34.14,37.22,38.86,37.37,37.48,39.03,39.98,40.64,41.7,40.71,40.46,39.81,40.33,46.73,53.05
-2024P,PA,NGRCD,1.2,1.24,1.31,1.43,1.62,1.89,2.09,2.45,2.58,3.13,3.73,4.41,5.28,6.26,6.34,6.5,6.17,5.82,5.59,5.9,6.36,6.53,6.37,6.6,7.18,6.92,7.13,8.05,8.15,8.01,8.2,10.91,9.12,10.45,11.81,13.66,15.84,14.12,15.61,14.18,12.44,11.99,11.48,11.07,11.2,10.53,9.76,10.93,10.82,11.26,11.04,11.56,14.39,14.89
-2024P,PA,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30.1,32.37,30.69,30.1,32.75,27.95,27.76,30.68,30.74,26.1,22.83,27.51,30,28.69
-2024P,PA,WDRCD,0.4,0.42,0.42,0.49,0.75,0.79,0.85,0.96,1.01,1.45,2.02,2.49,2.41,2.34,2.38,2.29,1.83,1.75,1.76,1.95,2.83,2.71,2.48,2.42,2.35,2.3,2.64,2.63,2.27,2.33,3.5,3.34,3.03,3.64,4.14,5.48,6.31,6.97,8.59,6.45,7.61,9.15,10.19,9.98,9.73,6.71,5.73,6.41,7.09,6.82,5.64,6.77,10.47,9.58
-2024P,RI,CLRCD,0.98,1.51,1.53,1.83,2.19,2.62,2.64,3.12,3.68,3.64,4.47,5.4,5.46,5.02,4.76,4.39,4.19,3.85,3.99,3.96,4.21,4.07,3.94,3.96,4.07,4.01,4.19,4.14,4.1,4.06,4.12,4.05,4.13,4,4.91,5.42,5.69,5.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,RI,DFRCD,1.49,1.57,1.58,1.78,2.7,2.85,3.04,3.4,3.66,5.25,7.29,8.93,8.66,8.45,8.51,8.15,6.33,6.31,6.39,7.18,8.38,7.71,7.04,6.89,6.83,6.75,7.61,7.64,6.7,6.63,9.72,9.55,8.68,10.38,11.67,15.45,18.28,20.22,24.96,18.48,22.78,25.91,29.34,28.38,27.66,18.98,16.15,18.1,20.04,19.18,15.75,18.36,27.88,25.68
-2024P,RI,ESRCD,8.44,8.59,9.62,10.17,14.62,15.43,15.21,16.91,17.11,19.49,22.64,27.89,26.9,27.9,27.55,26.77,25.42,25.93,25.28,26.34,28.84,32.22,32.75,33.37,32.99,33.62,34.6,35.52,31.97,29.67,33.06,35.55,29.91,34.03,35.73,38.21,44.3,41.17,51.15,45.73,46.67,42.01,42.22,44.55,50.32,56.53,54.56,53.69,60.23,63.7,64.5,65.36,68.03,79.18
-2024P,RI,NGRCD,1.79,1.89,2.01,2.34,2.52,3.04,3.32,4.17,4.13,3.64,5.58,6.46,7.68,8.37,7.29,7.62,7.25,6.63,6.43,6.94,7.03,7.43,7.55,7.94,8.82,7.79,7.72,9.28,9.31,9.25,9.39,11.82,11.46,11.55,12.89,14.49,17.28,16.23,16.49,16.66,16.11,14.97,13.87,14.11,14.72,13.85,13.39,13.6,15.2,14.92,14.63,15.72,17.61,19.97
-2024P,RI,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36.34,40.79,38.64,39.01,42.51,35.87,36.96,38.89,40.07,35.73,32.65,36.92,41.47,38.36
-2024P,RI,WDRCD,0.56,0.59,0.6,0.69,1.06,1.11,1.19,1.35,1.43,2.05,2.85,3.51,3.4,3.3,3.35,3.22,2.58,2.46,2.49,2.75,2.83,2.71,2.48,2.42,2.35,2.3,2.64,2.63,2.27,2.33,3.5,3.34,3.03,3.64,4.14,5.48,6.31,6.97,8.59,6.45,7.61,9.15,10.19,9.98,9.73,6.71,5.73,6.41,7.09,6.82,5.64,6.77,10.47,9.58
-2024P,SC,CLRCD,1.2,0.96,1.22,1.16,2,2.47,2.9,3,3.04,3.01,3.19,3.88,3.69,3.67,3.68,3.48,3.31,3.2,3.26,3.34,3.34,3.15,3.11,3.26,3.23,3.1,3.06,3.12,3.15,3.05,0,0,3.38,0,0,0,4.88,4.55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,SC,DFRCD,1.3,1.37,1.37,1.65,2.54,2.69,2.93,3.29,3.52,4.64,6.95,8.66,8.37,7.54,7.81,7.19,6.66,5.29,6.01,5.9,7.57,7.06,5.87,5.9,6.13,6.67,5.47,7.13,6.32,6.78,9.83,9.09,7.87,9.55,11.09,15.55,17.17,18.52,24.52,17.37,20.48,27.36,27.27,28.29,27.34,17.9,15.49,17.64,19.24,18.78,16.38,19.57,29.58,28.06
-2024P,SC,ESRCD,5.64,6.08,6.5,6.68,8.3,9.6,10.44,11.42,11.85,12.67,13.69,15.73,17.61,18.97,19.2,20.54,20.89,21.03,20.89,21.08,20.95,21.16,21.07,21.48,21.97,22.07,21.98,22.01,21.98,22.14,22.22,22.53,22.64,23.48,23.8,25.42,26.46,26.92,28.98,30.61,30.77,32.4,34.49,35.15,36.49,36.84,37.08,38.15,36.46,38.08,37.47,37.7,39.82,40.1
-2024P,SC,NGRCD,1.32,1.43,1.57,1.61,1.92,2.08,2.24,2.81,2.91,3.45,4.06,4.79,5.35,6.21,6.46,6.44,6.35,6.41,6.55,6.56,6.97,6.79,6.84,6.94,7.42,7.34,7.2,8.12,8.03,8.22,8.9,11.65,9.42,10.63,11.59,14.3,16.73,16.55,16.3,14.46,12.72,12.66,13,12.39,12.36,12.25,12.23,14.02,13.12,12.72,13.08,13.86,15.21,16.97
-2024P,SC,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30.38,33.72,31.88,31.77,36.17,31.31,31.14,34.31,35.4,31.59,28.73,34.76,37.4,36.15
-2024P,SC,WDRCD,0.73,0.77,0.78,0.89,1.38,1.45,1.55,1.76,1.86,2.66,3.7,4.56,4.42,4.28,4.36,4.19,3.36,3.2,3.23,3.57,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,SD,CLRCD,1.75,1.15,1.18,1.67,3.5,3.61,3.52,3,3.29,3.33,3.48,2.69,4.3,3.69,2.18,2.65,3.05,2.97,2.58,2.65,2.62,2.97,2.63,2.44,2.44,2.64,2.56,2.73,2.75,2.31,2.69,2.86,2.53,2.88,2.78,3.46,3.31,3.92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,SD,DFRCD,1.28,1.36,1.36,1.58,2.51,2.55,2.8,3.2,3.38,4.83,6.92,8.3,8.07,7.36,7.26,7.64,5.45,4.64,3.95,5.35,5.52,5.13,5.77,5.98,5.54,4.99,6.85,6.83,5.74,6.18,8.95,8.73,7.8,9.23,10.94,15.02,17.21,19.28,23.61,15.96,19.27,26.84,26.76,27.75,26.82,17.56,15.24,17.4,18.97,18.27,15.83,20.09,29.56,27.02
-2024P,SD,ESRCD,7.76,7.75,7.84,7.85,8.43,8.97,9.95,10.2,10.98,11.68,14.52,16.41,17.9,19.36,18.74,19.13,19.44,19.93,19.62,19.95,20.37,20.24,20.8,20.63,20.68,20.75,20.53,20.76,21.3,21.75,21.74,21.74,21.69,21.9,22.42,22.77,22.96,23.66,24.25,24.87,26.3,27.42,29.51,30.06,30.68,32.47,33.6,34.49,33.98,33.86,34.42,35.82,35.44,36.12
-2024P,SD,NGRCD,1.04,1.1,1.13,1.19,1.29,1.4,1.5,1.83,2.1,2.62,3.14,3.9,4.71,5.53,6.09,5.69,5.24,4.81,4.81,4.77,5.06,4.85,5.07,5.23,5.22,4.98,5.18,5.65,5.54,5.8,7.31,8.61,6.93,8.46,9.49,11.6,11.08,10.46,11.29,9.12,8.73,8.55,8.24,7.98,8.9,7.88,7.2,7.76,7.18,6.73,6.61,9.03,10.21,9.62
-2024P,SD,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18.56,20.96,17.95,17.66,24.1,13.86,11.76,15.8,16.56,15.47,14.45,21.37,23.77,20.92
-2024P,SD,WDRCD,0.61,0.64,0.64,0.74,1.14,1.2,1.28,1.45,1.53,2.2,3.06,3.77,3.66,3.54,3.6,3.46,2.78,2.65,2.67,2.95,3.56,3.41,3.12,3.05,2.96,2.9,3.32,3.31,2.87,2.94,4.41,4.22,3.82,4.59,5.21,6.91,7.96,8.79,10.83,8.13,9.6,11.54,12.85,12.58,12.27,8.45,7.22,8.08,8.94,8.6,7.11,8.53,13.2,12.07
-2024P,TN,CLRCD,0.74,0.95,1.06,1.03,1.85,1.75,1.75,1.99,1.89,1.51,1.97,2.38,1.75,1.6,2.07,1.85,1.67,1.79,1.52,1.61,1.77,1.75,1.61,1.79,1.77,1.5,1.56,1.61,1.68,1.7,1.65,2.39,2.17,2.19,2.4,3.44,3.6,3.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,TN,DFRCD,1.24,1.36,1.37,1.55,2.41,2.49,2.77,3.2,3.36,4.62,6.89,8.54,8.11,7.72,8.12,6.59,5.3,5.25,5.53,5.9,6.59,6.12,5.21,5.3,5.54,5.42,4.76,6.96,5.85,6.3,9.12,8.9,7.98,9.49,11.25,15.45,17.7,19.84,24.29,16.42,19.83,27.62,27.53,28.55,27.6,18.07,15.64,17.81,19.43,18.7,16.21,20.57,30.27,27.71
-2024P,TN,ESRCD,3.34,3.92,3.9,4.16,5.03,6.62,7.26,7.36,8.57,9.73,10.43,12.94,14.47,14.31,14.01,14.28,15.26,16.03,16.74,16.65,16.68,16.55,16.71,16.87,17.23,17.33,17.24,17.66,18.51,18.59,18.54,18.53,18.78,19.18,20.21,20.47,22.72,22.98,26.12,27.33,27.06,29.25,29.6,29.25,30.26,30.19,30.52,31.43,31.38,31.87,31.53,32.44,35.89,35.73
-2024P,TN,NGRCD,0.89,0.95,1,1.06,1.15,1.25,1.57,2.03,2.08,2.29,2.85,3.38,4.22,5.14,4.92,4.96,4.81,4.53,4.51,4.68,4.94,5.03,5.33,5.5,5.94,5.59,6.07,6.7,6.53,6.36,7.22,9.8,7.9,9.35,10.26,13.04,14.2,12.92,13.69,11.82,10.22,10.06,9.8,9.26,9.85,9.29,8.87,9.92,9.08,9.08,8.6,9.88,11.96,11.25
-2024P,TN,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27.13,28.14,24.89,24.6,31.06,21.32,19.42,23.55,24.21,21.78,19.8,27.23,30.08,27.04
-2024P,TN,WDRCD,0.85,0.9,0.9,1.04,1.61,1.69,1.81,2.04,2.16,3.1,4.31,5.31,5.15,4.99,5.07,4.88,3.91,3.73,3.77,4.16,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,TX,CLRCD,0.9,0.84,0.98,1.48,1.07,0,0,1.61,0,0,2.54,3.42,3.18,0,0,2.83,2.78,2.4,2.12,2.43,2.41,2.36,2.43,2.16,2.25,0,0,2.14,2.1,2.05,2.13,2.25,2.43,2.24,2.12,2.45,3.73,2.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,TX,DFRCD,0.98,1.06,1.07,1.24,2.12,2.24,2.54,2.82,2.96,4.8,6.51,8.03,7.53,6.87,7.28,6.99,4.57,4.69,4.41,5.42,4.32,3.98,5.46,5.78,5.47,5.29,7.28,5.66,4.53,4.97,8.54,7.23,6.5,7.27,9.61,14.14,16.33,17.88,24.88,14.54,17.66,25.41,25.32,26.34,25.39,15.93,13.51,15.67,17.28,16.64,13.66,16.32,25.21,23.08
-2024P,TX,ESRCD,6.31,6.32,6.4,6.61,7.73,8.74,9.84,11.11,11.86,13.05,14.92,18.32,21.25,22.44,21.62,21.99,20.18,19.74,20.16,20.45,21.12,22.17,22.69,23.45,23.68,22.61,22.76,22.92,22.42,22.13,23.33,25.97,23.6,26.83,28.51,32.03,37.68,36.17,38.19,36.29,33.99,32.48,32.18,33.28,34.77,33.88,32.22,32.28,32.82,34.47,34.33,35.48,40.33,42.39
-2024P,TX,NGRCD,0.9,0.97,0.99,1.01,1.13,1.48,1.93,2.33,2.66,3.12,3.31,4.06,5.05,5.39,5.6,5.55,5.09,5,5.16,5.34,5.54,5.49,5.5,5.74,5.74,5.68,5.68,6.14,5.87,5.87,7.17,8.69,7.06,8.96,10.06,12.14,12.77,11.69,13.39,10.92,10.47,9.93,10.26,10.25,10.79,10.28,11.39,13.23,11.11,10.34,11.38,13.47,16.21,17.02
-2024P,TX,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27.84,30.56,28,27.71,32.71,24.49,23.36,27.27,28.36,24.78,21.68,28.41,31.58,29.24
-2024P,TX,WDRCD,0.71,0.74,0.75,0.86,1.33,1.39,1.49,1.69,1.79,2.57,3.57,4.39,4.26,4.13,4.2,4.04,3.24,3.08,3.12,3.44,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,US,CLRCD,1.14,1.22,1.27,1.2,2.2,2.45,2.41,2.53,2.59,2.69,2.9,3.56,3.65,3.16,3.4,3.26,3.12,2.74,2.61,2.64,3.01,3.1,2.89,3.02,2.67,2.58,2.53,2.48,2.46,2.37,2.24,2.93,2.59,2.46,3.03,3.46,3.51,3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,US,DFRCD,1.39,1.46,1.47,1.69,2.61,2.74,2.94,3.32,3.51,5.04,7.02,8.63,8.38,8.11,8.25,7.93,6.36,6.06,6.12,6.76,8.01,7.68,7.02,6.85,6.66,6.53,7.48,7.46,6.45,6.62,9.93,9.49,8.61,10.33,11.74,15.54,17.96,19.76,24.53,18.29,21.58,25.94,28.88,28.29,27.58,19.01,16.24,18.17,20.1,19.34,15.99,19.19,29.68,27.14
-2024P,US,ESRCD,6.51,6.8,7.09,7.44,9.09,10.29,10.93,11.87,12.63,13.6,15.71,18.17,20.11,21.04,20.96,21.66,21.75,21.82,21.92,22.41,22.96,23.57,24.06,24.4,24.57,24.63,24.5,24.71,24.21,23.93,24.14,25.16,24.75,25.56,26.22,27.68,30.49,31.22,33.01,33.73,33.81,34.34,34.82,35.54,36.69,37.08,36.78,37.77,37.71,38.14,38.55,40.03,44.08,46.89
-2024P,US,NGRCD,1.06,1.12,1.18,1.26,1.42,1.67,1.94,2.3,2.52,2.92,3.6,4.19,5.05,5.88,5.95,5.94,5.67,5.39,5.32,5.47,5.63,5.66,5.73,5.99,6.23,5.89,6.16,6.75,6.61,6.5,7.63,9.42,7.69,9.24,10.47,12.34,13.35,12.7,13.52,11.81,11.13,10.78,10.38,10.01,10.6,9.96,9.63,10.47,10.08,10.07,10.33,11.69,14.16,14.77
-2024P,US,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25.65,28.25,25.91,25.3,30.05,22.75,21.56,25.15,25.93,22.72,20.59,26.81,29.39,27.25
-2024P,US,WDRCD,0.66,0.69,0.69,0.8,1.24,1.31,1.39,1.57,1.64,2.35,3.1,3.79,3.82,3.57,3.85,3.71,2.97,2.87,2.9,3.2,3.59,3.44,3.14,3.03,2.94,2.88,3.3,3.24,2.8,2.87,4.32,4.22,3.83,4.6,5.22,6.96,8.02,8.86,10.92,8.17,9.64,11.59,12.9,12.63,12.32,8.42,7.34,8.22,9.05,8.78,7.03,8.43,13.04,11.93
-2024P,UT,CLRCD,0.76,0.73,0.73,0.72,1.23,1.33,1.52,1.71,2.2,3.65,3.02,4.34,3.81,3.4,3.78,3.46,3.42,2.62,2.63,3.01,3.02,3.06,2.8,2.47,2.28,2.21,2.2,2.72,2.87,3.48,2.62,2.85,2.57,2.52,3.33,3.56,3.73,3.89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,UT,DFRCD,1.28,1.36,1.36,1.58,2.51,2.84,2.94,3.25,3.3,4.51,6.89,8.22,8.24,6.68,6.25,7.25,4.04,3.73,3.86,5.43,7.2,6.86,7.08,4.12,4.32,6.39,8.3,7.09,5.87,6.09,8.8,8.17,6.87,9.04,10.56,15.84,18,19.71,24.06,15.62,20.03,25.86,26.53,25.89,24.59,14.68,13.19,17.74,19.91,19.2,15.77,18.84,29.11,26.65
-2024P,UT,ESRCD,6.69,6.9,6.92,6.97,7.37,8.84,10.01,10.86,12.76,14.24,16.92,18.45,19.7,21.36,21.71,22.8,23.27,23.28,22.88,21.68,20.9,20.86,20.43,20.08,20.26,20.34,20.39,20.19,20.06,18.39,18.43,19.7,19.91,20.22,21.14,22.03,22.26,23.9,24.19,24.85,25.52,26.27,29.1,30.39,31.2,31.9,32.29,32.1,30.51,30.48,30.59,30.57,31.78,32.82
-2024P,UT,NGRCD,0.91,0.93,0.96,1.04,1.12,1.28,1.45,1.72,2.02,2.32,2.51,3,3.63,3.96,5.29,4.52,4.89,4.6,4.73,4.72,4.85,5.06,5.04,4.75,4.64,4.45,4.29,4.92,5.32,5.09,5.9,7.69,6.03,6.87,7.69,9.21,10.42,8.94,8.47,8.55,7.85,8.12,8.32,8.15,9.07,9.29,8.73,8.67,8.67,7.47,7.81,8.58,10.02,12.84
-2024P,UT,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23.3,27.08,24.75,24.48,29.04,21.56,20.53,24.09,25.08,21.84,19.03,25.16,28.05,25.91
-2024P,UT,WDRCD,0.72,0.76,0.77,0.88,1.36,1.43,1.53,1.74,1.83,2.63,3.66,4.51,4.37,4.23,4.31,4.14,3.32,3.16,3.2,3.53,4.75,4.55,4.16,4.06,3.94,3.86,4.43,4.41,3.82,3.92,5.88,5.62,5.09,6.11,6.95,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
-2024P,VA,CLRCD,1.34,1.27,1.55,1.55,2.64,2.73,3.11,3.42,3.74,3.7,3.85,4.39,4.23,3.69,4.07,3.92,3.59,3.53,3.49,3.59,3.48,3.35,3.32,3.37,3.45,3.35,3.37,3.3,3.25,3.19,3.12,4.18,3.7,3.65,4.58,5.33,5.05,4.95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,VA,DFRCD,1.37,1.46,1.47,1.64,2.54,2.69,2.9,3.31,3.54,5.08,7.1,8.69,8.49,8.07,8.21,7.89,6.43,5.93,6.01,6.49,8.25,7.54,6.93,6.66,6.37,6.3,7.11,7.15,6.46,6.56,9.48,9.07,7.97,9.89,11.05,15.49,17.24,18.35,23.84,16.74,20.01,27.1,27.01,28.02,27.16,17.78,15.39,17.53,19.12,18.78,16.69,19.73,29.75,28.47
-2024P,VA,ESRCD,6.11,6.26,6.49,6.89,9.06,11.05,11.08,12.7,13.27,14.92,17.8,18.15,19.81,20.56,19.53,19.49,19.48,19.62,19.29,20.33,21.24,21.51,22.37,22.19,22.72,22.99,22.27,22.71,22.02,21.93,22.04,22.83,22.83,22.76,23.43,23.92,24.88,25.62,28.18,31.08,30.63,31.19,32.47,31.78,32.53,33.32,33.28,33.84,34.37,35.37,35.25,35.07,39.1,41.79
-2024P,VA,NGRCD,1.45,1.48,1.56,1.64,1.83,2.2,2.49,2.97,3.21,3.65,4.2,4.55,5.88,6.83,6.75,6.76,6.24,5.63,5.58,6.33,6.47,6.52,6.44,7.18,7.34,6.97,7.64,8.24,8.21,8.3,9.65,11.52,9.44,11.41,12.65,14.54,15.65,14.87,15.61,13.36,12.41,12.4,12,11.26,11.5,11.11,10.36,11.69,11.07,11.94,12.01,12.89,15.24,16.25
-2024P,VA,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30.3,33.29,32.65,31.88,34.46,29.43,29.13,31.71,33.05,29.88,28.23,33.64,36.18,34.84
-2024P,VA,WDRCD,0.73,0.77,0.78,0.89,1.38,1.45,1.55,1.76,1.86,2.66,3.7,4.56,4.42,4.28,4.36,4.19,3.36,3.2,3.23,3.57,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,VT,CLRCD,1.37,1.56,1.58,1.83,2.19,2.62,2.64,3.12,3.68,4.68,4.42,5.38,5.26,4.57,5.28,4.91,4.71,4.37,4.51,4.48,4.73,4.59,4.46,4.48,4.59,4.53,4.71,4.66,4.62,4.57,4.63,4.57,4.65,4.52,5.43,5.94,6.2,6.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,VT,DFRCD,1.51,1.58,1.59,1.79,2.72,2.87,3.06,3.42,3.66,5.23,7.32,9.04,8.66,8.47,8.39,8.08,6.49,6.23,6.19,6.79,8.02,7.71,6.98,6.84,6.64,6.46,7.34,7.48,6.62,6.47,9.51,9.56,8.88,9.94,11.52,15.2,18.47,20.62,25.6,19.98,21.55,26.11,29.5,28.11,27.4,18.8,16,17.93,19.86,19.24,16.45,20.05,31.61,29.43
-2024P,VT,ESRCD,6.68,6.86,7.55,8.11,9.88,11.47,12.64,12.83,13.86,14.09,15.76,18.2,19.57,19.99,19.74,21.2,23.15,27.72,26.66,26.24,27.16,27.92,28.02,28.84,29.18,30.83,32.22,33.56,34.04,35.66,36.04,37.13,37.45,37.57,37.93,37.99,39.25,41.46,42.43,43.66,45.64,47.67,49.84,50.23,51.21,50.09,50.9,51.8,52.81,51.92,57.25,56.44,58.42,61.02
-2024P,VT,NGRCD,1.97,2.04,2.13,2.16,2.35,2.62,2.66,3.59,3.53,4.06,6.3,7.05,7.3,6.85,6.36,6.33,6.36,6.31,5.71,5.71,5.89,6.31,6.73,6.2,6.97,6.85,6.3,6.33,6.46,7.09,8.03,9.95,10.35,9.99,10.99,12.15,14.17,15.97,18.22,17.2,16.03,16.04,16.53,15.64,14.43,14.21,13.82,13.71,13.2,12.68,12.69,13.47,14.88,16.53
-2024P,VT,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29.83,32.43,31.72,32.18,33.61,29.72,30.55,33.33,33.88,28.9,26.38,31.46,33.6,31.92
-2024P,VT,WDRCD,0.56,0.59,0.6,0.69,1.06,1.11,1.19,1.35,1.43,2.05,2.85,3.51,3.4,3.3,3.35,3.22,2.58,2.46,2.49,2.75,2.83,2.71,2.48,2.42,2.35,2.3,2.64,2.63,2.27,2.33,3.5,3.34,3.03,3.64,4.14,5.48,6.31,6.97,8.59,6.45,7.61,9.15,10.19,9.98,9.73,6.71,5.73,6.41,7.09,6.82,5.64,6.77,10.47,9.58
-2024P,WA,CLRCD,0.95,1.05,1.15,1.15,1.39,1.14,1.9,1.36,2.55,4,4.26,4.56,4.81,3.75,3.76,3.67,3.79,3.76,3.37,3.66,3.77,5.21,3.76,3.77,3.74,3.77,4.03,3.71,3.66,3.69,3.72,3.48,3.87,3.77,3.61,0,3.82,3.96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,WA,DFRCD,1.4,1.48,1.49,1.71,2.63,2.8,3.11,3.34,3.5,5.03,7.27,8.4,8.48,8.37,7.88,7.76,5.95,6.1,6.03,6.71,7.9,7.8,7.24,7.67,7.3,7.39,8.3,8.75,7.52,8.19,11.11,10.27,9.26,11.43,13.45,18.34,20.67,22.5,26.32,19.29,23.54,28.3,29.63,29.29,28.63,20.08,16.73,19.1,22.28,21.46,17.62,21.05,32.51,29.77
-2024P,WA,ESRCD,3.12,3.15,3.25,3.36,3.58,3.94,4.01,4.35,4.47,4.79,5.56,6.73,8.19,10.46,10.79,11.14,11.45,12.2,12.45,12.69,12.88,12.79,13.07,13.48,14.57,14.55,14.76,14.51,14.74,14.95,15.04,16.7,18.44,18.49,18.68,19.18,20,21.28,22.11,22.49,23.56,24.26,24.99,25.49,25.4,26.65,27.8,28.3,28.58,28.45,28.94,29.63,30.06,32.19
-2024P,WA,NGRCD,1.33,1.36,1.39,1.48,1.69,2.18,2.59,2.99,3.32,3.77,5.05,5.73,6.52,6.59,6.54,6.35,5.76,5.25,5.36,5.32,4.87,4.54,4.84,5.03,5.46,5.65,5.44,5.38,5.58,5.58,6.87,9.46,9.06,8.21,9.64,11.46,12.97,13.52,12.68,13.54,11.85,11.95,11.53,11.01,10.14,11.1,9.99,9.83,9.46,9.05,10.11,10.7,11.78,14.24
-2024P,WA,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,26.04,27.94,25.76,25.51,29.78,22.78,21.81,25.14,26.07,23.02,20.39,26.12,28.81,26.82
-2024P,WA,WDRCD,0.82,0.86,0.87,1,1.54,1.62,1.74,1.96,2.08,2.98,4.15,5.1,4.95,4.79,4.88,4.69,3.76,3.58,3.62,3.99,4.75,4.55,4.16,4.06,3.94,3.86,4.43,4.41,3.82,3.92,5.88,5.62,5.09,6.11,6.95,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
-2024P,WI,CLRCD,1.63,1.85,1.73,1.68,2.87,3.1,2.89,3.15,3.61,3.68,3.92,4.15,4.11,4.18,4.16,4.26,3.86,3.72,3.83,3.84,3.37,3.43,3.41,3.35,3.33,3.26,3.29,3.59,3.38,3.17,3.19,3.29,3.79,3.81,3.88,4.55,5.16,5.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,WI,DFRCD,1.21,1.29,1.3,1.66,2.58,2.57,2.81,3.22,3.22,4.85,6.6,7.87,7.77,7.66,7.65,7.44,5.72,5.69,5.59,6.14,7.13,6.78,6.19,6.23,6.15,6.15,6.81,7.07,6.07,6.42,8.87,8.94,8.13,9.62,11.1,15.11,17.46,19.6,23.56,16.07,19.93,27.1,27.01,28.02,27.08,17.73,15.35,17.48,19.06,17.99,14.66,18.75,27.39,25.36
-2024P,WI,ESRCD,6.75,6.9,7.38,7.89,8.77,10.04,10.86,11.55,12.35,13.37,15.04,17.14,19.72,20.33,19.68,19.73,20.07,19.69,19.52,19.56,19.45,19.74,20.24,20.61,20.74,20.42,20.15,20.15,21.02,21.43,22.08,23.14,23.97,25.42,26.58,28.33,30.8,31.84,33.74,34.98,37.07,38.17,38.66,39.7,40.05,41.37,41.24,42.04,41.09,41.55,41.97,42.56,45.79,49.46
-2024P,WI,NGRCD,1.22,1.24,1.31,1.41,1.48,1.71,2.07,2.46,2.65,3.02,3.81,4.73,5.58,6.43,6.46,6.41,6.14,5.94,5.84,5.61,5.7,5.57,5.82,6.27,6.2,5.76,5.96,6.36,6.08,6.1,7.48,8.69,7.29,9.18,10.08,11.77,12.04,11.86,12.63,10.61,10.24,9.63,9.09,8.42,10.14,8.16,7.72,8.08,7.67,7.32,7.17,9.29,10.8,10.39
-2024P,WI,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,19.82,20.91,17.88,17.72,24.54,14.86,13,16.75,17.16,15.38,14.61,21.43,23.5,20.37
-2024P,WI,WDRCD,0.57,0.6,0.6,0.69,1.07,1.12,1.2,1.36,1.44,2.06,2.87,3.53,3.43,3.32,3.37,3.24,2.6,2.48,2.5,2.76,3.56,3.41,3.12,3.05,2.96,2.9,3.32,3.31,2.87,2.94,4.41,4.22,3.82,4.59,5.21,6.91,7.96,8.79,10.83,8.13,9.6,11.54,12.85,12.58,12.27,8.45,7.22,8.08,8.94,8.6,7.11,8.53,13.2,12.07
-2024P,WV,CLRCD,0.66,1.07,1.25,0.94,1.46,1.22,1.22,1.81,1.52,1.43,1.59,2.14,2.22,1.64,1.71,1.66,1.37,1.23,1.24,1.29,1.43,1.31,1.15,1.18,1.19,1.1,1.16,1.32,1.3,1.36,1.3,1.59,1.55,1.69,2.32,2.8,3.09,2.46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,WV,DFRCD,1.37,1.46,1.47,1.64,2.54,2.69,2.9,3.31,3.33,4.69,6.65,8.29,7.88,7.65,7.73,7.42,5.65,5.78,5.67,6.34,7.57,7.14,6.6,6.54,6.19,6.23,7.34,7.36,6.26,6.04,9.57,8.71,8.06,9.98,11.42,15.63,17.35,19.07,24.81,17.46,21,27.36,27.27,28.29,27.34,17.9,15.49,17.64,19.24,18.78,16.38,19.57,29.58,28.06
-2024P,WV,ESRCD,6.41,6.76,7.14,7.28,8.75,10.47,11.32,10.92,11.36,11.57,12.64,14.61,16.72,16.99,16.38,17.38,17.84,17.87,17.39,17.31,17.28,17.33,18.08,18.47,18.65,19.05,18.69,18.34,18.45,18.39,18.36,18.35,18.27,18.29,18.25,18.19,18.62,19.73,20.7,23.16,25.77,27.52,28.87,27.91,27.37,29.55,33.54,34.09,32.78,32.97,34.6,35.62,38.77,41.18
-2024P,WV,NGRCD,0.87,0.91,0.94,0.94,1.07,1.4,1.6,2.44,2.53,2.86,3.48,4.08,4.97,5.78,5.81,5.99,5.9,5.57,5.11,5.34,6.03,6.06,5.92,6.05,6.26,6.64,6.62,6.38,6.86,7.03,6.98,7.5,7.94,8.91,10.31,12.18,14.06,13.57,13.52,13.63,10.58,10.06,9.97,9.27,9.35,9.53,8.43,8.7,9.01,9.12,9.27,9.62,11.11,14.41
-2024P,WV,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28.9,33.25,31.51,31.4,35.58,30.96,30.81,33.82,34.85,31.23,28.52,34.24,36.74,35.56
-2024P,WV,WDRCD,0.73,0.77,0.78,0.89,1.38,1.45,1.55,1.76,1.86,2.66,3.7,4.56,4.42,4.28,4.36,4.19,3.36,3.2,3.23,3.57,3.53,3.38,3.09,3.02,2.93,2.87,3.29,3.28,2.84,2.91,4.37,4.17,3.78,4.54,5.16,6.83,7.87,8.7,10.72,8.05,9.5,11.42,12.71,12.45,12.14,8.37,7.15,8,8.85,8.51,7.04,8.45,13.07,11.95
-2024P,WY,CLRCD,0.66,0.85,0.68,0.92,0.94,0.99,1.41,1.2,1.17,0.74,0.87,1.23,2.63,2.36,1.97,2.29,1.37,1.44,0.95,1.25,1.32,1.16,1.26,1.27,1.36,1.39,1.4,1.42,1.29,0.89,0.98,1.14,1.01,1.7,1.12,1.91,3.19,2.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-2024P,WY,DFRCD,1.28,1.36,1.36,1.58,2.51,2.84,2.94,3.25,3.26,4.64,6.94,8.26,8.14,7.38,7.36,10.07,5.72,3.73,4.29,5.43,6.35,6.05,4.79,6.02,5.9,3.28,7.47,7.03,5.83,6.05,8.74,8.11,6.82,8.98,10.49,15.73,17.87,19.57,23.91,15.52,19.66,25.38,26.05,25.41,24.14,14.41,12.95,17.42,19.55,18.83,15.46,18.47,28.53,26.12
-2024P,WY,ESRCD,7.52,7.53,7.66,7.3,7.64,7.58,7.62,8.01,8.7,9.07,11.66,12.93,13.61,15.72,16.06,16.6,17.66,17.9,17.11,17.71,17.5,17.59,17.83,17.47,17.7,17.86,17.96,18.24,18.41,18.57,19.04,19.85,20.43,20.63,21.14,21.91,22.7,22.72,24.08,25.14,25.71,26.69,28.86,29.77,30.76,32.14,32.63,33.33,33.08,32.75,32.56,32.74,32.5,33.59
-2024P,WY,NGRCD,0.67,0.69,0.72,0.75,0.85,1.09,1.25,1.69,2.09,2.7,2.66,3.31,4.53,4.84,5.55,4.92,4.69,4.45,4.25,4.46,4.4,4.48,4.46,4.52,4.83,4.54,4.02,4.28,4.86,4.86,5.84,8,5.82,6.82,8.27,10.1,11.14,8.53,9.85,9.1,8.32,8.43,8.14,7.93,8.98,8.8,7.92,8.5,8.1,7.5,8.22,9.51,12.66,12.99
-2024P,WY,PQRCD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22.6,26.46,24.1,23.83,28.45,20.87,19.82,23.43,24.43,21.13,18.28,24.48,27.4,25.25
-2024P,WY,WDRCD,0.72,0.76,0.77,0.88,1.36,1.43,1.53,1.74,1.83,2.63,3.66,4.51,4.37,4.23,4.31,4.14,3.32,3.16,3.2,3.53,4.75,4.55,4.16,4.06,3.94,3.86,4.43,4.41,3.82,3.92,5.88,5.62,5.09,6.11,6.95,9.2,10.6,11.71,14.42,10.83,12.78,15.36,17.11,16.76,16.34,11.26,9.62,10.76,11.9,11.46,9.47,11.37,17.58,16.07
diff --git a/hpxml-measures/ReportUtilityBills/tests/test_report_utility_bills.rb b/hpxml-measures/ReportUtilityBills/tests/test_report_utility_bills.rb
index 26958bebeb..a47eac6af5 100644
--- a/hpxml-measures/ReportUtilityBills/tests/test_report_utility_bills.rb
+++ b/hpxml-measures/ReportUtilityBills/tests/test_report_utility_bills.rb
@@ -59,9 +59,8 @@ def setup
@hpxml = HPXML.new(hpxml_path: @hpxml_path)
@hpxml_bldg = @hpxml.buildings[0]
- @hpxml_header = @hpxml.header
- @hpxml_header.utility_bill_scenarios.clear
- @hpxml_header.utility_bill_scenarios.add(name: 'Test',
+ @hpxml.header.utility_bill_scenarios.clear
+ @hpxml.header.utility_bill_scenarios.add(name: 'Test',
elec_fixed_charge: 8.0,
elec_marginal_rate: 0.1195179675994109,
natural_gas_fixed_charge: 8.0,
@@ -78,8 +77,8 @@ def setup
runner = OpenStudio::Measure::OSRunner.new(OpenStudio::WorkflowJSON.new)
weather_dir = File.join(File.dirname(__FILE__), '..', '..', 'weather')
weather = WeatherFile.new(epw_path: File.join(weather_dir, 'USA_CO_Denver.Intl.AP.725650_TMY3.epw'), runner: runner)
- Defaults.apply_header(@hpxml_header, @hpxml_bldg, weather)
- Defaults.apply_utility_bill_scenarios(runner, @hpxml_header, @hpxml_bldg, @has_fuel)
+ Defaults.apply_header(@hpxml.header, @hpxml_bldg, weather)
+ Defaults.apply_utility_bill_scenarios(runner, @hpxml.header, @hpxml_bldg, @has_fuel)
@root_path = File.absolute_path(File.join(File.dirname(__FILE__), '..', '..'))
@sample_files_path = File.join(@root_path, 'workflow', 'sample_files')
@@ -106,76 +105,63 @@ def teardown
# Simple (non-JSON) Calculations
def test_simple_pv_none
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_simple, @hpxml_header, [], utility_bill_scenario)
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ @hpxml_bldg.pv_systems.clear
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_simple, @hpxml)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_simple_pv_1kW_net_metering_user_excess_rate
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_simple, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_simple, @hpxml)
@expected_bills['Test: Electricity: PV Credit (USD)'] = -177
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_simple_pv_10kW_net_metering_user_excess_rate
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_simple, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_simple, @hpxml)
@expected_bills['Test: Electricity: PV Credit (USD)'] = -920
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_simple_pv_10kW_net_metering_retail_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_simple, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_simple, @hpxml)
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1777
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_simple_pv_10kW_net_metering_zero_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate = 0.0
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate = 0.0
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_simple, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_simple, @hpxml)
@expected_bills['Test: Electricity: PV Credit (USD)'] = -632
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_simple_pv_1kW_feed_in_tariff
- @hpxml_header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
- @hpxml_header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
+ @hpxml.header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
+ @hpxml.header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_simple, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_simple, @hpxml)
@expected_bills['Test: Electricity: PV Credit (USD)'] = -178
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_simple_pv_10kW_feed_in_tariff
- @hpxml_header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
- @hpxml_header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
+ @hpxml.header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
+ @hpxml.header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_simple, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_simple, @hpxml)
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1785
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
@@ -463,11 +449,10 @@ def test_downloaded_utility_rates
require 'tempfile'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
Zip.on_exists_proc = true
Zip::File.open(File.join(File.dirname(__FILE__), '../resources/detailed_rates/openei_rates.zip')) do |zip_file|
zip_file.each_with_index do |entry, i|
- break if i >= 1000 # No need to run *every* file, that will take a while
+ break if i >= 500 # No need to run *every* file, that will take a while
next unless entry.file?
tmpdir = Dir.tmpdir
@@ -477,10 +462,10 @@ def test_downloaded_utility_rates
File.open(tmp_path, 'wb') do |f|
f.print entry.get_input_stream.read
- utility_bill_scenario.elec_tariff_filepath = tmp_path
+ @hpxml.header.utility_bill_scenarios[0].elec_tariff_filepath = tmp_path
File.delete(@bills_csv) if File.exist? @bills_csv
File.delete(@bills_monthly_csv) if File.exist? @bills_monthly_csv
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
if !File.exist?(@bills_csv)
flunk "#{entry.name} was not successful."
end
@@ -501,635 +486,557 @@ def test_downloaded_utility_rates
# Flat (Same as simple tests above)
def test_detailed_flat_pv_none
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_flat_pv_none_fixed_daily_charge
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Fixed Daily Charge.json'
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Fixed Daily Charge.json'
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 91.25
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_flat_pv_1kW_net_metering_user_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: PV Credit (USD)'] = -177
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_flat_pv_10kW_net_metering_user_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: PV Credit (USD)'] = -920
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_flat_pv_10kW_net_metering_retail_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1777
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_flat_pv_10kW_net_metering_zero_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate = 0.0
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate = 0.0
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: PV Credit (USD)'] = -632
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_flat_pv_1kW_feed_in_tariff
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
- @hpxml_header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
+ @hpxml.header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: PV Credit (USD)'] = -178
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_flat_pv_10kW_feed_in_tariff
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
- @hpxml_header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
+ @hpxml.header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1785
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
# Tiered
def test_detailed_tiered_pv_none
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 580
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tiered_pv_1kW_net_metering_user_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 580
@expected_bills['Test: Electricity: PV Credit (USD)'] = -190
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tiered_pv_10kW_net_metering_user_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 580
@expected_bills['Test: Electricity: PV Credit (USD)'] = -867
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tiered_pv_10kW_net_metering_retail_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 580
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1443
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tiered_pv_10kW_net_metering_zero_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate = 0.0
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate = 0.0
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 580
@expected_bills['Test: Electricity: PV Credit (USD)'] = -580
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tiered_pv_1kW_feed_in_tariff
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
- @hpxml_header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
+ @hpxml.header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 580
@expected_bills['Test: Electricity: PV Credit (USD)'] = -178
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tiered_pv_10kW_feed_in_tariff
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
- @hpxml_header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
+ @hpxml.header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 580
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1785
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
# Time-of-Use
def test_detailed_tou_pv_none
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 393
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tou_pv_1kW_net_metering_user_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 393
@expected_bills['Test: Electricity: PV Credit (USD)'] = -112
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tou_pv_10kW_net_metering_user_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 393
@expected_bills['Test: Electricity: PV Credit (USD)'] = -681
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tou_pv_10kW_net_metering_retail_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 393
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1127
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tou_pv_10kW_net_metering_zero_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate = 0.0
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate = 0.0
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 393
@expected_bills['Test: Electricity: PV Credit (USD)'] = -393
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tou_pv_1kW_feed_in_tariff
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
- @hpxml_header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
+ @hpxml.header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 393
@expected_bills['Test: Electricity: PV Credit (USD)'] = -178
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tou_pv_10kW_feed_in_tariff
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
- @hpxml_header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
+ @hpxml.header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 393
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1785
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
# Tiered and Time-of-Use
def test_detailed_tiered_tou_pv_none
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 377
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tiered_tou_pv_1kW_net_metering_user_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 377
@expected_bills['Test: Electricity: PV Credit (USD)'] = -108
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tiered_tou_pv_10kW_net_metering_user_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 377
@expected_bills['Test: Electricity: PV Credit (USD)'] = -665
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tiered_tou_pv_10kW_net_metering_retail_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 377
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1000
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tiered_tou_pv_10kW_net_metering_zero_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate = 0.0
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate = 0.0
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 377
@expected_bills['Test: Electricity: PV Credit (USD)'] = -377
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tiered_tou_pv_1kW_feed_in_tariff
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
- @hpxml_header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
+ @hpxml.header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 377
@expected_bills['Test: Electricity: PV Credit (USD)'] = -178
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_tiered_tou_pv_10kW_feed_in_tariff
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
- @hpxml_header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
+ @hpxml.header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 377
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1785
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
# Real-time Pricing
def test_detailed_rtp_pv_none
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 354
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_rtp_pv_1kW_net_metering_user_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 354
@expected_bills['Test: Electricity: PV Credit (USD)'] = -106
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_rtp_pv_10kW_net_metering_user_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 354
@expected_bills['Test: Electricity: PV Credit (USD)'] = -641
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_rtp_pv_10kW_net_metering_retail_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 354
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1060
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_rtp_pv_10kW_net_metering_zero_excess_rate
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate = 0.0
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate = 0.0
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 354
@expected_bills['Test: Electricity: PV Credit (USD)'] = -354
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_rtp_pv_1kW_feed_in_tariff
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
- @hpxml_header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
+ @hpxml.header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 354
@expected_bills['Test: Electricity: PV Credit (USD)'] = -178
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_rtp_pv_10kW_feed_in_tariff
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
- @hpxml_header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_compensation_type = HPXML::PVCompensationTypeFeedInTariff
+ @hpxml.header.utility_bill_scenarios[-1].pv_feed_in_tariff_rate = 0.12
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 108
@expected_bills['Test: Electricity: Energy (USD)'] = 354
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1785
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
# Extra Fees & Charges
+ def test_pv_none_with_pv_grid_fee_dollars_per_kW
+ # Check PV grid fee not applied if no PV
+ @hpxml.header.utility_bill_scenarios[-1].pv_monthly_grid_connection_fee_dollars_per_kw = 2.50
+ @hpxml_bldg.pv_systems.clear
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_simple, @hpxml)
+ _check_bills(@expected_bills, actual_bills)
+ _check_monthly_bills(actual_bills, actual_monthly_bills)
+ end
+
+ def test_pv_none_with_pv_grid_fee_dollars
+ # Check PV grid fee not applied if no PV
+ @hpxml.header.utility_bill_scenarios[-1].pv_monthly_grid_connection_fee_dollars = 7.50
+ @hpxml_bldg.pv_systems.clear
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_simple, @hpxml)
+ _check_bills(@expected_bills, actual_bills)
+ _check_monthly_bills(actual_bills, actual_monthly_bills)
+ end
+
def test_simple_pv_1kW_grid_fee_dollars_per_kW
- @hpxml_header.utility_bill_scenarios[-1].pv_monthly_grid_connection_fee_dollars_per_kw = 2.50
+ @hpxml.header.utility_bill_scenarios[-1].pv_monthly_grid_connection_fee_dollars_per_kw = 2.50
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_simple, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_simple, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 126
@expected_bills['Test: Electricity: PV Credit (USD)'] = -177
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_simple_pv_1kW_grid_fee_dollars
- @hpxml_header.utility_bill_scenarios[-1].pv_monthly_grid_connection_fee_dollars = 7.50
+ @hpxml.header.utility_bill_scenarios[-1].pv_monthly_grid_connection_fee_dollars = 7.50
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_simple, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_simple, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 186
@expected_bills['Test: Electricity: PV Credit (USD)'] = -177
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_pv_1kW_grid_fee_dollars_per_kW
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_monthly_grid_connection_fee_dollars_per_kw = 2.50
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_monthly_grid_connection_fee_dollars_per_kw = 2.50
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 126
@expected_bills['Test: Electricity: PV Credit (USD)'] = -177
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_pv_1kW_grid_fee_dollars
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_monthly_grid_connection_fee_dollars = 7.50
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_monthly_grid_connection_fee_dollars = 7.50
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 186
@expected_bills['Test: Electricity: PV Credit (USD)'] = -177
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_pv_none_min_monthly_charge
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Monthly Charge.json'
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Monthly Charge.json'
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 96
@expected_bills['Test: Electricity: Energy (USD)'] = 632
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_pv_none_min_annual_charge
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Annual Charge.json'
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Annual Charge.json'
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 96
@expected_bills['Test: Electricity: Energy (USD)'] = 632
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_pv_1kW_net_metering_user_excess_rate_min_monthly_charge
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Monthly Charge.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Monthly Charge.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 96
@expected_bills['Test: Electricity: Energy (USD)'] = 632
@expected_bills['Test: Electricity: PV Credit (USD)'] = -177
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_pv_1kW_net_metering_user_excess_rate_min_annual_charge
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Annual Charge.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Annual Charge.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 96
@expected_bills['Test: Electricity: Energy (USD)'] = 632
@expected_bills['Test: Electricity: PV Credit (USD)'] = -177
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_pv_10kW_net_metering_user_excess_rate_min_monthly_charge
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Monthly Charge.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Monthly Charge.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 180
@expected_bills['Test: Electricity: Energy (USD)'] = 632
@expected_bills['Test: Electricity: PV Credit (USD)'] = -920
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_pv_10kW_net_metering_user_excess_rate_min_annual_charge
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Annual Charge.json'
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Annual Charge.json'
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 200
@expected_bills['Test: Electricity: Energy (USD)'] = 632
@expected_bills['Test: Electricity: PV Credit (USD)'] = -920
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_pv_10kW_net_metering_retail_excess_rate_min_monthly_charge
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Monthly Charge.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Monthly Charge.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 180
@expected_bills['Test: Electricity: Energy (USD)'] = 632
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1777
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
def test_detailed_pv_10kW_net_metering_retail_excess_rate_min_annual_charge
- @hpxml_header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Annual Charge.json'
- @hpxml_header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
+ @hpxml.header.utility_bill_scenarios[-1].elec_tariff_filepath = '../../ReportUtilityBills/resources/detailed_rates/Sample Flat Rate Min Annual Charge.json'
+ @hpxml.header.utility_bill_scenarios[-1].pv_net_metering_annual_excess_sellback_rate_type = HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost
@hpxml_bldg.pv_systems.each { |pv_system| pv_system.max_power_output = 10000.0 / @hpxml_bldg.pv_systems.size }
- utility_bill_scenario = @hpxml_header.utility_bill_scenarios[0]
- actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml_header, @hpxml.buildings, utility_bill_scenario)
+ actual_bills, actual_monthly_bills = _bill_calcs(@fuels_pv_10kw_detailed, @hpxml)
@expected_bills['Test: Electricity: Fixed (USD)'] = 200
@expected_bills['Test: Electricity: Energy (USD)'] = 632
@expected_bills['Test: Electricity: PV Credit (USD)'] = -1777
- expected_bills = _get_expected_bills(@expected_bills)
- _check_bills(expected_bills, actual_bills)
+ _check_bills(@expected_bills, actual_bills)
_check_monthly_bills(actual_bills, actual_monthly_bills)
end
@@ -1148,6 +1055,7 @@ def _get_expected_bills(expected_bills)
end
def _check_bills(expected_bills, actual_bills)
+ expected_bills = _get_expected_bills(expected_bills)
bills = expected_bills.keys | actual_bills.keys
bills.each do |bill|
assert(expected_bills.keys.include?(bill))
@@ -1210,14 +1118,15 @@ def _load_timeseries(pv_size_kw, use_hourly_electricity)
return fuels
end
- def _bill_calcs(fuels, header, hpxml_buildings, utility_bill_scenario)
+ def _bill_calcs(fuels, hpxml)
runner = OpenStudio::Measure::OSRunner.new(OpenStudio::WorkflowJSON.new)
args = { output_format: 'csv', include_annual_bills: true, include_monthly_bills: true, register_annual_bills: true, register_monthly_bills: true }
utility_rates, utility_bills = @measure.setup_utility_outputs()
- pv_monthly_fee = @measure.get_pv_monthly_fee(utility_bill_scenario, hpxml_buildings)
+ utility_bill_scenario = hpxml.header.utility_bill_scenarios[0]
+ pv_monthly_fee = @measure.get_pv_monthly_fee(utility_bill_scenario, hpxml.buildings)
@measure.get_utility_rates(@hpxml_path, @has_fuel, utility_rates, utility_bill_scenario, pv_monthly_fee)
- @measure.get_utility_bills(fuels, utility_rates, utility_bills, utility_bill_scenario, header)
+ @measure.get_utility_bills(fuels, utility_rates, utility_bills, utility_bill_scenario, hpxml.header)
# Annual
output_path = File.join(File.dirname(__FILE__), "results_bills.#{args[:output_format]}")
@@ -1231,7 +1140,7 @@ def _bill_calcs(fuels, header, hpxml_buildings, utility_bill_scenario)
timestamps = (1..12).to_a
monthly_data = []
monthly_output_path = File.join(File.dirname(__FILE__), "results_bills_monthly.#{args[:output_format]}")
- @measure.get_monthly_output_results(args, utility_bills, utility_bill_scenario.name, monthly_data, header)
+ @measure.get_monthly_output_results(args, utility_bills, utility_bill_scenario.name, monthly_data, hpxml.header)
@measure.report_monthly_output_results(runner, args, timestamps, monthly_data, monthly_output_path)
# Check written values exist
diff --git a/hpxml-measures/docs/source/workflow_inputs.rst b/hpxml-measures/docs/source/workflow_inputs.rst
index 64ee1d7371..1df9f0099c 100644
--- a/hpxml-measures/docs/source/workflow_inputs.rst
+++ b/hpxml-measures/docs/source/workflow_inputs.rst
@@ -39,14 +39,16 @@ To enable advanced research features, additional information is entered in ``/HP
These features may require shorter timesteps, allow more sophisticated simulation control, and/or impact simulation runtime.
- ====================================== ======== ======= ================ ======== ======== ========================================================
- Element Type Units Constraints Required Default Notes
- ====================================== ======== ======= ================ ======== ======== ========================================================
- ``TemperatureCapacitanceMultiplier`` double > 0 No 7.0 [#]_ Multiplier on air heat capacitance [#]_
- ``OnOffThermostatDeadbandTemperature`` double F > 0 [#]_ No Temperature difference between cut-in and cut-out temperature for HVAC operation [#]_
- ``HeatPumpBackupCapacityIncrement`` double Btu/hr > 0 [#]_ No Capacity increment of multi-stage heat pump backup systems [#]_
- ``GroundToAirHeatPumpModelType`` string See [#]_ No standard Ground-to-air heat pump system model type [#]_
- ====================================== ======== ======= ================ ======== ======== ========================================================
+ ============================================= ======== ======= ================ ======== ======== ========================================================
+ Element Type Units Constraints Required Default Notes
+ ============================================= ======== ======= ================ ======== ======== ========================================================
+ ``TemperatureCapacitanceMultiplier`` double > 0 No 7.0 [#]_ Multiplier on air heat capacitance [#]_
+ ``OnOffThermostatDeadbandTemperature`` double F > 0 [#]_ No Temperature difference between cut-in and cut-out temperature for HVAC operation [#]_
+ ``LatentDegradationModel/Enabled`` boolean No false Whether to use the latent degradation model for cooling systems [#]_
+ ``LatentDegradationModel/HVACBlowerOffDelay`` double sec >= 0 No See [#]_ HVAC blower-off delay when using the latent degradation model
+ ``HeatPumpBackupCapacityIncrement`` double Btu/hr > 0 [#]_ No Capacity increment of multi-stage heat pump backup systems [#]_
+ ``GroundToAirHeatPumpModelType`` string See [#]_ No standard Ground-to-air heat pump system model type [#]_
+ ============================================= ======== ======= ================ ======== ======== ========================================================
.. [#] The default value of 7 is an average value found in the literature when calibrating timeseries EnergyPlus indoor temperatures to field data.
.. [#] TemperatureCapacitanceMultiplier affects the transient calculation of indoor air temperatures.
@@ -62,6 +64,11 @@ These features may require shorter timesteps, allow more sophisticated simulatio
When this feature is enabled, the model will also explicitly model cycling, such that it will take several minutes for the HVAC to reach full capacity for single and two speed AC/ASHP systems, and time-based realistic staging (stay at low speed for 5 minutes before transitioning to the higher stage, and stay at high speed until cut-out deadband temperature is reached) for two speed AC/ASHP systems.
This feature should only be used if detailed power profiles and loads are required.
Common use cases for this feature are when modeling advanced controls, such as a Home Energy Management System, or if performing co-simulation with a grid model.
+ .. [#] The latent degradation model for cooling systems is suggested when running simulations where latent load or dehumidifier energy use is of interest.
+ This model accounts for latent removal during coil start-up, and moisture re-introduced to the conditioned space during the blower-off delay (forced evaporation) and during the remaining off cycle time after the blower shuts off (natural evaporation).
+ It currently applies to central air conditioners and central air source heat pumps only.
+ See `Understanding the Dehumidification Performance of Air-Conditioning Equipment at Part-Load Conditions _` for more information.
+ .. [#] When the latent degradation model is enabled, the HVAC blower-off delay defaults to 45 seconds.
.. [#] HeatPumpBackupCapacityIncrement is currently only allowed with a 1 minute timestep.
.. [#] HeatPumpBackupCapacityIncrement allows modeling multi-stage electric heat pump backup with time-based staging.
If not provided, the heat pump backup is modeled with a single stage.
@@ -191,7 +198,7 @@ For simple utility rate structures, inputs can be entered using a fixed charge a
================================ ======== ======= =========== ======== ======== ====================
.. [#] If running :ref:`bldg_type_whole_mf_buildings`, the fixed charge will apply to every dwelling unit in the building.
- .. [#] If MarginalRate not provided, it defaults to state-level value based on 2023 EIA SEDS data, available at ``ReportUtilityBills/resources/simple_rates/pr_all_update.csv``.
+ .. [#] If MarginalRate not provided, it defaults to state-level value based on EIA SEDS data, available at ``ReportUtilityBills/resources/simple_rates/eia_fuel_rates_by_state.csv``.
**Detailed**
@@ -227,7 +234,7 @@ For each scenario, fuel rates can be optionally entered as an ``/HPXML/SoftwareI
.. [#] FuelType choices are "natural gas", "propane", "fuel oil", "coal", "wood", and "wood pellets".
.. [#] FixedCharge defaults to $12/month for natural gas and $0/month for other fuels.
.. [#] MarginalRate units are $/therm for natural gas, $/gallon for propane and fuel oil, and $/kBtu for other fuels.
- .. [#] If MarginalRate not provided, it defaults to state-level value based on 2023 EIA SEDS data, available at ``ReportUtilityBills/resources/simple_rates/pr_all_update.csv``.
+ .. [#] If MarginalRate not provided, it defaults to state-level value based on EIA SEDS data, available at ``ReportUtilityBills/resources/simple_rates/eia_fuel_rates_by_state.csv``.
PV Compensation
~~~~~~~~~~~~~~~
@@ -302,7 +309,7 @@ You can create an additional column in the CSV file to define another unavailabl
.. warning::
- It is not possible to eliminate all HVAC/DHW energy use (e.g. crankcase/defrost energy, water heater parasitics) in EnergyPlus during an unavailable period.
+ It is not possible to eliminate all DHW energy use (e.g. water heater parasitics) in EnergyPlus during an unavailable period.
.. _hpxml_electric_panel_calculations:
@@ -3502,10 +3509,6 @@ If not provided, OpenStudio-HPXML defaults to year-round availability of heating
``EndDayOfMonth`` integer >= 1, <= 31 Yes End day
=================== ======== ===== =========== ======== ======= ===========
-.. warning::
-
- It is not possible to eliminate all HVAC energy use (e.g. crankcase/defrost energy) in EnergyPlus outside of an HVAC season.
-
HPXML HVAC Setpoints
~~~~~~~~~~~~~~~~~~~~
diff --git a/hpxml-measures/docs/source/workflow_outputs.rst b/hpxml-measures/docs/source/workflow_outputs.rst
index a8d9501160..bd229188d4 100644
--- a/hpxml-measures/docs/source/workflow_outputs.rst
+++ b/hpxml-measures/docs/source/workflow_outputs.rst
@@ -335,10 +335,12 @@ If running :ref:`bldg_type_whole_mf_buildings`, values will reflect hours in whi
============================ =====
.. [#] The unmet heating and cooling numbers reflect the number of hours during the heating/cooling season when the conditioned space temperature deviates more than 0.2 deg-C (0.36 deg-F) from the heating/cooling setpoint.
+ OpenStudio-HPXML will issue a warning if there are more than 300 unmet hours for heating or cooling.
.. [#] The unmet EV driving number represents the total time in which the electric vehicle discharge schedule exceeds zero while the EV battery's state of charge is at its minimum level.
Unmet EV driving hours indicate unrealized driving events and reduced EV charging energy.
Unmet hours will only occur when using the detailed electric vehicle model in :ref:`hpxml_vehicles`, not the simple EV charging in :ref:`plug_loads`.
+ OpenStudio-HPXML will issue a warning if there are unmet hours for EV driving.
Peak Building Electricity
~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/hpxml-measures/tasks.rb b/hpxml-measures/tasks.rb
index 71b473be1b..2041e56590 100644
--- a/hpxml-measures/tasks.rb
+++ b/hpxml-measures/tasks.rb
@@ -417,7 +417,8 @@ def apply_hpxml_modification_sample_files(hpxml_path, hpxml)
elsif ['base-schedules-simple-vacancy.xml',
'base-schedules-detailed-occupancy-stochastic-vacancy.xml'].include? hpxml_file
hpxml.header.unavailable_periods.add(column_name: 'Vacancy', begin_month: 12, begin_day: 1, end_month: 1, end_day: 31, natvent_availability: HPXML::ScheduleUnavailable)
- elsif ['base-schedules-detailed-mixed-timesteps-power-outage.xml',
+ elsif ['base-hvac-air-to-air-heat-pump-1-speed-power-outage.xml',
+ 'base-schedules-detailed-mixed-timesteps-power-outage.xml',
'base-schedules-detailed-occupancy-stochastic-power-outage.xml'].include? hpxml_file
hpxml.header.unavailable_periods.add(column_name: 'Power Outage', begin_month: 12, begin_day: 1, begin_hour: 5, end_month: 1, end_day: 31, end_hour: 14)
elsif ['base-schedules-simple-no-space-heating.xml'].include? hpxml_file
@@ -517,6 +518,7 @@ def apply_hpxml_modification_sample_files(hpxml_path, hpxml)
iecc_zone = {
'USA_HI_Honolulu.Intl.AP.911820_TMY3.epw' => '1A',
'USA_FL_Miami.Intl.AP.722020_TMY3.epw' => '1A',
+ 'USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw' => '2A',
'USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.epw' => '2B',
'USA_TX_Dallas-Fort.Worth.Intl.AP.722590_TMY3.epw' => '3A',
'USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3.epw' => '4A',
@@ -2053,7 +2055,7 @@ def apply_hpxml_modification_sample_files(hpxml_path, hpxml)
compressor_type: HPXML::HVACCompressorTypeVariableSpeed,
primary_cooling_system: true,
primary_heating_system: true)
- elsif ['base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems.xml'].include? hpxml_file
+ elsif ['base-hvac-air-to-air-heat-pump-var-speed-research-features-two-systems.xml'].include? hpxml_file
hpxml_bldg.heat_pumps << hpxml_bldg.heat_pumps[0].dup
hpxml_bldg.heat_pumps[-1].id += "#{hpxml_bldg.hvac_distributions.size}"
hpxml_bldg.heat_pumps[-1].primary_cooling_system = false
@@ -3491,7 +3493,7 @@ def check_hpxml(hpxml_path, hpxml)
end
end
-def download_utility_rates
+def download_detailed_utility_rates
require_relative 'HPXMLtoOpenStudio/resources/util'
require_relative 'ReportUtilityBills/resources/util'
@@ -3552,15 +3554,159 @@ def download_g_functions
exit!
end
+def download_simple_utility_rates
+ require 'net/http'
+ require 'uri'
+ require 'json'
+ require 'csv'
+ require 'openssl'
+
+ # Load .env file if it exists
+ env_path = File.join(File.dirname(__FILE__), '.env')
+ if File.exist?(env_path)
+ File.foreach(env_path) do |line|
+ line.strip!
+ next if line.empty? || line.start_with?('#')
+
+ key, value = line.split('=', 2)
+ ENV[key.strip] = value.strip if key && value
+ end
+ end
+
+ # EIA API v2 SEDS endpoint. Register for a free key at:
+ # https://www.eia.gov/opendata/register.php
+ api_key = ENV['EIA_API_KEY']
+ if api_key.nil? || api_key.empty?
+ puts 'ERROR: EIA_API_KEY is not set.'
+ puts 'Options:'
+ puts ' 1. Create a .env file in the project root with: EIA_API_KEY='
+ puts ' 2. Set the environment variable: export EIA_API_KEY='
+ puts 'Register for a free key at https://www.eia.gov/opendata/register.php'
+ exit!
+ end
+
+ simple_rates_dir = File.join(File.dirname(__FILE__), 'ReportUtilityBills', 'resources', 'simple_rates')
+ FileUtils.mkdir_p(simple_rates_dir) unless File.exist?(simple_rates_dir)
+ filepath = File.join(simple_rates_dir, 'eia_fuel_rates_by_state.csv')
+
+ base_url = 'https://api.eia.gov/v2/seds/data/'
+ page_length = 5000
+
+ # Residential fuel price series (MSN codes)
+ msn_codes = {
+ 'DFRCD' => 'fuel oil', # Distillate fuel oil price in the residential sector ($/MMBtu)
+ 'ESRCD' => 'electricity', # Electricity price in the residential sector ($/MMBtu)
+ 'NGRCD' => 'natural gas', # Natural gas price in the residential sector ($/MMBtu)
+ 'PQRCD' => 'propane', # Propane price in the residential sector ($/MMBtu)
+ 'WDRCD' => 'wood', # Wood price in the residential sector ($/MMBtu)
+ }
+
+ latest_rates = Hash.new { |h, k| h[k] = {} }
+
+ msn_codes.each do |msn, fuel|
+ puts " Fetching SEDS series: #{msn} (#{fuel})..."
+
+ offset = 0
+ loop do
+ query_parts = [
+ "api_key=#{URI.encode_www_form_component(api_key)}",
+ 'frequency=annual',
+ 'data[0]=value',
+ "facets[seriesId][0]=#{URI.encode_www_form_component(msn)}",
+ 'sort[0][column]=period',
+ 'sort[0][direction]=asc',
+ "offset=#{offset}",
+ "length=#{page_length}"
+ ]
+ url = "#{base_url}?#{query_parts.join('&')}"
+
+ parsed = nil
+ begin
+ uri = URI(url)
+ http = Net::HTTP.new(uri.host, uri.port)
+ http.use_ssl = true
+ http.verify_mode = OpenSSL::SSL::VERIFY_NONE
+
+ request = Net::HTTP::Get.new(uri)
+ request['Accept'] = 'application/json'
+
+ response = http.request(request)
+
+ if response.is_a?(Net::HTTPSuccess)
+ parsed = JSON.parse(response.body)
+ else
+ puts "API Error: #{response.code}"
+ end
+ rescue JSON::ParserError => e
+ puts "JSON Parsing Error: #{e.message}"
+ rescue StandardError => e
+ puts "Network Error: #{e.message}"
+ end
+
+ if parsed.nil? || parsed['response'].nil? || parsed['response']['data'].nil?
+ puts "Error: Unexpected API response for #{msn}: #{parsed.inspect}"
+ exit!
+ end
+
+ data = parsed['response']['data']
+ total = parsed['response']['total'].to_i
+
+ data.each do |row|
+ state = row['stateId']
+ period = row['period'].to_i
+ value = row['value']
+
+ next if value.nil? || value.to_f == 0.0
+
+ existing = latest_rates[state][fuel]
+
+ next unless existing.nil? || period > existing[:period]
+
+ latest_rates[state][fuel] = {
+ period: period,
+ value: value.to_f
+ }
+ end
+
+ offset += data.size
+ break if offset >= total || data.empty?
+ end
+ end
+
+ puts "Writing to #{filepath}..."
+
+ CSV.open(filepath, 'w') do |csv|
+ csv << ['year', 'state', 'fuel', 'rate_dollar_per_mmbtu']
+
+ latest_rates.keys.sort.each do |state|
+ msn_codes.values.each do |fuel|
+ entry = latest_rates[state][fuel]
+ next if entry.nil?
+
+ csv << [
+ entry[:period],
+ state,
+ fuel,
+ entry[:value].round(4)
+ ]
+ end
+ end
+ end
+
+ puts "Completed. Data written to #{filepath}."
+ exit!
+end
+
command_list = [
:update_measures,
:update_hpxmls,
:unit_tests,
:workflow_tests1,
:workflow_tests2,
- :create_release_zips,
- :download_utility_rates,
- :download_g_functions
+ :create_release_zip,
+ :download_simple_utility_rates,
+ :download_detailed_utility_rates,
+ :download_g_functions,
]
def display_usage(command_list)
@@ -3658,15 +3804,15 @@ def display_usage(command_list)
puts 'All tests passed.'
end
-if ARGV[0].to_sym == :download_utility_rates
- download_utility_rates
+if ARGV[0].to_sym == :download_detailed_utility_rates
+ download_detailed_utility_rates
end
if ARGV[0].to_sym == :download_g_functions
download_g_functions
end
-if ARGV[0].to_sym == :create_release_zips
+if ARGV[0].to_sym == :create_release_zip
if ENV['CI']
# CI doesn't have git, so default to everything
git_files = Dir['**/*.*']
@@ -3753,3 +3899,7 @@ def display_usage(command_list)
puts 'Done.'
end
+
+if ARGV[0].to_sym == :download_simple_utility_rates
+ download_simple_utility_rates
+end
diff --git a/hpxml-measures/workflow/hpxml_inputs.json b/hpxml-measures/workflow/hpxml_inputs.json
index 4dbcdb5804..537a68636f 100644
--- a/hpxml-measures/workflow/hpxml_inputs.json
+++ b/hpxml-measures/workflow/hpxml_inputs.json
@@ -429,6 +429,29 @@
"parent_hpxml": "sample_files/base-appliances-dehumidifier.xml",
"appliance_dehumidifier": "Detailed Example: Whole-Home, 60 pints/day, EF 2.3"
},
+ "sample_files/base-appliances-dehumidifier-mechvent.xml": {
+ "parent_hpxml": "sample_files/base-appliances-dehumidifier.xml",
+ "location_epw_path": "USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw",
+ "ventilation_mechanical": "Supply Only"
+ },
+ "sample_files/base-appliances-dehumidifier-mechvent-latent-degradation-model-0s.xml": {
+ "parent_hpxml": "sample_files/base-appliances-dehumidifier-mechvent.xml",
+ "advanced_feature_2": "Latent Degradation Model w/ Blower-Off Delay, 0 sec"
+ },
+ "sample_files/base-appliances-dehumidifier-mechvent-latent-degradation-model-45s.xml": {
+ "parent_hpxml": "sample_files/base-appliances-dehumidifier-mechvent.xml",
+ "advanced_feature_2": "Latent Degradation Model w/ Blower-Off Delay, 45 sec"
+ },
+ "sample_files/base-appliances-dehumidifier-mechvent-latent-degradation-model-ashp.xml": {
+ "parent_hpxml": "sample_files/base-appliances-dehumidifier-mechvent.xml",
+ "advanced_feature_2": "Latent Degradation Model w/ Blower-Off Delay, 45 sec",
+ "hvac_heating_system": "None",
+ "hvac_cooling_system": "None",
+ "hvac_heat_pump": "Central HP, SEER2 21.0, HSPF2 9.2",
+ "hvac_heat_pump_capacity": "2.0 tons",
+ "hvac_heat_pump_heating_load_served": "100%",
+ "hvac_heat_pump_cooling_load_served": "100%"
+ },
"sample_files/base-appliances-dehumidifier-multiple.xml": {
"parent_hpxml": "sample_files/base-appliances-dehumidifier.xml"
},
@@ -623,8 +646,8 @@
"geometry_window_areas_or_wwrs": "0.18, 0.18, 0.18, 0.18",
"geometry_door_area": "20",
"enclosure_carpet": "80% Carpet",
- "hvac_heating_system_capacity": "10 kBtu/hr",
- "hvac_cooling_system_capacity": "1.0 tons",
+ "hvac_heating_system_capacity": "20 kBtu/hr",
+ "hvac_cooling_system_capacity": "1.5 tons",
"hvac_ducts": "0 CFM25 per 100ft2, Uninsulated",
"hvac_ducts_supply_location": "Conditioned Space",
"hvac_ducts_return_location": "Conditioned Space"
@@ -636,9 +659,7 @@
"parent_hpxml": "sample_files/base-bldgtype-mf-unit.xml"
},
"sample_files/base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml": {
- "parent_hpxml": "sample_files/base-bldgtype-mf-unit.xml",
- "hvac_heating_system_capacity": "20 kBtu/hr",
- "hvac_cooling_system_capacity": "1.5 tons"
+ "parent_hpxml": "sample_files/base-bldgtype-mf-unit.xml"
},
"sample_files/base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml": {
"parent_hpxml": "sample_files/base-bldgtype-mf-unit.xml"
@@ -1261,7 +1282,8 @@
"geometry_foundation_type": "Belly and Wing, No Skirt"
},
"sample_files/base-foundation-complex.xml": {
- "parent_hpxml": "sample_files/base.xml"
+ "parent_hpxml": "sample_files/base.xml",
+ "hvac_cooling_system_capacity": "2.5 tons"
},
"sample_files/base-foundation-conditioned-basement-slab-insulation.xml": {
"parent_hpxml": "sample_files/base.xml",
@@ -1419,6 +1441,14 @@
"sample_files/base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml": {
"parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml"
},
+ "sample_files/base-hvac-air-to-air-heat-pump-1-speed-power-outage.xml": {
+ "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml"
+ },
+ "sample_files/base-hvac-air-to-air-heat-pump-1-speed-hvac-seasons.xml": {
+ "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml",
+ "hvac_control_heating_season_period": "Nov 1 - May 1",
+ "hvac_control_cooling_season_period": "Jun 1 - Oct 1"
+ },
"sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml": {
"parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml",
"hvac_heat_pump": "Central HP, SEER2 17.0, HSPF2 8.2"
@@ -1447,7 +1477,7 @@
"sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml": {
"parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml",
"hvac_heat_pump": "Central HP, SEER2 21.0, HSPF2 9.2",
- "hvac_heat_pump_capacity": "1.5 tons",
+ "hvac_heat_pump_capacity": "2.0 tons",
"hvac_heat_pump_backup": "Separate Heating System",
"hvac_heating_system_2": "Boiler, 80% AFUE",
"hvac_heating_system_2_fuel": "Natural Gas",
@@ -1462,8 +1492,7 @@
"parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml",
"hvac_heat_pump": "Central HP, SEER2 21.0, HSPF2 9.2",
"hvac_heat_pump_backup": "Separate Heating System",
- "hvac_heat_pump_temperatures": "30F Min Compressor Temp, 30F Max HP Backup Temp",
- "hvac_heat_pump_capacity": "2.0 tons"
+ "hvac_heat_pump_temperatures": "30F Min Compressor Temp, 30F Max HP Backup Temp"
},
"sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml": {
"parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml",
@@ -1491,14 +1520,12 @@
"schedules_paths": "../../HPXMLtoOpenStudio/resources/schedule_files/hvac-variable-system-maximum-power-ratios-varied.csv",
"simulation_control_timestep": "60"
},
- "sample_files/base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems.xml": {
- "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml",
- "schedules_paths": "../../HPXMLtoOpenStudio/resources/schedule_files/hvac-variable-system-maximum-power-ratios-varied.csv",
+ "sample_files/base-hvac-air-to-air-heat-pump-var-speed-research-features-two-systems.xml": {
+ "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed-research-features.xml",
"hvac_ducts": "2 CFM25 per 100ft2, R-4"
},
- "sample_files/base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins.xml": {
- "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml",
- "schedules_paths": "../../HPXMLtoOpenStudio/resources/schedule_files/hvac-variable-system-maximum-power-ratios-varied.csv",
+ "sample_files/base-hvac-air-to-air-heat-pump-var-speed-research-features-10-mins.xml": {
+ "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed-research-features.xml",
"simulation_control_timestep": "10"
},
"sample_files/base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml": {
@@ -1589,7 +1616,7 @@
"parent_hpxml": "sample_files/base-hvac-central-ac-only-1-speed.xml",
"hvac_cooling_system": "Central AC, SEER2 23.0"
},
- "sample_files/base-hvac-central-ac-only-var-speed-max-power-ratio-schedule.xml": {
+ "sample_files/base-hvac-central-ac-only-var-speed-research-features.xml": {
"parent_hpxml": "sample_files/base-hvac-central-ac-only-var-speed.xml",
"schedules_paths": "../../HPXMLtoOpenStudio/resources/schedule_files/hvac-variable-system-maximum-power-ratios-varied.csv"
},
@@ -1741,7 +1768,7 @@
"parent_hpxml": "sample_files/base.xml",
"hvac_cooling_system": "Central AC, SEER2 23.0"
},
- "sample_files/base-hvac-furnace-gas-central-ac-var-speed-max-power-ratio-schedule.xml": {
+ "sample_files/base-hvac-furnace-gas-central-ac-var-speed-research-features.xml": {
"parent_hpxml": "sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml",
"schedules_paths": "../../HPXMLtoOpenStudio/resources/schedule_files/hvac-variable-system-maximum-power-ratios-varied.csv"
},
@@ -1924,11 +1951,11 @@
"parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted.xml",
"hvac_heat_pump_cooling_load_served": "0%"
},
- "sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule.xml": {
+ "sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only-research-features.xml": {
"parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml",
"schedules_paths": "../../HPXMLtoOpenStudio/resources/schedule_files/hvac-variable-system-maximum-power-ratios-varied.csv"
},
- "sample_files/base-hvac-mini-split-heat-pump-ducted-max-power-ratio-schedule.xml": {
+ "sample_files/base-hvac-mini-split-heat-pump-ducted-research-features.xml": {
"parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted.xml",
"schedules_paths": "../../HPXMLtoOpenStudio/resources/schedule_files/hvac-variable-system-maximum-power-ratios-varied.csv"
},
@@ -2234,7 +2261,9 @@
"parent_hpxml": "sample_files/base-mechvent-cfis.xml"
},
"sample_files/base-mechvent-cfis-no-outdoor-air-control.xml": {
- "parent_hpxml": "sample_files/base-mechvent-cfis.xml"
+ "parent_hpxml": "sample_files/base-mechvent-cfis.xml",
+ "hvac_heating_system_capacity": "50 kBtu/hr",
+ "hvac_cooling_system_capacity": "3.0 tons"
},
"sample_files/base-mechvent-cfis-supplemental-fan-exhaust.xml": {
"parent_hpxml": "sample_files/base-mechvent-cfis.xml"
diff --git a/hpxml-measures/workflow/real_homes/house011.xml b/hpxml-measures/workflow/real_homes/house011.xml
index a573df0be6..2bd5349cac 100644
--- a/hpxml-measures/workflow/real_homes/house011.xml
+++ b/hpxml-measures/workflow/real_homes/house011.xml
@@ -248,7 +248,7 @@
electricity
24000.0
14640.0
- 18000.0
+ 24000.0
single stage
integrated
electricity
diff --git a/hpxml-measures/workflow/real_homes/house052.xml b/hpxml-measures/workflow/real_homes/house052.xml
new file mode 100644
index 0000000000..d3262ade2a
--- /dev/null
+++ b/hpxml-measures/workflow/real_homes/house052.xml
@@ -0,0 +1,2451 @@
+
+
+
+ HPXML
+ redacted
+ 2000-01-01T00:00:00-07:00
+ create
+
+
+
+
+
+ audit
+
+
+
+
+
+ natural gas
+ electricity
+
+
+
+ 2026
+ single-family detached
+ 1
+ 3.0
+ 2.0
+ 6
+ 31113.0
+ 311130.0
+
+
+
+
+
+ Cape May
+
+ USA_NJ_Cape.May.County.AP.745966_TMY3.epw
+
+
+
+
+
+
+
+ 50.0
+
+ ACH
+ 2.0
+
+ 311130.0
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ conditioned space
+ 11705.0
+ 0.92
+ 0.9
+ 2.0
+ false
+
+
+ 50.72266
+
+
+
+
+
+
+ outside
+ conditioned space
+ 884.0
+ 0.75
+ 0.75
+
+
+ 26.14518
+
+
+
+
+ outside
+ conditioned space
+ 770.0
+ 0.75
+ 0.75
+
+
+ 26.14518
+
+
+
+
+ outside
+ conditioned space
+ 960.0
+ 0.75
+ 0.75
+
+
+ 26.14518
+
+
+
+
+
+
+ outside
+ conditioned space
+
+
+
+ 2890.0
+ 0
+ 0.75
+ 0.75
+
+
+ 22.67191
+
+
+
+
+ outside
+ conditioned space
+
+
+
+ 5610.0
+ 90
+ 0.75
+ 0.75
+
+
+ 22.67191
+
+
+
+
+ outside
+ conditioned space
+
+
+
+ 3170.0
+ 180
+ 0.75
+ 0.75
+
+
+ 22.67191
+
+
+
+
+ outside
+ conditioned space
+
+
+
+ 5630.0
+ 270
+ 0.75
+ 0.75
+
+
+ 22.67191
+
+
+
+
+ garage
+ conditioned space
+
+
+
+ 200.0
+ 0
+ 0.75
+ 0.75
+
+
+ 22.67191
+
+
+
+
+ outside
+ garage
+
+
+
+ 573.4075
+ 0
+ 0.75
+ 0.75
+
+
+ 3.782095
+
+
+
+
+
+
+ ground
+ basement - conditioned
+ 10.0
+ 1200.0
+ 8.0
+ 9.0
+
+
+
+ continuous - exterior
+ 10.0
+ 0.0
+ 10.0
+
+
+ continuous - interior
+ 19.9062
+ 0.0
+ 10.0
+
+
+
+
+
+ ground
+ basement - conditioned
+ 10.0
+ 2820.0
+ 8.0
+ 9.0
+
+
+
+ continuous - exterior
+ 10.0
+ 0.0
+ 10.0
+
+
+ continuous - interior
+ 19.9062
+ 0.0
+ 10.0
+
+
+
+
+
+ ground
+ basement - conditioned
+ 10.0
+ 1300.0
+ 8.0
+ 9.0
+
+
+
+ continuous - exterior
+ 10.0
+ 0.0
+ 10.0
+
+
+ continuous - interior
+ 19.9062
+ 0.0
+ 10.0
+
+
+
+
+
+ ground
+ basement - conditioned
+ 10.0
+ 3020.0
+ 8.0
+ 9.0
+
+
+
+ continuous - exterior
+ 10.0
+ 0.0
+ 10.0
+
+
+ continuous - interior
+ 19.9062
+ 0.0
+ 10.0
+
+
+
+
+
+ garage
+ basement - conditioned
+ 10.0
+ 260.0
+ 8.0
+ 9.0
+
+
+
+ continuous - exterior
+ 10.0
+ 0.0
+ 10.0
+
+
+ continuous - interior
+ 19.9062
+ 0.0
+ 10.0
+
+
+
+
+
+ garage
+ basement - conditioned
+ 10.0
+ 240.0
+ 8.0
+ 9.0
+
+
+
+ continuous - exterior
+ 10.0
+ 0.0
+ 10.0
+
+
+ continuous - interior
+ 19.9062
+ 0.0
+ 10.0
+
+
+
+
+
+
+
+ garage
+ conditioned space
+ floor
+
+
+
+ 1695.0
+
+
+ 33.34345
+
+
+
+
+
+
+ garage
+ 1695.0
+ 4.0
+ 114.6815
+ 0.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+
+
+ 0.0
+ 0.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+
+ basement - conditioned
+ 11705.0
+ 4.0
+ 834.0
+
+
+
+ 10.0
+ 2.0
+
+
+
+
+
+ 10.0
+ 2.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+
+
+
+ 80.0
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 55.5
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 55.5
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 44.4
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 45.8
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 55.5
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 55.5
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 55.5
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 22.9
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 68.7
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 45.8
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 55.5
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 84.0
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 46.2
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 44.4
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 83.8
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 137.4
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 84.0
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 46.2
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 55.5
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 80.0
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 31.2
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 23.0
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 31.2
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 23.0
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 31.2
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 23.0
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 33.0
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 36.0
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 6.1
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 15.9
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 79.5
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 15.9
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 36.0
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 15.9
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 15.9
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 32.5
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 84.0
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 23.0
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 36.0
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 36.0
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 38.5
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 15.9
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 33.0
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 47.7
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 15.9
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 38.5
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 15.9
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 36.0
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 31.8
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 38.5
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 31.8
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 33.0
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 79.5
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 15.9
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 38.5
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 36.0
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 60.0
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 36.0
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 31.8
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 38.5
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 31.8
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 0
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 90
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 12.0
+ 180
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 36.0
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+ 6.1
+ 270
+ 0.3
+ 0.27
+ 1.0
+
+
+
+
+
+
+
+ 39.8
+ 0
+ 2.8
+
+
+
+
+
+
+
+
+
+ ground-to-air
+ electricity
+ 37600.0
+ 52000.0
+ variable speed
+ 0.1087963
+ 0.107084
+
+ EER
+ 20.2
+
+
+ COP
+ 4.1
+
+
+ 0.58
+ 11.53846
+
+
+
+
+
+ ground-to-air
+ electricity
+ 28400.0
+ 39200.0
+ variable speed
+ 0.08217591
+ 0.08072489
+
+ EER
+ 19.5
+
+
+ COP
+ 4.2
+
+
+ 0.58
+ 30.61225
+
+
+
+
+
+ ground-to-air
+ electricity
+ 17800.0
+ 26300.0
+ variable speed
+ 0.05150462
+ 0.05415981
+
+ EER
+ 19.9
+
+
+ COP
+ 4.1
+
+
+ 0.58
+ 45.62738
+
+
+
+
+
+ ground-to-air
+ electricity
+ 17800.0
+ 26300.0
+ variable speed
+ 0.05150462
+ 0.05415981
+
+ EER
+ 19.9
+
+
+ COP
+ 4.1
+
+
+ 0.58
+ 45.62738
+
+
+
+
+
+ ground-to-air
+ electricity
+ 28400.0
+ 39200.0
+ variable speed
+ 0.08217591
+ 0.08072489
+
+ EER
+ 19.5
+
+
+ COP
+ 4.2
+
+
+ 0.58
+ 30.61225
+
+
+
+
+
+ ground-to-air
+ electricity
+ 44300.0
+ 62200.0
+ variable speed
+ 0.1281829
+ 0.128089
+
+ EER
+ 18.7
+
+
+ COP
+ 3.9
+
+
+ 0.58
+ 9.646302
+
+
+
+
+
+ ground-to-air
+ electricity
+ 28400.0
+ 39200.0
+ variable speed
+ 0.08217591
+ 0.08072489
+
+ EER
+ 19.5
+
+
+ COP
+ 4.2
+
+
+ 0.58
+ 30.61225
+
+
+
+
+
+ ground-to-air
+ electricity
+ 17800.0
+ 26300.0
+ variable speed
+ 0.05150462
+ 0.05415981
+
+ EER
+ 19.9
+
+
+ COP
+ 4.1
+
+
+ 0.58
+ 45.62738
+
+
+
+
+
+ ground-to-air
+ electricity
+ 17800.0
+ 26300.0
+ variable speed
+ 0.05150462
+ 0.05415981
+
+ EER
+ 19.9
+
+
+ COP
+ 4.1
+
+
+ 0.58
+ 45.62738
+
+
+
+
+
+ ground-to-air
+ electricity
+ 9200.0
+ 12400.0
+ variable speed
+ 0.02662037
+ 0.02553542
+
+ EER
+ 18.9
+
+
+ COP
+ 3.6
+
+
+ 0.58
+ 96.77419
+
+
+
+
+
+ ground-to-air
+ electricity
+ 9200.0
+ 12400.0
+ variable speed
+ 0.02662037
+ 0.02553542
+
+ EER
+ 18.9
+
+
+ COP
+ 3.6
+
+
+ 0.58
+ 96.77419
+
+
+
+
+
+ ground-to-air
+ electricity
+ 9200.0
+ 12400.0
+ variable speed
+ 0.02662037
+ 0.02553542
+
+ EER
+ 18.9
+
+
+ COP
+ 3.6
+
+
+ 0.58
+ 96.77419
+
+
+
+
+
+ ground-to-air
+ electricity
+ 14500.0
+ 20100.0
+ variable speed
+ 0.04195601
+ 0.0413921
+
+ EER
+ 19.5
+
+
+ COP
+ 4.1
+
+
+ 0.58
+ 89.55224
+
+
+
+
+
+ ground-to-air
+ electricity
+ 14500.0
+ 20100.0
+ variable speed
+ 0.04195601
+ 0.0413921
+
+ EER
+ 19.5
+
+
+ COP
+ 4.1
+
+
+ 0.58
+ 89.55224
+
+
+
+
+
+ ground-to-air
+ electricity
+ 9200.0
+ 12400.0
+ variable speed
+ 0.02662037
+ 0.02553542
+
+ EER
+ 18.9
+
+
+ COP
+ 3.6
+
+
+ 0.58
+ 96.77419
+
+
+
+
+
+ ground-to-air
+ electricity
+ 17800.0
+ 26300.0
+ variable speed
+ 0.05150462
+ 0.05415981
+
+ EER
+ 19.9
+
+
+ COP
+ 4.1
+
+
+ 0.58
+ 45.62738
+
+
+
+
+
+ ground-to-air
+ electricity
+ 14500.0
+ 20100.0
+ variable speed
+ 0.04195601
+ 0.0413921
+
+ EER
+ 19.5
+
+
+ COP
+ 4.1
+
+
+ 0.58
+ 89.55224
+
+
+
+
+
+ ground-to-air
+ electricity
+ 9200.0
+ 12400.0
+ variable speed
+ 0.02662037
+ 0.02553542
+
+ EER
+ 18.9
+
+
+ COP
+ 3.6
+
+
+ 0.58
+ 96.77419
+
+
+
+
+
+ programmable thermostat
+ 68.0
+ 78.0
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 891.918
+
+
+
+ return
+ 0.0
+ conditioned space
+ 165.17
+
+ 1
+
+
+ 3303.4
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 672.03
+
+
+
+ return
+ 0.0
+ conditioned space
+ 124.45
+
+ 1
+
+
+ 2489.0
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 448.038
+
+
+
+ return
+ 0.0
+ conditioned space
+ 82.97
+
+ 1
+
+
+ 1659.4
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 448.038
+
+
+
+ return
+ 0.0
+ conditioned space
+ 82.97
+
+ 1
+
+
+ 1659.4
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 672.03
+
+
+
+ return
+ 0.0
+ conditioned space
+ 124.45
+
+ 1
+
+
+ 2489.0
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 1119.56
+
+
+
+ return
+ 0.0
+ conditioned space
+ 207.325
+
+ 1
+
+
+ 4146.5
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 672.03
+
+
+
+ return
+ 0.0
+ conditioned space
+ 124.45
+
+ 1
+
+
+ 2489.0
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 448.038
+
+
+
+ return
+ 0.0
+ conditioned space
+ 82.97
+
+ 1
+
+
+ 1659.4
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 448.038
+
+
+
+ return
+ 0.0
+ conditioned space
+ 82.97
+
+ 1
+
+
+ 1659.4
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 224.019
+
+
+
+ return
+ 0.0
+ conditioned space
+ 41.485
+
+ 1
+
+
+ 829.7
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 224.019
+
+
+
+ return
+ 0.0
+ conditioned space
+ 41.485
+
+ 1
+
+
+ 829.7
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 224.019
+
+
+
+ return
+ 0.0
+ conditioned space
+ 41.485
+
+ 1
+
+
+ 829.7
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 335.88
+
+
+
+ return
+ 0.0
+ conditioned space
+ 62.2
+
+ 1
+
+
+ 1244.0
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 335.88
+
+
+
+ return
+ 0.0
+ conditioned space
+ 62.2
+
+ 1
+
+
+ 1244.0
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 224.019
+
+
+
+ return
+ 0.0
+ conditioned space
+ 41.485
+
+ 1
+
+
+ 829.7
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 448.038
+
+
+
+ return
+ 0.0
+ conditioned space
+ 82.97
+
+ 1
+
+
+ 1659.4
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 335.88
+
+
+
+ return
+ 0.0
+ conditioned space
+ 62.2
+
+ 1
+
+
+ 1244.0
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 2.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 3.0
+ to outside
+
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 229.041
+
+
+
+ return
+ 0.0
+ conditioned space
+ 42.415
+
+ 1
+
+
+ 848.3
+
+
+
+
+
+
+ energy recovery ventilator
+ 388.0
+ 22.5
+ true
+ 0.56
+ 0.88
+ 184.0
+
+
+
+
+
+
+ natural gas
+ storage water heater
+ basement - conditioned
+ 240.0
+ 1.0
+ 0.85
+ 300.0
+ 0.9
+
+
+
+
+
+ temperature
+ 540.0
+ 5.0
+ 50.0
+
+
+
+ 3.0
+
+
+
+
+ shower head
+ true
+
+
+
+ faucet
+ true
+
+
+
+
+
+
+ interior
+ 0.0
+
+
+
+
+
+
+ exterior
+ 0.0
+
+
+
+
+
+
+ garage
+ 1.0
+
+
+
+
+
+
+ garage
+ 0.0
+
+
+
+
+
+
+ interior
+ 1.0
+
+
+
+
+
+
+ exterior
+ 1.0
+
+
+
+
+
+
+ interior
+ 0.0
+
+
+
+
+
+
+ exterior
+ 0.0
+
+
+
+
+
+
+ garage
+ 0.0
+
+
+
+
+
+
+
+
+ other
+
+
+
+
+
\ No newline at end of file
diff --git a/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-mechvent-latent-degradation-model-0s.xml b/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-mechvent-latent-degradation-model-0s.xml
new file mode 100644
index 0000000000..ca518663ed
--- /dev/null
+++ b/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-mechvent-latent-degradation-model-0s.xml
@@ -0,0 +1,488 @@
+
+
+
+ HPXML
+ tasks.rb
+ 2000-01-01T00:00:00-07:00
+ create
+
+
+
+
+
+
+ true
+ 0.0
+
+
+
+
+
+ Default
+
+
+
+
+
+
+
+
+
+ TX
+
+
+
+ proposed workscope
+
+
+
+
+ stand-alone
+ no units above or below
+ 180
+
+ electricity
+ natural gas
+
+
+
+ single-family detached
+ 1.0
+ 1.0
+ 8.0
+ 3
+ 2
+ 1350.0
+ 10800.0
+
+
+
+
+ 2006
+ 2A
+
+
+
+ USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3
+
+ USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw
+
+
+
+
+
+
+
+ 50.0
+
+ ACH
+ 3.0
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ attic - unvented
+ 1509.3
+ asphalt or fiberglass shingles
+ light
+ 6.0
+
+
+ 2.3
+
+
+
+
+
+
+ outside
+ conditioned space
+
+
+
+ 1200.0
+ wood siding
+ medium
+
+
+ 22.7
+
+
+
+
+ outside
+ attic - unvented
+ gable
+
+
+
+ 225.0
+ wood siding
+ medium
+
+
+ 4.0
+
+
+
+
+
+
+ attic - unvented
+ conditioned space
+ ceiling
+
+
+
+ 1350.0
+
+
+ 39.6
+
+
+
+
+
+
+ conditioned space
+ 1350.0
+ 150.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+
+
+ 5.0
+ true
+
+
+
+ 1.0
+ 2.5
+
+
+
+
+
+
+ 108.0
+ 0
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 72.0
+ 90
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 108.0
+ 180
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 72.0
+ 270
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+
+
+
+ 40.0
+ 180
+ 4.4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ natural gas
+ 25000.0
+
+ AFUE
+ 0.92
+
+ 1.0
+
+
+
+
+ central air conditioner
+ electricity
+ 24000.0
+ single stage
+ 1.0
+
+ SEER2
+ 13.4
+
+
+
+
+
+ 68.0
+ 78.0
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 40.5
+ to outside
+
+
+
+ return
+
+ CFM25
+ 13.5
+ to outside
+
+
+
+
+ supply
+ 4.0
+ under slab
+ 1.0
+
+
+
+ return
+ 4.0
+ under slab
+ 1.0
+
+
+
+ 1350.0
+
+
+
+
+
+
+ supply only
+ true
+
+
+
+
+
+
+ electricity
+ storage water heater
+ conditioned space
+ 1.0
+ 0.94
+
+
+
+
+
+
+
+ 0.0
+
+
+
+
+ shower head
+ false
+
+
+
+ faucet
+ false
+
+
+
+
+
+
+ 1.21
+ 380.0
+ 0.12
+ 1.09
+ 27.0
+ 6.0
+ 3.2
+
+
+
+ electricity
+ conventional
+ 3.73
+
+
+
+ 307.0
+ 12
+ 0.12
+ 1.09
+ 22.32
+ 4.0
+
+
+
+ 650.0
+
+
+
+ portable
+ conditioned space
+ 40.0
+ 1.4
+ 0.5
+ 1.0
+
+
+
+ electricity
+ false
+
+
+
+ false
+
+
+
+
+
+ interior
+ 0.4
+
+
+
+
+
+
+ interior
+ 0.1
+
+
+
+
+
+
+ interior
+ 0.25
+
+
+
+
+
+
+ exterior
+ 0.4
+
+
+
+
+
+
+ exterior
+ 0.1
+
+
+
+
+
+
+ exterior
+ 0.25
+
+
+
+
+
+
+
+
+ TV other
+
+
+
+ other
+
+
+
+
+
\ No newline at end of file
diff --git a/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-mechvent-latent-degradation-model-45s.xml b/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-mechvent-latent-degradation-model-45s.xml
new file mode 100644
index 0000000000..4ab5388757
--- /dev/null
+++ b/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-mechvent-latent-degradation-model-45s.xml
@@ -0,0 +1,488 @@
+
+
+
+ HPXML
+ tasks.rb
+ 2000-01-01T00:00:00-07:00
+ create
+
+
+
+
+
+
+ true
+ 45.0
+
+
+
+
+
+ Default
+
+
+
+
+
+
+
+
+
+ TX
+
+
+
+ proposed workscope
+
+
+
+
+ stand-alone
+ no units above or below
+ 180
+
+ electricity
+ natural gas
+
+
+
+ single-family detached
+ 1.0
+ 1.0
+ 8.0
+ 3
+ 2
+ 1350.0
+ 10800.0
+
+
+
+
+ 2006
+ 2A
+
+
+
+ USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3
+
+ USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw
+
+
+
+
+
+
+
+ 50.0
+
+ ACH
+ 3.0
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ attic - unvented
+ 1509.3
+ asphalt or fiberglass shingles
+ light
+ 6.0
+
+
+ 2.3
+
+
+
+
+
+
+ outside
+ conditioned space
+
+
+
+ 1200.0
+ wood siding
+ medium
+
+
+ 22.7
+
+
+
+
+ outside
+ attic - unvented
+ gable
+
+
+
+ 225.0
+ wood siding
+ medium
+
+
+ 4.0
+
+
+
+
+
+
+ attic - unvented
+ conditioned space
+ ceiling
+
+
+
+ 1350.0
+
+
+ 39.6
+
+
+
+
+
+
+ conditioned space
+ 1350.0
+ 150.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+
+
+ 5.0
+ true
+
+
+
+ 1.0
+ 2.5
+
+
+
+
+
+
+ 108.0
+ 0
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 72.0
+ 90
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 108.0
+ 180
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 72.0
+ 270
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+
+
+
+ 40.0
+ 180
+ 4.4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ natural gas
+ 25000.0
+
+ AFUE
+ 0.92
+
+ 1.0
+
+
+
+
+ central air conditioner
+ electricity
+ 24000.0
+ single stage
+ 1.0
+
+ SEER2
+ 13.4
+
+
+
+
+
+ 68.0
+ 78.0
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 40.5
+ to outside
+
+
+
+ return
+
+ CFM25
+ 13.5
+ to outside
+
+
+
+
+ supply
+ 4.0
+ under slab
+ 1.0
+
+
+
+ return
+ 4.0
+ under slab
+ 1.0
+
+
+
+ 1350.0
+
+
+
+
+
+
+ supply only
+ true
+
+
+
+
+
+
+ electricity
+ storage water heater
+ conditioned space
+ 1.0
+ 0.94
+
+
+
+
+
+
+
+ 0.0
+
+
+
+
+ shower head
+ false
+
+
+
+ faucet
+ false
+
+
+
+
+
+
+ 1.21
+ 380.0
+ 0.12
+ 1.09
+ 27.0
+ 6.0
+ 3.2
+
+
+
+ electricity
+ conventional
+ 3.73
+
+
+
+ 307.0
+ 12
+ 0.12
+ 1.09
+ 22.32
+ 4.0
+
+
+
+ 650.0
+
+
+
+ portable
+ conditioned space
+ 40.0
+ 1.4
+ 0.5
+ 1.0
+
+
+
+ electricity
+ false
+
+
+
+ false
+
+
+
+
+
+ interior
+ 0.4
+
+
+
+
+
+
+ interior
+ 0.1
+
+
+
+
+
+
+ interior
+ 0.25
+
+
+
+
+
+
+ exterior
+ 0.4
+
+
+
+
+
+
+ exterior
+ 0.1
+
+
+
+
+
+
+ exterior
+ 0.25
+
+
+
+
+
+
+
+
+ TV other
+
+
+
+ other
+
+
+
+
+
\ No newline at end of file
diff --git a/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-mechvent-latent-degradation-model-ashp.xml b/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-mechvent-latent-degradation-model-ashp.xml
new file mode 100644
index 0000000000..c3e1872116
--- /dev/null
+++ b/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-mechvent-latent-degradation-model-ashp.xml
@@ -0,0 +1,480 @@
+
+
+
+ HPXML
+ tasks.rb
+ 2000-01-01T00:00:00-07:00
+ create
+
+
+
+
+
+
+ true
+ 45.0
+
+
+
+
+
+ Default
+
+
+
+
+
+
+
+
+
+ TX
+
+
+
+ proposed workscope
+
+
+
+
+ stand-alone
+ no units above or below
+ 180
+
+ electricity
+ natural gas
+
+
+
+ single-family detached
+ 1.0
+ 1.0
+ 8.0
+ 3
+ 2
+ 1350.0
+ 10800.0
+
+
+
+
+ 2006
+ 2A
+
+
+
+ USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3
+
+ USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw
+
+
+
+
+
+
+
+ 50.0
+
+ ACH
+ 3.0
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ attic - unvented
+ 1509.3
+ asphalt or fiberglass shingles
+ light
+ 6.0
+
+
+ 2.3
+
+
+
+
+
+
+ outside
+ conditioned space
+
+
+
+ 1200.0
+ wood siding
+ medium
+
+
+ 22.7
+
+
+
+
+ outside
+ attic - unvented
+ gable
+
+
+
+ 225.0
+ wood siding
+ medium
+
+
+ 4.0
+
+
+
+
+
+
+ attic - unvented
+ conditioned space
+ ceiling
+
+
+
+ 1350.0
+
+
+ 39.6
+
+
+
+
+
+
+ conditioned space
+ 1350.0
+ 150.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+
+
+ 5.0
+ true
+
+
+
+ 1.0
+ 2.5
+
+
+
+
+
+
+ 108.0
+ 0
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 72.0
+ 90
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 108.0
+ 180
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 72.0
+ 270
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+
+
+
+ 40.0
+ 180
+ 4.4
+
+
+
+
+
+
+
+
+
+
+
+
+
+ air-to-air
+ electricity
+ 24000.0
+ 24000.0
+ variable speed
+ 1.0
+ 1.0
+
+ SEER2
+ 21.0
+
+
+ HSPF2
+ 9.2
+
+
+
+
+
+ 68.0
+ 78.0
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 40.5
+ to outside
+
+
+
+ return
+
+ CFM25
+ 13.5
+ to outside
+
+
+
+
+ supply
+ 4.0
+ under slab
+ 1.0
+
+
+
+ return
+ 4.0
+ under slab
+ 1.0
+
+
+
+ 1350.0
+
+
+
+
+
+
+ supply only
+ true
+
+
+
+
+
+
+ electricity
+ storage water heater
+ conditioned space
+ 1.0
+ 0.94
+
+
+
+
+
+
+
+ 0.0
+
+
+
+
+ shower head
+ false
+
+
+
+ faucet
+ false
+
+
+
+
+
+
+ 1.21
+ 380.0
+ 0.12
+ 1.09
+ 27.0
+ 6.0
+ 3.2
+
+
+
+ electricity
+ conventional
+ 3.73
+
+
+
+ 307.0
+ 12
+ 0.12
+ 1.09
+ 22.32
+ 4.0
+
+
+
+ 650.0
+
+
+
+ portable
+ conditioned space
+ 40.0
+ 1.4
+ 0.5
+ 1.0
+
+
+
+ electricity
+ false
+
+
+
+ false
+
+
+
+
+
+ interior
+ 0.4
+
+
+
+
+
+
+ interior
+ 0.1
+
+
+
+
+
+
+ interior
+ 0.25
+
+
+
+
+
+
+ exterior
+ 0.4
+
+
+
+
+
+
+ exterior
+ 0.1
+
+
+
+
+
+
+ exterior
+ 0.25
+
+
+
+
+
+
+
+
+ TV other
+
+
+
+ other
+
+
+
+
+
\ No newline at end of file
diff --git a/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-mechvent.xml b/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-mechvent.xml
new file mode 100644
index 0000000000..885bf8ae05
--- /dev/null
+++ b/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-mechvent.xml
@@ -0,0 +1,480 @@
+
+
+
+ HPXML
+ tasks.rb
+ 2000-01-01T00:00:00-07:00
+ create
+
+
+
+
+
+ Default
+
+
+
+
+
+
+
+
+
+ TX
+
+
+
+ proposed workscope
+
+
+
+
+ stand-alone
+ no units above or below
+ 180
+
+ electricity
+ natural gas
+
+
+
+ single-family detached
+ 1.0
+ 1.0
+ 8.0
+ 3
+ 2
+ 1350.0
+ 10800.0
+
+
+
+
+ 2006
+ 2A
+
+
+
+ USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3
+
+ USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw
+
+
+
+
+
+
+
+ 50.0
+
+ ACH
+ 3.0
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ attic - unvented
+ 1509.3
+ asphalt or fiberglass shingles
+ light
+ 6.0
+
+
+ 2.3
+
+
+
+
+
+
+ outside
+ conditioned space
+
+
+
+ 1200.0
+ wood siding
+ medium
+
+
+ 22.7
+
+
+
+
+ outside
+ attic - unvented
+ gable
+
+
+
+ 225.0
+ wood siding
+ medium
+
+
+ 4.0
+
+
+
+
+
+
+ attic - unvented
+ conditioned space
+ ceiling
+
+
+
+ 1350.0
+
+
+ 39.6
+
+
+
+
+
+
+ conditioned space
+ 1350.0
+ 150.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+
+
+ 5.0
+ true
+
+
+
+ 1.0
+ 2.5
+
+
+
+
+
+
+ 108.0
+ 0
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 72.0
+ 90
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 108.0
+ 180
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 72.0
+ 270
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+
+
+
+ 40.0
+ 180
+ 4.4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ natural gas
+ 25000.0
+
+ AFUE
+ 0.92
+
+ 1.0
+
+
+
+
+ central air conditioner
+ electricity
+ 24000.0
+ single stage
+ 1.0
+
+ SEER2
+ 13.4
+
+
+
+
+
+ 68.0
+ 78.0
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 40.5
+ to outside
+
+
+
+ return
+
+ CFM25
+ 13.5
+ to outside
+
+
+
+
+ supply
+ 4.0
+ under slab
+ 1.0
+
+
+
+ return
+ 4.0
+ under slab
+ 1.0
+
+
+
+ 1350.0
+
+
+
+
+
+
+ supply only
+ true
+
+
+
+
+
+
+ electricity
+ storage water heater
+ conditioned space
+ 1.0
+ 0.94
+
+
+
+
+
+
+
+ 0.0
+
+
+
+
+ shower head
+ false
+
+
+
+ faucet
+ false
+
+
+
+
+
+
+ 1.21
+ 380.0
+ 0.12
+ 1.09
+ 27.0
+ 6.0
+ 3.2
+
+
+
+ electricity
+ conventional
+ 3.73
+
+
+
+ 307.0
+ 12
+ 0.12
+ 1.09
+ 22.32
+ 4.0
+
+
+
+ 650.0
+
+
+
+ portable
+ conditioned space
+ 40.0
+ 1.4
+ 0.5
+ 1.0
+
+
+
+ electricity
+ false
+
+
+
+ false
+
+
+
+
+
+ interior
+ 0.4
+
+
+
+
+
+
+ interior
+ 0.1
+
+
+
+
+
+
+ interior
+ 0.25
+
+
+
+
+
+
+ exterior
+ 0.4
+
+
+
+
+
+
+ exterior
+ 0.1
+
+
+
+
+
+
+ exterior
+ 0.25
+
+
+
+
+
+
+
+
+ TV other
+
+
+
+ other
+
+
+
+
+
\ No newline at end of file
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml
index 2f46b54271..e1b0d124f7 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml
@@ -224,7 +224,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -236,7 +236,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-multiple.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-multiple.xml
index c8842c54fe..245db2be6d 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-multiple.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-multiple.xml
@@ -309,7 +309,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -321,7 +321,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml
index 5417b5fca6..6f878d35f8 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml
@@ -224,7 +224,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -236,7 +236,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml
index 9211553ab3..8bf5a1ab18 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml
@@ -319,7 +319,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -331,7 +331,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml
index 8311b31068..16150bc410 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml
@@ -224,7 +224,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -236,7 +236,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-infil-compartmentalization-test.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-infil-compartmentalization-test.xml
index 6125cb1aad..f115443a24 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-infil-compartmentalization-test.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-infil-compartmentalization-test.xml
@@ -220,7 +220,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -232,7 +232,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-infil-leakiness-description.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-infil-leakiness-description.xml
index 04780d9022..7c732f9a96 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-infil-leakiness-description.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-infil-leakiness-description.xml
@@ -213,7 +213,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -225,7 +225,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-neighbor-shading.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-neighbor-shading.xml
index d97ab75465..72414bfdc3 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-neighbor-shading.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-neighbor-shading.xml
@@ -259,7 +259,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -271,7 +271,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-residents-1.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-residents-1.xml
index eb6bef2362..bdafa51bc6 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-residents-1.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-residents-1.xml
@@ -220,7 +220,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -232,7 +232,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-generator.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-generator.xml
index bb02995504..d9e14d7f9d 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-generator.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-generator.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml
index 4c4efb9f96..2533e1d6b0 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room.xml
index d52316b077..7be75b0a4e 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent-multiple.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent-multiple.xml
index c896e4b467..91c63ac7ff 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent-multiple.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent-multiple.xml
@@ -217,7 +217,7 @@
natural gas
- 5000.0
+ 10000.0
AFUE
0.92
@@ -231,7 +231,7 @@
natural gas
- 5000.0
+ 10000.0
AFUE
0.92
@@ -243,7 +243,7 @@
central air conditioner
electricity
- 6000.0
+ 9000.0
single stage
0.5
@@ -256,7 +256,7 @@
central air conditioner
electricity
- 6000.0
+ 9000.0
single stage
0.5
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml
index e307d72fd8..9f09488cd2 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent.xml
index 86608ddfbd..d4d7a2a763 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml
index 199dbaea27..0941e71432 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-pv.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-pv.xml
index 01847efc97..0e0dac9d57 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-pv.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-pv.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml
index 77363cd321..b77ddb9d15 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml
index db55b91f65..52ce3d9e32 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml
index 41fb9fb3db..293b42ea8a 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc.xml
index 0ba1c8cdc3..114d714756 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater.xml
index 7760710ff5..2e6b18c237 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit.xml
index a706d140d5..0b7d9fb775 100644
--- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit.xml
+++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit.xml
@@ -217,7 +217,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -229,7 +229,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-foundation-complex.xml b/hpxml-measures/workflow/sample_files/base-foundation-complex.xml
index 290f941648..a9e1ce9e18 100644
--- a/hpxml-measures/workflow/sample_files/base-foundation-complex.xml
+++ b/hpxml-measures/workflow/sample_files/base-foundation-complex.xml
@@ -399,7 +399,7 @@
central air conditioner
electricity
- 24000.0
+ 30000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-hvac-seasons.xml b/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-hvac-seasons.xml
new file mode 100644
index 0000000000..44aaf4bcaa
--- /dev/null
+++ b/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-hvac-seasons.xml
@@ -0,0 +1,527 @@
+
+
+
+ HPXML
+ tasks.rb
+ 2000-01-01T00:00:00-07:00
+ create
+
+
+
+
+
+ Default
+
+
+
+
+
+
+
+
+
+ CO
+
+
+
+ proposed workscope
+
+
+
+
+ stand-alone
+ no units above or below
+ 180
+
+ electricity
+ natural gas
+
+
+
+ single-family detached
+ 2.0
+ 1.0
+ 8.0
+ 3
+ 2
+ 2700.0
+ 21600.0
+
+
+
+
+ 2006
+ 5B
+
+
+
+ USA_CO_Denver.Intl.AP.725650_TMY3
+
+ USA_CO_Denver.Intl.AP.725650_TMY3.epw
+
+
+
+
+
+
+
+ 50.0
+
+ ACH
+ 3.0
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+ attic - unvented
+ 1509.3
+ asphalt or fiberglass shingles
+ light
+ 6.0
+
+
+ 2.3
+
+
+
+
+
+
+ outside
+ basement - conditioned
+ 115.6
+ wood siding
+ medium
+
+
+ 13.9
+
+
+
+
+
+
+ outside
+ conditioned space
+
+
+
+ 1200.0
+ wood siding
+ medium
+
+
+ 22.7
+
+
+
+
+ outside
+ attic - unvented
+ gable
+
+
+
+ 225.0
+ wood siding
+ medium
+
+
+ 4.0
+
+
+
+
+
+
+ ground
+ basement - conditioned
+ solid concrete
+ 8.0
+ 1200.0
+ 7.0
+
+
+
+ continuous - exterior
+ 10.0
+
+
+ continuous - interior
+ 0.0
+
+
+
+
+
+
+
+ attic - unvented
+ conditioned space
+ ceiling
+
+
+
+ 1350.0
+
+
+ 39.6
+
+
+
+
+
+
+ basement - conditioned
+ 1350.0
+ 150.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+
+
+ 0.0
+ 0.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+
+
+
+ 108.0
+ 0
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 72.0
+ 90
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 108.0
+ 180
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 72.0
+ 270
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+
+
+
+ 40.0
+ 180
+ 4.4
+
+
+
+
+
+
+
+
+
+
+
+
+
+ air-to-air
+ electricity
+ 36000.0
+ 36000.0
+ single stage
+ integrated
+ electricity
+
+ Percent
+ 1.0
+
+ 34121.0
+ 1.0
+ 1.0
+
+ SEER2
+ 13.4
+
+
+ HSPF2
+ 7.0
+
+
+
+
+
+ 68.0
+ 78.0
+
+ 11
+ 1
+ 5
+ 1
+
+
+ 6
+ 1
+ 10
+ 1
+
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 81.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 27.0
+ to outside
+
+
+
+
+ supply
+ 4.0
+ attic - unvented
+ 0.75
+
+
+
+ return
+ 4.0
+ attic - unvented
+ 0.75
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 0.25
+
+
+
+ return
+ 0.0
+ conditioned space
+ 0.25
+
+
+
+ 2700.0
+
+
+
+
+
+ electricity
+ storage water heater
+ conditioned space
+ 1.0
+ 0.94
+
+
+
+
+
+
+
+ 0.0
+
+
+
+
+ shower head
+ false
+
+
+
+ faucet
+ false
+
+
+
+
+
+
+ 1.21
+ 380.0
+ 0.12
+ 1.09
+ 27.0
+ 6.0
+ 3.2
+
+
+
+ electricity
+ conventional
+ 3.73
+
+
+
+ 307.0
+ 12
+ 0.12
+ 1.09
+ 22.32
+ 4.0
+
+
+
+ 650.0
+
+
+
+ electricity
+ false
+
+
+
+ false
+
+
+
+
+
+ interior
+ 0.4
+
+
+
+
+
+
+ interior
+ 0.1
+
+
+
+
+
+
+ interior
+ 0.25
+
+
+
+
+
+
+ exterior
+ 0.4
+
+
+
+
+
+
+ exterior
+ 0.1
+
+
+
+
+
+
+ exterior
+ 0.25
+
+
+
+
+
+
+
+
+ TV other
+
+
+
+ other
+
+
+
+
+
\ No newline at end of file
diff --git a/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-power-outage.xml b/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-power-outage.xml
new file mode 100644
index 0000000000..69c520637d
--- /dev/null
+++ b/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-power-outage.xml
@@ -0,0 +1,526 @@
+
+
+
+ HPXML
+ tasks.rb
+ 2000-01-01T00:00:00-07:00
+ create
+
+
+
+
+
+ Default
+
+
+
+
+ Power Outage
+ 12
+ 1
+ 5
+ 1
+ 31
+ 14
+
+
+
+
+
+
+
+
+
+ CO
+
+
+
+ proposed workscope
+
+
+
+
+ stand-alone
+ no units above or below
+ 180
+
+ electricity
+ natural gas
+
+
+
+ single-family detached
+ 2.0
+ 1.0
+ 8.0
+ 3
+ 2
+ 2700.0
+ 21600.0
+
+
+
+
+ 2006
+ 5B
+
+
+
+ USA_CO_Denver.Intl.AP.725650_TMY3
+
+ USA_CO_Denver.Intl.AP.725650_TMY3.epw
+
+
+
+
+
+
+
+ 50.0
+
+ ACH
+ 3.0
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+ attic - unvented
+ 1509.3
+ asphalt or fiberglass shingles
+ light
+ 6.0
+
+
+ 2.3
+
+
+
+
+
+
+ outside
+ basement - conditioned
+ 115.6
+ wood siding
+ medium
+
+
+ 13.9
+
+
+
+
+
+
+ outside
+ conditioned space
+
+
+
+ 1200.0
+ wood siding
+ medium
+
+
+ 22.7
+
+
+
+
+ outside
+ attic - unvented
+ gable
+
+
+
+ 225.0
+ wood siding
+ medium
+
+
+ 4.0
+
+
+
+
+
+
+ ground
+ basement - conditioned
+ solid concrete
+ 8.0
+ 1200.0
+ 7.0
+
+
+
+ continuous - exterior
+ 10.0
+
+
+ continuous - interior
+ 0.0
+
+
+
+
+
+
+
+ attic - unvented
+ conditioned space
+ ceiling
+
+
+
+ 1350.0
+
+
+ 39.6
+
+
+
+
+
+
+ basement - conditioned
+ 1350.0
+ 150.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+
+
+ 0.0
+ 0.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+
+
+
+ 108.0
+ 0
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 72.0
+ 90
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 108.0
+ 180
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+ 72.0
+ 270
+ 0.35
+ 0.44
+
+
+ light curtains
+
+ 0.67
+
+
+
+
+
+
+
+ 40.0
+ 180
+ 4.4
+
+
+
+
+
+
+
+
+
+
+
+
+
+ air-to-air
+ electricity
+ 36000.0
+ 36000.0
+ single stage
+ integrated
+ electricity
+
+ Percent
+ 1.0
+
+ 34121.0
+ 1.0
+ 1.0
+
+ SEER2
+ 13.4
+
+
+ HSPF2
+ 7.0
+
+
+
+
+
+ 68.0
+ 78.0
+
+
+
+
+
+ regular velocity
+
+ supply
+
+ CFM25
+ 81.0
+ to outside
+
+
+
+ return
+
+ CFM25
+ 27.0
+ to outside
+
+
+
+
+ supply
+ 4.0
+ attic - unvented
+ 0.75
+
+
+
+ return
+ 4.0
+ attic - unvented
+ 0.75
+
+
+
+ supply
+ 0.0
+ conditioned space
+ 0.25
+
+
+
+ return
+ 0.0
+ conditioned space
+ 0.25
+
+
+
+ 2700.0
+
+
+
+
+
+ electricity
+ storage water heater
+ conditioned space
+ 1.0
+ 0.94
+
+
+
+
+
+
+
+ 0.0
+
+
+
+
+ shower head
+ false
+
+
+
+ faucet
+ false
+
+
+
+
+
+
+ 1.21
+ 380.0
+ 0.12
+ 1.09
+ 27.0
+ 6.0
+ 3.2
+
+
+
+ electricity
+ conventional
+ 3.73
+
+
+
+ 307.0
+ 12
+ 0.12
+ 1.09
+ 22.32
+ 4.0
+
+
+
+ 650.0
+
+
+
+ electricity
+ false
+
+
+
+ false
+
+
+
+
+
+ interior
+ 0.4
+
+
+
+
+
+
+ interior
+ 0.1
+
+
+
+
+
+
+ interior
+ 0.25
+
+
+
+
+
+
+ exterior
+ 0.4
+
+
+
+
+
+
+ exterior
+ 0.1
+
+
+
+
+
+
+ exterior
+ 0.25
+
+
+
+
+
+
+
+
+ TV other
+
+
+
+ other
+
+
+
+
+
\ No newline at end of file
diff --git a/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml b/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml
index 76da87586a..8e30e4e547 100644
--- a/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml
+++ b/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml
@@ -313,8 +313,8 @@
air-to-air
electricity
- 18000.0
- 18000.0
+ 24000.0
+ 24000.0
variable speed
separate
diff --git a/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml b/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml
index c376120d12..a6dcef4509 100644
--- a/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml
+++ b/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml
@@ -313,8 +313,8 @@
air-to-air
electricity
- 18000.0
- 18000.0
+ 24000.0
+ 24000.0
variable speed
separate
diff --git a/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml b/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml
index d74af3ea55..3358bdf562 100644
--- a/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml
+++ b/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml
@@ -312,8 +312,8 @@
air-to-air
electricity
- 18000.0
- 18000.0
+ 24000.0
+ 24000.0
variable speed
separate
diff --git a/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins.xml b/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-research-features-10-mins.xml
similarity index 100%
rename from hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins.xml
rename to hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-research-features-10-mins.xml
diff --git a/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems.xml b/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-research-features-two-systems.xml
similarity index 100%
rename from hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems.xml
rename to hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-research-features-two-systems.xml
diff --git a/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed-max-power-ratio-schedule.xml b/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed-research-features.xml
similarity index 100%
rename from hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed-max-power-ratio-schedule.xml
rename to hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed-research-features.xml
diff --git a/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed-max-power-ratio-schedule.xml b/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed-research-features.xml
similarity index 100%
rename from hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed-max-power-ratio-schedule.xml
rename to hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed-research-features.xml
diff --git a/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule.xml b/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only-research-features.xml
similarity index 100%
rename from hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule.xml
rename to hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only-research-features.xml
diff --git a/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-max-power-ratio-schedule.xml b/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-research-features.xml
similarity index 100%
rename from hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-max-power-ratio-schedule.xml
rename to hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-research-features.xml
diff --git a/hpxml-measures/workflow/sample_files/base-mechvent-cfis-no-outdoor-air-control.xml b/hpxml-measures/workflow/sample_files/base-mechvent-cfis-no-outdoor-air-control.xml
index 8cf3fec89b..7f2815c3fa 100644
--- a/hpxml-measures/workflow/sample_files/base-mechvent-cfis-no-outdoor-air-control.xml
+++ b/hpxml-measures/workflow/sample_files/base-mechvent-cfis-no-outdoor-air-control.xml
@@ -301,7 +301,7 @@
natural gas
- 35000.0
+ 50000.0
AFUE
0.92
@@ -313,7 +313,7 @@
central air conditioner
electricity
- 24000.0
+ 36000.0
single stage
1.0
diff --git a/hpxml-measures/workflow/template-build-and-run-hpxml-with-stochastic-occupancy.osw b/hpxml-measures/workflow/template-build-and-run-hpxml-with-stochastic-occupancy.osw
index b23b23636c..4447f6d10b 100644
--- a/hpxml-measures/workflow/template-build-and-run-hpxml-with-stochastic-occupancy.osw
+++ b/hpxml-measures/workflow/template-build-and-run-hpxml-with-stochastic-occupancy.osw
@@ -34,7 +34,7 @@
"hvac_heating_system_capacity": "40 kBtu/hr",
"hvac_heating_system_fuel": "Natural Gas",
"hvac_cooling_system": "Central AC, SEER2 13.4",
- "hvac_cooling_system_capacity": "2.0 tons",
+ "hvac_cooling_system_capacity": "2.5 tons",
"hvac_control_cooling_weekday_setpoint": "78",
"hvac_control_cooling_weekend_setpoint": "78",
"hvac_control_heating_weekday_setpoint": "68",
diff --git a/hpxml-measures/workflow/template-build-and-run-hpxml.osw b/hpxml-measures/workflow/template-build-and-run-hpxml.osw
index 66e70db312..3d5597a59e 100644
--- a/hpxml-measures/workflow/template-build-and-run-hpxml.osw
+++ b/hpxml-measures/workflow/template-build-and-run-hpxml.osw
@@ -34,7 +34,7 @@
"hvac_heating_system_capacity": "40 kBtu/hr",
"hvac_heating_system_fuel": "Natural Gas",
"hvac_cooling_system": "Central AC, SEER2 13.4",
- "hvac_cooling_system_capacity": "2.0 tons",
+ "hvac_cooling_system_capacity": "2.5 tons",
"hvac_control_cooling_weekday_setpoint": "78",
"hvac_control_cooling_weekend_setpoint": "78",
"hvac_control_heating_weekday_setpoint": "68",
diff --git a/hpxml-measures/workflow/template-build-hpxml.osw b/hpxml-measures/workflow/template-build-hpxml.osw
index 024283b7f8..74aa4669f3 100644
--- a/hpxml-measures/workflow/template-build-hpxml.osw
+++ b/hpxml-measures/workflow/template-build-hpxml.osw
@@ -34,7 +34,7 @@
"hvac_heating_system_capacity": "40 kBtu/hr",
"hvac_heating_system_fuel": "Natural Gas",
"hvac_cooling_system": "Central AC, SEER2 13.4",
- "hvac_cooling_system_capacity": "2.0 tons",
+ "hvac_cooling_system_capacity": "2.5 tons",
"hvac_control_cooling_weekday_setpoint": "78",
"hvac_control_cooling_weekend_setpoint": "78",
"hvac_control_heating_weekday_setpoint": "68",
diff --git a/hpxml-measures/workflow/tests/base_results/results_simulations_bills.csv b/hpxml-measures/workflow/tests/base_results/results_simulations_bills.csv
index d7a29012e8..3d5f141ef1 100644
--- a/hpxml-measures/workflow/tests/base_results/results_simulations_bills.csv
+++ b/hpxml-measures/workflow/tests/base_results/results_simulations_bills.csv
@@ -1,541 +1,548 @@
HPXML,Utility Bills: Default: Total (USD),Utility Bills: Default: Electricity: Fixed (USD),Utility Bills: Default: Electricity: Energy (USD),Utility Bills: Default: Electricity: PV Credit (USD),Utility Bills: Default: Electricity: Total (USD),Utility Bills: Default: Natural Gas: Fixed (USD),Utility Bills: Default: Natural Gas: Energy (USD),Utility Bills: Default: Natural Gas: Total (USD),Utility Bills: Default: Fuel Oil: Fixed (USD),Utility Bills: Default: Fuel Oil: Energy (USD),Utility Bills: Default: Fuel Oil: Total (USD),Utility Bills: Default: Propane: Fixed (USD),Utility Bills: Default: Propane: Energy (USD),Utility Bills: Default: Propane: Total (USD),Utility Bills: Default: Wood Cord: Fixed (USD),Utility Bills: Default: Wood Cord: Energy (USD),Utility Bills: Default: Wood Cord: Total (USD),Utility Bills: Default: Wood Pellets: Fixed (USD),Utility Bills: Default: Wood Pellets: Energy (USD),Utility Bills: Default: Wood Pellets: Total (USD),Utility Bills: Default: Coal: Fixed (USD),Utility Bills: Default: Coal: Energy (USD),Utility Bills: Default: Coal: Total (USD),Utility Bills: Tiered: Total (USD),Utility Bills: Tiered: Electricity: Fixed (USD),Utility Bills: Tiered: Electricity: Energy (USD),Utility Bills: Tiered: Electricity: PV Credit (USD),Utility Bills: Tiered: Electricity: Total (USD),Utility Bills: Tiered: Natural Gas: Fixed (USD),Utility Bills: Tiered: Natural Gas: Energy (USD),Utility Bills: Tiered: Natural Gas: Total (USD),Utility Bills: Tiered: Fuel Oil: Fixed (USD),Utility Bills: Tiered: Fuel Oil: Energy (USD),Utility Bills: Tiered: Fuel Oil: Total (USD),Utility Bills: Tiered: Propane: Fixed (USD),Utility Bills: Tiered: Propane: Energy (USD),Utility Bills: Tiered: Propane: Total (USD),Utility Bills: Tiered: Wood Cord: Fixed (USD),Utility Bills: Tiered: Wood Cord: Energy (USD),Utility Bills: Tiered: Wood Cord: Total (USD),Utility Bills: Tiered: Wood Pellets: Fixed (USD),Utility Bills: Tiered: Wood Pellets: Energy (USD),Utility Bills: Tiered: Wood Pellets: Total (USD),Utility Bills: Tiered: Coal: Fixed (USD),Utility Bills: Tiered: Coal: Energy (USD),Utility Bills: Tiered: Coal: Total (USD),Utility Bills: Tiered and TOU: Total (USD),Utility Bills: Tiered and TOU: Electricity: Fixed (USD),Utility Bills: Tiered and TOU: Electricity: Energy (USD),Utility Bills: Tiered and TOU: Electricity: PV Credit (USD),Utility Bills: Tiered and TOU: Electricity: Total (USD),Utility Bills: Tiered and TOU: Natural Gas: Fixed (USD),Utility Bills: Tiered and TOU: Natural Gas: Energy (USD),Utility Bills: Tiered and TOU: Natural Gas: Total (USD),Utility Bills: Tiered and TOU: Fuel Oil: Fixed (USD),Utility Bills: Tiered and TOU: Fuel Oil: Energy (USD),Utility Bills: Tiered and TOU: Fuel Oil: Total (USD),Utility Bills: Tiered and TOU: Propane: Fixed (USD),Utility Bills: Tiered and TOU: Propane: Energy (USD),Utility Bills: Tiered and TOU: Propane: Total (USD),Utility Bills: Tiered and TOU: Wood Cord: Fixed (USD),Utility Bills: Tiered and TOU: Wood Cord: Energy (USD),Utility Bills: Tiered and TOU: Wood Cord: Total (USD),Utility Bills: Tiered and TOU: Wood Pellets: Fixed (USD),Utility Bills: Tiered and TOU: Wood Pellets: Energy (USD),Utility Bills: Tiered and TOU: Wood Pellets: Total (USD),Utility Bills: Tiered and TOU: Coal: Fixed (USD),Utility Bills: Tiered and TOU: Coal: Energy (USD),Utility Bills: Tiered and TOU: Coal: Total (USD),Utility Bills: Real-Time Pricing: Total (USD),Utility Bills: Real-Time Pricing: Electricity: Fixed (USD),Utility Bills: Real-Time Pricing: Electricity: Energy (USD),Utility Bills: Real-Time Pricing: Electricity: PV Credit (USD),Utility Bills: Real-Time Pricing: Electricity: Total (USD),Utility Bills: Real-Time Pricing: Natural Gas: Fixed (USD),Utility Bills: Real-Time Pricing: Natural Gas: Energy (USD),Utility Bills: Real-Time Pricing: Natural Gas: Total (USD),Utility Bills: Real-Time Pricing: Fuel Oil: Fixed (USD),Utility Bills: Real-Time Pricing: Fuel Oil: Energy (USD),Utility Bills: Real-Time Pricing: Fuel Oil: Total (USD),Utility Bills: Real-Time Pricing: Propane: Fixed (USD),Utility Bills: Real-Time Pricing: Propane: Energy (USD),Utility Bills: Real-Time Pricing: Propane: Total (USD),Utility Bills: Real-Time Pricing: Wood Cord: Fixed (USD),Utility Bills: Real-Time Pricing: Wood Cord: Energy (USD),Utility Bills: Real-Time Pricing: Wood Cord: Total (USD),Utility Bills: Real-Time Pricing: Wood Pellets: Fixed (USD),Utility Bills: Real-Time Pricing: Wood Pellets: Energy (USD),Utility Bills: Real-Time Pricing: Wood Pellets: Total (USD),Utility Bills: Real-Time Pricing: Coal: Fixed (USD),Utility Bills: Real-Time Pricing: Coal: Energy (USD),Utility Bills: Real-Time Pricing: Coal: Total (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Total (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Electricity: Fixed (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Electricity: Energy (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Electricity: PV Credit (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Electricity: Total (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Natural Gas: Fixed (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Natural Gas: Energy (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Natural Gas: Total (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Fuel Oil: Fixed (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Fuel Oil: Energy (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Fuel Oil: Total (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Propane: Fixed (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Propane: Energy (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Propane: Total (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Wood Cord: Fixed (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Wood Cord: Energy (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Wood Cord: Total (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Wood Pellets: Fixed (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Wood Pellets: Energy (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Wood Pellets: Total (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Coal: Fixed (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Coal: Energy (USD),Utility Bills: Net Metering w/ Wholesale Excess Rate: Coal: Total (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Total (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Electricity: Fixed (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Electricity: Energy (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Electricity: PV Credit (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Electricity: Total (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Natural Gas: Fixed (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Natural Gas: Energy (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Natural Gas: Total (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Fuel Oil: Fixed (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Fuel Oil: Energy (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Fuel Oil: Total (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Propane: Fixed (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Propane: Energy (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Propane: Total (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Wood Cord: Fixed (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Wood Cord: Energy (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Wood Cord: Total (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Wood Pellets: Fixed (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Wood Pellets: Energy (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Wood Pellets: Total (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Coal: Fixed (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Coal: Energy (USD),Utility Bills: Net Metering w/ Retail Excess Rate: Coal: Total (USD),Utility Bills: Feed-In Tariff: Total (USD),Utility Bills: Feed-In Tariff: Electricity: Fixed (USD),Utility Bills: Feed-In Tariff: Electricity: Energy (USD),Utility Bills: Feed-In Tariff: Electricity: PV Credit (USD),Utility Bills: Feed-In Tariff: Electricity: Total (USD),Utility Bills: Feed-In Tariff: Natural Gas: Fixed (USD),Utility Bills: Feed-In Tariff: Natural Gas: Energy (USD),Utility Bills: Feed-In Tariff: Natural Gas: Total (USD),Utility Bills: Feed-In Tariff: Fuel Oil: Fixed (USD),Utility Bills: Feed-In Tariff: Fuel Oil: Energy (USD),Utility Bills: Feed-In Tariff: Fuel Oil: Total (USD),Utility Bills: Feed-In Tariff: Propane: Fixed (USD),Utility Bills: Feed-In Tariff: Propane: Energy (USD),Utility Bills: Feed-In Tariff: Propane: Total (USD),Utility Bills: Feed-In Tariff: Wood Cord: Fixed (USD),Utility Bills: Feed-In Tariff: Wood Cord: Energy (USD),Utility Bills: Feed-In Tariff: Wood Cord: Total (USD),Utility Bills: Feed-In Tariff: Wood Pellets: Fixed (USD),Utility Bills: Feed-In Tariff: Wood Pellets: Energy (USD),Utility Bills: Feed-In Tariff: Wood Pellets: Total (USD),Utility Bills: Feed-In Tariff: Coal: Fixed (USD),Utility Bills: Feed-In Tariff: Coal: Energy (USD),Utility Bills: Feed-In Tariff: Coal: Total (USD),Utility Bills: Custom: Total (USD),Utility Bills: Custom: Electricity: Fixed (USD),Utility Bills: Custom: Electricity: Energy (USD),Utility Bills: Custom: Electricity: PV Credit (USD),Utility Bills: Custom: Electricity: Total (USD),Utility Bills: Custom: Natural Gas: Fixed (USD),Utility Bills: Custom: Natural Gas: Energy (USD),Utility Bills: Custom: Natural Gas: Total (USD),Utility Bills: Custom: Fuel Oil: Fixed (USD),Utility Bills: Custom: Fuel Oil: Energy (USD),Utility Bills: Custom: Fuel Oil: Total (USD),Utility Bills: Custom: Propane: Fixed (USD),Utility Bills: Custom: Propane: Energy (USD),Utility Bills: Custom: Propane: Total (USD),Utility Bills: Custom: Wood Cord: Fixed (USD),Utility Bills: Custom: Wood Cord: Energy (USD),Utility Bills: Custom: Wood Cord: Total (USD),Utility Bills: Custom: Wood Pellets: Fixed (USD),Utility Bills: Custom: Wood Pellets: Energy (USD),Utility Bills: Custom: Wood Pellets: Total (USD),Utility Bills: Custom: Coal: Fixed (USD),Utility Bills: Custom: Coal: Energy (USD),Utility Bills: Custom: Coal: Total (USD),Utility Bills: Bills: Total (USD),Utility Bills: Bills: Electricity: Fixed (USD),Utility Bills: Bills: Electricity: Energy (USD),Utility Bills: Bills: Electricity: PV Credit (USD),Utility Bills: Bills: Electricity: Total (USD),Utility Bills: Bills: Natural Gas: Fixed (USD),Utility Bills: Bills: Natural Gas: Energy (USD),Utility Bills: Bills: Natural Gas: Total (USD),Utility Bills: Bills: Fuel Oil: Fixed (USD),Utility Bills: Bills: Fuel Oil: Energy (USD),Utility Bills: Bills: Fuel Oil: Total (USD),Utility Bills: Bills: Propane: Fixed (USD),Utility Bills: Bills: Propane: Energy (USD),Utility Bills: Bills: Propane: Total (USD),Utility Bills: Bills: Wood Cord: Fixed (USD),Utility Bills: Bills: Wood Cord: Energy (USD),Utility Bills: Bills: Wood Cord: Total (USD),Utility Bills: Bills: Wood Pellets: Fixed (USD),Utility Bills: Bills: Wood Pellets: Energy (USD),Utility Bills: Bills: Wood Pellets: Total (USD),Utility Bills: Bills: Coal: Fixed (USD),Utility Bills: Bills: Coal: Energy (USD),Utility Bills: Bills: Coal: Total (USD)
-base-appliances-coal.xml,1955.05,144.0,1343.88,0.0,1487.88,144.0,309.32,453.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.85,13.85,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-appliances-dehumidifier-ef-portable.xml,1649.79,144.0,1336.13,0.0,1480.13,144.0,25.66,169.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-appliances-dehumidifier-ef-whole-home.xml,1648.2,144.0,1334.11,0.0,1478.11,144.0,26.09,170.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-appliances-dehumidifier-multiple.xml,1647.94,144.0,1333.19,0.0,1477.19,144.0,26.75,170.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-appliances-dehumidifier.xml,1651.03,144.0,1337.3,0.0,1481.3,144.0,25.73,169.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-appliances-freezer-temperature-dependent-schedule.xml,2087.6,144.0,1491.89,0.0,1635.89,144.0,307.71,451.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-appliances-gas.xml,1987.48,144.0,1343.88,0.0,1487.88,144.0,355.6,499.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-appliances-modified.xml,2067.09,144.0,1473.47,0.0,1617.47,144.0,305.62,449.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-appliances-none.xml,1799.17,144.0,1173.23,0.0,1317.23,144.0,337.94,481.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-appliances-oil.xml,2064.63,144.0,1343.88,0.0,1487.88,144.0,309.32,453.32,0.0,123.43,123.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-appliances-propane.xml,2059.04,144.0,1343.88,0.0,1487.88,144.0,309.32,453.32,0.0,0.0,0.0,0.0,117.84,117.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-appliances-refrigerator-temperature-dependent-schedule.xml,2044.33,144.0,1440.15,0.0,1584.15,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-appliances-wood.xml,2018.1,144.0,1343.88,0.0,1487.88,144.0,309.32,453.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,76.9,76.9,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-atticroof-cathedral.xml,1924.61,144.0,1380.74,0.0,1524.74,144.0,255.87,399.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-atticroof-conditioned.xml,2101.05,144.0,1570.29,0.0,1714.29,144.0,242.76,386.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-atticroof-flat.xml,1829.02,144.0,1346.13,0.0,1490.13,144.0,194.89,338.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-atticroof-radiant-barrier-ceiling.xml,1725.54,144.0,1365.67,0.0,1509.67,144.0,71.87,215.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-atticroof-radiant-barrier.xml,1694.53,144.0,1345.67,0.0,1489.67,144.0,60.86,204.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-atticroof-unvented-insulated-roof.xml,1887.49,144.0,1364.71,0.0,1508.71,144.0,234.78,378.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-atticroof-vented.xml,2060.85,144.0,1433.87,0.0,1577.87,144.0,338.98,482.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-battery-scheduled-power-outage.xml,1954.23,144.0,1350.01,0.0,1494.01,144.0,316.22,460.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-battery-scheduled.xml,2108.02,144.0,1503.84,0.0,1647.84,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-battery.xml,2044.33,144.0,1440.15,0.0,1584.15,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml,1485.32,144.0,954.41,0.0,1098.41,144.0,242.91,386.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-adjacent-to-multiple-hvac-none.xml,1028.74,144.0,884.74,0.0,1028.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-adjacent-to-multiple.xml,1321.93,144.0,970.01,0.0,1114.01,144.0,63.92,207.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml,1476.7,144.0,941.37,0.0,1085.37,144.0,247.33,391.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml,1256.92,144.0,940.3,0.0,1084.3,144.0,28.62,172.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml,1311.77,144.0,953.03,0.0,1097.03,144.0,70.74,214.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml,1276.66,144.0,963.88,0.0,1107.88,144.0,24.78,168.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-infil-compartmentalization-test.xml,1286.65,144.0,991.49,0.0,1135.49,144.0,7.16,151.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-infil-leakiness-description.xml,1287.68,144.0,995.25,0.0,1139.25,144.0,4.43,148.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-neighbor-shading.xml,1285.47,144.0,988.96,0.0,1132.96,144.0,8.51,152.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-residents-1.xml,976.12,144.0,675.01,0.0,819.01,144.0,13.11,157.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-boiler-chiller-baseboard.xml,1301.13,144.0,1004.27,0.0,1148.27,144.0,8.86,152.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,1334.72,144.0,1037.22,0.0,1181.22,144.0,9.5,153.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml,1315.2,144.0,1018.8,0.0,1162.8,144.0,8.4,152.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml,1567.81,144.0,1272.91,0.0,1416.91,144.0,6.9,150.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml,1323.91,144.0,1029.01,0.0,1173.01,144.0,6.9,150.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-boiler-only-baseboard-combi-tankless.xml,898.09,144.0,487.39,0.0,631.39,144.0,122.7,266.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,1189.91,144.0,894.09,0.0,1038.09,144.0,7.82,151.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,1191.51,144.0,895.13,0.0,1039.13,144.0,8.38,152.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml,1191.34,144.0,895.9,0.0,1039.9,144.0,7.44,151.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml,1195.72,144.0,902.12,0.0,1046.12,144.0,5.6,149.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,1191.43,144.0,896.02,0.0,1040.02,144.0,7.41,151.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,1189.67,144.0,895.58,0.0,1039.58,144.0,6.09,150.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,1144.99,144.0,1000.99,0.0,1144.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,1176.54,144.0,1032.54,0.0,1176.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,1157.2,144.0,1013.2,0.0,1157.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,1409.24,144.0,1265.24,0.0,1409.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,1167.89,144.0,1023.89,0.0,1167.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-generator.xml,1385.53,144.0,739.54,0.0,883.54,144.0,8.49,152.49,0.0,0.0,0.0,0.0,349.5,349.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,1140.86,144.0,996.86,0.0,1140.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,1033.15,144.0,573.94,0.0,717.94,144.0,171.21,315.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-laundry-room.xml,1009.68,144.0,573.94,0.0,717.94,144.0,147.74,291.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-mechvent-multiple.xml,1629.85,144.0,1138.84,0.0,1282.84,144.0,203.01,347.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,1377.09,144.0,1036.55,0.0,1180.55,144.0,52.54,196.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-mechvent.xml,1360.7,144.0,1034.66,0.0,1178.66,144.0,38.04,182.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-pv-battery.xml,421.36,144.0,1022.64,-897.77,268.87,144.0,8.49,152.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-pv.xml,388.86,144.0,990.14,-897.77,236.37,144.0,8.49,152.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml,968.61,144.0,670.56,0.0,814.56,144.0,10.05,154.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml,894.41,144.0,530.8,0.0,674.8,144.0,75.61,219.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml,1050.07,144.0,615.71,0.0,759.71,144.0,146.36,290.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-water-heater-recirc.xml,1050.07,144.0,615.71,0.0,759.71,144.0,146.36,290.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit-shared-water-heater.xml,1009.82,144.0,575.46,0.0,719.46,144.0,146.36,290.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-unit.xml,1286.63,144.0,990.14,0.0,1134.14,144.0,8.49,152.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-whole-building-common-spaces.xml,8235.59,1152.0,7083.59,0.0,8235.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-whole-building-detailed-electric-panel.xml,8529.43,864.0,7665.43,0.0,8529.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-whole-building-fuels.xml,8126.33,864.0,3481.44,0.0,4345.44,864.0,392.15,1256.15,0.0,0.0,0.0,0.0,1993.44,1993.44,0.0,531.3,531.3,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-whole-building-inter-unit-heat-transfer.xml,7549.75,864.0,6685.75,0.0,7549.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-whole-building-pv-battery.xml,5454.54,864.0,7740.43,-3149.89,5454.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-whole-building-vehicle-ev-charger.xml,9934.37,864.0,9070.37,0.0,9934.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-mf-whole-building.xml,8529.43,864.0,7665.43,0.0,8529.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-sfa-unit-2stories.xml,1869.14,144.0,1368.09,0.0,1512.09,144.0,213.05,357.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-sfa-unit-atticroof-cathedral.xml,2077.33,144.0,1397.45,0.0,1541.45,144.0,391.88,535.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-sfa-unit-infil-compartmentalization-test.xml,1588.98,144.0,1152.48,0.0,1296.48,144.0,148.5,292.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-bldgtype-sfa-unit.xml,1588.98,144.0,1152.48,0.0,1296.48,144.0,148.5,292.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-detailed-electric-panel-no-calculation-types.xml,1211.4,144.0,616.8,0.0,760.8,144.0,306.6,450.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-detailed-electric-panel.xml,1211.4,144.0,616.8,0.0,760.8,144.0,306.6,450.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-combi-tankless-outside.xml,1393.31,144.0,780.67,0.0,924.67,144.0,324.64,468.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-combi-tankless.xml,1393.31,144.0,780.67,0.0,924.67,144.0,324.64,468.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-desuperheater-2-speed.xml,1411.04,144.0,1267.04,0.0,1411.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-desuperheater-ghp-experimental.xml,1918.22,144.0,1774.22,0.0,1918.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-desuperheater-ghp.xml,1751.12,144.0,1607.12,0.0,1751.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-desuperheater-hpwh.xml,1812.66,144.0,1138.51,0.0,1282.51,144.0,386.15,530.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-desuperheater-tankless.xml,1433.41,144.0,1289.41,0.0,1433.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-desuperheater-var-speed.xml,1386.84,144.0,1242.84,0.0,1386.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-desuperheater.xml,1445.74,144.0,1301.74,0.0,1445.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-dwhr.xml,1949.6,144.0,1345.42,0.0,1489.42,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-indirect-detailed-setpoints.xml,1409.31,144.0,780.53,0.0,924.53,144.0,340.78,484.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-indirect-dse.xml,1460.64,144.0,781.96,0.0,925.96,144.0,390.68,534.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-indirect-outside.xml,1435.3,144.0,780.67,0.0,924.67,144.0,366.63,510.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-indirect-standbyloss.xml,1411.02,144.0,780.52,0.0,924.52,144.0,342.5,486.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-indirect-with-solar-fraction.xml,1322.87,144.0,780.62,0.0,924.62,144.0,254.25,398.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-indirect.xml,1410.69,144.0,780.53,0.0,924.53,144.0,342.16,486.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-jacket-electric.xml,2033.14,144.0,1425.93,0.0,1569.93,144.0,319.21,463.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-jacket-gas.xml,1814.99,144.0,1047.31,0.0,1191.31,144.0,479.68,623.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-jacket-hpwh.xml,1801.02,144.0,1126.61,0.0,1270.61,144.0,386.41,530.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-jacket-indirect.xml,1408.68,144.0,780.55,0.0,924.55,144.0,340.13,484.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-low-flow-fixtures.xml,2028.33,144.0,1424.15,0.0,1568.15,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-multiple.xml,1403.75,144.0,864.81,0.0,1008.81,144.0,250.94,394.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-none.xml,1575.82,144.0,964.2,0.0,1108.2,144.0,323.62,467.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-recirc-demand-scheduled.xml,2013.91,144.0,1409.73,0.0,1553.73,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-recirc-demand.xml,2013.91,144.0,1409.73,0.0,1553.73,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-recirc-manual.xml,1982.97,144.0,1378.79,0.0,1522.79,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-recirc-nocontrol.xml,2507.72,144.0,1903.54,0.0,2047.54,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-recirc-temperature.xml,2329.04,144.0,1724.86,0.0,1868.86,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-recirc-timer.xml,2507.72,144.0,1903.54,0.0,2047.54,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-setpoint-temperature.xml,2056.4,144.0,1453.51,0.0,1597.51,144.0,314.89,458.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-solar-direct-evacuated-tube.xml,1803.14,144.0,1198.96,0.0,1342.96,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-solar-direct-flat-plate.xml,1736.28,144.0,1132.19,0.0,1276.19,144.0,316.09,460.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-solar-direct-ics.xml,1801.2,144.0,1197.02,0.0,1341.02,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-solar-fraction.xml,1790.29,144.0,1181.41,0.0,1325.41,144.0,320.88,464.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-solar-indirect-flat-plate.xml,1733.5,144.0,1133.57,0.0,1277.57,144.0,311.93,455.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-solar-thermosyphon-flat-plate.xml,1725.94,144.0,1121.84,0.0,1265.84,144.0,316.1,460.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-coal.xml,1709.22,144.0,1048.91,0.0,1192.91,144.0,324.06,468.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,48.25,48.25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-detailed-setpoints.xml,2044.26,144.0,1440.23,0.0,1584.23,144.0,316.03,460.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-elec-ef.xml,2053.35,144.0,1451.63,0.0,1595.63,144.0,313.72,457.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-gas-ef.xml,1828.31,144.0,1050.21,0.0,1194.21,144.0,490.1,634.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-gas-fhr.xml,1822.16,144.0,1048.91,0.0,1192.91,144.0,485.25,629.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-gas-outside.xml,1829.34,144.0,1042.08,0.0,1186.08,144.0,499.26,643.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-gas.xml,1822.16,144.0,1048.91,0.0,1192.91,144.0,485.25,629.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-heat-pump-capacities.xml,1803.33,144.0,1129.34,0.0,1273.34,144.0,385.99,529.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-heat-pump-confined-space.xml,1818.3,144.0,1149.29,0.0,1293.29,144.0,381.01,525.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-heat-pump-detailed-schedules.xml,1824.17,144.0,1152.06,0.0,1296.06,144.0,384.11,528.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-heat-pump-ducting.xml,1850.98,144.0,1163.57,0.0,1307.57,144.0,399.41,543.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-heat-pump-ef.xml,1809.13,144.0,1137.19,0.0,1281.19,144.0,383.94,527.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,1809.13,144.0,1137.19,0.0,1281.19,144.0,383.94,527.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-heat-pump-outside.xml,1903.67,144.0,1292.26,0.0,1436.26,144.0,323.41,467.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-heat-pump-with-solar-fraction.xml,1708.02,144.0,1074.93,0.0,1218.93,144.0,345.09,489.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-heat-pump-with-solar.xml,1720.9,144.0,1099.03,0.0,1243.03,144.0,333.87,477.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-heat-pump.xml,1803.81,144.0,1130.31,0.0,1274.31,144.0,385.5,529.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,2034.79,144.0,1440.53,0.0,1584.53,144.0,306.26,450.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-model-type-stratified.xml,2042.04,144.0,1436.79,0.0,1580.79,144.0,317.25,461.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-oil.xml,2084.4,144.0,1048.52,0.0,1192.52,144.0,325.14,469.14,0.0,422.74,422.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tank-wood.xml,1928.84,144.0,1048.91,0.0,1192.91,144.0,324.06,468.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,267.87,267.87,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tankless-detailed-setpoints.xml,1777.96,144.0,1042.08,0.0,1186.08,144.0,447.88,591.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tankless-electric-ef.xml,2066.0,144.0,1454.59,0.0,1598.59,144.0,323.41,467.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tankless-electric-outside.xml,2057.58,144.0,1446.17,0.0,1590.17,144.0,323.41,467.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tankless-electric.xml,2048.98,144.0,1437.57,0.0,1581.57,144.0,323.41,467.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tankless-gas-ef.xml,1763.46,144.0,1042.08,0.0,1186.08,144.0,433.38,577.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tankless-gas-with-solar-fraction.xml,1697.13,144.0,1042.08,0.0,1186.08,144.0,367.05,511.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tankless-gas-with-solar.xml,1684.72,144.0,1057.77,0.0,1201.77,144.0,338.95,482.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tankless-gas.xml,1778.19,144.0,1042.08,0.0,1186.08,144.0,448.11,592.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-dhw-tankless-propane.xml,1971.03,144.0,1042.08,0.0,1186.08,144.0,323.41,467.41,0.0,0.0,0.0,0.0,317.54,317.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-2stories-garage.xml,2380.17,144.0,1700.69,0.0,1844.69,144.0,391.48,535.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-2stories.xml,2636.56,144.0,1847.34,0.0,1991.34,144.0,501.22,645.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-beds-1.xml,1862.6,144.0,1239.74,0.0,1383.74,144.0,334.86,478.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-beds-2.xml,1955.68,144.0,1342.19,0.0,1486.19,144.0,325.49,469.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-beds-4.xml,2130.76,144.0,1535.86,0.0,1679.86,144.0,306.9,450.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-beds-5.xml,2215.91,144.0,1630.27,0.0,1774.27,144.0,297.64,441.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-ceilingtypes.xml,2209.11,144.0,1459.92,0.0,1603.92,144.0,461.19,605.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-floortypes.xml,1837.39,144.0,1157.11,0.0,1301.11,144.0,392.28,536.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-garage.xml,2016.64,144.0,1370.71,0.0,1514.71,144.0,357.93,501.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-infil-ach-house-pressure.xml,2044.33,144.0,1440.15,0.0,1584.15,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-infil-cfm-house-pressure.xml,2044.53,144.0,1440.16,0.0,1584.16,144.0,316.37,460.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-infil-cfm50.xml,2044.33,144.0,1440.15,0.0,1584.15,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-infil-ela.xml,2142.09,144.0,1446.32,0.0,1590.32,144.0,407.77,551.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-infil-flue.xml,2062.45,144.0,1441.2,0.0,1585.2,144.0,333.25,477.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-infil-leakiness-description.xml,2341.08,144.0,1460.06,0.0,1604.06,144.0,593.02,737.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-infil-natural-ach.xml,2137.3,144.0,1446.02,0.0,1590.02,144.0,403.28,547.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-infil-natural-cfm.xml,2137.3,144.0,1446.02,0.0,1590.02,144.0,403.28,547.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-infil-sla.xml,2144.19,144.0,1446.46,0.0,1590.46,144.0,409.73,553.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-orientations.xml,2046.6,144.0,1439.34,0.0,1583.34,144.0,319.26,463.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-overhangs.xml,2041.68,144.0,1435.42,0.0,1579.42,144.0,318.26,462.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-rooftypes.xml,2031.83,144.0,1426.52,0.0,1570.52,144.0,317.31,461.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-skylights-cathedral.xml,2199.81,144.0,1652.99,0.0,1796.99,144.0,258.82,402.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-skylights-physical-properties.xml,2126.57,144.0,1485.67,0.0,1629.67,144.0,352.9,496.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-skylights-shading.xml,2076.81,144.0,1443.58,0.0,1587.58,144.0,345.23,489.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-skylights-storms.xml,2096.82,144.0,1487.48,0.0,1631.48,144.0,321.34,465.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-skylights.xml,2103.72,144.0,1481.87,0.0,1625.87,144.0,333.85,477.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-split-level.xml,1530.82,144.0,1122.25,0.0,1266.25,144.0,120.57,264.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-thermal-mass.xml,2039.65,144.0,1437.47,0.0,1581.47,144.0,314.18,458.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-walltypes.xml,2166.72,144.0,1374.74,0.0,1518.74,144.0,503.98,647.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-exterior-shading-solar-film.xml,2063.13,144.0,1395.69,0.0,1539.69,144.0,379.44,523.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-exterior-shading-solar-screens.xml,2092.64,144.0,1336.42,0.0,1480.42,144.0,468.22,612.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-insect-screens-exterior.xml,2059.19,144.0,1404.41,0.0,1548.41,144.0,366.78,510.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-insect-screens-interior.xml,2046.35,144.0,1434.74,0.0,1578.74,144.0,323.61,467.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-interior-shading-blinds.xml,2038.85,144.0,1456.39,0.0,1600.39,144.0,294.46,438.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-interior-shading-coefficients.xml,2027.26,144.0,1414.69,0.0,1558.69,144.0,324.57,468.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-natural-ventilation-availability.xml,2000.43,144.0,1395.18,0.0,1539.18,144.0,317.25,461.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-none.xml,1940.18,144.0,1324.0,0.0,1468.0,144.0,328.18,472.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-physical-properties.xml,2140.81,144.0,1452.33,0.0,1596.33,144.0,400.48,544.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-shading-factors.xml,1937.93,144.0,1310.42,0.0,1454.42,144.0,339.51,483.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-shading-seasons.xml,2044.33,144.0,1440.15,0.0,1584.15,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-shading-types-detailed.xml,2032.12,144.0,1346.87,0.0,1490.87,144.0,397.25,541.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-enclosure-windows-storms.xml,2013.42,144.0,1451.98,0.0,1595.98,144.0,273.44,417.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-ev-charger.xml,2044.33,144.0,1440.15,0.0,1584.15,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-ambient.xml,1656.89,144.0,1180.72,0.0,1324.72,144.0,188.17,332.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-basement-garage.xml,1836.1,144.0,1289.78,0.0,1433.78,144.0,258.32,402.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-belly-wing-no-skirt.xml,1892.64,144.0,1205.62,0.0,1349.62,144.0,399.02,543.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-belly-wing-skirt.xml,1889.07,144.0,1205.57,0.0,1349.57,144.0,395.5,539.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-complex.xml,2331.53,144.0,1509.54,0.0,1653.54,144.0,533.99,677.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-conditioned-basement-slab-insulation-full.xml,2036.4,144.0,1467.21,0.0,1611.21,144.0,281.19,425.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-conditioned-basement-slab-insulation.xml,2044.8,144.0,1456.64,0.0,1600.64,144.0,300.16,444.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-conditioned-basement-wall-insulation.xml,2026.7,144.0,1426.19,0.0,1570.19,144.0,312.51,456.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-conditioned-crawlspace.xml,1586.2,144.0,1110.24,0.0,1254.24,144.0,187.96,331.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-multiple.xml,1577.75,144.0,1144.84,0.0,1288.84,144.0,144.91,288.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-slab-exterior-horizontal-insulation.xml,1526.33,144.0,1113.25,0.0,1257.25,144.0,125.08,269.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-slab.xml,1528.33,144.0,1125.71,0.0,1269.71,144.0,114.62,258.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-unconditioned-basement-above-grade.xml,1592.39,144.0,1149.57,0.0,1293.57,144.0,154.82,298.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-unconditioned-basement-assembly-r.xml,1544.29,144.0,1125.24,0.0,1269.24,144.0,131.05,275.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-unconditioned-basement-wall-insulation.xml,1603.13,144.0,1124.37,0.0,1268.37,144.0,190.76,334.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-unconditioned-basement.xml,1577.74,144.0,1145.99,0.0,1289.99,144.0,143.75,287.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-unvented-crawlspace.xml,1562.81,144.0,1154.88,0.0,1298.88,144.0,119.93,263.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-vented-crawlspace-above-grade.xml,1597.12,144.0,1161.26,0.0,1305.26,144.0,147.86,291.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-vented-crawlspace-above-grade2.xml,1591.17,144.0,1164.22,0.0,1308.22,144.0,138.95,282.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-vented-crawlspace.xml,1589.32,144.0,1157.34,0.0,1301.34,144.0,143.98,287.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-foundation-walkout-basement.xml,2142.62,144.0,1460.46,0.0,1604.46,144.0,394.16,538.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-1-speed-autosize-factor.xml,2151.75,144.0,2007.75,0.0,2151.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,1515.3,144.0,1371.3,0.0,1515.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-1-speed-detailed-electric-panel.xml,2151.36,144.0,2007.36,0.0,2151.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-1-speed-detailed-performance.xml,2237.76,144.0,2093.76,0.0,2237.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,2150.57,144.0,2006.57,0.0,2150.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,1938.73,144.0,1794.73,0.0,1938.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,2154.85,144.0,2010.85,0.0,2154.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-1-speed-research-features.xml,4101.94,144.0,3957.94,0.0,4101.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml,2214.19,144.0,2070.19,0.0,2214.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-1-speed.xml,2151.36,144.0,2007.36,0.0,2151.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-2-speed-detailed-performance.xml,2067.77,144.0,1923.77,0.0,2067.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-2-speed-research-features.xml,3938.78,144.0,3794.78,0.0,3938.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-2-speed.xml,2052.75,144.0,1908.75,0.0,2052.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-autosize-maxload.xml,1941.89,144.0,1797.89,0.0,1941.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,2095.51,144.0,1424.77,0.0,1568.77,144.0,382.74,526.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,2116.56,144.0,1605.35,0.0,1749.35,144.0,223.21,367.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,2103.03,144.0,1428.81,0.0,1572.81,144.0,386.22,530.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-backup-furnace-autosize-factor.xml,2118.81,144.0,1413.05,0.0,1557.05,144.0,417.76,561.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,2092.13,144.0,1436.23,0.0,1580.23,144.0,367.9,511.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-autosize.xml,2140.15,144.0,1996.15,0.0,2140.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-normalized-capacities.xml,2168.09,144.0,2024.09,0.0,2168.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml,2169.61,144.0,2025.61,0.0,2169.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins.xml,2088.46,144.0,1944.46,0.0,2088.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems.xml,1995.41,144.0,1851.41,0.0,1995.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode.xml,2060.92,144.0,1916.92,0.0,2060.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-defrost-mode.xml,2040.92,144.0,1896.92,0.0,2040.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-heat-pump-mode.xml,2051.66,144.0,1907.66,0.0,2051.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-none.xml,2040.21,144.0,1896.21,0.0,2040.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed-research-features.xml,2058.94,144.0,1914.94,0.0,2058.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-air-to-air-heat-pump-var-speed.xml,2071.28,144.0,1927.28,0.0,2071.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-autosize-sizing-controls.xml,2145.97,144.0,1774.57,0.0,1918.57,144.0,83.4,227.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-autosize.xml,1982.15,144.0,1413.52,0.0,1557.52,144.0,280.63,424.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-boiler-coal-only.xml,1382.87,144.0,1178.66,0.0,1322.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,60.21,60.21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-boiler-elec-only.xml,2037.76,144.0,1893.76,0.0,2037.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-boiler-gas-central-ac-1-speed.xml,1903.84,144.0,1411.83,0.0,1555.83,144.0,204.01,348.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-boiler-gas-only-pilot.xml,1712.55,144.0,1174.81,0.0,1318.81,144.0,249.74,393.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-boiler-gas-only.xml,1664.88,144.0,1174.81,0.0,1318.81,144.0,202.07,346.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-boiler-oil-only.xml,1859.13,144.0,1178.66,0.0,1322.66,0.0,0.0,0.0,0.0,536.47,536.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-boiler-propane-only.xml,1833.06,144.0,1173.92,0.0,1317.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,515.14,515.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-boiler-wood-only.xml,1654.1,144.0,1173.92,0.0,1317.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,336.18,336.18,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-central-ac-only-1-speed-autosize-factor.xml,1519.8,144.0,1375.8,0.0,1519.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-central-ac-only-1-speed-detailed-performance.xml,1559.21,144.0,1415.21,0.0,1559.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-central-ac-only-1-speed-seer.xml,1559.61,144.0,1415.61,0.0,1559.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-central-ac-only-1-speed.xml,1540.6,144.0,1396.6,0.0,1540.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-central-ac-only-2-speed-detailed-performance.xml,1507.33,144.0,1363.33,0.0,1507.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-central-ac-only-2-speed.xml,1507.79,144.0,1363.79,0.0,1507.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-central-ac-only-var-speed-detailed-performance-autosize.xml,1518.88,144.0,1374.88,0.0,1518.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-central-ac-only-var-speed-detailed-performance.xml,1526.3,144.0,1382.3,0.0,1526.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-central-ac-only-var-speed-max-power-ratio-schedule.xml,1484.28,144.0,1340.28,0.0,1484.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-central-ac-only-var-speed.xml,1486.5,144.0,1342.5,0.0,1486.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,2180.67,144.0,2036.67,0.0,2180.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-dse.xml,1924.61,144.0,1409.0,0.0,1553.0,144.0,227.61,371.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,2143.3,144.0,1709.37,0.0,1853.37,144.0,145.93,289.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,2139.33,144.0,1659.74,0.0,1803.74,144.0,191.59,335.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,2056.48,144.0,1569.6,0.0,1713.6,144.0,198.88,342.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-dual-fuel-air-to-air-heat-pump-var-speed-dse.xml,1901.95,144.0,1505.57,0.0,1649.57,144.0,108.38,252.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,2084.06,144.0,1600.29,0.0,1744.29,144.0,195.77,339.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,1839.07,144.0,1434.76,0.0,1578.76,144.0,116.31,260.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-ducts-area-multipliers.xml,1966.31,144.0,1407.13,0.0,1551.13,144.0,271.18,415.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-ducts-areas.xml,1913.98,144.0,1385.57,0.0,1529.57,144.0,240.41,384.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-ducts-buried.xml,1913.71,144.0,1385.48,0.0,1529.48,144.0,240.23,384.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-ducts-defaults.xml,2013.94,144.0,1574.19,0.0,1718.19,144.0,151.75,295.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-ducts-effective-rvalue.xml,2044.33,144.0,1440.15,0.0,1584.15,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-ducts-leakage-cfm50.xml,2022.92,144.0,1432.28,0.0,1576.28,144.0,302.64,446.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-ducts-leakage-percent.xml,2009.4,144.0,1427.34,0.0,1571.34,144.0,294.06,438.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-ducts-shape-rectangular.xml,2023.04,144.0,1431.67,0.0,1575.67,144.0,303.37,447.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-ducts-shape-round.xml,2051.87,144.0,1443.01,0.0,1587.01,144.0,320.86,464.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-elec-resistance-only.xml,1963.15,144.0,1819.15,0.0,1963.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-evap-cooler-furnace-gas.xml,1832.52,144.0,1223.16,0.0,1367.16,144.0,321.36,465.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-evap-cooler-only-ducted.xml,1341.96,144.0,1197.96,0.0,1341.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-evap-cooler-only.xml,1333.99,144.0,1189.99,0.0,1333.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-fan-motor-type.xml,2040.9,144.0,1433.17,0.0,1577.17,144.0,319.73,463.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-fireplace-wood-only.xml,1690.69,144.0,1168.75,0.0,1312.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,377.94,377.94,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-floor-furnace-propane-only.xml,2013.6,144.0,1168.75,0.0,1312.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,700.85,700.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-base-hvac-furnace-coal-only.xml,1436.53,144.0,1197.23,0.0,1341.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,95.3,95.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-elec-central-ac-1-speed.xml,2686.71,144.0,2542.71,0.0,2686.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-elec-only.xml,2474.13,144.0,2330.13,0.0,2474.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-central-ac-2-speed.xml,2007.0,144.0,1399.27,0.0,1543.27,144.0,319.73,463.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-central-ac-var-speed-max-power-ratio-schedule.xml,1975.77,144.0,1371.61,0.0,1515.61,144.0,316.16,460.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-central-ac-var-speed.xml,1978.25,144.0,1374.04,0.0,1518.04,144.0,316.21,460.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-only-autosize-factor.xml,1761.35,144.0,1193.77,0.0,1337.77,144.0,279.58,423.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-only-detailed-setpoints.xml,1578.83,144.0,1175.85,0.0,1319.85,144.0,114.98,258.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-only-pilot.xml,1849.5,144.0,1197.23,0.0,1341.23,144.0,364.27,508.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-only.xml,1803.6,144.0,1197.23,0.0,1341.23,144.0,318.37,462.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-plus-air-to-air-heat-pump-cooling.xml,2024.22,144.0,1418.08,0.0,1562.08,144.0,318.14,462.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-room-ac.xml,2021.4,144.0,1412.04,0.0,1556.04,144.0,321.36,465.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-oil-only.xml,2190.41,144.0,1197.23,0.0,1341.23,0.0,0.0,0.0,0.0,849.18,849.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-propane-only.xml,2151.96,144.0,1197.23,0.0,1341.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,810.73,810.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-wood-only.xml,1870.32,144.0,1197.23,0.0,1341.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,529.09,529.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-x3-dse.xml,1920.38,144.0,1403.07,0.0,1547.07,144.0,229.31,373.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-1-speed-experimental.xml,2009.87,144.0,1865.87,0.0,2009.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-1-speed.xml,1846.71,144.0,1702.71,0.0,1846.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-2-speed-experimental.xml,1832.02,144.0,1688.02,0.0,1832.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-2-speed.xml,1773.93,144.0,1629.93,0.0,1773.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-backup-integrated.xml,1846.71,144.0,1702.71,0.0,1846.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-backup-stove.xml,1865.18,144.0,1721.17,0.0,1865.17,0.0,0.0,0.0,0.0,0.01,0.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-cooling-only.xml,1493.33,144.0,1349.33,0.0,1493.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-detailed-geothermal-loop.xml,1855.63,144.0,1711.63,0.0,1855.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-heating-only.xml,1636.8,144.0,1492.8,0.0,1636.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-var-speed-experimental.xml,1794.86,144.0,1650.86,0.0,1794.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-var-speed.xml,1707.54,144.0,1563.54,0.0,1707.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,2357.74,144.0,2213.74,0.0,2357.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,2272.64,144.0,2128.64,0.0,2272.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-air-to-air-heat-pump-var-speed-detailed-performance.xml,2403.59,144.0,2259.59,0.0,2403.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,2287.22,144.0,2143.22,0.0,2287.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,2111.24,144.0,1458.39,0.0,1602.39,144.0,364.85,508.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,2089.97,144.0,1436.8,0.0,1580.8,144.0,365.17,509.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,2058.41,144.0,1411.37,0.0,1555.37,144.0,359.04,503.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-furnace-gas-only.xml,1845.24,144.0,1192.58,0.0,1336.58,144.0,364.66,508.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-ground-to-air-heat-pump-1-speed.xml,1987.85,144.0,1843.85,0.0,1987.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-ground-to-air-heat-pump-2-speed-experimental.xml,2013.49,144.0,1869.49,0.0,2013.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-ground-to-air-heat-pump-var-speed-experimental.xml,1985.87,144.0,1841.87,0.0,1985.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,1450.44,144.0,1306.44,0.0,1450.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-mini-split-heat-pump-ducted.xml,1902.57,144.0,1758.57,0.0,1902.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-air-conditioner-only-ducted.xml,1419.96,144.0,1275.96,0.0,1419.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance-autosize.xml,1453.74,144.0,1309.74,0.0,1453.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml,1452.47,144.0,1308.47,0.0,1452.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-air-conditioner-only-ductless.xml,1401.22,144.0,1257.22,0.0,1401.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,1417.52,144.0,1273.52,0.0,1417.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule.xml,1696.23,144.0,1552.23,0.0,1696.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-heating-only.xml,1700.01,144.0,1556.01,0.0,1700.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-max-power-ratio-schedule.xml,1794.69,144.0,1650.69,0.0,1794.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted.xml,1798.48,144.0,1654.48,0.0,1798.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-autosize-factor.xml,1697.26,144.0,1553.26,0.0,1697.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,1702.68,144.0,1558.68,0.0,1702.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-furnace-ducts-defaults.xml,1814.14,144.0,1309.83,0.0,1453.83,144.0,216.31,360.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml,1857.48,144.0,1313.35,0.0,1457.35,144.0,256.13,400.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-integrated-defrost-with-backup-heat-active.xml,1727.32,144.0,1583.32,0.0,1727.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-integrated.xml,1697.26,144.0,1553.26,0.0,1697.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,2155.7,144.0,1288.34,0.0,1432.34,0.0,0.0,0.0,0.0,723.36,723.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-detailed-performance-autosize.xml,1774.71,144.0,1630.71,0.0,1774.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-detailed-performance.xml,1772.44,144.0,1628.44,0.0,1772.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml,1678.11,144.0,1534.11,0.0,1678.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless.xml,1697.26,144.0,1553.26,0.0,1697.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-multiple.xml,2773.73,144.0,2167.67,0.0,2311.67,144.0,85.93,229.93,0.0,117.51,117.51,0.0,114.62,114.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-none.xml,2647.45,144.0,2503.45,0.0,2647.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ptac-cfis.xml,1502.65,144.0,1358.65,0.0,1502.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ptac-with-heating-electricity.xml,2139.13,144.0,1995.13,0.0,2139.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ptac-with-heating-natural-gas.xml,1843.09,144.0,1338.57,0.0,1482.57,144.0,216.52,360.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ptac.xml,1474.23,144.0,1330.23,0.0,1474.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-pthp-cfis.xml,1833.76,144.0,1689.76,0.0,1833.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-pthp-heating-capacity-17f.xml,1751.94,144.0,1607.94,0.0,1751.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-pthp.xml,1752.4,144.0,1608.4,0.0,1752.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-room-ac-only-detailed-setpoints.xml,1472.28,144.0,1328.28,0.0,1472.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-room-ac-only-eer.xml,1517.25,144.0,1373.25,0.0,1517.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-room-ac-only-partial-conditioning.xml,1385.24,144.0,1241.24,0.0,1385.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-room-ac-only-research-features.xml,1452.76,144.0,1308.76,0.0,1452.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-room-ac-only.xml,1517.75,144.0,1373.75,0.0,1517.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-room-ac-with-heating.xml,2183.85,144.0,2039.85,0.0,2183.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-room-ac-with-reverse-cycle.xml,1752.13,144.0,1608.13,0.0,1752.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-seasons-and-inverted-setpoints.xml,2426.79,144.0,1559.25,0.0,1703.25,144.0,579.54,723.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-seasons.xml,2039.1,144.0,1437.0,0.0,1581.0,144.0,314.1,458.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-setpoints-daily-schedules.xml,2011.28,144.0,1407.86,0.0,1551.86,144.0,315.42,459.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-setpoints-daily-setbacks.xml,2003.01,144.0,1413.83,0.0,1557.83,144.0,301.18,445.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-setpoints.xml,1740.81,144.0,1339.34,0.0,1483.34,144.0,113.47,257.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-space-heater-gas-only.xml,1628.39,144.0,1168.82,0.0,1312.82,144.0,171.57,315.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-stove-oil-only.xml,1919.65,144.0,1171.42,0.0,1315.42,0.0,0.0,0.0,0.0,604.23,604.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-stove-wood-pellets-only.xml,1691.89,144.0,1171.42,0.0,1315.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,376.47,376.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-undersized-allow-increased-fixed-capacities.xml,1945.77,144.0,1398.05,0.0,1542.05,144.0,259.72,403.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-undersized.xml,1841.38,144.0,1326.64,0.0,1470.64,144.0,226.74,370.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-wall-furnace-elec-only.xml,1976.4,144.0,1832.4,0.0,1976.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-ceiling-fans-label-energy-use.xml,2064.54,144.0,1460.62,0.0,1604.62,144.0,315.92,459.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-ceiling-fans.xml,2057.18,144.0,1453.25,0.0,1597.25,144.0,315.93,459.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-holiday.xml,2051.56,144.0,1447.38,0.0,1591.38,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-kwh-per-year.xml,2070.21,144.0,1470.61,0.0,1614.61,144.0,311.6,455.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-mixed.xml,2050.85,144.0,1446.67,0.0,1590.67,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-none-ceiling-fans.xml,1901.75,144.0,1263.43,0.0,1407.43,144.0,350.32,494.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-none.xml,1888.98,144.0,1250.41,0.0,1394.41,144.0,350.57,494.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-AMY-2012.xml,2128.88,144.0,1398.02,0.0,1542.02,144.0,442.86,586.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-TMYx.xml,2050.19,144.0,1372.53,0.0,1516.53,144.0,389.66,533.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-baltimore-md.xml,1864.91,144.0,1412.83,0.0,1556.83,144.0,164.08,308.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-coal.xml,1966.54,144.0,1410.39,0.0,1554.39,144.0,268.15,412.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-dehumidifier-ef-portable.xml,1698.78,144.0,1383.99,0.0,1527.99,144.0,26.79,170.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-dehumidifier-ef-whole-home.xml,1697.13,144.0,1381.9,0.0,1525.9,144.0,27.23,171.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-dehumidifier-mechvent-latent-degradation-model-0s.xml,1810.81,144.0,1501.68,0.0,1645.68,144.0,21.13,165.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-dehumidifier-mechvent-latent-degradation-model-45s.xml,1834.14,144.0,1525.02,0.0,1669.02,144.0,21.12,165.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-dehumidifier-mechvent-latent-degradation-model-ashp.xml,1486.69,144.0,1342.69,0.0,1486.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-dehumidifier-mechvent.xml,1810.16,144.0,1501.03,0.0,1645.03,144.0,21.13,165.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-dehumidifier-multiple.xml,1696.87,144.0,1380.95,0.0,1524.95,144.0,27.92,171.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-dehumidifier.xml,1700.06,144.0,1385.2,0.0,1529.2,144.0,26.86,170.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-freezer-temperature-dependent-schedule.xml,2120.48,144.0,1565.72,0.0,1709.72,144.0,266.76,410.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-gas.xml,2006.66,144.0,1410.39,0.0,1554.39,144.0,308.27,452.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-modified.xml,2099.34,144.0,1546.4,0.0,1690.4,144.0,264.94,408.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-none.xml,1812.26,144.0,1231.3,0.0,1375.3,144.0,292.96,436.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-oil.xml,2074.78,144.0,1410.39,0.0,1554.39,144.0,268.15,412.15,0.0,108.24,108.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-propane.xml,2081.94,144.0,1410.39,0.0,1554.39,144.0,268.15,412.15,0.0,0.0,0.0,0.0,115.4,115.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-refrigerator-temperature-dependent-schedule.xml,2073.51,144.0,1511.42,0.0,1655.42,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-appliances-wood.xml,2033.89,144.0,1410.39,0.0,1554.39,144.0,268.15,412.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,67.35,67.35,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-atticroof-cathedral.xml,1958.87,144.0,1449.06,0.0,1593.06,144.0,221.81,365.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-atticroof-conditioned.xml,2146.4,144.0,1647.98,0.0,1791.98,144.0,210.42,354.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-atticroof-flat.xml,1869.7,144.0,1412.75,0.0,1556.75,144.0,168.95,312.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-atticroof-radiant-barrier-ceiling.xml,1777.62,144.0,1414.59,0.0,1558.59,144.0,75.03,219.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-atticroof-radiant-barrier.xml,1745.41,144.0,1393.87,0.0,1537.87,144.0,63.54,207.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-atticroof-unvented-insulated-roof.xml,1923.78,144.0,1432.25,0.0,1576.25,144.0,203.53,347.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-atticroof-vented.xml,2086.7,144.0,1504.84,0.0,1648.84,144.0,293.86,437.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-battery-scheduled-power-outage.xml,1978.94,144.0,1416.81,0.0,1560.81,144.0,274.13,418.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-battery-scheduled.xml,2140.36,144.0,1578.27,0.0,1722.27,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-battery.xml,2073.51,144.0,1511.42,0.0,1655.42,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml,1382.93,144.0,986.56,0.0,1130.56,144.0,108.37,252.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-adjacent-to-multiple-hvac-none.xml,1072.52,144.0,928.52,0.0,1072.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-adjacent-to-multiple.xml,1350.99,144.0,1018.3,0.0,1162.3,144.0,44.69,188.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml,1490.34,144.0,987.95,0.0,1131.95,144.0,214.39,358.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml,1287.48,144.0,982.58,0.0,1126.58,144.0,16.9,160.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml,1323.73,144.0,994.24,0.0,1138.24,144.0,41.49,185.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml,1307.84,144.0,1005.3,0.0,1149.3,144.0,14.54,158.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-infil-compartmentalization-test.xml,1338.47,144.0,1044.28,0.0,1188.28,144.0,6.19,150.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-infil-leakiness-description.xml,1340.05,144.0,1048.22,0.0,1192.22,144.0,3.83,147.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-neighbor-shading.xml,1336.95,144.0,1041.59,0.0,1185.59,144.0,7.36,151.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-residents-1.xml,1011.29,144.0,711.95,0.0,855.95,144.0,11.34,155.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-boiler-chiller-baseboard.xml,1349.65,144.0,1053.97,0.0,1197.97,144.0,7.68,151.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,1384.86,144.0,1088.57,0.0,1232.57,144.0,8.29,152.29,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml,1364.5,144.0,1069.23,0.0,1213.23,144.0,7.27,151.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml,1629.85,144.0,1335.87,0.0,1479.87,144.0,5.98,149.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml,1373.89,144.0,1079.91,0.0,1223.91,144.0,5.98,149.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-boiler-only-baseboard-combi-tankless.xml,905.87,144.0,511.51,0.0,655.51,144.0,106.36,250.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,1233.1,144.0,938.33,0.0,1082.33,144.0,6.77,150.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,1234.77,144.0,939.46,0.0,1083.46,144.0,7.31,151.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml,1234.69,144.0,940.25,0.0,1084.25,144.0,6.44,150.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml,1239.61,144.0,946.76,0.0,1090.76,144.0,4.85,148.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,1234.79,144.0,940.37,0.0,1084.37,144.0,6.42,150.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,1233.17,144.0,939.89,0.0,1083.89,144.0,5.28,149.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,1194.52,144.0,1050.52,0.0,1194.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,1227.62,144.0,1083.62,0.0,1227.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,1207.33,144.0,1063.33,0.0,1207.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,1471.81,144.0,1327.81,0.0,1471.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,1218.54,144.0,1074.54,0.0,1218.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-generator.xml,1417.46,144.0,779.85,0.0,923.85,144.0,7.34,151.34,0.0,0.0,0.0,0.0,342.27,342.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,1190.19,144.0,1046.19,0.0,1190.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,1042.42,144.0,606.02,0.0,750.02,144.0,148.4,292.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-laundry-room.xml,1022.07,144.0,606.02,0.0,750.02,144.0,128.05,272.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-mechvent-multiple.xml,1668.86,144.0,1206.47,0.0,1350.47,144.0,174.39,318.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,1425.04,144.0,1091.56,0.0,1235.56,144.0,45.48,189.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-mechvent.xml,1410.68,144.0,1089.8,0.0,1233.8,144.0,32.88,176.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-pv-battery.xml,430.09,144.0,1076.94,-942.19,278.75,144.0,7.34,151.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-pv.xml,396.0,144.0,1042.85,-942.19,244.66,144.0,7.34,151.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml,1004.12,144.0,707.43,0.0,851.43,144.0,8.69,152.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml,914.05,144.0,560.54,0.0,704.54,144.0,65.51,209.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml,1064.71,144.0,649.86,0.0,793.86,144.0,126.85,270.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-water-heater-recirc.xml,1064.71,144.0,649.86,0.0,793.86,144.0,126.85,270.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit-shared-water-heater.xml,1022.47,144.0,607.62,0.0,751.62,144.0,126.85,270.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-unit.xml,1338.19,144.0,1042.85,0.0,1186.85,144.0,7.34,151.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-whole-building-common-spaces.xml,8586.02,1152.0,7434.02,0.0,8586.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-whole-building-detailed-electric-panel.xml,8907.99,864.0,8043.99,0.0,8907.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-whole-building-fuels.xml,8139.0,864.0,3653.68,0.0,4517.68,864.0,339.77,1203.77,0.0,0.0,0.0,0.0,1952.25,1952.25,0.0,465.3,465.3,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-whole-building-inter-unit-heat-transfer.xml,7880.02,864.0,7016.02,0.0,7880.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-whole-building-pv-battery.xml,5680.95,864.0,8122.7,-3305.75,5680.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-whole-building-vehicle-ev-charger.xml,10382.45,864.0,9518.45,0.0,10382.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-mf-whole-building.xml,8907.99,864.0,8043.99,0.0,8907.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-sfa-unit-2stories.xml,1908.45,144.0,1435.78,0.0,1579.78,144.0,184.67,328.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-sfa-unit-atticroof-cathedral.xml,2094.29,144.0,1466.6,0.0,1610.6,144.0,339.69,483.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-sfa-unit-infil-compartmentalization-test.xml,1626.25,144.0,1209.51,0.0,1353.51,144.0,128.74,272.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-bldgtype-sfa-unit.xml,1626.25,144.0,1209.51,0.0,1353.51,144.0,128.74,272.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-detailed-electric-panel-no-calculation-types.xml,1201.08,144.0,647.29,0.0,791.29,144.0,265.79,409.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-detailed-electric-panel.xml,1201.08,144.0,647.29,0.0,791.29,144.0,265.79,409.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-combi-tankless-outside.xml,1388.72,144.0,819.3,0.0,963.3,144.0,281.42,425.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-combi-tankless.xml,1388.72,144.0,819.3,0.0,963.3,144.0,281.42,425.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-desuperheater-2-speed.xml,1473.75,144.0,1329.75,0.0,1473.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-desuperheater-ghp-experimental.xml,2006.06,144.0,1862.06,0.0,2006.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-desuperheater-ghp.xml,1830.68,144.0,1686.68,0.0,1830.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-desuperheater-hpwh.xml,1817.59,144.0,1194.84,0.0,1338.84,144.0,334.75,478.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-desuperheater-tankless.xml,1497.22,144.0,1353.22,0.0,1497.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-desuperheater-var-speed.xml,1448.35,144.0,1304.35,0.0,1448.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-desuperheater.xml,1510.17,144.0,1366.17,0.0,1510.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-dwhr.xml,1974.1,144.0,1412.01,0.0,1556.01,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-indirect-detailed-setpoints.xml,1402.57,144.0,819.15,0.0,963.15,144.0,295.42,439.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-indirect-dse.xml,1447.34,144.0,820.66,0.0,964.66,144.0,338.68,482.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-indirect-outside.xml,1425.13,144.0,819.3,0.0,963.3,144.0,317.83,461.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-indirect-standbyloss.xml,1404.05,144.0,819.15,0.0,963.15,144.0,296.9,440.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-indirect-with-solar-fraction.xml,1327.66,144.0,819.25,0.0,963.25,144.0,220.41,364.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-indirect.xml,1403.76,144.0,819.15,0.0,963.15,144.0,296.61,440.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-jacket-electric.xml,2061.23,144.0,1496.51,0.0,1640.51,144.0,276.72,420.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-jacket-gas.xml,1802.97,144.0,1099.14,0.0,1243.14,144.0,415.83,559.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-jacket-hpwh.xml,1805.35,144.0,1182.37,0.0,1326.37,144.0,334.98,478.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-jacket-indirect.xml,1402.02,144.0,819.17,0.0,963.17,144.0,294.85,438.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-low-flow-fixtures.xml,2056.73,144.0,1494.64,0.0,1638.64,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-multiple.xml,1413.14,144.0,907.6,0.0,1051.6,144.0,217.54,361.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-none.xml,1580.47,144.0,1011.93,0.0,1155.93,144.0,280.54,424.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-recirc-demand-scheduled.xml,2041.59,144.0,1479.5,0.0,1623.5,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-recirc-demand.xml,2041.59,144.0,1479.5,0.0,1623.5,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-recirc-manual.xml,2009.12,144.0,1447.03,0.0,1591.03,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-recirc-nocontrol.xml,2559.83,144.0,1997.74,0.0,2141.74,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-recirc-temperature.xml,2372.32,144.0,1810.23,0.0,1954.23,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-recirc-timer.xml,2559.83,144.0,1997.74,0.0,2141.74,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-setpoint-temperature.xml,2086.43,144.0,1525.45,0.0,1669.45,144.0,272.98,416.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-solar-direct-evacuated-tube.xml,1820.41,144.0,1258.31,0.0,1402.31,144.0,274.1,418.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-solar-direct-flat-plate.xml,1750.24,144.0,1188.22,0.0,1332.22,144.0,274.02,418.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-solar-direct-ics.xml,1818.36,144.0,1256.27,0.0,1400.27,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-solar-fraction.xml,1806.01,144.0,1239.84,0.0,1383.84,144.0,278.17,422.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-solar-indirect-flat-plate.xml,1748.1,144.0,1189.68,0.0,1333.68,144.0,270.42,414.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-solar-thermosyphon-flat-plate.xml,1739.4,144.0,1177.37,0.0,1321.37,144.0,274.03,418.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-coal.xml,1669.76,144.0,1100.83,0.0,1244.83,144.0,280.93,424.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-detailed-setpoints.xml,2073.48,144.0,1511.51,0.0,1655.51,144.0,273.97,417.97,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-elec-ef.xml,2083.43,144.0,1523.47,0.0,1667.47,144.0,271.96,415.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-gas-ef.xml,1815.05,144.0,1102.19,0.0,1246.19,144.0,424.86,568.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-gas-fhr.xml,1809.49,144.0,1100.83,0.0,1244.83,144.0,420.66,564.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-gas-outside.xml,1814.47,144.0,1093.67,0.0,1237.67,144.0,432.8,576.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-gas.xml,1809.49,144.0,1100.83,0.0,1244.83,144.0,420.66,564.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-heat-pump-capacities.xml,1807.85,144.0,1185.24,0.0,1329.24,144.0,334.61,478.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-heat-pump-confined-space.xml,1824.47,144.0,1206.18,0.0,1350.18,144.0,330.29,474.29,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-heat-pump-detailed-schedules.xml,1830.07,144.0,1209.09,0.0,1353.09,144.0,332.98,476.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-heat-pump-ducting.xml,1855.44,144.0,1221.15,0.0,1365.15,144.0,346.29,490.29,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-heat-pump-ef.xml,1814.28,144.0,1193.45,0.0,1337.45,144.0,332.83,476.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,1814.28,144.0,1193.45,0.0,1337.45,144.0,332.83,476.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-heat-pump-outside.xml,1924.58,144.0,1356.22,0.0,1500.22,144.0,280.36,424.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-heat-pump-with-solar-fraction.xml,1715.31,144.0,1128.15,0.0,1272.15,144.0,299.16,443.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-heat-pump-with-solar.xml,1730.86,144.0,1153.43,0.0,1297.43,144.0,289.43,433.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-heat-pump.xml,1808.43,144.0,1186.25,0.0,1330.25,144.0,334.18,478.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,2065.33,144.0,1511.83,0.0,1655.83,144.0,265.5,409.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-model-type-stratified.xml,2070.92,144.0,1507.9,0.0,1651.9,144.0,275.02,419.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-oil.xml,2041.0,144.0,1100.42,0.0,1244.42,144.0,281.87,425.87,0.0,370.71,370.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tank-wood.xml,1904.36,144.0,1100.83,0.0,1244.83,144.0,280.93,424.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,234.6,234.6,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tankless-detailed-setpoints.xml,1769.93,144.0,1093.67,0.0,1237.67,144.0,388.26,532.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tankless-electric-ef.xml,2094.94,144.0,1526.58,0.0,1670.58,144.0,280.36,424.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tankless-electric-outside.xml,2086.11,144.0,1517.75,0.0,1661.75,144.0,280.36,424.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tankless-electric.xml,2077.08,144.0,1508.72,0.0,1652.72,144.0,280.36,424.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tankless-gas-ef.xml,1757.36,144.0,1093.67,0.0,1237.67,144.0,375.69,519.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tankless-gas-with-solar-fraction.xml,1699.87,144.0,1093.67,0.0,1237.67,144.0,318.2,462.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tankless-gas-with-solar.xml,1691.97,144.0,1110.13,0.0,1254.13,144.0,293.84,437.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tankless-gas.xml,1770.13,144.0,1093.67,0.0,1237.67,144.0,388.46,532.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-dhw-tankless-propane.xml,1973.01,144.0,1093.67,0.0,1237.67,144.0,280.36,424.36,0.0,0.0,0.0,0.0,310.98,310.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-2stories-garage.xml,2412.07,144.0,1784.73,0.0,1928.73,144.0,339.34,483.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-2stories.xml,2661.19,144.0,1938.73,0.0,2082.73,144.0,434.46,578.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-beds-1.xml,1879.39,144.0,1301.1,0.0,1445.1,144.0,290.29,434.29,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-beds-2.xml,1978.81,144.0,1408.64,0.0,1552.64,144.0,282.17,426.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-beds-4.xml,2165.92,144.0,1611.87,0.0,1755.87,144.0,266.05,410.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-beds-5.xml,2256.99,144.0,1710.96,0.0,1854.96,144.0,258.03,402.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-ceilingtypes.xml,2219.99,144.0,1532.19,0.0,1676.19,144.0,399.8,543.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-floortypes.xml,1842.4,144.0,1214.36,0.0,1358.36,144.0,340.04,484.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-garage.xml,2036.82,144.0,1438.54,0.0,1582.54,144.0,310.28,454.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-infil-ach-house-pressure.xml,2073.51,144.0,1511.42,0.0,1655.42,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-infil-cfm-house-pressure.xml,2073.7,144.0,1511.44,0.0,1655.44,144.0,274.26,418.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-infil-cfm50.xml,2073.51,144.0,1511.42,0.0,1655.42,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-infil-ela.xml,2159.41,144.0,1517.9,0.0,1661.9,144.0,353.51,497.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-infil-flue.xml,2089.39,144.0,1512.49,0.0,1656.49,144.0,288.9,432.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-infil-leakiness-description.xml,2334.45,144.0,1532.32,0.0,1676.32,144.0,514.13,658.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-infil-natural-ach.xml,2155.19,144.0,1517.58,0.0,1661.58,144.0,349.61,493.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-infil-natural-cfm.xml,2155.19,144.0,1517.58,0.0,1661.58,144.0,349.61,493.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-infil-sla.xml,2161.25,144.0,1518.05,0.0,1662.05,144.0,355.2,499.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-orientations.xml,2075.35,144.0,1510.58,0.0,1654.58,144.0,276.77,420.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-overhangs.xml,2070.36,144.0,1506.46,0.0,1650.46,144.0,275.9,419.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-rooftypes.xml,2060.21,144.0,1497.13,0.0,1641.13,144.0,275.08,419.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-skylights-cathedral.xml,2247.11,144.0,1734.77,0.0,1878.77,144.0,224.34,368.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-skylights-physical-properties.xml,2153.13,144.0,1559.2,0.0,1703.2,144.0,305.93,449.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-skylights-shading.xml,2102.31,144.0,1515.03,0.0,1659.03,144.0,299.28,443.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-skylights-storms.xml,2127.67,144.0,1561.1,0.0,1705.1,144.0,278.57,422.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-skylights.xml,2132.64,144.0,1555.22,0.0,1699.22,144.0,289.42,433.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-split-level.xml,1570.29,144.0,1177.78,0.0,1321.78,144.0,104.51,248.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-thermal-mass.xml,2068.98,144.0,1508.62,0.0,1652.62,144.0,272.36,416.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-walltypes.xml,2167.65,144.0,1442.76,0.0,1586.76,144.0,436.89,580.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-exterior-shading-solar-film.xml,2081.69,144.0,1464.76,0.0,1608.76,144.0,328.93,472.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-exterior-shading-solar-screens.xml,2096.45,144.0,1402.56,0.0,1546.56,144.0,405.89,549.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-insect-screens-exterior.xml,2079.88,144.0,1473.92,0.0,1617.92,144.0,317.96,461.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-insect-screens-interior.xml,2074.3,144.0,1505.76,0.0,1649.76,144.0,280.54,424.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-interior-shading-blinds.xml,2071.74,144.0,1528.47,0.0,1672.47,144.0,255.27,399.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-interior-shading-coefficients.xml,2054.08,144.0,1484.71,0.0,1628.71,144.0,281.37,425.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-natural-ventilation-availability.xml,2027.29,144.0,1464.26,0.0,1608.26,144.0,275.03,419.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-none.xml,1962.01,144.0,1389.51,0.0,1533.51,144.0,284.5,428.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-physical-properties.xml,2159.38,144.0,1524.21,0.0,1668.21,144.0,347.17,491.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-shading-factors.xml,1957.59,144.0,1375.27,0.0,1519.27,144.0,294.32,438.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-shading-seasons.xml,2073.51,144.0,1511.42,0.0,1655.42,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-shading-types-detailed.xml,2045.89,144.0,1413.52,0.0,1557.52,144.0,344.37,488.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-enclosure-windows-storms.xml,2048.89,144.0,1523.84,0.0,1667.84,144.0,237.05,381.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-ev-charger.xml,2073.51,144.0,1511.42,0.0,1655.42,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-ambient.xml,1690.26,144.0,1239.15,0.0,1383.15,144.0,163.11,307.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-basement-garage.xml,1865.54,144.0,1353.61,0.0,1497.61,144.0,223.93,367.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-belly-wing-no-skirt.xml,1899.16,144.0,1265.27,0.0,1409.27,144.0,345.89,489.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-belly-wing-skirt.xml,1896.05,144.0,1265.22,0.0,1409.22,144.0,342.83,486.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-complex.xml,2306.01,144.0,1571.47,0.0,1715.47,144.0,446.54,590.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-conditioned-basement-slab-insulation-full.xml,2071.59,144.0,1539.83,0.0,1683.83,144.0,243.76,387.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-conditioned-basement-slab-insulation.xml,2076.94,144.0,1528.73,0.0,1672.73,144.0,260.21,404.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-conditioned-basement-wall-insulation.xml,2055.69,144.0,1496.78,0.0,1640.78,144.0,270.91,414.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-conditioned-crawlspace.xml,1616.13,144.0,1165.19,0.0,1309.19,144.0,162.94,306.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-multiple.xml,1615.14,144.0,1201.53,0.0,1345.53,144.0,125.61,269.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-slab-exterior-horizontal-insulation.xml,1564.76,144.0,1168.33,0.0,1312.33,144.0,108.43,252.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-slab.xml,1568.77,144.0,1181.41,0.0,1325.41,144.0,99.36,243.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-unconditioned-basement-above-grade.xml,1628.65,144.0,1206.45,0.0,1350.45,144.0,134.2,278.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-unconditioned-basement-assembly-r.xml,1582.51,144.0,1180.91,0.0,1324.91,144.0,113.6,257.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-unconditioned-basement-wall-insulation.xml,1633.37,144.0,1180.01,0.0,1324.01,144.0,165.36,309.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-unconditioned-basement.xml,1615.3,144.0,1202.69,0.0,1346.69,144.0,124.61,268.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-unvented-crawlspace.xml,1603.98,144.0,1212.02,0.0,1356.02,144.0,103.96,247.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-vented-crawlspace-above-grade.xml,1634.88,144.0,1218.72,0.0,1362.72,144.0,128.16,272.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-vented-crawlspace-above-grade2.xml,1630.28,144.0,1221.83,0.0,1365.83,144.0,120.45,264.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-vented-crawlspace.xml,1627.42,144.0,1214.61,0.0,1358.61,144.0,124.81,268.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-foundation-walkout-basement.xml,2162.36,144.0,1532.71,0.0,1676.71,144.0,341.65,485.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-1-speed-autosize-factor.xml,2251.14,144.0,2107.14,0.0,2251.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,1583.16,144.0,1439.16,0.0,1583.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-1-speed-detailed-electric-panel.xml,2250.74,144.0,2106.74,0.0,2250.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-1-speed-detailed-performance.xml,2341.42,144.0,2197.42,0.0,2341.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,2249.91,144.0,2105.91,0.0,2249.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,2027.57,144.0,1883.57,0.0,2027.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-1-speed-hvac-seasons.xml,2244.87,144.0,2100.87,0.0,2244.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,2254.4,144.0,2110.4,0.0,2254.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-1-speed-power-outage.xml,1782.66,144.0,1638.66,0.0,1782.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-1-speed-research-features.xml,4317.11,144.0,4173.11,0.0,4317.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml,2316.67,144.0,2172.67,0.0,2316.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-1-speed.xml,2250.74,144.0,2106.74,0.0,2250.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-2-speed-detailed-performance.xml,2163.0,144.0,2019.0,0.0,2163.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-2-speed-research-features.xml,4145.05,144.0,4001.05,0.0,4145.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-2-speed.xml,2147.24,144.0,2003.24,0.0,2147.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-autosize-maxload.xml,2030.89,144.0,1886.89,0.0,2030.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,2104.66,144.0,1480.23,0.0,1624.23,144.0,336.43,480.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,2166.28,144.0,1684.79,0.0,1828.79,144.0,193.49,337.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,2111.48,144.0,1483.98,0.0,1627.98,144.0,339.5,483.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-backup-furnace-autosize-factor.xml,2133.13,144.0,1482.98,0.0,1626.98,144.0,362.15,506.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,2106.32,144.0,1495.18,0.0,1639.18,144.0,323.14,467.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-autosize.xml,2238.96,144.0,2094.96,0.0,2238.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-normalized-capacities.xml,2268.24,144.0,2124.24,0.0,2268.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml,2269.88,144.0,2125.88,0.0,2269.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode.xml,2155.8,144.0,2011.8,0.0,2155.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-defrost-mode.xml,2134.8,144.0,1990.8,0.0,2134.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-heat-pump-mode.xml,2146.07,144.0,2002.07,0.0,2146.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-none.xml,2134.06,144.0,1990.06,0.0,2134.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-research-features-10-mins.xml,2184.72,144.0,2040.72,0.0,2184.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-research-features-two-systems.xml,2087.05,144.0,1943.05,0.0,2087.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed-research-features.xml,2153.73,144.0,2009.73,0.0,2153.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-air-to-air-heat-pump-var-speed.xml,2166.67,144.0,2022.67,0.0,2166.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-autosize-sizing-controls.xml,2222.7,144.0,1862.39,0.0,2006.39,144.0,72.31,216.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-autosize.xml,2014.76,144.0,1483.48,0.0,1627.48,144.0,243.28,387.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-boiler-coal-only.xml,1380.98,144.0,1236.98,0.0,1380.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-boiler-elec-only.xml,2131.52,144.0,1987.52,0.0,2131.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-boiler-gas-central-ac-1-speed.xml,1946.56,144.0,1481.7,0.0,1625.7,144.0,176.86,320.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-boiler-gas-only-pilot.xml,1737.45,144.0,1232.95,0.0,1376.95,144.0,216.5,360.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-boiler-gas-only.xml,1696.13,144.0,1232.95,0.0,1376.95,144.0,175.18,319.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-boiler-oil-only.xml,1851.45,144.0,1236.98,0.0,1380.98,0.0,0.0,0.0,0.0,470.47,470.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-boiler-propane-only.xml,1880.54,144.0,1232.01,0.0,1376.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,504.53,504.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-boiler-wood-only.xml,1670.45,144.0,1232.01,0.0,1376.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,294.44,294.44,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-central-ac-only-1-speed-autosize-factor.xml,1587.89,144.0,1443.89,0.0,1587.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-central-ac-only-1-speed-detailed-performance.xml,1629.27,144.0,1485.27,0.0,1629.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-central-ac-only-1-speed-seer.xml,1629.67,144.0,1485.67,0.0,1629.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-central-ac-only-1-speed.xml,1609.72,144.0,1465.72,0.0,1609.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-central-ac-only-2-speed-detailed-performance.xml,1574.81,144.0,1430.81,0.0,1574.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-central-ac-only-2-speed.xml,1575.35,144.0,1431.35,0.0,1575.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-central-ac-only-var-speed-detailed-performance-autosize.xml,1586.92,144.0,1442.92,0.0,1586.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-central-ac-only-var-speed-detailed-performance.xml,1594.7,144.0,1450.7,0.0,1594.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-central-ac-only-var-speed-research-features.xml,1550.61,144.0,1406.61,0.0,1550.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-central-ac-only-var-speed.xml,1552.93,144.0,1408.93,0.0,1552.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,2281.5,144.0,2137.5,0.0,2281.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-dse.xml,1964.05,144.0,1478.73,0.0,1622.73,144.0,197.32,341.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,2208.5,144.0,1793.99,0.0,1937.99,144.0,126.51,270.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,2195.98,144.0,1741.9,0.0,1885.9,144.0,166.08,310.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,2107.69,144.0,1647.29,0.0,1791.29,144.0,172.4,316.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-dual-fuel-air-to-air-heat-pump-var-speed-dse.xml,1962.05,144.0,1580.09,0.0,1724.09,144.0,93.96,237.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,2137.21,144.0,1679.5,0.0,1823.5,144.0,169.71,313.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,1894.6,144.0,1505.77,0.0,1649.77,144.0,100.83,244.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ducts-area-multipliers.xml,1999.87,144.0,1476.78,0.0,1620.78,144.0,235.09,379.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ducts-areas.xml,1950.55,144.0,1454.14,0.0,1598.14,144.0,208.41,352.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ducts-buried.xml,1950.31,144.0,1454.05,0.0,1598.05,144.0,208.26,352.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ducts-defaults.xml,2071.66,144.0,1652.11,0.0,1796.11,144.0,131.55,275.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ducts-effective-rvalue.xml,2073.51,144.0,1511.42,0.0,1655.42,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ducts-leakage-cfm50.xml,2053.52,144.0,1503.16,0.0,1647.16,144.0,262.36,406.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ducts-leakage-percent.xml,2040.91,144.0,1497.99,0.0,1641.99,144.0,254.92,398.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ducts-shape-rectangular.xml,2053.51,144.0,1502.52,0.0,1646.52,144.0,262.99,406.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ducts-shape-round.xml,2080.58,144.0,1514.43,0.0,1658.43,144.0,278.15,422.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-elec-resistance-only.xml,2053.21,144.0,1909.21,0.0,2053.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-evap-cooler-furnace-gas.xml,1850.28,144.0,1283.69,0.0,1427.69,144.0,278.59,422.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-evap-cooler-only-ducted.xml,1401.24,144.0,1257.24,0.0,1401.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-evap-cooler-only.xml,1392.87,144.0,1248.87,0.0,1392.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-fan-motor-type.xml,2069.29,144.0,1504.11,0.0,1648.11,144.0,277.18,421.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-fireplace-wood-only.xml,1701.6,144.0,1226.58,0.0,1370.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,331.02,331.02,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-floor-furnace-propane-only.xml,2056.99,144.0,1226.58,0.0,1370.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,686.41,686.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-coal-only.xml,1400.48,144.0,1256.48,0.0,1400.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-elec-central-ac-1-speed.xml,2812.63,144.0,2668.63,0.0,2812.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-elec-only.xml,2589.51,144.0,2445.51,0.0,2589.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-gas-central-ac-2-speed.xml,2033.7,144.0,1468.52,0.0,1612.52,144.0,277.18,421.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-gas-central-ac-var-speed-research-features.xml,2001.57,144.0,1439.49,0.0,1583.49,144.0,274.08,418.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-gas-central-ac-var-speed.xml,2004.16,144.0,1442.04,0.0,1586.04,144.0,274.12,418.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-gas-only-autosize-factor.xml,1783.21,144.0,1252.84,0.0,1396.84,144.0,242.37,386.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-gas-only-detailed-setpoints.xml,1621.71,144.0,1234.03,0.0,1378.03,144.0,99.68,243.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-gas-only-pilot.xml,1860.27,144.0,1256.48,0.0,1400.48,144.0,315.79,459.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-gas-only.xml,1820.48,144.0,1256.48,0.0,1400.48,144.0,276.0,420.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-gas-plus-air-to-air-heat-pump-cooling.xml,2052.07,144.0,1488.27,0.0,1632.27,144.0,275.8,419.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-gas-room-ac.xml,2048.52,144.0,1481.93,0.0,1625.93,144.0,278.59,422.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-oil-only.xml,2145.19,144.0,1256.48,0.0,1400.48,0.0,0.0,0.0,0.0,744.71,744.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-propane-only.xml,2194.51,144.0,1256.48,0.0,1400.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,794.03,794.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-wood-only.xml,1863.87,144.0,1256.48,0.0,1400.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,463.39,463.39,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-furnace-x3-dse.xml,1959.3,144.0,1472.51,0.0,1616.51,144.0,198.79,342.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ground-to-air-heat-pump-1-speed-experimental.xml,2102.25,144.0,1958.25,0.0,2102.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ground-to-air-heat-pump-1-speed.xml,1931.0,144.0,1787.0,0.0,1931.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ground-to-air-heat-pump-2-speed-experimental.xml,1915.58,144.0,1771.58,0.0,1915.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ground-to-air-heat-pump-2-speed.xml,1854.62,144.0,1710.62,0.0,1854.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ground-to-air-heat-pump-backup-integrated.xml,1931.0,144.0,1787.0,0.0,1931.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ground-to-air-heat-pump-backup-stove.xml,1950.39,144.0,1806.38,0.0,1950.38,0.0,0.0,0.0,0.0,0.01,0.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ground-to-air-heat-pump-cooling-only.xml,1560.11,144.0,1416.11,0.0,1560.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ground-to-air-heat-pump-detailed-geothermal-loop.xml,1940.35,144.0,1796.35,0.0,1940.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ground-to-air-heat-pump-heating-only.xml,1710.69,144.0,1566.69,0.0,1710.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ground-to-air-heat-pump-var-speed-experimental.xml,1876.58,144.0,1732.58,0.0,1876.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-ground-to-air-heat-pump-var-speed.xml,1784.94,144.0,1640.94,0.0,1784.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,2467.3,144.0,2323.3,0.0,2467.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,2377.96,144.0,2233.96,0.0,2377.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-air-to-air-heat-pump-var-speed-detailed-performance.xml,2515.42,144.0,2371.42,0.0,2515.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,2393.29,144.0,2249.29,0.0,2393.29,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,2134.86,144.0,1530.57,0.0,1674.57,144.0,316.29,460.29,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,2112.49,144.0,1507.92,0.0,1651.92,144.0,316.57,460.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,2080.47,144.0,1481.22,0.0,1625.22,144.0,311.25,455.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-furnace-gas-only.xml,1855.71,144.0,1251.59,0.0,1395.59,144.0,316.12,460.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-ground-to-air-heat-pump-1-speed.xml,2079.11,144.0,1935.11,0.0,2079.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-ground-to-air-heat-pump-2-speed-experimental.xml,2106.02,144.0,1962.02,0.0,2106.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-ground-to-air-heat-pump-var-speed-experimental.xml,2077.03,144.0,1933.03,0.0,2077.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,1515.09,144.0,1371.09,0.0,1515.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-install-quality-mini-split-heat-pump-ducted.xml,1989.6,144.0,1845.6,0.0,1989.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+base-hvac-mini-split-air-conditioner-only-ducted.xml,1483.1,144.0,1339.1,0.0,1483.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance-autosize.xml,1518.55,144.0,1374.55,0.0,1518.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml,1517.23,144.0,1373.23,0.0,1517.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-air-conditioner-only-ductless.xml,1463.43,144.0,1319.43,0.0,1463.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,1480.54,144.0,1336.54,0.0,1480.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-heating-only-research-features.xml,1773.06,144.0,1629.06,0.0,1773.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-heating-only.xml,1777.03,144.0,1633.03,0.0,1777.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-research-features.xml,1876.38,144.0,1732.38,0.0,1876.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted.xml,1880.36,144.0,1736.36,0.0,1880.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-autosize-factor.xml,1774.14,144.0,1630.14,0.0,1774.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,1779.83,144.0,1635.83,0.0,1779.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-furnace-ducts-defaults.xml,1850.17,144.0,1374.65,0.0,1518.65,144.0,187.52,331.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml,1888.39,144.0,1378.35,0.0,1522.35,144.0,222.04,366.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-integrated-defrost-with-backup-heat-active.xml,1805.69,144.0,1661.69,0.0,1805.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-integrated.xml,1774.14,144.0,1630.14,0.0,1774.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,2130.46,144.0,1352.09,0.0,1496.09,0.0,0.0,0.0,0.0,634.37,634.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-detailed-performance-autosize.xml,1855.44,144.0,1711.44,0.0,1855.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-detailed-performance.xml,1853.05,144.0,1709.05,0.0,1853.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml,1754.04,144.0,1610.04,0.0,1754.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless.xml,1774.14,144.0,1630.14,0.0,1774.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-multiple.xml,2852.78,144.0,2274.98,0.0,2418.98,144.0,74.49,218.49,0.0,103.05,103.05,0.0,112.26,112.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-none.xml,2676.51,144.0,2532.51,0.0,2676.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ptac-cfis.xml,1569.88,144.0,1425.88,0.0,1569.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ptac-with-heating-electricity.xml,2237.91,144.0,2093.91,0.0,2237.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ptac-with-heating-natural-gas.xml,1880.52,144.0,1404.82,0.0,1548.82,144.0,187.7,331.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ptac.xml,1540.07,144.0,1396.07,0.0,1540.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-pthp-cfis.xml,1917.39,144.0,1773.39,0.0,1917.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-pthp-heating-capacity-17f.xml,1831.53,144.0,1687.53,0.0,1831.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-pthp.xml,1832.02,144.0,1688.02,0.0,1832.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-room-ac-only-detailed-setpoints.xml,1538.02,144.0,1394.02,0.0,1538.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-room-ac-only-eer.xml,1585.22,144.0,1441.22,0.0,1585.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-room-ac-only-partial-conditioning.xml,1446.66,144.0,1302.66,0.0,1446.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-room-ac-only-research-features.xml,1517.56,144.0,1373.56,0.0,1517.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-room-ac-only.xml,1585.74,144.0,1441.74,0.0,1585.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-room-ac-with-heating.xml,2284.86,144.0,2140.86,0.0,2284.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-room-ac-with-reverse-cycle.xml,1831.74,144.0,1687.74,0.0,1831.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-seasons-and-inverted-setpoints.xml,2426.79,144.0,1636.4,0.0,1780.4,144.0,502.39,646.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-seasons.xml,2068.42,144.0,1508.12,0.0,1652.12,144.0,272.3,416.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-setpoints-daily-schedules.xml,2038.98,144.0,1477.54,0.0,1621.54,144.0,273.44,417.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-setpoints-daily-setbacks.xml,2032.9,144.0,1483.81,0.0,1627.81,144.0,261.09,405.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-setpoints.xml,1792.0,144.0,1405.63,0.0,1549.63,144.0,98.37,242.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-space-heater-gas-only.xml,1663.39,144.0,1226.66,0.0,1370.66,144.0,148.73,292.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-stove-oil-only.xml,1903.29,144.0,1229.39,0.0,1373.39,0.0,0.0,0.0,0.0,529.9,529.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-stove-wood-pellets-only.xml,1703.12,144.0,1229.39,0.0,1373.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,329.73,329.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-undersized-allow-increased-fixed-capacities.xml,1980.41,144.0,1467.25,0.0,1611.25,144.0,225.16,369.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-undersized.xml,1876.84,144.0,1392.29,0.0,1536.29,144.0,196.55,340.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-wall-furnace-elec-only.xml,2067.13,144.0,1923.13,0.0,2067.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-ceiling-fans-label-energy-use.xml,2094.77,144.0,1532.9,0.0,1676.9,144.0,273.87,417.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-ceiling-fans.xml,2087.06,144.0,1525.18,0.0,1669.18,144.0,273.88,417.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-holiday.xml,2081.1,144.0,1519.01,0.0,1663.01,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-kwh-per-year.xml,2101.51,144.0,1543.39,0.0,1687.39,144.0,270.12,414.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-mixed.xml,2080.36,144.0,1518.27,0.0,1662.27,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-none-ceiling-fans.xml,1917.66,144.0,1325.97,0.0,1469.97,144.0,303.69,447.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-none.xml,1904.21,144.0,1312.3,0.0,1456.3,144.0,303.91,447.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-AMY-2012.xml,2139.14,144.0,1467.23,0.0,1611.23,144.0,383.91,527.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-TMYx.xml,2066.24,144.0,1440.45,0.0,1584.45,144.0,337.79,481.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-baltimore-md.xml,1967.58,144.0,1528.13,0.0,1672.13,144.0,151.45,295.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-location-capetown-zaf.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-dallas-tx.xml,1638.79,144.0,1320.92,0.0,1464.92,144.0,29.87,173.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-detailed.xml,2046.04,144.0,1428.77,0.0,1572.77,144.0,329.27,473.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-duluth-mn.xml,1942.9,144.0,1213.22,0.0,1357.22,144.0,441.68,585.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-helena-mt.xml,1928.31,144.0,1226.3,0.0,1370.3,144.0,414.01,558.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-honolulu-hi.xml,4634.63,144.0,4346.63,0.0,4490.63,144.0,0.0,144.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-miami-fl.xml,1771.85,144.0,1483.85,0.0,1627.85,144.0,0.0,144.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-phoenix-az.xml,1790.86,144.0,1502.82,0.0,1646.82,144.0,0.04,144.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-portland-or.xml,1410.79,144.0,976.31,0.0,1120.31,144.0,146.48,290.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-zipcode.xml,2044.15,144.0,1440.08,0.0,1584.08,144.0,316.07,460.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-balanced.xml,2352.69,144.0,1521.55,0.0,1665.55,144.0,543.14,687.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-bath-kitchen-fans.xml,2071.13,144.0,1445.01,0.0,1589.01,144.0,338.12,482.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-15-mins.xml,2301.51,144.0,1509.26,0.0,1653.26,144.0,504.25,648.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-airflow-fraction-zero.xml,2266.38,144.0,1505.86,0.0,1649.86,144.0,472.52,616.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-control-type-timer.xml,2325.85,144.0,1538.26,0.0,1682.26,144.0,499.59,643.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-dse.xml,2121.62,144.0,1481.52,0.0,1625.52,144.0,352.1,496.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-evap-cooler-only-ducted.xml,1442.62,144.0,1298.62,0.0,1442.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-no-additional-runtime.xml,2164.3,144.0,1454.16,0.0,1598.16,144.0,422.14,566.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-no-outdoor-air-control.xml,2412.46,144.0,1521.54,0.0,1665.54,144.0,602.92,746.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-supplemental-fan-exhaust-15-mins.xml,2243.54,144.0,1471.59,0.0,1615.59,144.0,483.95,627.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-supplemental-fan-exhaust-synchronized.xml,2238.59,144.0,1468.29,0.0,1612.29,144.0,482.3,626.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-supplemental-fan-exhaust.xml,2216.51,144.0,1461.53,0.0,1605.53,144.0,466.98,610.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-supplemental-fan-supply.xml,2230.66,144.0,1463.24,0.0,1607.24,144.0,479.42,623.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis.xml,2274.28,144.0,1502.26,0.0,1646.26,144.0,484.02,628.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-erv-atre-asre.xml,2173.15,144.0,1512.35,0.0,1656.35,144.0,372.8,516.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-erv.xml,2173.42,144.0,1512.39,0.0,1656.39,144.0,373.03,517.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-exhaust.xml,2279.28,144.0,1483.68,0.0,1627.68,144.0,507.6,651.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-hrv-asre.xml,2174.08,144.0,1513.25,0.0,1657.25,144.0,372.83,516.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-hrv.xml,2174.32,144.0,1513.26,0.0,1657.26,144.0,373.06,517.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-multiple.xml,2154.79,144.0,1445.74,0.0,1589.74,144.0,421.05,565.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-supply.xml,2245.48,144.0,1482.9,0.0,1626.9,144.0,474.58,618.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-whole-house-fan.xml,1962.22,144.0,1355.5,0.0,1499.5,144.0,318.72,462.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-additional-properties.xml,2044.33,144.0,1440.15,0.0,1584.15,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-bills-battery-scheduled-detailed-only.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2020.43,108.0,1452.25,0.0,1560.25,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1338.97,108.0,770.79,0.0,878.79,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1327.79,108.0,759.61,0.0,867.61,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-bills-detailed-only.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1954.34,108.0,1386.16,0.0,1494.16,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1386.4,108.0,818.22,0.0,926.22,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1347.26,108.0,779.08,0.0,887.08,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-bills-pv-detailed-only.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,949.75,108.0,1386.16,-1004.59,489.57,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,829.87,108.0,818.22,-556.53,369.69,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,792.06,108.0,779.08,-555.2,331.88,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-bills-pv-mixed.xml,1057.01,144.0,1440.15,-987.32,596.83,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,949.75,108.0,1386.16,-1004.59,489.57,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-bills-pv.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,770.89,465.0,1379.23,-1564.33,279.9,132.0,358.99,490.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,321.34,465.0,1379.23,-2013.87,-169.65,132.0,358.99,490.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-101.48,210.0,1379.23,-2181.7,-592.47,132.0,358.99,490.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-bills.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2026.22,144.0,1379.23,0.0,1523.23,144.0,358.99,502.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-defaults.xml,1398.42,144.0,1446.0,-703.49,886.51,144.0,367.91,511.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-emissions.xml,1373.31,144.0,1756.44,-987.32,913.13,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-generators-battery-scheduled.xml,2109.28,144.0,1203.12,0.0,1347.12,144.0,398.52,542.52,0.0,219.64,219.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-generators-battery.xml,2045.59,144.0,1139.43,0.0,1283.43,144.0,398.52,542.52,0.0,219.64,219.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-generators.xml,2045.59,144.0,1139.43,0.0,1283.43,144.0,398.52,542.52,0.0,219.64,219.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-ground-conductivity.xml,2013.28,144.0,1436.19,0.0,1580.19,144.0,289.09,433.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-loads-large-uncommon.xml,3839.81,144.0,2652.86,0.0,2796.86,144.0,748.72,892.72,0.0,0.0,0.0,0.0,61.68,61.68,0.0,88.55,88.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-loads-large-uncommon2.xml,3225.39,144.0,2522.52,0.0,2666.52,144.0,264.64,408.64,0.0,0.0,0.0,0.0,61.68,61.68,0.0,88.55,88.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-loads-none.xml,1695.18,144.0,1023.52,0.0,1167.52,144.0,383.66,527.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-multiple-buildings.xml,1949.25,144.0,1432.78,0.0,1576.78,144.0,228.47,372.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-neighbor-shading.xml,2049.98,144.0,1421.97,0.0,1565.97,144.0,340.01,484.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-terrain-shielding.xml,2085.4,144.0,1404.25,0.0,1548.25,144.0,393.15,537.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-unit-multiplier-detailed-electric-panel.xml,20443.22,1440.0,14401.46,0.0,15841.46,1440.0,3161.76,4601.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-unit-multiplier.xml,20443.22,1440.0,14401.46,0.0,15841.46,1440.0,3161.76,4601.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-usage-multiplier.xml,2845.93,144.0,1937.58,0.0,2081.58,144.0,478.14,622.14,0.0,0.0,0.0,0.0,61.15,61.15,0.0,81.06,81.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-battery-ah.xml,1085.17,144.0,1468.31,-987.32,624.99,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-battery-and-vehicle-ev.xml,1373.31,144.0,1756.44,-987.32,913.13,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-battery-garage.xml,1060.0,144.0,1402.09,-987.32,558.77,144.0,357.23,501.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-battery-round-trip-efficiency.xml,1131.69,144.0,1514.83,-987.32,671.51,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-battery-scheduled.xml,1120.7,144.0,1503.84,-987.32,660.52,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-battery.xml,1085.17,144.0,1468.31,-987.32,624.99,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-generators-battery-scheduled.xml,1121.96,144.0,1203.12,-987.32,359.8,144.0,398.52,542.52,0.0,219.64,219.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-generators-battery.xml,1088.69,144.0,1169.85,-987.32,326.53,144.0,398.52,542.52,0.0,219.64,219.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-generators.xml,1058.27,144.0,1139.43,-987.32,296.11,144.0,398.52,542.52,0.0,219.64,219.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-inverters.xml,1062.66,144.0,1440.15,-981.67,602.48,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv.xml,1057.01,144.0,1440.15,-987.32,596.83,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-residents-0.xml,1075.44,144.0,343.79,0.0,487.79,144.0,443.65,587.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-residents-1-misc-loads-large-uncommon.xml,2961.55,144.0,2037.68,0.0,2181.68,144.0,490.87,634.87,0.0,0.0,0.0,0.0,62.35,62.35,0.0,82.65,82.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-residents-1-misc-loads-large-uncommon2.xml,2700.52,144.0,1951.41,0.0,2095.41,144.0,316.11,460.11,0.0,0.0,0.0,0.0,62.35,62.35,0.0,82.65,82.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-residents-1.xml,1720.35,144.0,1088.79,0.0,1232.79,144.0,343.56,487.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-residents-5-5.xml,1774.36,144.0,1898.62,-743.67,1298.95,144.0,331.41,475.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-all-10-mins.xml,2052.98,144.0,1453.21,0.0,1597.21,144.0,311.77,455.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-mixed-timesteps-power-outage.xml,1485.04,144.0,1130.94,0.0,1274.94,144.0,66.1,210.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-mixed-timesteps.xml,1752.44,144.0,1354.02,0.0,1498.02,144.0,110.42,254.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-occupancy-stochastic-10-mins.xml,2036.78,144.0,1443.55,0.0,1587.55,144.0,305.23,449.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-occupancy-stochastic-no-space-cooling.xml,1947.14,144.0,1354.46,0.0,1498.46,144.0,304.68,448.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-occupancy-stochastic-no-space-heating.xml,1991.92,144.0,1438.66,0.0,1582.66,144.0,265.26,409.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-occupancy-stochastic-power-outage.xml,1688.57,144.0,1209.91,0.0,1353.91,144.0,190.66,334.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-occupancy-stochastic-vacancy.xml,1887.24,144.0,1245.52,0.0,1389.52,144.0,353.72,497.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-occupancy-stochastic.xml,2036.96,144.0,1443.74,0.0,1587.74,144.0,305.22,449.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-setpoints-daily-schedules.xml,2011.28,144.0,1407.86,0.0,1551.86,144.0,315.42,459.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-setpoints-daily-setbacks.xml,2003.01,144.0,1413.83,0.0,1557.83,144.0,301.18,445.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-setpoints.xml,1740.81,144.0,1339.34,0.0,1483.34,144.0,113.47,257.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-simple-no-space-cooling.xml,1982.64,144.0,1378.9,0.0,1522.9,144.0,315.74,459.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-simple-no-space-heating.xml,1982.48,144.0,1433.14,0.0,1577.14,144.0,261.34,405.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-simple-power-outage.xml,2823.67,144.0,2229.05,0.0,2373.05,144.0,306.62,450.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-simple-vacancy.xml,2725.04,144.0,2083.71,0.0,2227.71,144.0,353.33,497.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-simple.xml,3341.42,144.0,2746.84,0.0,2890.84,144.0,306.58,450.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-calendar-year-custom.xml,2042.28,144.0,1438.07,0.0,1582.07,144.0,316.21,460.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-daylight-saving-custom.xml,2044.32,144.0,1440.14,0.0,1584.14,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-daylight-saving-disabled.xml,2043.47,144.0,1439.47,0.0,1583.47,144.0,316.0,460.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-runperiod-1-month.xml,251.67,12.01,118.32,0.0,130.34,12.01,109.32,121.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-temperature-capacitance-multiplier.xml,2041.12,144.0,1437.8,0.0,1581.8,144.0,315.32,459.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,2053.01,144.0,1453.02,0.0,1597.02,144.0,311.99,455.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,2052.5,144.0,1453.11,0.0,1597.11,144.0,311.39,455.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-timestep-10-mins.xml,2059.79,144.0,1449.55,0.0,1593.55,144.0,322.24,466.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-timestep-30-mins.xml,2054.03,144.0,1445.87,0.0,1589.87,144.0,320.16,464.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-level1.xml,2295.99,144.0,1650.06,0.0,1794.06,144.0,357.93,501.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-miles-per-kwh.xml,2315.97,144.0,1670.04,0.0,1814.04,144.0,357.93,501.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-mpge.xml,2315.57,144.0,1669.64,0.0,1813.64,144.0,357.93,501.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-occupancy-stochastic.xml,2450.29,144.0,1820.2,0.0,1964.2,144.0,342.09,486.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-plug-load-ev.xml,2392.37,144.0,1746.44,0.0,1890.44,144.0,357.93,501.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-scheduled.xml,2304.77,144.0,1658.84,0.0,1802.84,144.0,357.93,501.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-undercharged.xml,2021.37,144.0,1375.44,0.0,1519.44,144.0,357.93,501.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger.xml,2315.97,144.0,1670.04,0.0,1814.04,144.0,357.93,501.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-no-charger.xml,2016.64,144.0,1370.71,0.0,1514.71,144.0,357.93,501.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-multiple.xml,2315.97,144.0,1670.04,0.0,1814.04,144.0,357.93,501.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-zones-spaces-multiple.xml,1870.76,144.0,1325.6,0.0,1469.6,144.0,257.16,401.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-zones-spaces.xml,1880.39,144.0,1327.92,0.0,1471.92,144.0,264.47,408.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base.xml,2044.33,144.0,1440.15,0.0,1584.15,144.0,316.18,460.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house001.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2772.43,144.0,1911.07,0.0,2055.07,144.0,573.36,717.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house002.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2265.74,144.0,1587.09,0.0,1731.09,144.0,390.65,534.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house003.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2322.41,144.0,1628.53,0.0,1772.53,144.0,405.88,549.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house004.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4112.29,144.0,2972.77,0.0,3116.77,144.0,851.52,995.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house005.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3088.51,144.0,2196.76,0.0,2340.76,144.0,603.75,747.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house006.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2574.29,144.0,1247.07,0.0,1391.07,144.0,1039.22,1183.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house007.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2646.34,144.0,1329.15,0.0,1473.15,144.0,1029.19,1173.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house008.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3234.26,144.0,1543.67,0.0,1687.67,144.0,1402.59,1546.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house009.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2795.45,144.0,1336.21,0.0,1480.21,144.0,1171.24,1315.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house010.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2897.59,144.0,1471.61,0.0,1615.61,144.0,1137.98,1281.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house011.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1723.74,144.0,1579.74,0.0,1723.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house012.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1395.58,144.0,1251.58,0.0,1395.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house013.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1225.11,144.0,1081.11,0.0,1225.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house014.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1257.6,144.0,1113.6,0.0,1257.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house015.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1225.11,144.0,1081.11,0.0,1225.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house016.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2763.38,144.0,1910.64,0.0,2054.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,708.74,708.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house017.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2545.01,144.0,1216.18,0.0,1360.18,144.0,1040.83,1184.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house018.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1905.65,144.0,1761.65,0.0,1905.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house019.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3606.45,144.0,2129.93,0.0,2273.93,144.0,1188.52,1332.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house020.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4635.69,144.0,2376.32,0.0,2520.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2115.37,2115.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house021.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3944.98,144.0,1898.47,0.0,2042.47,144.0,1758.51,1902.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house022.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4903.06,144.0,2153.96,0.0,2297.96,0.0,0.0,0.0,0.0,2605.1,2605.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house023.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5191.73,144.0,2626.96,0.0,2770.96,0.0,0.0,0.0,0.0,2420.77,2420.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house024.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4616.51,144.0,2019.21,0.0,2163.21,0.0,0.0,0.0,0.0,2453.3,2453.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house025.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3237.74,144.0,2453.24,0.0,2597.24,144.0,496.5,640.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house026.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1610.4,144.0,860.91,0.0,1004.91,144.0,461.49,605.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house027.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2003.18,144.0,1128.37,0.0,1272.37,144.0,586.81,730.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house028.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1875.82,144.0,1045.04,0.0,1189.04,144.0,542.78,686.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house029.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2369.77,144.0,1378.09,0.0,1522.09,144.0,703.68,847.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house030.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2420.8,144.0,777.13,0.0,921.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1499.67,1499.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house031.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5103.51,144.0,2056.37,0.0,2200.37,144.0,2759.14,2903.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house032.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2324.88,144.0,745.35,0.0,889.35,144.0,1291.53,1435.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house033.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3513.61,144.0,692.82,0.0,836.82,0.0,0.0,0.0,0.0,2676.79,2676.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house034.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5515.92,144.0,1648.58,0.0,1792.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3723.34,3723.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house035.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1761.83,144.0,767.5,0.0,911.5,144.0,706.33,850.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house036.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2287.65,144.0,1149.84,0.0,1293.84,144.0,849.81,993.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house037.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3063.67,144.0,1046.93,0.0,1190.93,0.0,0.0,0.0,0.0,1872.74,1872.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house038.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3664.89,144.0,2272.85,0.0,2416.85,144.0,1104.04,1248.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house039.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2536.94,144.0,1120.43,0.0,1264.43,144.0,1128.51,1272.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house040.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2541.98,144.0,1021.4,0.0,1165.4,144.0,1232.58,1376.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house041.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4242.41,144.0,1865.41,0.0,2009.41,144.0,2089.0,2233.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house042.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3751.15,144.0,1579.09,0.0,1723.09,144.0,1884.06,2028.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house043.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2727.08,144.0,1174.01,0.0,1318.01,144.0,1265.07,1409.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house044.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3777.46,144.0,1673.85,0.0,1817.85,144.0,1815.61,1959.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house045.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2786.7,144.0,1343.72,0.0,1487.72,144.0,1154.98,1298.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house046.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1082.84,144.0,938.84,0.0,1082.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house047.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1098.85,144.0,740.15,0.0,884.15,144.0,70.7,214.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house048.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2629.44,144.0,1608.26,0.0,1752.26,144.0,733.18,877.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house049.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1729.89,144.0,1394.76,0.0,1538.76,144.0,47.13,191.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house050.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1399.01,144.0,736.72,0.0,880.72,144.0,374.29,518.29,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house051.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2249.74,144.0,1876.98,0.0,2020.98,144.0,84.76,228.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-dallas-tx.xml,1687.42,144.0,1368.23,0.0,1512.23,144.0,31.19,175.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-detailed.xml,2072.93,144.0,1499.48,0.0,1643.48,144.0,285.45,429.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-duluth-mn.xml,1951.4,144.0,1279.09,0.0,1423.09,144.0,384.31,528.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-helena-mt.xml,1843.83,144.0,1239.57,0.0,1383.57,144.0,316.26,460.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-honolulu-hi.xml,4685.09,144.0,4397.09,0.0,4541.09,144.0,0.0,144.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-miami-fl.xml,1659.57,144.0,1371.57,0.0,1515.57,144.0,0.0,144.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-phoenix-az.xml,1894.39,144.0,1606.34,0.0,1750.34,144.0,0.05,144.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-portland-or.xml,1575.87,144.0,1142.68,0.0,1286.68,144.0,145.19,289.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-zipcode.xml,2073.36,144.0,1511.36,0.0,1655.36,144.0,274.0,418.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-balanced.xml,2355.76,144.0,1596.82,0.0,1740.82,144.0,470.94,614.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-bath-kitchen-fans.xml,2097.64,144.0,1516.52,0.0,1660.52,144.0,293.12,437.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-15-mins.xml,2309.12,144.0,1583.91,0.0,1727.91,144.0,437.21,581.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-airflow-fraction-zero.xml,2278.04,144.0,1580.34,0.0,1724.34,144.0,409.7,553.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-control-type-timer.xml,2335.52,144.0,1614.35,0.0,1758.35,144.0,433.17,577.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-dse.xml,2148.09,144.0,1554.79,0.0,1698.79,144.0,305.3,449.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-evap-cooler-only-ducted.xml,1506.87,144.0,1362.87,0.0,1506.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-no-additional-runtime.xml,2180.13,144.0,1526.12,0.0,1670.12,144.0,366.01,510.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-no-outdoor-air-control.xml,2236.91,144.0,1567.52,0.0,1711.52,144.0,381.39,525.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-supplemental-fan-exhaust-15-mins.xml,2251.99,144.0,1544.38,0.0,1688.38,144.0,419.61,563.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-supplemental-fan-exhaust-synchronized.xml,2247.1,144.0,1540.92,0.0,1684.92,144.0,418.18,562.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-supplemental-fan-exhaust.xml,2226.71,144.0,1533.82,0.0,1677.82,144.0,404.89,548.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-supplemental-fan-supply.xml,2239.3,144.0,1535.62,0.0,1679.62,144.0,415.68,559.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis.xml,2284.24,144.0,1576.57,0.0,1720.57,144.0,419.67,563.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-erv-atre-asre.xml,2198.39,144.0,1587.19,0.0,1731.19,144.0,323.2,467.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-erv.xml,2198.64,144.0,1587.23,0.0,1731.23,144.0,323.41,467.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-exhaust.xml,2285.19,144.0,1557.07,0.0,1701.07,144.0,440.12,584.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-hrv-asre.xml,2199.37,144.0,1588.14,0.0,1732.14,144.0,323.23,467.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-hrv.xml,2199.58,144.0,1588.15,0.0,1732.15,144.0,323.43,467.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-multiple.xml,2170.35,144.0,1517.3,0.0,1661.3,144.0,365.05,509.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-supply.xml,2255.74,144.0,1556.25,0.0,1700.25,144.0,411.49,555.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-whole-house-fan.xml,1986.9,144.0,1422.6,0.0,1566.6,144.0,276.3,420.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-additional-properties.xml,2073.51,144.0,1511.42,0.0,1655.42,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-bills-battery-scheduled-detailed-only.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1978.36,108.0,1452.27,0.0,1560.27,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1296.89,108.0,770.8,0.0,878.8,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1285.72,108.0,759.63,0.0,867.63,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-bills-detailed-only.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1912.27,108.0,1386.18,0.0,1494.18,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1344.32,108.0,818.23,0.0,926.23,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1305.19,108.0,779.1,0.0,887.1,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-bills-pv-detailed-only.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,907.68,108.0,1386.18,-1004.59,489.59,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,787.79,108.0,818.23,-556.53,369.7,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,749.99,108.0,779.1,-555.2,331.9,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-bills-pv-mixed.xml,1037.34,144.0,1511.42,-1036.17,619.25,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,907.68,108.0,1386.18,-1004.59,489.59,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-bills-pv.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,770.92,465.0,1379.25,-1564.35,279.9,132.0,359.02,491.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,321.39,465.0,1379.25,-2013.87,-169.63,132.0,359.02,491.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-101.43,210.0,1379.25,-2181.7,-592.45,132.0,359.02,491.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-bills.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2026.27,144.0,1379.25,0.0,1523.25,144.0,359.02,503.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-defaults.xml,1386.22,144.0,1517.51,-738.3,923.21,144.0,319.01,463.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-emissions.xml,1369.27,144.0,1843.35,-1036.17,951.18,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-generators-battery-scheduled.xml,2088.76,144.0,1262.67,0.0,1406.67,144.0,345.48,489.48,0.0,192.61,192.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-generators-battery.xml,2021.91,144.0,1195.82,0.0,1339.82,144.0,345.48,489.48,0.0,192.61,192.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-generators.xml,2021.91,144.0,1195.82,0.0,1339.82,144.0,345.48,489.48,0.0,192.61,192.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-ground-conductivity.xml,2045.88,144.0,1507.27,0.0,1651.27,144.0,250.61,394.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-loads-large-uncommon.xml,3859.13,144.0,2784.14,0.0,2928.14,144.0,649.04,793.04,0.0,0.0,0.0,0.0,60.4,60.4,0.0,77.55,77.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-loads-large-uncommon2.xml,3302.73,144.0,2647.36,0.0,2791.36,144.0,229.42,373.42,0.0,0.0,0.0,0.0,60.4,60.4,0.0,77.55,77.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-loads-none.xml,1694.76,144.0,1074.17,0.0,1218.17,144.0,332.59,476.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-multiple-buildings.xml,1989.75,144.0,1503.69,0.0,1647.69,144.0,198.06,342.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-neighbor-shading.xml,2075.11,144.0,1492.35,0.0,1636.35,144.0,294.76,438.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-terrain-shielding.xml,2102.57,144.0,1473.76,0.0,1617.76,144.0,340.81,484.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-unit-multiplier-detailed-electric-panel.xml,20735.18,1440.0,15114.24,0.0,16554.24,1440.0,2740.94,4180.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-unit-multiplier.xml,20735.18,1440.0,15114.24,0.0,16554.24,1440.0,2740.94,4180.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-usage-multiplier.xml,2866.83,144.0,2033.47,0.0,2177.47,144.0,414.49,558.49,0.0,0.0,0.0,0.0,59.88,59.88,0.0,70.99,70.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-battery-ah.xml,1066.88,144.0,1540.96,-1036.17,648.79,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-battery-and-vehicle-ev.xml,1369.27,144.0,1843.35,-1036.17,951.18,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-battery-garage.xml,1032.96,144.0,1471.46,-1036.17,579.29,144.0,309.67,453.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-battery-round-trip-efficiency.xml,1115.67,144.0,1589.75,-1036.17,697.58,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-battery-scheduled.xml,1104.19,144.0,1578.27,-1036.17,686.1,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-battery.xml,1066.88,144.0,1540.96,-1036.17,648.79,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-generators-battery-scheduled.xml,1052.59,144.0,1262.67,-1036.17,370.5,144.0,345.48,489.48,0.0,192.61,192.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-generators-battery.xml,1017.65,144.0,1227.73,-1036.17,335.56,144.0,345.48,489.48,0.0,192.61,192.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-generators.xml,985.74,144.0,1195.82,-1036.17,303.65,144.0,345.48,489.48,0.0,192.61,192.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-inverters.xml,1043.27,144.0,1511.42,-1030.24,625.18,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv.xml,1037.34,144.0,1511.42,-1036.17,619.25,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-residents-0.xml,1033.4,144.0,360.8,0.0,504.8,144.0,384.6,528.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-residents-1-misc-loads-large-uncommon.xml,2985.5,144.0,2138.53,0.0,2282.53,144.0,425.53,569.53,0.0,0.0,0.0,0.0,61.06,61.06,0.0,72.38,72.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-residents-1-misc-loads-large-uncommon2.xml,2743.46,144.0,2047.99,0.0,2191.99,144.0,274.03,418.03,0.0,0.0,0.0,0.0,61.06,61.06,0.0,72.38,72.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-residents-1.xml,1728.51,144.0,1142.68,0.0,1286.68,144.0,297.83,441.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-residents-5-5.xml,1787.56,144.0,1992.66,-780.46,1356.2,144.0,287.36,431.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-all-10-mins.xml,2083.42,144.0,1525.14,0.0,1669.14,144.0,270.28,414.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-mixed-timesteps-power-outage.xml,1528.79,144.0,1183.49,0.0,1327.49,144.0,57.3,201.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-mixed-timesteps.xml,1804.76,144.0,1421.03,0.0,1565.03,144.0,95.73,239.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-occupancy-stochastic-10-mins.xml,2067.6,144.0,1514.99,0.0,1658.99,144.0,264.61,408.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-occupancy-stochastic-no-space-cooling.xml,1973.63,144.0,1421.5,0.0,1565.5,144.0,264.13,408.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-occupancy-stochastic-no-space-heating.xml,2027.83,144.0,1509.87,0.0,1653.87,144.0,229.96,373.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-occupancy-stochastic-power-outage.xml,1719.68,144.0,1266.4,0.0,1410.4,144.0,165.28,309.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-occupancy-stochastic-vacancy.xml,1901.81,144.0,1307.17,0.0,1451.17,144.0,306.64,450.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-occupancy-stochastic.xml,2067.79,144.0,1515.19,0.0,1659.19,144.0,264.6,408.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-setpoints-daily-schedules.xml,2038.98,144.0,1477.54,0.0,1621.54,144.0,273.44,417.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-setpoints-daily-setbacks.xml,2032.9,144.0,1483.81,0.0,1627.81,144.0,261.09,405.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-setpoints.xml,1792.0,144.0,1405.63,0.0,1549.63,144.0,98.37,242.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-simple-no-space-cooling.xml,2008.86,144.0,1447.15,0.0,1591.15,144.0,273.71,417.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-simple-no-space-heating.xml,2018.63,144.0,1504.07,0.0,1648.07,144.0,226.56,370.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-simple-power-outage.xml,2893.15,144.0,2339.34,0.0,2483.34,144.0,265.81,409.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-simple-vacancy.xml,2781.13,144.0,2186.83,0.0,2330.83,144.0,306.3,450.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-simple.xml,3436.55,144.0,2882.77,0.0,3026.77,144.0,265.78,409.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-calendar-year-custom.xml,2071.37,144.0,1509.25,0.0,1653.25,144.0,274.12,418.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-daylight-saving-custom.xml,2073.52,144.0,1511.42,0.0,1655.42,144.0,274.1,418.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-daylight-saving-disabled.xml,2072.66,144.0,1510.72,0.0,1654.72,144.0,273.94,417.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-runperiod-1-month.xml,242.97,12.01,124.18,0.0,136.19,12.01,94.76,106.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-temperature-capacitance-multiplier.xml,2070.27,144.0,1508.92,0.0,1652.92,144.0,273.35,417.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,2083.41,144.0,1524.95,0.0,1668.95,144.0,270.46,414.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,2082.97,144.0,1525.03,0.0,1669.03,144.0,269.94,413.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-timestep-10-mins.xml,2088.64,144.0,1521.29,0.0,1665.29,144.0,279.35,423.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-timestep-30-mins.xml,2083.0,144.0,1517.45,0.0,1661.45,144.0,277.55,421.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-level1.xml,2330.0,144.0,1731.72,0.0,1875.72,144.0,310.28,454.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-miles-per-kwh.xml,2350.97,144.0,1752.69,0.0,1896.69,144.0,310.28,454.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-mpge.xml,2350.55,144.0,1752.27,0.0,1896.27,144.0,310.28,454.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-occupancy-stochastic.xml,2494.83,144.0,1910.28,0.0,2054.28,144.0,296.55,440.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-plug-load-ev.xml,2431.15,144.0,1832.87,0.0,1976.87,144.0,310.28,454.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-scheduled.xml,2339.22,144.0,1740.94,0.0,1884.94,144.0,310.28,454.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-undercharged.xml,2041.8,144.0,1443.52,0.0,1587.52,144.0,310.28,454.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger.xml,2350.97,144.0,1752.69,0.0,1896.69,144.0,310.28,454.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-no-charger.xml,2036.82,144.0,1438.54,0.0,1582.54,144.0,310.28,454.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-multiple.xml,2350.97,144.0,1752.69,0.0,1896.69,144.0,310.28,454.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-zones-spaces-multiple.xml,1902.17,144.0,1391.24,0.0,1535.24,144.0,222.93,366.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-zones-spaces.xml,1910.9,144.0,1393.64,0.0,1537.64,144.0,229.26,373.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base.xml,2073.51,144.0,1511.42,0.0,1655.42,144.0,274.09,418.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house001.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2866.08,144.0,1979.6,0.0,2123.6,144.0,598.48,742.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house002.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2339.77,144.0,1643.94,0.0,1787.94,144.0,407.83,551.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house003.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2398.58,144.0,1686.86,0.0,1830.86,144.0,423.72,567.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house004.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4256.21,144.0,3079.25,0.0,3223.25,144.0,888.96,1032.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house005.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3193.72,144.0,2275.52,0.0,2419.52,144.0,630.2,774.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house006.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2507.01,144.0,1314.78,0.0,1458.78,144.0,904.23,1048.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house007.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2584.81,144.0,1401.34,0.0,1545.34,144.0,895.47,1039.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house008.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3135.86,144.0,1627.49,0.0,1771.49,144.0,1220.37,1364.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house009.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2715.85,144.0,1408.77,0.0,1552.77,144.0,1019.08,1163.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house010.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2829.65,144.0,1551.51,0.0,1695.51,144.0,990.14,1134.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house011.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1891.35,144.0,1747.35,0.0,1891.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house012.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1522.21,144.0,1378.21,0.0,1522.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house013.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1334.49,144.0,1190.49,0.0,1334.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house014.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1370.27,144.0,1226.27,0.0,1370.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house015.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1334.49,144.0,1190.49,0.0,1334.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house016.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2984.58,144.0,2106.27,0.0,2250.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,734.31,734.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house017.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2420.19,144.0,1285.99,0.0,1429.99,144.0,846.2,990.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house018.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2085.99,144.0,1941.99,0.0,2085.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house019.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3506.46,144.0,2252.18,0.0,2396.18,144.0,966.28,1110.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house020.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4955.32,144.0,2619.58,0.0,2763.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2191.74,2191.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house021.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3725.08,144.0,2007.43,0.0,2151.43,144.0,1429.65,1573.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house022.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4683.9,144.0,2277.61,0.0,2421.61,0.0,0.0,0.0,0.0,2262.29,2262.29,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house023.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5024.17,144.0,2777.74,0.0,2921.74,0.0,0.0,0.0,0.0,2102.43,2102.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house024.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4409.53,144.0,2135.04,0.0,2279.04,0.0,0.0,0.0,0.0,2130.49,2130.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house025.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3451.45,144.0,2701.47,0.0,2845.47,144.0,461.98,605.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house026.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1665.41,144.0,948.02,0.0,1092.02,144.0,429.39,573.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house027.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2076.57,144.0,1242.58,0.0,1386.58,144.0,545.99,689.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house028.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1943.86,144.0,1150.8,0.0,1294.8,144.0,505.06,649.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house029.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2427.99,144.0,1490.6,0.0,1634.6,144.0,649.39,793.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house030.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2537.03,144.0,840.55,0.0,984.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1552.48,1552.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house031.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4705.52,144.0,2174.39,0.0,2318.39,144.0,2243.13,2387.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house032.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2126.19,144.0,788.13,0.0,932.13,144.0,1050.06,1194.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house033.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3201.45,144.0,732.59,0.0,876.59,0.0,0.0,0.0,0.0,2324.86,2324.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house034.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5805.87,144.0,1743.21,0.0,1887.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3918.66,3918.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house035.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1673.78,144.0,811.56,0.0,955.56,144.0,574.22,718.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house036.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2194.72,144.0,1215.83,0.0,1359.83,144.0,690.89,834.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house037.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2926.37,144.0,1154.11,0.0,1298.11,0.0,0.0,0.0,0.0,1628.26,1628.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house038.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3588.91,144.0,2403.36,0.0,2547.36,144.0,897.55,1041.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house039.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2390.23,144.0,1184.74,0.0,1328.74,144.0,917.49,1061.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house040.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2370.03,144.0,1080.02,0.0,1224.02,144.0,1002.01,1146.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house041.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4072.31,144.0,1966.68,0.0,2110.68,144.0,1817.63,1961.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house042.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3592.15,144.0,1664.84,0.0,1808.84,144.0,1639.31,1783.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house043.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2626.51,144.0,1237.76,0.0,1381.76,144.0,1100.75,1244.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house044.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3632.48,144.0,1764.73,0.0,1908.73,144.0,1579.75,1723.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house045.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2709.62,144.0,1416.68,0.0,1560.68,144.0,1004.94,1148.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house046.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1177.84,144.0,1033.84,0.0,1177.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house047.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1174.76,144.0,815.9,0.0,959.9,144.0,70.86,214.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house048.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2719.27,144.0,1665.97,0.0,1809.97,144.0,765.3,909.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house049.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1584.54,144.0,1243.61,0.0,1387.61,144.0,52.93,196.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house050.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1521.27,144.0,862.27,0.0,1006.27,144.0,371.0,515.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house051.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2331.35,144.0,1969.87,0.0,2113.87,144.0,73.48,217.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house052.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
diff --git a/hpxml-measures/workflow/tests/base_results/results_simulations_energy.csv b/hpxml-measures/workflow/tests/base_results/results_simulations_energy.csv
index e72590a09f..bcad890171 100644
--- a/hpxml-measures/workflow/tests/base_results/results_simulations_energy.csv
+++ b/hpxml-measures/workflow/tests/base_results/results_simulations_energy.csv
@@ -1,541 +1,548 @@
HPXML,Energy Use: Total (MBtu),Energy Use: Net (MBtu),Fuel Use: Electricity: Total (MBtu),Fuel Use: Electricity: Net (MBtu),Fuel Use: Natural Gas: Total (MBtu),Fuel Use: Fuel Oil: Total (MBtu),Fuel Use: Propane: Total (MBtu),Fuel Use: Wood Cord: Total (MBtu),Fuel Use: Wood Pellets: Total (MBtu),Fuel Use: Coal: Total (MBtu),End Use: Electricity: Heating (MBtu),End Use: Electricity: Heating Fans/Pumps (MBtu),End Use: Electricity: Heating Heat Pump Backup (MBtu),End Use: Electricity: Heating Heat Pump Backup Fans/Pumps (MBtu),End Use: Electricity: Cooling (MBtu),End Use: Electricity: Cooling Fans/Pumps (MBtu),End Use: Electricity: Hot Water (MBtu),End Use: Electricity: Hot Water Recirc Pump (MBtu),End Use: Electricity: Hot Water Solar Thermal Pump (MBtu),End Use: Electricity: Lighting Interior (MBtu),End Use: Electricity: Lighting Garage (MBtu),End Use: Electricity: Lighting Exterior (MBtu),End Use: Electricity: Mech Vent (MBtu),End Use: Electricity: Mech Vent Preheating (MBtu),End Use: Electricity: Mech Vent Precooling (MBtu),End Use: Electricity: Whole House Fan (MBtu),End Use: Electricity: Refrigerator (MBtu),End Use: Electricity: Freezer (MBtu),End Use: Electricity: Dehumidifier (MBtu),End Use: Electricity: Dishwasher (MBtu),End Use: Electricity: Clothes Washer (MBtu),End Use: Electricity: Clothes Dryer (MBtu),End Use: Electricity: Range/Oven (MBtu),End Use: Electricity: Ceiling Fan (MBtu),End Use: Electricity: Television (MBtu),End Use: Electricity: Plug Loads (MBtu),End Use: Electricity: Well Pump (MBtu),End Use: Electricity: Pool Heater (MBtu),End Use: Electricity: Pool Pump (MBtu),End Use: Electricity: Permanent Spa Heater (MBtu),End Use: Electricity: Permanent Spa Pump (MBtu),End Use: Electricity: PV (MBtu),End Use: Electricity: Generator (MBtu),End Use: Electricity: Battery (MBtu),End Use: Electricity: Electric Vehicle Charging (MBtu),End Use: Natural Gas: Heating (MBtu),End Use: Natural Gas: Heating Heat Pump Backup (MBtu),End Use: Natural Gas: Hot Water (MBtu),End Use: Natural Gas: Clothes Dryer (MBtu),End Use: Natural Gas: Range/Oven (MBtu),End Use: Natural Gas: Mech Vent Preheating (MBtu),End Use: Natural Gas: Pool Heater (MBtu),End Use: Natural Gas: Permanent Spa Heater (MBtu),End Use: Natural Gas: Grill (MBtu),End Use: Natural Gas: Lighting (MBtu),End Use: Natural Gas: Fireplace (MBtu),End Use: Natural Gas: Generator (MBtu),End Use: Fuel Oil: Heating (MBtu),End Use: Fuel Oil: Heating Heat Pump Backup (MBtu),End Use: Fuel Oil: Hot Water (MBtu),End Use: Fuel Oil: Clothes Dryer (MBtu),End Use: Fuel Oil: Range/Oven (MBtu),End Use: Fuel Oil: Mech Vent Preheating (MBtu),End Use: Fuel Oil: Grill (MBtu),End Use: Fuel Oil: Lighting (MBtu),End Use: Fuel Oil: Fireplace (MBtu),End Use: Fuel Oil: Generator (MBtu),End Use: Propane: Heating (MBtu),End Use: Propane: Heating Heat Pump Backup (MBtu),End Use: Propane: Hot Water (MBtu),End Use: Propane: Clothes Dryer (MBtu),End Use: Propane: Range/Oven (MBtu),End Use: Propane: Mech Vent Preheating (MBtu),End Use: Propane: Grill (MBtu),End Use: Propane: Lighting (MBtu),End Use: Propane: Fireplace (MBtu),End Use: Propane: Generator (MBtu),End Use: Wood Cord: Heating (MBtu),End Use: Wood Cord: Heating Heat Pump Backup (MBtu),End Use: Wood Cord: Hot Water (MBtu),End Use: Wood Cord: Clothes Dryer (MBtu),End Use: Wood Cord: Range/Oven (MBtu),End Use: Wood Cord: Mech Vent Preheating (MBtu),End Use: Wood Cord: Grill (MBtu),End Use: Wood Cord: Lighting (MBtu),End Use: Wood Cord: Fireplace (MBtu),End Use: Wood Cord: Generator (MBtu),End Use: Wood Pellets: Heating (MBtu),End Use: Wood Pellets: Heating Heat Pump Backup (MBtu),End Use: Wood Pellets: Hot Water (MBtu),End Use: Wood Pellets: Clothes Dryer (MBtu),End Use: Wood Pellets: Range/Oven (MBtu),End Use: Wood Pellets: Mech Vent Preheating (MBtu),End Use: Wood Pellets: Grill (MBtu),End Use: Wood Pellets: Lighting (MBtu),End Use: Wood Pellets: Fireplace (MBtu),End Use: Wood Pellets: Generator (MBtu),End Use: Coal: Heating (MBtu),End Use: Coal: Heating Heat Pump Backup (MBtu),End Use: Coal: Hot Water (MBtu),End Use: Coal: Clothes Dryer (MBtu),End Use: Coal: Range/Oven (MBtu),End Use: Coal: Mech Vent Preheating (MBtu),End Use: Coal: Grill (MBtu),End Use: Coal: Lighting (MBtu),End Use: Coal: Fireplace (MBtu),End Use: Coal: Generator (MBtu)
-base-appliances-coal.xml,73.301,73.301,36.596,36.596,31.929,0.0,0.0,0.0,0.0,4.777,0.0,0.994,0.0,0.0,5.321,1.233,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,0.128,0.105,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.929,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.707,3.07,0.0,0.0,0.0,0.0,0.0
+base-appliances-coal.xml,73.304,73.304,36.597,36.597,31.931,0.0,0.0,0.0,0.0,4.777,0.0,0.994,0.0,0.0,5.321,1.233,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,0.128,0.105,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.931,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.707,3.07,0.0,0.0,0.0,0.0,0.0
base-appliances-dehumidifier-ef-portable.xml,35.842,35.842,34.023,34.023,1.819,0.0,0.0,0.0,0.0,0.0,0.0,0.052,0.0,0.0,8.777,1.971,7.862,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.207,0.0,0.366,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.819,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-appliances-dehumidifier-ef-whole-home.xml,35.821,35.821,33.971,33.971,1.85,0.0,0.0,0.0,0.0,0.0,0.0,0.053,0.0,0.0,8.776,1.971,7.862,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.207,0.0,0.314,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-dehumidifier-ef-whole-home.xml,35.821,35.821,33.971,33.971,1.849,0.0,0.0,0.0,0.0,0.0,0.0,0.053,0.0,0.0,8.776,1.971,7.862,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.207,0.0,0.314,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.849,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-dehumidifier-mechvent-latent-degradation-model-0s.xml,38.351,38.351,36.916,36.916,1.435,0.0,0.0,0.0,0.0,0.0,0.0,0.041,0.0,0.0,10.325,2.352,7.268,0.0,0.0,2.646,0.0,0.238,0.72,0.0,0.0,0.0,2.217,0.0,1.206,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.435,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-dehumidifier-mechvent-latent-degradation-model-45s.xml,38.924,38.924,37.49,37.49,1.434,0.0,0.0,0.0,0.0,0.0,0.0,0.041,0.0,0.0,10.33,2.535,7.268,0.0,0.0,2.646,0.0,0.238,0.72,0.0,0.0,0.0,2.217,0.0,1.592,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.434,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-dehumidifier-mechvent-latent-degradation-model-ashp.xml,33.008,33.008,33.008,33.008,0.0,0.0,0.0,0.0,0.0,0.0,0.568,0.007,0.0,0.0,7.41,0.89,7.268,0.0,0.0,2.646,0.0,0.238,0.72,0.0,0.0,0.0,2.217,0.0,1.14,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-dehumidifier-mechvent.xml,38.335,38.335,36.9,36.9,1.435,0.0,0.0,0.0,0.0,0.0,0.0,0.041,0.0,0.0,10.326,2.352,7.268,0.0,0.0,2.646,0.0,0.238,0.72,0.0,0.0,0.0,2.217,0.0,1.188,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.435,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-appliances-dehumidifier-multiple.xml,35.844,35.844,33.948,33.948,1.896,0.0,0.0,0.0,0.0,0.0,0.0,0.054,0.0,0.0,8.774,1.971,7.862,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.207,0.0,0.293,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.896,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-appliances-dehumidifier.xml,35.877,35.877,34.053,34.053,1.824,0.0,0.0,0.0,0.0,0.0,0.0,0.052,0.0,0.0,8.78,1.972,7.862,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.208,0.0,0.392,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.824,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-appliances-freezer-temperature-dependent-schedule.xml,72.389,72.389,40.627,40.627,31.762,0.0,0.0,0.0,0.0,0.0,0.0,0.989,0.0,0.0,5.34,1.239,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,1.278,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.762,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-appliances-gas.xml,73.301,73.301,36.596,36.596,36.705,0.0,0.0,0.0,0.0,0.0,0.0,0.994,0.0,0.0,5.321,1.233,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,0.128,0.105,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.929,0.0,0.0,1.707,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-appliances-modified.xml,71.671,71.671,40.125,40.125,31.546,0.0,0.0,0.0,0.0,0.0,0.0,0.982,0.0,0.0,5.334,1.237,11.27,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.568,0.347,1.442,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.546,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-appliances-none.xml,66.832,66.832,31.949,31.949,34.883,0.0,0.0,0.0,0.0,0.0,0.0,1.086,0.0,0.0,4.865,1.11,9.548,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.883,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-appliances-oil.xml,73.301,73.301,36.596,36.596,31.929,4.777,0.0,0.0,0.0,0.0,0.0,0.994,0.0,0.0,5.321,1.233,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,0.128,0.105,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.929,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.707,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-appliances-propane.xml,73.301,73.301,36.596,36.596,31.929,0.0,4.777,0.0,0.0,0.0,0.0,0.994,0.0,0.0,5.321,1.233,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,0.128,0.105,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.929,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.707,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-appliances-refrigerator-temperature-dependent-schedule.xml,71.853,71.853,39.218,39.218,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-appliances-wood.xml,73.301,73.301,36.596,36.596,31.929,0.0,0.0,4.777,0.0,0.0,0.0,0.994,0.0,0.0,5.321,1.233,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,0.128,0.105,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.929,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.707,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-atticroof-cathedral.xml,64.011,64.011,37.6,37.6,26.411,0.0,0.0,0.0,0.0,0.0,0.0,0.822,0.0,0.0,4.086,0.914,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.411,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-atticroof-conditioned.xml,67.819,67.819,42.762,42.762,25.057,0.0,0.0,0.0,0.0,0.0,0.0,0.78,0.0,0.0,4.961,1.14,10.768,0.0,0.0,5.748,0.0,0.398,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,11.178,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.057,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-atticroof-flat.xml,56.774,56.774,36.657,36.657,20.117,0.0,0.0,0.0,0.0,0.0,0.0,0.626,0.0,0.0,3.481,0.77,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.117,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-freezer-temperature-dependent-schedule.xml,72.392,72.392,40.627,40.627,31.765,0.0,0.0,0.0,0.0,0.0,0.0,0.989,0.0,0.0,5.34,1.239,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,1.278,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.765,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-gas.xml,73.304,73.304,36.597,36.597,36.707,0.0,0.0,0.0,0.0,0.0,0.0,0.994,0.0,0.0,5.321,1.233,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,0.128,0.105,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.931,0.0,0.0,1.707,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-modified.xml,71.673,71.673,40.126,40.126,31.548,0.0,0.0,0.0,0.0,0.0,0.0,0.982,0.0,0.0,5.334,1.237,11.27,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.568,0.347,1.442,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.548,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-none.xml,66.834,66.834,31.95,31.95,34.884,0.0,0.0,0.0,0.0,0.0,0.0,1.086,0.0,0.0,4.866,1.11,9.548,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.884,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-oil.xml,73.304,73.304,36.597,36.597,31.931,4.777,0.0,0.0,0.0,0.0,0.0,0.994,0.0,0.0,5.321,1.233,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,0.128,0.105,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.931,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.707,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-propane.xml,73.304,73.304,36.597,36.597,31.931,0.0,4.777,0.0,0.0,0.0,0.0,0.994,0.0,0.0,5.321,1.233,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,0.128,0.105,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.931,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.707,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-refrigerator-temperature-dependent-schedule.xml,71.856,71.856,39.218,39.218,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-wood.xml,73.304,73.304,36.597,36.597,31.931,0.0,0.0,4.777,0.0,0.0,0.0,0.994,0.0,0.0,5.321,1.233,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,0.128,0.105,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.931,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.707,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-atticroof-cathedral.xml,64.012,64.012,37.6,37.6,26.412,0.0,0.0,0.0,0.0,0.0,0.0,0.822,0.0,0.0,4.087,0.914,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.412,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-atticroof-conditioned.xml,67.818,67.818,42.761,42.761,25.056,0.0,0.0,0.0,0.0,0.0,0.0,0.78,0.0,0.0,4.961,1.14,10.768,0.0,0.0,5.748,0.0,0.398,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,11.178,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.056,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-atticroof-flat.xml,56.776,56.776,36.658,36.658,20.118,0.0,0.0,0.0,0.0,0.0,0.0,0.626,0.0,0.0,3.481,0.77,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.118,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-atticroof-radiant-barrier-ceiling.xml,39.87,39.87,34.775,34.775,5.095,0.0,0.0,0.0,0.0,0.0,0.0,0.145,0.0,0.0,9.636,2.15,7.873,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.183,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.095,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-atticroof-radiant-barrier.xml,38.581,38.581,34.266,34.266,4.315,0.0,0.0,0.0,0.0,0.0,0.0,0.123,0.0,0.0,9.234,2.063,7.871,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.188,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.315,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-atticroof-unvented-insulated-roof.xml,61.398,61.398,37.163,37.163,24.234,0.0,0.0,0.0,0.0,0.0,0.0,0.754,0.0,0.0,3.794,0.836,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.234,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-atticroof-vented.xml,74.036,74.036,39.047,39.047,34.989,0.0,0.0,0.0,0.0,0.0,0.0,1.089,0.0,0.0,4.845,1.105,10.999,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.989,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-battery-scheduled-power-outage.xml,69.404,69.404,36.763,36.763,32.641,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,3.915,0.887,10.038,0.0,0.0,4.2,0.0,0.311,0.0,0.0,0.0,0.0,1.885,0.0,0.0,0.261,0.318,1.316,1.401,0.0,1.94,7.686,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.587,0.0,32.641,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-battery-scheduled.xml,73.588,73.588,40.952,40.952,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.735,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-battery.xml,71.853,71.853,39.218,39.218,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml,51.063,51.063,25.99,25.99,25.073,0.0,0.0,0.0,0.0,0.0,0.0,0.682,0.0,0.0,1.188,0.255,11.382,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,1.689,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.073,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-adjacent-to-multiple-hvac-none.xml,24.093,24.093,24.093,24.093,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.218,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.08,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-adjacent-to-multiple.xml,33.013,33.013,26.415,26.415,6.597,0.0,0.0,0.0,0.0,0.0,0.0,0.179,0.0,0.0,1.75,0.385,11.213,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.094,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.597,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml,51.165,51.165,25.635,25.635,25.53,0.0,0.0,0.0,0.0,0.0,0.0,0.737,0.0,0.0,1.013,0.189,11.503,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,1.399,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml,28.56,28.56,25.606,25.606,2.954,0.0,0.0,0.0,0.0,0.0,0.0,0.08,0.0,0.0,1.216,0.263,11.252,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.0,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.954,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml,33.254,33.254,25.953,25.953,7.301,0.0,0.0,0.0,0.0,0.0,0.0,0.199,0.0,0.0,1.355,0.302,11.215,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.088,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.301,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml,28.806,28.806,26.248,26.248,2.558,0.0,0.0,0.0,0.0,0.0,0.0,0.07,0.0,0.0,1.663,0.389,11.195,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.137,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.558,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-infil-compartmentalization-test.xml,27.739,27.739,27.0,27.0,0.739,0.0,0.0,0.0,0.0,0.0,0.0,0.02,0.0,0.0,2.267,0.555,11.173,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.19,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.739,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-infil-leakiness-description.xml,27.559,27.559,27.102,27.102,0.457,0.0,0.0,0.0,0.0,0.0,0.0,0.012,0.0,0.0,2.341,0.584,11.167,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.203,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.457,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-neighbor-shading.xml,27.809,27.809,26.931,26.931,0.878,0.0,0.0,0.0,0.0,0.0,0.0,0.024,0.0,0.0,2.215,0.538,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.878,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-residents-1.xml,19.735,19.735,18.382,18.382,1.354,0.0,0.0,0.0,0.0,0.0,0.0,0.037,0.0,0.0,1.892,0.439,4.642,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.164,0.0,0.0,0.2,0.221,0.917,1.147,0.0,1.264,3.228,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.354,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-atticroof-unvented-insulated-roof.xml,61.4,61.4,37.164,37.164,24.236,0.0,0.0,0.0,0.0,0.0,0.0,0.754,0.0,0.0,3.794,0.836,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.236,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-atticroof-vented.xml,74.039,74.039,39.047,39.047,34.992,0.0,0.0,0.0,0.0,0.0,0.0,1.089,0.0,0.0,4.845,1.105,10.999,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.992,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-battery-scheduled-power-outage.xml,69.406,69.406,36.763,36.763,32.643,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,3.916,0.887,10.038,0.0,0.0,4.2,0.0,0.311,0.0,0.0,0.0,0.0,1.885,0.0,0.0,0.261,0.318,1.316,1.401,0.0,1.94,7.686,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.587,0.0,32.643,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-battery-scheduled.xml,73.591,73.591,40.953,40.953,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.735,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-battery.xml,71.856,71.856,39.218,39.218,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml,38.503,38.503,25.599,25.599,12.904,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,1.138,0.222,11.382,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,1.689,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.904,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-adjacent-to-multiple-hvac-none.xml,24.093,24.093,24.093,24.093,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.218,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.081,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-adjacent-to-multiple.xml,31.744,31.744,26.423,26.423,5.321,0.0,0.0,0.0,0.0,0.0,0.0,0.154,0.0,0.0,1.794,0.373,11.213,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.094,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.321,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml,51.164,51.164,25.635,25.635,25.529,0.0,0.0,0.0,0.0,0.0,0.0,0.737,0.0,0.0,1.013,0.189,11.503,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,1.399,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.529,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml,27.509,27.509,25.496,25.496,2.013,0.0,0.0,0.0,0.0,0.0,0.0,0.058,0.0,0.0,1.163,0.229,11.252,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,1.999,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.013,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml,30.739,30.739,25.798,25.798,4.941,0.0,0.0,0.0,0.0,0.0,0.0,0.143,0.0,0.0,1.293,0.265,11.215,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.088,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.941,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml,27.817,27.817,26.085,26.085,1.731,0.0,0.0,0.0,0.0,0.0,0.0,0.05,0.0,0.0,1.567,0.341,11.195,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.138,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.731,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-infil-compartmentalization-test.xml,27.834,27.834,27.097,27.097,0.738,0.0,0.0,0.0,0.0,0.0,0.0,0.021,0.0,0.0,2.363,0.555,11.173,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.19,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.738,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-infil-leakiness-description.xml,27.655,27.655,27.199,27.199,0.456,0.0,0.0,0.0,0.0,0.0,0.0,0.013,0.0,0.0,2.437,0.584,11.167,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.203,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.456,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-neighbor-shading.xml,27.903,27.903,27.027,27.027,0.876,0.0,0.0,0.0,0.0,0.0,0.0,0.025,0.0,0.0,2.309,0.539,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.876,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-residents-1.xml,19.824,19.824,18.474,18.474,1.351,0.0,0.0,0.0,0.0,0.0,0.0,0.039,0.0,0.0,1.982,0.44,4.642,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.164,0.0,0.0,0.2,0.221,0.917,1.147,0.0,1.264,3.228,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.351,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-bldgtype-mf-unit-shared-boiler-chiller-baseboard.xml,28.263,28.263,27.348,27.348,0.915,0.0,0.0,0.0,0.0,0.0,0.0,0.044,0.0,0.0,2.58,0.57,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.915,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,29.226,29.226,28.245,28.245,0.98,0.0,0.0,0.0,0.0,0.0,0.0,0.076,0.0,0.0,3.359,0.656,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml,28.611,28.611,27.744,27.744,0.867,0.0,0.0,0.0,0.0,0.0,0.0,0.104,0.0,0.0,2.916,0.57,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.867,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml,35.376,35.376,34.664,34.664,0.713,0.0,0.0,0.0,0.0,0.0,0.046,0.044,0.0,0.0,9.763,0.656,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.713,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml,28.734,28.734,28.022,28.022,0.713,0.0,0.0,0.0,0.0,0.0,0.046,0.044,0.0,0.0,3.121,0.656,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.713,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,29.233,29.233,28.246,28.246,0.987,0.0,0.0,0.0,0.0,0.0,0.0,0.077,0.0,0.0,3.358,0.656,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.987,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml,28.61,28.61,27.744,27.744,0.866,0.0,0.0,0.0,0.0,0.0,0.0,0.104,0.0,0.0,2.916,0.57,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.866,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml,35.375,35.375,34.663,34.663,0.712,0.0,0.0,0.0,0.0,0.0,0.046,0.044,0.0,0.0,9.763,0.656,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.712,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml,28.734,28.734,28.021,28.021,0.712,0.0,0.0,0.0,0.0,0.0,0.046,0.044,0.0,0.0,3.121,0.656,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.712,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-bldgtype-mf-unit-shared-boiler-only-baseboard-combi-tankless.xml,25.938,25.938,13.273,13.273,12.665,0.0,0.0,0.0,0.0,0.0,0.0,0.047,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.431,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.974,0.0,11.691,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,25.154,25.154,24.348,24.348,0.807,0.0,0.0,0.0,0.0,0.0,0.0,0.038,0.0,0.0,0.0,0.0,11.063,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.452,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.807,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,25.241,25.241,24.376,24.376,0.865,0.0,0.0,0.0,0.0,0.0,0.0,0.067,0.0,0.0,0.0,0.0,11.063,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.452,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.865,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml,25.165,25.165,24.397,24.397,0.768,0.0,0.0,0.0,0.0,0.0,0.0,0.088,0.0,0.0,0.0,0.0,11.063,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.452,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.768,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml,25.144,25.144,24.566,24.566,0.578,0.0,0.0,0.0,0.0,0.0,0.182,0.075,0.0,0.0,0.0,0.0,11.063,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.452,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.578,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,25.165,25.165,24.4,24.4,0.765,0.0,0.0,0.0,0.0,0.0,0.0,0.091,0.0,0.0,0.0,0.0,11.063,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.452,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.765,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,25.017,25.017,24.388,24.388,0.629,0.0,0.0,0.0,0.0,0.0,0.04,0.039,0.0,0.0,0.0,0.0,11.063,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.452,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.629,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,25.154,25.154,24.348,24.348,0.806,0.0,0.0,0.0,0.0,0.0,0.0,0.038,0.0,0.0,0.0,0.0,11.063,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.452,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.806,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,25.247,25.247,24.377,24.377,0.87,0.0,0.0,0.0,0.0,0.0,0.0,0.068,0.0,0.0,0.0,0.0,11.063,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.452,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml,25.164,25.164,24.397,24.397,0.767,0.0,0.0,0.0,0.0,0.0,0.0,0.088,0.0,0.0,0.0,0.0,11.063,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.452,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.767,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml,25.144,25.144,24.566,24.566,0.577,0.0,0.0,0.0,0.0,0.0,0.182,0.075,0.0,0.0,0.0,0.0,11.063,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.452,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.577,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,25.165,25.165,24.401,24.401,0.764,0.0,0.0,0.0,0.0,0.0,0.0,0.091,0.0,0.0,0.0,0.0,11.063,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.452,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.764,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,25.017,25.017,24.388,24.388,0.628,0.0,0.0,0.0,0.0,0.0,0.04,0.039,0.0,0.0,0.0,0.0,11.063,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.452,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.628,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,27.259,27.259,27.259,27.259,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.564,0.565,11.191,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.144,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,28.118,28.118,28.118,28.118,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.337,0.65,11.191,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.144,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,27.591,27.591,27.591,27.591,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.896,0.565,11.191,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.144,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,34.455,34.455,34.455,34.455,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.675,0.65,11.191,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.144,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,34.454,34.454,34.454,34.454,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.674,0.65,11.191,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.144,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,27.882,27.882,27.882,27.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.102,0.65,11.191,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.144,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-generator.xml,35.182,35.182,20.139,20.139,0.876,0.0,14.167,0.0,0.0,0.0,0.0,0.024,0.0,0.0,2.241,0.544,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,-6.824,0.0,0.0,0.876,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-generator.xml,35.276,35.276,20.235,20.235,0.874,0.0,14.167,0.0,0.0,0.0,0.0,0.025,0.0,0.0,2.335,0.545,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,-6.824,0.0,0.0,0.874,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,27.146,27.146,27.146,27.146,0.0,0.0,0.0,0.0,0.0,0.0,0.215,0.06,0.0,0.0,1.744,0.973,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,33.302,33.302,15.63,15.63,17.673,0.0,0.0,0.0,0.0,0.0,0.0,0.028,0.0,0.0,2.12,0.509,0.0,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.027,0.0,16.645,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-laundry-room.xml,30.879,30.879,15.63,15.63,15.25,0.0,0.0,0.0,0.0,0.0,0.0,0.028,0.0,0.0,2.12,0.509,0.0,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.027,0.0,14.223,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-mechvent-multiple.xml,51.967,51.967,31.013,31.013,20.954,0.0,0.0,0.0,0.0,0.0,0.0,0.238,0.0,0.0,1.58,0.33,11.226,0.0,0.0,2.025,0.0,0.206,3.663,0.954,0.165,0.0,2.061,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.756,0.0,0.0,0.0,0.0,12.199,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,33.65,33.65,28.227,28.227,5.423,0.0,0.0,0.0,0.0,0.0,0.0,0.04,0.0,0.0,2.041,0.47,11.187,0.0,0.0,2.025,0.0,0.206,1.495,0.0,0.045,0.0,2.155,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.452,0.0,0.0,0.0,0.0,3.97,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-mechvent.xml,32.102,32.102,28.176,28.176,3.926,0.0,0.0,0.0,0.0,0.0,0.0,0.107,0.0,0.0,2.004,0.452,11.201,0.0,0.0,2.025,0.0,0.206,1.495,0.0,0.0,0.0,2.122,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.926,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-pv-battery.xml,28.724,4.277,27.848,3.4,0.876,0.0,0.0,0.0,0.0,0.0,0.0,0.024,0.0,0.0,2.241,0.544,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,-24.448,0.0,0.885,0.0,0.876,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-pv.xml,27.839,3.392,26.963,2.515,0.876,0.0,0.0,0.0,0.0,0.0,0.0,0.024,0.0,0.0,2.241,0.544,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,-24.448,0.0,0.0,0.0,0.876,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml,19.298,19.298,18.26,18.26,1.037,0.0,0.0,0.0,0.0,0.0,0.0,0.028,0.0,0.0,2.153,0.517,2.59,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.037,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml,22.259,22.259,14.455,14.455,7.804,0.0,0.0,0.0,0.0,0.0,0.0,0.052,0.0,0.0,1.675,0.375,0.0,1.096,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.145,0.0,0.0,0.224,0.257,1.066,1.129,0.0,1.409,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.886,0.0,5.918,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml,31.874,31.874,16.767,16.767,15.107,0.0,0.0,0.0,0.0,0.0,0.0,0.028,0.0,0.0,2.153,0.517,0.0,1.096,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.037,0.0,14.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-water-heater-recirc.xml,31.874,31.874,16.767,16.767,15.107,0.0,0.0,0.0,0.0,0.0,0.0,0.028,0.0,0.0,2.153,0.517,0.0,1.096,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.037,0.0,14.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-water-heater.xml,30.778,30.778,15.671,15.671,15.107,0.0,0.0,0.0,0.0,0.0,0.0,0.028,0.0,0.0,2.153,0.517,0.0,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.037,0.0,14.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit.xml,27.839,27.839,26.963,26.963,0.876,0.0,0.0,0.0,0.0,0.0,0.0,0.024,0.0,0.0,2.241,0.544,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.876,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-whole-building-common-spaces.xml,192.899,192.899,192.899,192.899,0.0,0.0,0.0,0.0,0.0,0.0,31.799,0.0,0.0,0.0,11.853,0.0,67.393,0.0,0.0,19.519,0.0,1.819,0.0,0.0,0.0,0.0,12.41,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-whole-building-detailed-electric-panel.xml,208.743,208.743,208.743,208.743,0.0,0.0,0.0,0.0,0.0,0.0,42.292,0.0,0.0,0.0,22.415,0.0,67.306,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.619,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-whole-building-fuels.xml,249.087,249.087,94.806,94.806,40.478,0.0,80.803,33.0,0.0,0.0,0.0,1.101,0.0,0.0,13.75,3.179,0.0,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.664,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.478,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,80.803,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-whole-building-inter-unit-heat-transfer.xml,182.065,182.065,182.065,182.065,0.0,0.0,0.0,0.0,0.0,0.0,25.135,0.0,0.0,0.0,12.923,0.0,67.329,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.566,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-whole-building-pv-battery.xml,210.786,125.009,210.786,125.009,0.0,0.0,0.0,0.0,0.0,0.0,42.292,0.0,0.0,0.0,22.415,0.0,67.306,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.619,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,-85.777,0.0,2.042,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-whole-building-vehicle-ev-charger.xml,247.002,247.002,247.002,247.002,0.0,0.0,0.0,0.0,0.0,0.0,42.292,0.0,0.0,0.0,22.415,0.0,67.306,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.619,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.259,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-whole-building.xml,208.743,208.743,208.743,208.743,0.0,0.0,0.0,0.0,0.0,0.0,42.292,0.0,0.0,0.0,22.415,0.0,67.306,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.619,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-sfa-unit-2stories.xml,59.247,59.247,37.255,37.255,21.991,0.0,0.0,0.0,0.0,0.0,0.0,0.675,0.0,0.0,3.958,0.841,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.991,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-sfa-unit-atticroof-cathedral.xml,78.505,78.505,38.055,38.055,40.45,0.0,0.0,0.0,0.0,0.0,0.0,1.24,0.0,0.0,4.177,0.867,10.778,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.056,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-sfa-unit-infil-compartmentalization-test.xml,46.713,46.713,31.384,31.384,15.329,0.0,0.0,0.0,0.0,0.0,0.0,0.437,0.0,0.0,2.681,0.584,10.768,0.0,0.0,3.266,0.0,0.27,0.0,0.0,0.0,0.0,2.078,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,5.589,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.329,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-sfa-unit.xml,46.713,46.713,31.384,31.384,15.329,0.0,0.0,0.0,0.0,0.0,0.0,0.437,0.0,0.0,2.681,0.584,10.768,0.0,0.0,3.266,0.0,0.27,0.0,0.0,0.0,0.0,2.078,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,5.589,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.329,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-detailed-electric-panel-no-calculation-types.xml,48.444,48.444,16.797,16.797,31.648,0.0,0.0,0.0,0.0,0.0,0.0,0.375,0.0,0.0,4.194,0.844,0.0,0.0,0.0,2.477,0.0,0.229,0.075,0.0,0.0,0.0,2.094,0.0,0.0,0.0,0.347,0.128,0.105,0.0,2.116,3.813,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.961,0.0,14.91,1.707,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-detailed-electric-panel.xml,48.444,48.444,16.797,16.797,31.648,0.0,0.0,0.0,0.0,0.0,0.0,0.375,0.0,0.0,4.194,0.844,0.0,0.0,0.0,2.477,0.0,0.229,0.075,0.0,0.0,0.0,2.094,0.0,0.0,0.0,0.347,0.128,0.105,0.0,2.116,3.813,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.961,0.0,14.91,1.707,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-combi-tankless-outside.xml,54.768,54.768,21.259,21.259,33.509,0.0,0.0,0.0,0.0,0.0,0.0,0.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.367,0.0,12.143,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-combi-tankless.xml,54.768,54.768,21.259,21.259,33.509,0.0,0.0,0.0,0.0,0.0,0.0,0.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.367,0.0,12.143,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,33.395,33.395,15.725,15.725,17.67,0.0,0.0,0.0,0.0,0.0,0.0,0.03,0.0,0.0,2.213,0.509,0.0,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.025,0.0,16.645,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-laundry-room.xml,30.973,30.973,15.725,15.725,15.248,0.0,0.0,0.0,0.0,0.0,0.0,0.03,0.0,0.0,2.213,0.509,0.0,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.025,0.0,14.223,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-mechvent-multiple.xml,52.071,52.071,31.305,31.305,20.766,0.0,0.0,0.0,0.0,0.0,0.0,0.248,0.0,0.0,1.681,0.332,11.226,0.0,0.0,2.025,0.0,0.206,3.842,0.953,0.166,0.0,2.061,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.577,0.0,0.0,0.0,0.0,12.189,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,33.74,33.74,28.324,28.324,5.416,0.0,0.0,0.0,0.0,0.0,0.0,0.042,0.0,0.0,2.135,0.471,11.187,0.0,0.0,2.025,0.0,0.206,1.495,0.0,0.045,0.0,2.155,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.449,0.0,0.0,0.0,0.0,3.967,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-mechvent.xml,32.193,32.193,28.278,28.278,3.916,0.0,0.0,0.0,0.0,0.0,0.0,0.114,0.0,0.0,2.099,0.453,11.201,0.0,0.0,2.025,0.0,0.206,1.495,0.0,0.0,0.0,2.122,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.916,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-pv-battery.xml,28.819,4.371,27.944,3.496,0.874,0.0,0.0,0.0,0.0,0.0,0.0,0.025,0.0,0.0,2.335,0.545,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,-24.448,0.0,0.885,0.0,0.874,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-pv.xml,27.934,3.486,27.06,2.612,0.874,0.0,0.0,0.0,0.0,0.0,0.0,0.025,0.0,0.0,2.335,0.545,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,-24.448,0.0,0.0,0.0,0.874,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml,19.392,19.392,18.356,18.356,1.035,0.0,0.0,0.0,0.0,0.0,0.0,0.03,0.0,0.0,2.246,0.518,2.59,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.035,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml,22.345,22.345,14.545,14.545,7.801,0.0,0.0,0.0,0.0,0.0,0.0,0.055,0.0,0.0,1.761,0.375,0.0,1.096,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.145,0.0,0.0,0.224,0.257,1.066,1.129,0.0,1.409,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.882,0.0,5.918,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml,31.967,31.967,16.862,16.862,15.105,0.0,0.0,0.0,0.0,0.0,0.0,0.03,0.0,0.0,2.246,0.518,0.0,1.096,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.035,0.0,14.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-water-heater-recirc.xml,31.967,31.967,16.862,16.862,15.105,0.0,0.0,0.0,0.0,0.0,0.0,0.03,0.0,0.0,2.246,0.518,0.0,1.096,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.035,0.0,14.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-water-heater.xml,30.872,30.872,15.766,15.766,15.105,0.0,0.0,0.0,0.0,0.0,0.0,0.03,0.0,0.0,2.246,0.518,0.0,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.035,0.0,14.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit.xml,27.934,27.934,27.06,27.06,0.874,0.0,0.0,0.0,0.0,0.0,0.0,0.025,0.0,0.0,2.335,0.545,11.174,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.291,0.357,1.477,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.874,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-whole-building-common-spaces.xml,192.897,192.897,192.897,192.897,0.0,0.0,0.0,0.0,0.0,0.0,31.797,0.0,0.0,0.0,11.852,0.0,67.393,0.0,0.0,19.519,0.0,1.819,0.0,0.0,0.0,0.0,12.41,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-whole-building-detailed-electric-panel.xml,208.724,208.724,208.724,208.724,0.0,0.0,0.0,0.0,0.0,0.0,42.273,0.0,0.0,0.0,22.415,0.0,67.306,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.619,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-whole-building-fuels.xml,249.067,249.067,94.805,94.805,40.459,0.0,80.803,33.0,0.0,0.0,0.0,1.101,0.0,0.0,13.749,3.179,0.0,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.665,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.459,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,80.803,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-whole-building-inter-unit-heat-transfer.xml,182.051,182.051,182.051,182.051,0.0,0.0,0.0,0.0,0.0,0.0,25.121,0.0,0.0,0.0,12.923,0.0,67.328,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.566,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-whole-building-pv-battery.xml,210.767,124.99,210.767,124.99,0.0,0.0,0.0,0.0,0.0,0.0,42.273,0.0,0.0,0.0,22.415,0.0,67.306,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.619,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,-85.777,0.0,2.042,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-whole-building-vehicle-ev-charger.xml,246.983,246.983,246.983,246.983,0.0,0.0,0.0,0.0,0.0,0.0,42.273,0.0,0.0,0.0,22.415,0.0,67.306,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.619,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.259,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-whole-building.xml,208.724,208.724,208.724,208.724,0.0,0.0,0.0,0.0,0.0,0.0,42.273,0.0,0.0,0.0,22.415,0.0,67.306,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.619,0.0,0.0,1.745,2.141,0.0,9.172,0.0,12.693,22.356,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-sfa-unit-2stories.xml,59.245,59.245,37.255,37.255,21.99,0.0,0.0,0.0,0.0,0.0,0.0,0.675,0.0,0.0,3.958,0.841,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-sfa-unit-atticroof-cathedral.xml,78.504,78.504,38.055,38.055,40.448,0.0,0.0,0.0,0.0,0.0,0.0,1.24,0.0,0.0,4.177,0.867,10.778,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.056,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.448,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-sfa-unit-infil-compartmentalization-test.xml,46.714,46.714,31.384,31.384,15.33,0.0,0.0,0.0,0.0,0.0,0.0,0.437,0.0,0.0,2.681,0.584,10.768,0.0,0.0,3.266,0.0,0.27,0.0,0.0,0.0,0.0,2.078,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,5.589,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-sfa-unit.xml,46.714,46.714,31.384,31.384,15.33,0.0,0.0,0.0,0.0,0.0,0.0,0.437,0.0,0.0,2.681,0.584,10.768,0.0,0.0,3.266,0.0,0.27,0.0,0.0,0.0,0.0,2.078,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,5.589,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-detailed-electric-panel-no-calculation-types.xml,48.445,48.445,16.796,16.796,31.649,0.0,0.0,0.0,0.0,0.0,0.0,0.375,0.0,0.0,4.193,0.844,0.0,0.0,0.0,2.477,0.0,0.229,0.075,0.0,0.0,0.0,2.094,0.0,0.0,0.0,0.347,0.128,0.105,0.0,2.116,3.813,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.962,0.0,14.91,1.707,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-detailed-electric-panel.xml,48.445,48.445,16.796,16.796,31.649,0.0,0.0,0.0,0.0,0.0,0.0,0.375,0.0,0.0,4.193,0.844,0.0,0.0,0.0,2.477,0.0,0.229,0.075,0.0,0.0,0.0,2.094,0.0,0.0,0.0,0.347,0.128,0.105,0.0,2.116,3.813,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.962,0.0,14.91,1.707,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-combi-tankless-outside.xml,54.77,54.77,21.259,21.259,33.511,0.0,0.0,0.0,0.0,0.0,0.0,0.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.368,0.0,12.143,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-combi-tankless.xml,54.77,54.77,21.259,21.259,33.511,0.0,0.0,0.0,0.0,0.0,0.0,0.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.368,0.0,12.143,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-dhw-desuperheater-2-speed.xml,34.504,34.504,34.504,34.504,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.917,0.724,8.027,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.899,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-desuperheater-ghp-experimental.xml,48.315,48.315,48.315,48.315,0.0,0.0,0.0,0.0,0.0,0.0,10.69,3.181,0.0,0.0,3.591,2.014,7.83,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-desuperheater-ghp.xml,43.765,43.765,43.765,43.765,0.0,0.0,0.0,0.0,0.0,0.0,7.284,2.188,0.0,0.0,3.467,1.979,7.835,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-desuperheater-hpwh.xml,70.862,70.862,31.004,31.004,39.859,0.0,0.0,0.0,0.0,0.0,0.0,1.241,0.0,0.0,5.27,1.22,2.27,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.066,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.859,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-desuperheater-ghp-experimental.xml,48.316,48.316,48.316,48.316,0.0,0.0,0.0,0.0,0.0,0.0,10.69,3.181,0.0,0.0,3.591,2.014,7.83,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-desuperheater-ghp.xml,43.766,43.766,43.766,43.766,0.0,0.0,0.0,0.0,0.0,0.0,7.284,2.189,0.0,0.0,3.468,1.979,7.835,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-desuperheater-hpwh.xml,70.865,70.865,31.004,31.004,39.861,0.0,0.0,0.0,0.0,0.0,0.0,1.241,0.0,0.0,5.27,1.22,2.271,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.066,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.861,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-dhw-desuperheater-tankless.xml,35.113,35.113,35.113,35.113,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.234,1.245,7.805,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.893,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-dhw-desuperheater-var-speed.xml,33.845,33.845,33.845,33.845,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.309,0.724,7.976,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.899,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-dhw-desuperheater.xml,35.449,35.449,35.449,35.449,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.309,1.266,8.038,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.899,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-dwhr.xml,69.274,69.274,36.638,36.638,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,8.191,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-indirect-detailed-setpoints.xml,56.431,56.431,21.255,21.255,35.175,0.0,0.0,0.0,0.0,0.0,0.0,0.156,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.162,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.034,0.0,15.142,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-indirect-dse.xml,61.621,61.621,21.294,21.294,40.327,0.0,0.0,0.0,0.0,0.0,0.0,0.196,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.162,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.059,0.0,15.268,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-indirect-outside.xml,59.103,59.103,21.259,21.259,37.844,0.0,0.0,0.0,0.0,0.0,0.0,0.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.367,0.0,16.477,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-indirect-standbyloss.xml,56.608,56.608,21.255,21.255,35.353,0.0,0.0,0.0,0.0,0.0,0.0,0.156,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.162,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.016,0.0,15.337,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-indirect-with-solar-fraction.xml,47.502,47.502,21.258,21.258,26.244,0.0,0.0,0.0,0.0,0.0,0.0,0.164,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.911,0.0,5.333,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-indirect.xml,56.573,56.573,21.255,21.255,35.318,0.0,0.0,0.0,0.0,0.0,0.0,0.157,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.162,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.05,0.0,15.268,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-jacket-electric.xml,71.78,71.78,38.831,38.831,32.949,0.0,0.0,0.0,0.0,0.0,0.0,1.026,0.0,0.0,5.185,1.196,10.413,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.949,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-jacket-gas.xml,78.032,78.032,28.52,28.52,49.512,0.0,0.0,0.0,0.0,0.0,0.0,1.056,0.0,0.0,5.243,1.211,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.914,0.0,15.599,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-jacket-hpwh.xml,70.565,70.565,30.68,30.68,39.886,0.0,0.0,0.0,0.0,0.0,0.0,1.242,0.0,0.0,4.562,1.031,2.844,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.886,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-jacket-indirect.xml,56.364,56.364,21.256,21.256,35.109,0.0,0.0,0.0,0.0,0.0,0.0,0.158,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.161,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.249,0.0,14.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-low-flow-fixtures.xml,71.418,71.418,38.782,38.782,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.335,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-multiple.xml,49.453,49.453,23.55,23.55,25.902,0.0,0.0,0.0,0.0,0.0,0.0,0.169,0.0,0.0,0.0,0.0,2.287,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.54,0.0,4.362,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-none.xml,59.661,59.661,26.257,26.257,33.404,0.0,0.0,0.0,0.0,0.0,0.0,1.04,0.0,0.0,5.101,1.174,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.0,0.0,0.0,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.404,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-recirc-demand-scheduled.xml,71.025,71.025,38.389,38.389,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,9.916,0.026,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-recirc-demand.xml,71.025,71.025,38.389,38.389,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,9.916,0.026,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-recirc-manual.xml,70.183,70.183,37.547,37.547,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,9.082,0.017,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-recirc-nocontrol.xml,84.472,84.472,51.837,51.837,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,21.895,1.495,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-recirc-temperature.xml,79.607,79.607,46.971,46.971,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,18.274,0.249,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-recirc-timer.xml,84.472,84.472,51.837,51.837,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,21.895,1.495,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-setpoint-temperature.xml,72.085,72.085,39.582,39.582,32.504,0.0,0.0,0.0,0.0,0.0,0.0,1.012,0.0,0.0,5.231,1.209,11.118,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.504,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-solar-direct-evacuated-tube.xml,65.286,65.286,32.65,32.65,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.218,1.205,3.874,0.0,0.325,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-solar-direct-flat-plate.xml,63.458,63.458,30.832,30.832,32.627,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.234,1.209,2.049,0.0,0.313,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.627,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-solar-direct-ics.xml,65.233,65.233,32.597,32.597,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.225,1.207,3.801,0.0,0.337,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-solar-fraction.xml,65.293,65.293,32.172,32.172,33.121,0.0,0.0,0.0,0.0,0.0,0.0,1.031,0.0,0.0,5.17,1.192,3.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.121,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-solar-indirect-flat-plate.xml,63.067,63.067,30.869,30.869,32.198,0.0,0.0,0.0,0.0,0.0,0.0,1.002,0.0,0.0,5.336,1.237,1.971,0.0,0.31,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.198,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-solar-thermosyphon-flat-plate.xml,63.177,63.177,30.55,30.55,32.628,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.233,1.209,2.08,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.628,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-coal.xml,78.652,78.652,28.564,28.564,33.45,0.0,0.0,0.0,0.0,16.638,0.0,1.041,0.0,0.0,5.288,1.223,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-detailed-setpoints.xml,71.841,71.841,39.22,39.22,32.621,0.0,0.0,0.0,0.0,0.0,0.0,1.015,0.0,0.0,5.217,1.205,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.621,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-elec-ef.xml,71.912,71.912,39.531,39.531,32.382,0.0,0.0,0.0,0.0,0.0,0.0,1.008,0.0,0.0,5.241,1.211,11.059,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.382,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-gas-ef.xml,79.188,79.188,28.599,28.599,50.588,0.0,0.0,0.0,0.0,0.0,0.0,1.03,0.0,0.0,5.325,1.233,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.076,0.0,17.513,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-gas-fhr.xml,78.652,78.652,28.564,28.564,50.088,0.0,0.0,0.0,0.0,0.0,0.0,1.041,0.0,0.0,5.288,1.223,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.45,0.0,16.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-gas-outside.xml,79.911,79.911,28.378,28.378,51.534,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.382,0.0,18.151,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-gas.xml,78.652,78.652,28.564,28.564,50.088,0.0,0.0,0.0,0.0,0.0,0.0,1.041,0.0,0.0,5.288,1.223,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.45,0.0,16.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-heat-pump-capacities.xml,70.596,70.596,30.754,30.754,39.842,0.0,0.0,0.0,0.0,0.0,0.0,1.24,0.0,0.0,4.553,1.028,2.931,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.842,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-heat-pump-confined-space.xml,70.625,70.625,31.297,31.297,39.328,0.0,0.0,0.0,0.0,0.0,0.0,1.224,0.0,0.0,4.607,1.043,3.422,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.328,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-heat-pump-detailed-schedules.xml,71.02,71.02,31.373,31.373,39.648,0.0,0.0,0.0,0.0,0.0,0.0,1.234,0.0,0.0,4.693,1.06,3.385,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.064,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.648,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-heat-pump-ducting.xml,72.914,72.914,31.686,31.686,41.228,0.0,0.0,0.0,0.0,0.0,0.0,1.283,0.0,0.0,5.201,1.195,3.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.069,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.228,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-heat-pump-ef.xml,70.598,70.598,30.968,30.968,39.63,0.0,0.0,0.0,0.0,0.0,0.0,1.234,0.0,0.0,4.575,1.035,3.123,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,70.598,70.598,30.968,30.968,39.63,0.0,0.0,0.0,0.0,0.0,0.0,1.234,0.0,0.0,4.575,1.035,3.123,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-heat-pump-outside.xml,68.573,68.573,35.19,35.19,33.382,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,6.813,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.382,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-heat-pump-with-solar-fraction.xml,64.893,64.893,29.272,29.272,35.62,0.0,0.0,0.0,0.0,0.0,0.0,1.109,0.0,0.0,4.939,1.131,1.086,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-heat-pump-with-solar.xml,64.391,64.391,29.929,29.929,34.462,0.0,0.0,0.0,0.0,0.0,0.0,1.073,0.0,0.0,5.322,1.234,0.958,0.0,0.332,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.462,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-heat-pump.xml,70.571,70.571,30.78,30.78,39.791,0.0,0.0,0.0,0.0,0.0,0.0,1.239,0.0,0.0,4.568,1.033,2.94,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,70.841,70.841,39.228,39.228,31.612,0.0,0.0,0.0,0.0,0.0,0.0,0.984,0.0,0.0,5.304,1.228,10.697,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.612,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-model-type-stratified.xml,71.872,71.872,39.126,39.126,32.746,0.0,0.0,0.0,0.0,0.0,0.0,1.019,0.0,0.0,5.206,1.202,10.689,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.746,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-oil.xml,78.475,78.475,28.553,28.553,33.562,16.36,0.0,0.0,0.0,0.0,0.0,1.045,0.0,0.0,5.277,1.22,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.562,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tank-wood.xml,78.652,78.652,28.564,28.564,33.45,0.0,0.0,16.638,0.0,0.0,0.0,1.041,0.0,0.0,5.288,1.223,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tankless-detailed-setpoints.xml,74.609,74.609,28.378,28.378,46.231,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.382,0.0,12.848,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tankless-electric-ef.xml,72.993,72.993,39.611,39.611,33.382,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,11.233,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.382,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tankless-electric-outside.xml,72.764,72.764,39.382,39.382,33.382,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,11.004,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.382,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tankless-electric.xml,72.53,72.53,39.148,39.148,33.382,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.382,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tankless-gas-ef.xml,73.112,73.112,28.378,28.378,44.734,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.382,0.0,11.352,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tankless-gas-with-solar-fraction.xml,66.265,66.265,28.378,28.378,37.887,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.382,0.0,4.505,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tankless-gas-with-solar.xml,63.792,63.792,28.805,28.805,34.987,0.0,0.0,0.0,0.0,0.0,0.0,1.025,0.0,0.0,5.25,1.213,0.0,0.0,0.305,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.942,0.0,2.045,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tankless-gas.xml,74.632,74.632,28.378,28.378,46.254,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.382,0.0,12.871,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-tankless-propane.xml,74.632,74.632,28.378,28.378,33.382,0.0,12.871,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.382,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.871,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-2stories-garage.xml,86.721,86.721,46.313,46.313,40.408,0.0,0.0,0.0,0.0,0.0,0.0,1.24,0.0,0.0,8.641,1.996,10.765,0.0,0.0,5.266,0.142,0.373,0.0,0.0,0.0,0.0,2.087,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,10.091,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.408,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-2stories.xml,102.042,102.042,50.306,50.306,51.736,0.0,0.0,0.0,0.0,0.0,0.0,1.588,0.0,0.0,8.754,2.032,10.768,0.0,0.0,6.369,0.0,0.43,0.0,0.0,0.0,0.0,2.078,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,12.575,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,51.736,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-beds-1.xml,68.325,68.325,33.76,33.76,34.565,0.0,0.0,0.0,0.0,0.0,0.0,1.076,0.0,0.0,4.953,1.133,6.788,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.231,0.268,1.108,1.262,0.0,1.645,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.565,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-beds-2.xml,70.147,70.147,36.55,36.55,33.597,0.0,0.0,0.0,0.0,0.0,0.0,1.046,0.0,0.0,5.084,1.168,8.841,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.258,0.307,1.272,1.396,0.0,1.88,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.597,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-beds-4.xml,73.502,73.502,41.824,41.824,31.678,0.0,0.0,0.0,0.0,0.0,0.0,0.986,0.0,0.0,5.349,1.241,12.636,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.311,0.386,1.6,1.662,0.0,2.351,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.678,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-beds-5.xml,75.118,75.118,44.395,44.395,30.723,0.0,0.0,0.0,0.0,0.0,0.0,0.956,0.0,0.0,5.484,1.278,14.465,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.078,0.0,0.0,0.338,0.426,1.764,1.795,0.0,2.586,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.723,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-ceilingtypes.xml,87.361,87.361,39.756,39.756,47.604,0.0,0.0,0.0,0.0,0.0,0.0,1.482,0.0,0.0,5.275,1.224,10.774,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.064,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,47.604,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-dwhr.xml,69.277,69.277,36.639,36.639,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,8.191,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-indirect-detailed-setpoints.xml,56.432,56.432,21.255,21.255,35.177,0.0,0.0,0.0,0.0,0.0,0.0,0.156,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.162,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.035,0.0,15.142,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-indirect-dse.xml,61.623,61.623,21.294,21.294,40.328,0.0,0.0,0.0,0.0,0.0,0.0,0.196,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.162,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.06,0.0,15.268,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-indirect-outside.xml,59.105,59.105,21.259,21.259,37.846,0.0,0.0,0.0,0.0,0.0,0.0,0.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.368,0.0,16.477,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-indirect-standbyloss.xml,56.609,56.609,21.255,21.255,35.354,0.0,0.0,0.0,0.0,0.0,0.0,0.156,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.162,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.018,0.0,15.336,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-indirect-with-solar-fraction.xml,47.503,47.503,21.258,21.258,26.246,0.0,0.0,0.0,0.0,0.0,0.0,0.164,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.913,0.0,5.333,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-indirect.xml,56.575,56.575,21.255,21.255,35.319,0.0,0.0,0.0,0.0,0.0,0.0,0.157,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.162,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.051,0.0,15.268,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-jacket-electric.xml,71.782,71.782,38.831,38.831,32.951,0.0,0.0,0.0,0.0,0.0,0.0,1.026,0.0,0.0,5.186,1.196,10.413,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.951,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-jacket-gas.xml,78.035,78.035,28.52,28.52,49.515,0.0,0.0,0.0,0.0,0.0,0.0,1.056,0.0,0.0,5.243,1.211,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.916,0.0,15.599,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-jacket-hpwh.xml,70.568,70.568,30.68,30.68,39.888,0.0,0.0,0.0,0.0,0.0,0.0,1.242,0.0,0.0,4.562,1.031,2.844,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.888,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-jacket-indirect.xml,56.366,56.366,21.256,21.256,35.11,0.0,0.0,0.0,0.0,0.0,0.0,0.158,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.161,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.251,0.0,14.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-low-flow-fixtures.xml,71.421,71.421,38.783,38.783,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.335,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-multiple.xml,49.454,49.454,23.55,23.55,25.904,0.0,0.0,0.0,0.0,0.0,0.0,0.169,0.0,0.0,0.0,0.0,2.287,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.542,0.0,4.362,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-none.xml,59.663,59.663,26.257,26.257,33.406,0.0,0.0,0.0,0.0,0.0,0.0,1.04,0.0,0.0,5.102,1.174,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.0,0.0,0.0,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.406,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-recirc-demand-scheduled.xml,71.028,71.028,38.39,38.39,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,9.916,0.026,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-recirc-demand.xml,71.028,71.028,38.39,38.39,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,9.916,0.026,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-recirc-manual.xml,70.185,70.185,37.547,37.547,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,9.082,0.017,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-recirc-nocontrol.xml,84.475,84.475,51.837,51.837,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,21.895,1.495,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-recirc-temperature.xml,79.609,79.609,46.972,46.972,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,18.274,0.249,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-recirc-timer.xml,84.475,84.475,51.837,51.837,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,21.895,1.495,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-setpoint-temperature.xml,72.088,72.088,39.582,39.582,32.506,0.0,0.0,0.0,0.0,0.0,0.0,1.012,0.0,0.0,5.232,1.209,11.118,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.506,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-solar-direct-evacuated-tube.xml,65.289,65.289,32.65,32.65,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.218,1.205,3.874,0.0,0.325,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-solar-direct-flat-plate.xml,63.461,63.461,30.832,30.832,32.629,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.234,1.209,2.049,0.0,0.313,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.629,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-solar-direct-ics.xml,65.235,65.235,32.597,32.597,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.225,1.207,3.801,0.0,0.337,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-solar-fraction.xml,65.294,65.294,32.171,32.171,33.123,0.0,0.0,0.0,0.0,0.0,0.0,1.031,0.0,0.0,5.169,1.191,3.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.123,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-solar-indirect-flat-plate.xml,63.07,63.07,30.87,30.87,32.2,0.0,0.0,0.0,0.0,0.0,0.0,1.002,0.0,0.0,5.336,1.237,1.971,0.0,0.31,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-solar-thermosyphon-flat-plate.xml,63.18,63.18,30.55,30.55,32.63,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.234,1.209,2.08,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-coal.xml,78.655,78.655,28.564,28.564,33.453,0.0,0.0,0.0,0.0,16.638,0.0,1.041,0.0,0.0,5.289,1.223,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.453,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-detailed-setpoints.xml,71.843,71.843,39.22,39.22,32.623,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.217,1.205,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.623,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-elec-ef.xml,71.915,71.915,39.531,39.531,32.384,0.0,0.0,0.0,0.0,0.0,0.0,1.008,0.0,0.0,5.241,1.211,11.059,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-gas-ef.xml,79.19,79.19,28.6,28.6,50.591,0.0,0.0,0.0,0.0,0.0,0.0,1.03,0.0,0.0,5.325,1.233,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.078,0.0,17.513,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-gas-fhr.xml,78.655,78.655,28.564,28.564,50.091,0.0,0.0,0.0,0.0,0.0,0.0,1.041,0.0,0.0,5.289,1.223,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.453,0.0,16.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-gas-outside.xml,79.914,79.914,28.378,28.378,51.536,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.385,0.0,18.151,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-gas.xml,78.655,78.655,28.564,28.564,50.091,0.0,0.0,0.0,0.0,0.0,0.0,1.041,0.0,0.0,5.289,1.223,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.453,0.0,16.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-heat-pump-capacities.xml,70.599,70.599,30.754,30.754,39.844,0.0,0.0,0.0,0.0,0.0,0.0,1.24,0.0,0.0,4.553,1.028,2.931,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.844,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-heat-pump-confined-space.xml,70.628,70.628,31.298,31.298,39.33,0.0,0.0,0.0,0.0,0.0,0.0,1.224,0.0,0.0,4.607,1.043,3.422,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-heat-pump-detailed-schedules.xml,71.023,71.023,31.373,31.373,39.65,0.0,0.0,0.0,0.0,0.0,0.0,1.234,0.0,0.0,4.693,1.06,3.385,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.064,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-heat-pump-ducting.xml,72.921,72.921,31.686,31.686,41.235,0.0,0.0,0.0,0.0,0.0,0.0,1.284,0.0,0.0,5.201,1.195,3.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.069,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.235,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-heat-pump-ef.xml,70.6,70.6,30.968,30.968,39.633,0.0,0.0,0.0,0.0,0.0,0.0,1.234,0.0,0.0,4.574,1.035,3.123,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.633,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,70.6,70.6,30.968,30.968,39.633,0.0,0.0,0.0,0.0,0.0,0.0,1.234,0.0,0.0,4.574,1.035,3.123,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.633,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-heat-pump-outside.xml,68.575,68.575,35.191,35.191,33.385,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,6.813,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.385,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-heat-pump-with-solar-fraction.xml,64.896,64.896,29.273,29.273,35.623,0.0,0.0,0.0,0.0,0.0,0.0,1.109,0.0,0.0,4.94,1.131,1.086,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.623,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-heat-pump-with-solar.xml,64.394,64.394,29.929,29.929,34.465,0.0,0.0,0.0,0.0,0.0,0.0,1.073,0.0,0.0,5.322,1.234,0.958,0.0,0.332,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.465,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-heat-pump.xml,70.574,70.574,30.781,30.781,39.793,0.0,0.0,0.0,0.0,0.0,0.0,1.239,0.0,0.0,4.568,1.033,2.94,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.793,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,70.843,70.843,39.229,39.229,31.615,0.0,0.0,0.0,0.0,0.0,0.0,0.984,0.0,0.0,5.304,1.228,10.697,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.615,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-model-type-stratified.xml,71.875,71.875,39.127,39.127,32.748,0.0,0.0,0.0,0.0,0.0,0.0,1.019,0.0,0.0,5.206,1.202,10.689,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.748,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-oil.xml,78.477,78.477,28.554,28.554,33.564,16.36,0.0,0.0,0.0,0.0,0.0,1.045,0.0,0.0,5.278,1.22,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.564,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tank-wood.xml,78.655,78.655,28.564,28.564,33.453,0.0,0.0,16.638,0.0,0.0,0.0,1.041,0.0,0.0,5.289,1.223,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.453,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tankless-detailed-setpoints.xml,74.611,74.611,28.378,28.378,46.233,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.385,0.0,12.848,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tankless-electric-ef.xml,72.996,72.996,39.612,39.612,33.385,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,11.233,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.385,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tankless-electric-outside.xml,72.767,72.767,39.382,39.382,33.385,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,11.004,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.385,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tankless-electric.xml,72.533,72.533,39.148,39.148,33.385,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.385,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tankless-gas-ef.xml,73.114,73.114,28.378,28.378,44.736,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.385,0.0,11.352,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tankless-gas-with-solar-fraction.xml,66.268,66.268,28.378,28.378,37.89,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.385,0.0,4.505,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tankless-gas-with-solar.xml,63.795,63.795,28.805,28.805,34.989,0.0,0.0,0.0,0.0,0.0,0.0,1.026,0.0,0.0,5.25,1.214,0.0,0.0,0.305,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.944,0.0,2.045,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tankless-gas.xml,74.634,74.634,28.378,28.378,46.256,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.385,0.0,12.871,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-tankless-propane.xml,74.634,74.634,28.378,28.378,33.385,0.0,12.871,0.0,0.0,0.0,0.0,1.039,0.0,0.0,5.144,1.185,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.385,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.871,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-2stories-garage.xml,86.717,86.717,46.31,46.31,40.407,0.0,0.0,0.0,0.0,0.0,0.0,1.24,0.0,0.0,8.639,1.996,10.765,0.0,0.0,5.266,0.142,0.373,0.0,0.0,0.0,0.0,2.087,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,10.091,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.407,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-2stories.xml,102.04,102.04,50.306,50.306,51.734,0.0,0.0,0.0,0.0,0.0,0.0,1.588,0.0,0.0,8.754,2.032,10.768,0.0,0.0,6.369,0.0,0.43,0.0,0.0,0.0,0.0,2.078,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,12.575,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,51.734,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-beds-1.xml,68.328,68.328,33.761,33.761,34.567,0.0,0.0,0.0,0.0,0.0,0.0,1.076,0.0,0.0,4.953,1.133,6.788,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.231,0.268,1.108,1.262,0.0,1.645,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.567,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-beds-2.xml,70.15,70.15,36.551,36.551,33.599,0.0,0.0,0.0,0.0,0.0,0.0,1.046,0.0,0.0,5.085,1.168,8.841,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.258,0.307,1.272,1.396,0.0,1.88,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.599,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-beds-4.xml,73.505,73.505,41.825,41.825,31.68,0.0,0.0,0.0,0.0,0.0,0.0,0.986,0.0,0.0,5.349,1.241,12.636,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.311,0.386,1.6,1.662,0.0,2.351,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-beds-5.xml,75.121,75.121,44.396,44.396,30.725,0.0,0.0,0.0,0.0,0.0,0.0,0.956,0.0,0.0,5.484,1.278,14.465,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.078,0.0,0.0,0.338,0.426,1.764,1.795,0.0,2.586,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.725,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-ceilingtypes.xml,87.363,87.363,39.757,39.757,47.606,0.0,0.0,0.0,0.0,0.0,0.0,1.482,0.0,0.0,5.276,1.224,10.774,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.064,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,47.606,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-enclosure-floortypes.xml,72.001,72.001,31.51,31.51,40.491,0.0,0.0,0.0,0.0,0.0,0.0,1.26,0.0,0.0,3.804,0.826,10.778,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.054,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.491,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-garage.xml,74.272,74.272,37.327,37.327,36.946,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-infil-ach-house-pressure.xml,71.853,71.853,39.218,39.218,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-infil-cfm-house-pressure.xml,71.874,71.874,39.218,39.218,32.656,0.0,0.0,0.0,0.0,0.0,0.0,1.017,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.656,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-infil-cfm50.xml,71.853,71.853,39.218,39.218,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-infil-ela.xml,81.476,81.476,39.386,39.386,42.09,0.0,0.0,0.0,0.0,0.0,0.0,1.31,0.0,0.0,5.125,1.174,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,42.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-infil-flue.xml,73.645,73.645,39.246,39.246,34.399,0.0,0.0,0.0,0.0,0.0,0.0,1.071,0.0,0.0,5.197,1.198,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.399,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-infil-leakiness-description.xml,100.972,100.972,39.76,39.76,61.212,0.0,0.0,0.0,0.0,0.0,0.0,1.906,0.0,0.0,4.962,1.122,10.777,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.057,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,61.212,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-infil-natural-ach.xml,81.004,81.004,39.378,39.378,41.626,0.0,0.0,0.0,0.0,0.0,0.0,1.296,0.0,0.0,5.129,1.176,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-infil-natural-cfm.xml,81.004,81.004,39.378,39.378,41.626,0.0,0.0,0.0,0.0,0.0,0.0,1.296,0.0,0.0,5.129,1.176,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-infil-sla.xml,81.682,81.682,39.39,39.39,42.292,0.0,0.0,0.0,0.0,0.0,0.0,1.317,0.0,0.0,5.123,1.174,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,42.292,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-orientations.xml,72.15,72.15,39.196,39.196,32.954,0.0,0.0,0.0,0.0,0.0,0.0,1.026,0.0,0.0,5.191,1.198,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.954,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-overhangs.xml,71.94,71.94,39.089,39.089,32.851,0.0,0.0,0.0,0.0,0.0,0.0,1.023,0.0,0.0,5.109,1.177,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.851,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-rooftypes.xml,71.6,71.6,38.847,38.847,32.753,0.0,0.0,0.0,0.0,0.0,0.0,1.02,0.0,0.0,4.918,1.128,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.753,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-skylights-cathedral.xml,71.729,71.729,45.014,45.014,26.715,0.0,0.0,0.0,0.0,0.0,0.0,0.832,0.0,0.0,5.087,1.165,10.769,0.0,0.0,6.369,0.0,0.43,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,12.575,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.715,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-skylights-physical-properties.xml,76.884,76.884,40.457,40.457,36.427,0.0,0.0,0.0,0.0,0.0,0.0,1.134,0.0,0.0,6.105,1.436,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.427,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-skylights-shading.xml,74.946,74.946,39.311,39.311,35.635,0.0,0.0,0.0,0.0,0.0,0.0,1.109,0.0,0.0,5.221,1.201,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.635,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-skylights-storms.xml,73.676,73.676,40.507,40.507,33.169,0.0,0.0,0.0,0.0,0.0,0.0,1.033,0.0,0.0,6.22,1.471,10.767,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.081,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.169,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-skylights.xml,74.814,74.814,40.354,40.354,34.46,0.0,0.0,0.0,0.0,0.0,0.0,1.073,0.0,0.0,6.07,1.429,10.767,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.079,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-garage.xml,74.274,74.274,37.327,37.327,36.947,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-infil-ach-house-pressure.xml,71.856,71.856,39.218,39.218,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-infil-cfm-house-pressure.xml,71.876,71.876,39.219,39.219,32.658,0.0,0.0,0.0,0.0,0.0,0.0,1.017,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.658,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-infil-cfm50.xml,71.856,71.856,39.218,39.218,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-infil-ela.xml,81.481,81.481,39.386,39.386,42.094,0.0,0.0,0.0,0.0,0.0,0.0,1.31,0.0,0.0,5.125,1.174,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,42.094,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-infil-flue.xml,73.647,73.647,39.246,39.246,34.401,0.0,0.0,0.0,0.0,0.0,0.0,1.071,0.0,0.0,5.197,1.198,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.401,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-infil-leakiness-description.xml,100.981,100.981,39.76,39.76,61.221,0.0,0.0,0.0,0.0,0.0,0.0,1.906,0.0,0.0,4.962,1.122,10.777,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.057,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,61.221,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-infil-natural-ach.xml,81.009,81.009,39.378,39.378,41.631,0.0,0.0,0.0,0.0,0.0,0.0,1.296,0.0,0.0,5.129,1.176,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.631,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-infil-natural-cfm.xml,81.009,81.009,39.378,39.378,41.631,0.0,0.0,0.0,0.0,0.0,0.0,1.296,0.0,0.0,5.129,1.176,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.631,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-infil-sla.xml,81.686,81.686,39.39,39.39,42.296,0.0,0.0,0.0,0.0,0.0,0.0,1.317,0.0,0.0,5.123,1.174,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,42.296,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-orientations.xml,72.153,72.153,39.196,39.196,32.957,0.0,0.0,0.0,0.0,0.0,0.0,1.026,0.0,0.0,5.191,1.198,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.957,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-overhangs.xml,71.943,71.943,39.089,39.089,32.853,0.0,0.0,0.0,0.0,0.0,0.0,1.023,0.0,0.0,5.109,1.177,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.853,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-rooftypes.xml,71.603,71.603,38.847,38.847,32.756,0.0,0.0,0.0,0.0,0.0,0.0,1.02,0.0,0.0,4.919,1.128,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.756,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-skylights-cathedral.xml,71.727,71.727,45.014,45.014,26.713,0.0,0.0,0.0,0.0,0.0,0.0,0.832,0.0,0.0,5.086,1.165,10.769,0.0,0.0,6.369,0.0,0.43,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,12.575,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.713,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-skylights-physical-properties.xml,76.886,76.886,40.458,40.458,36.429,0.0,0.0,0.0,0.0,0.0,0.0,1.134,0.0,0.0,6.105,1.436,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.429,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-skylights-shading.xml,74.948,74.948,39.312,39.312,35.637,0.0,0.0,0.0,0.0,0.0,0.0,1.109,0.0,0.0,5.221,1.201,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.637,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-skylights-storms.xml,73.678,73.678,40.507,40.507,33.171,0.0,0.0,0.0,0.0,0.0,0.0,1.033,0.0,0.0,6.22,1.471,10.767,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.081,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.171,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-skylights.xml,74.817,74.817,40.354,40.354,34.462,0.0,0.0,0.0,0.0,0.0,0.0,1.073,0.0,0.0,6.07,1.429,10.767,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.079,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.462,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-enclosure-split-level.xml,43.006,43.006,30.561,30.561,12.445,0.0,0.0,0.0,0.0,0.0,0.0,0.387,0.0,0.0,3.707,0.824,10.76,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.095,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.445,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-thermal-mass.xml,71.575,71.575,39.145,39.145,32.43,0.0,0.0,0.0,0.0,0.0,0.0,1.01,0.0,0.0,5.163,1.193,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-walltypes.xml,89.457,89.457,37.437,37.437,52.021,0.0,0.0,0.0,0.0,0.0,0.0,1.619,0.0,0.0,3.304,0.746,10.78,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.051,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,52.021,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-exterior-shading-solar-film.xml,77.173,77.173,38.007,38.007,39.166,0.0,0.0,0.0,0.0,0.0,0.0,1.219,0.0,0.0,4.099,0.915,10.776,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.062,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.166,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-exterior-shading-solar-screens.xml,84.723,84.723,36.393,36.393,48.33,0.0,0.0,0.0,0.0,0.0,0.0,1.505,0.0,0.0,2.586,0.541,10.782,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.044,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,48.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-insect-screens-exterior.xml,76.104,76.104,38.245,38.245,37.859,0.0,0.0,0.0,0.0,0.0,0.0,1.179,0.0,0.0,4.32,0.971,10.774,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.064,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.859,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-insect-screens-interior.xml,72.473,72.473,39.07,39.07,33.403,0.0,0.0,0.0,0.0,0.0,0.0,1.04,0.0,0.0,5.082,1.169,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.403,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-interior-shading-blinds.xml,70.055,70.055,39.66,39.66,30.395,0.0,0.0,0.0,0.0,0.0,0.0,0.946,0.0,0.0,5.618,1.312,10.768,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.079,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.395,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-interior-shading-coefficients.xml,72.027,72.027,38.525,38.525,33.502,0.0,0.0,0.0,0.0,0.0,0.0,1.043,0.0,0.0,4.648,1.056,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.502,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-natural-ventilation-availability.xml,70.74,70.74,37.993,37.993,32.747,0.0,0.0,0.0,0.0,0.0,0.0,1.019,0.0,0.0,4.268,0.932,10.773,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.747,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-none.xml,69.93,69.93,36.055,36.055,33.875,0.0,0.0,0.0,0.0,0.0,0.0,1.055,0.0,0.0,2.634,0.594,10.777,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.058,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.875,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-physical-properties.xml,80.888,80.888,39.55,39.55,41.338,0.0,0.0,0.0,0.0,0.0,0.0,1.287,0.0,0.0,5.272,1.213,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.338,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-shading-factors.xml,70.729,70.729,35.685,35.685,35.044,0.0,0.0,0.0,0.0,0.0,0.0,1.091,0.0,0.0,2.349,0.483,10.782,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.044,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.044,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-shading-seasons.xml,71.853,71.853,39.218,39.218,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-shading-types-detailed.xml,77.682,77.682,36.678,36.678,41.004,0.0,0.0,0.0,0.0,0.0,0.0,1.276,0.0,0.0,2.993,0.64,10.78,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.052,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.004,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-enclosure-windows-storms.xml,67.765,67.765,39.54,39.54,28.225,0.0,0.0,0.0,0.0,0.0,0.0,0.879,0.0,0.0,5.574,1.303,10.767,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.081,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.225,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-ev-charger.xml,71.853,71.853,39.218,39.218,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-ambient.xml,51.576,51.576,32.153,32.153,19.423,0.0,0.0,0.0,0.0,0.0,0.0,0.605,0.0,0.0,4.813,1.092,10.76,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.096,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.423,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-basement-garage.xml,61.787,61.787,35.123,35.123,26.664,0.0,0.0,0.0,0.0,0.0,0.0,0.83,0.0,0.0,4.893,1.12,10.768,0.0,0.0,3.404,0.142,0.277,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,5.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.664,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-belly-wing-no-skirt.xml,74.019,74.019,32.831,32.831,41.187,0.0,0.0,0.0,0.0,0.0,0.0,1.285,0.0,0.0,4.812,1.094,10.762,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.091,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-belly-wing-skirt.xml,73.653,73.653,32.83,32.83,40.823,0.0,0.0,0.0,0.0,0.0,0.0,1.273,0.0,0.0,4.819,1.096,10.762,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.091,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.823,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-complex.xml,96.226,96.226,41.107,41.107,55.119,0.0,0.0,0.0,0.0,0.0,0.0,1.716,0.0,0.0,6.157,1.458,10.773,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.067,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,55.119,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-conditioned-basement-slab-insulation-full.xml,68.979,68.979,39.955,39.955,29.024,0.0,0.0,0.0,0.0,0.0,0.0,0.904,0.0,0.0,5.885,1.381,10.767,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.082,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,29.024,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-conditioned-basement-slab-insulation.xml,70.649,70.649,39.667,39.667,30.983,0.0,0.0,0.0,0.0,0.0,0.0,0.964,0.0,0.0,5.613,1.307,10.768,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.079,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.983,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-conditioned-basement-wall-insulation.xml,71.095,71.095,38.838,38.838,32.257,0.0,0.0,0.0,0.0,0.0,0.0,1.004,0.0,0.0,4.929,1.124,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.257,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-conditioned-crawlspace.xml,49.635,49.635,30.234,30.234,19.401,0.0,0.0,0.0,0.0,0.0,0.0,0.604,0.0,0.0,3.279,0.721,10.771,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.401,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-multiple.xml,46.134,46.134,31.176,31.176,14.958,0.0,0.0,0.0,0.0,0.0,0.0,0.466,0.0,0.0,4.271,0.961,10.88,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.811,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.958,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-thermal-mass.xml,71.577,71.577,39.145,39.145,32.432,0.0,0.0,0.0,0.0,0.0,0.0,1.01,0.0,0.0,5.163,1.193,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.432,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-walltypes.xml,89.46,89.46,37.437,37.437,52.023,0.0,0.0,0.0,0.0,0.0,0.0,1.619,0.0,0.0,3.304,0.746,10.78,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.051,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,52.023,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-exterior-shading-solar-film.xml,77.175,77.175,38.007,38.007,39.168,0.0,0.0,0.0,0.0,0.0,0.0,1.219,0.0,0.0,4.099,0.915,10.776,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.062,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.168,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-exterior-shading-solar-screens.xml,84.726,84.726,36.393,36.393,48.332,0.0,0.0,0.0,0.0,0.0,0.0,1.505,0.0,0.0,2.586,0.541,10.782,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.044,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,48.332,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-insect-screens-exterior.xml,76.107,76.107,38.245,38.245,37.862,0.0,0.0,0.0,0.0,0.0,0.0,1.179,0.0,0.0,4.32,0.971,10.774,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.064,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.862,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-insect-screens-interior.xml,72.476,72.476,39.071,39.071,33.405,0.0,0.0,0.0,0.0,0.0,0.0,1.04,0.0,0.0,5.082,1.169,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.405,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-interior-shading-blinds.xml,70.057,70.057,39.661,39.661,30.397,0.0,0.0,0.0,0.0,0.0,0.0,0.946,0.0,0.0,5.619,1.312,10.768,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.079,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.397,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-interior-shading-coefficients.xml,72.029,72.029,38.525,38.525,33.504,0.0,0.0,0.0,0.0,0.0,0.0,1.043,0.0,0.0,4.648,1.056,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.504,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-natural-ventilation-availability.xml,70.743,70.743,37.994,37.994,32.749,0.0,0.0,0.0,0.0,0.0,0.0,1.019,0.0,0.0,4.269,0.932,10.773,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.749,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-none.xml,69.932,69.932,36.055,36.055,33.877,0.0,0.0,0.0,0.0,0.0,0.0,1.055,0.0,0.0,2.634,0.594,10.777,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.058,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.877,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-physical-properties.xml,80.89,80.89,39.55,39.55,41.34,0.0,0.0,0.0,0.0,0.0,0.0,1.287,0.0,0.0,5.272,1.213,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-shading-factors.xml,70.732,70.732,35.685,35.685,35.046,0.0,0.0,0.0,0.0,0.0,0.0,1.091,0.0,0.0,2.349,0.483,10.782,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.044,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.046,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-shading-seasons.xml,71.856,71.856,39.218,39.218,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-shading-types-detailed.xml,77.684,77.684,36.678,36.678,41.006,0.0,0.0,0.0,0.0,0.0,0.0,1.277,0.0,0.0,2.993,0.64,10.78,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.052,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.006,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-enclosure-windows-storms.xml,67.768,67.768,39.54,39.54,28.227,0.0,0.0,0.0,0.0,0.0,0.0,0.879,0.0,0.0,5.575,1.303,10.767,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.081,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.227,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-ev-charger.xml,71.856,71.856,39.218,39.218,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-ambient.xml,51.576,51.576,32.153,32.153,19.422,0.0,0.0,0.0,0.0,0.0,0.0,0.605,0.0,0.0,4.813,1.092,10.76,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.096,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.422,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-basement-garage.xml,61.788,61.788,35.123,35.123,26.665,0.0,0.0,0.0,0.0,0.0,0.0,0.83,0.0,0.0,4.894,1.12,10.768,0.0,0.0,3.404,0.142,0.277,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,5.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.665,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-belly-wing-no-skirt.xml,74.018,74.018,32.831,32.831,41.187,0.0,0.0,0.0,0.0,0.0,0.0,1.285,0.0,0.0,4.812,1.094,10.762,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.091,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-belly-wing-skirt.xml,73.652,73.652,32.83,32.83,40.823,0.0,0.0,0.0,0.0,0.0,0.0,1.273,0.0,0.0,4.819,1.096,10.762,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.091,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.823,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-complex.xml,93.948,93.948,40.776,40.776,53.172,0.0,0.0,0.0,0.0,0.0,0.0,1.558,0.0,0.0,6.058,1.385,10.774,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,53.172,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-conditioned-basement-slab-insulation-full.xml,68.982,68.982,39.955,39.955,29.026,0.0,0.0,0.0,0.0,0.0,0.0,0.904,0.0,0.0,5.885,1.381,10.767,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.082,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,29.026,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-conditioned-basement-slab-insulation.xml,70.652,70.652,39.667,39.667,30.985,0.0,0.0,0.0,0.0,0.0,0.0,0.965,0.0,0.0,5.613,1.307,10.768,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.079,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.985,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-conditioned-basement-wall-insulation.xml,71.097,71.097,38.838,38.838,32.259,0.0,0.0,0.0,0.0,0.0,0.0,1.004,0.0,0.0,4.93,1.125,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.259,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-conditioned-crawlspace.xml,49.636,49.636,30.234,30.234,19.402,0.0,0.0,0.0,0.0,0.0,0.0,0.604,0.0,0.0,3.279,0.721,10.771,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-multiple.xml,46.134,46.134,31.177,31.177,14.957,0.0,0.0,0.0,0.0,0.0,0.0,0.466,0.0,0.0,4.272,0.961,10.88,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.811,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.957,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-foundation-slab-exterior-horizontal-insulation.xml,43.227,43.227,30.316,30.316,12.911,0.0,0.0,0.0,0.0,0.0,0.0,0.401,0.0,0.0,3.5,0.773,10.764,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.09,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.911,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-foundation-slab.xml,42.486,42.486,30.655,30.655,11.831,0.0,0.0,0.0,0.0,0.0,0.0,0.368,0.0,0.0,3.793,0.849,10.76,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.098,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-unconditioned-basement-above-grade.xml,47.285,47.285,31.305,31.305,15.98,0.0,0.0,0.0,0.0,0.0,0.0,0.497,0.0,0.0,4.376,0.988,10.905,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.751,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-unconditioned-basement-above-grade.xml,47.285,47.285,31.305,31.305,15.98,0.0,0.0,0.0,0.0,0.0,0.0,0.497,0.0,0.0,4.376,0.987,10.905,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.751,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-foundation-unconditioned-basement-assembly-r.xml,44.169,44.169,30.642,30.642,13.527,0.0,0.0,0.0,0.0,0.0,0.0,0.422,0.0,0.0,3.904,0.866,10.901,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.762,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.527,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-foundation-unconditioned-basement-wall-insulation.xml,50.309,50.309,30.619,30.619,19.69,0.0,0.0,0.0,0.0,0.0,0.0,0.613,0.0,0.0,3.68,0.805,10.85,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.884,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-foundation-unconditioned-basement.xml,46.046,46.046,31.207,31.207,14.838,0.0,0.0,0.0,0.0,0.0,0.0,0.463,0.0,0.0,4.311,0.971,10.892,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.782,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.838,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-foundation-unvented-crawlspace.xml,43.829,43.829,31.449,31.449,12.38,0.0,0.0,0.0,0.0,0.0,0.0,0.385,0.0,0.0,4.293,0.971,10.903,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.11,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-vented-crawlspace-above-grade.xml,46.885,46.885,31.623,31.623,15.262,0.0,0.0,0.0,0.0,0.0,0.0,0.475,0.0,0.0,4.294,0.966,10.998,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.103,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.262,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-vented-crawlspace-above-grade.xml,46.884,46.884,31.623,31.623,15.261,0.0,0.0,0.0,0.0,0.0,0.0,0.475,0.0,0.0,4.294,0.966,10.998,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.103,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.261,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-foundation-vented-crawlspace-above-grade2.xml,46.047,46.047,31.704,31.704,14.343,0.0,0.0,0.0,0.0,0.0,0.0,0.447,0.0,0.0,4.394,0.994,10.975,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.106,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.343,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-foundation-vented-crawlspace.xml,46.379,46.379,31.516,31.516,14.862,0.0,0.0,0.0,0.0,0.0,0.0,0.463,0.0,0.0,4.214,0.946,11.004,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.104,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.862,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-foundation-walkout-basement.xml,80.456,80.456,39.771,39.771,40.685,0.0,0.0,0.0,0.0,0.0,0.0,1.267,0.0,0.0,5.46,1.266,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.685,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-autosize-factor.xml,54.675,54.675,54.675,54.675,0.0,0.0,0.0,0.0,0.0,0.0,12.049,2.131,3.132,0.08,4.397,1.105,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,37.343,37.343,37.343,37.343,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.657,1.006,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-detailed-electric-panel.xml,54.664,54.664,54.664,54.664,0.0,0.0,0.0,0.0,0.0,0.0,12.084,2.138,3.079,0.081,4.397,1.105,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-detailed-performance.xml,57.017,57.017,57.017,57.017,0.0,0.0,0.0,0.0,0.0,0.0,14.122,2.123,2.977,0.073,4.849,1.091,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,54.643,54.643,54.643,54.643,0.0,0.0,0.0,0.0,0.0,0.0,11.798,2.167,3.297,0.097,4.397,1.105,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,48.874,48.874,48.874,48.874,0.0,0.0,0.0,0.0,0.0,0.0,11.892,2.024,3.048,0.08,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,54.759,54.759,54.759,54.759,0.0,0.0,0.0,0.0,0.0,0.0,11.342,1.836,4.265,0.173,4.287,1.075,10.768,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.078,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-research-features.xml,101.848,101.848,101.848,101.848,0.0,0.0,0.0,0.0,0.0,0.0,20.089,3.089,41.924,1.777,0.586,0.154,13.285,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.007,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml,56.375,56.375,56.375,56.375,0.0,0.0,0.0,0.0,0.0,0.0,13.325,2.138,3.079,0.081,4.867,1.105,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed.xml,54.664,54.664,54.664,54.664,0.0,0.0,0.0,0.0,0.0,0.0,12.084,2.138,3.079,0.081,4.397,1.105,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-2-speed-detailed-performance.xml,52.388,52.388,52.388,52.388,0.0,0.0,0.0,0.0,0.0,0.0,11.156,1.162,3.483,0.075,4.322,0.409,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-2-speed-research-features.xml,97.649,97.649,97.649,97.649,0.0,0.0,0.0,0.0,0.0,0.0,19.736,1.964,39.869,1.187,0.588,0.076,13.285,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.007,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-2-speed.xml,51.979,51.979,51.979,51.979,0.0,0.0,0.0,0.0,0.0,0.0,11.103,1.157,3.332,0.059,4.057,0.489,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-autosize-maxload.xml,48.96,48.96,48.96,48.96,0.0,0.0,0.0,0.0,0.0,0.0,13.505,0.345,0.0,0.0,3.168,0.16,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,78.305,78.305,38.799,38.799,39.506,0.0,0.0,0.0,0.0,0.0,1.662,0.111,0.0,0.152,4.309,0.783,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.506,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,66.756,66.756,43.717,43.717,23.039,0.0,0.0,0.0,0.0,0.0,6.454,0.524,0.0,0.085,4.211,0.664,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.039,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,78.775,78.775,38.909,38.909,39.866,0.0,0.0,0.0,0.0,0.0,1.69,0.112,0.0,0.153,4.379,0.794,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.866,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-furnace-autosize-factor.xml,81.601,81.601,38.48,38.48,43.121,0.0,0.0,0.0,0.0,0.0,1.521,0.026,0.0,1.178,3.557,0.416,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,43.121,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,77.086,77.086,39.111,39.111,37.975,0.0,0.0,0.0,0.0,0.0,1.445,0.085,0.0,1.037,4.054,0.711,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.975,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-autosize.xml,54.359,54.359,54.359,54.359,0.0,0.0,0.0,0.0,0.0,0.0,13.406,1.32,2.484,0.022,4.974,0.372,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-normalized-capacities.xml,55.12,55.12,55.12,55.12,0.0,0.0,0.0,0.0,0.0,0.0,13.422,1.38,2.879,0.033,5.196,0.429,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml,55.161,55.161,55.161,55.161,0.0,0.0,0.0,0.0,0.0,0.0,13.439,1.374,2.911,0.034,5.195,0.428,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins.xml,52.951,52.951,52.951,52.951,0.0,0.0,0.0,0.0,0.0,0.0,13.089,1.261,2.389,0.021,3.924,0.487,10.773,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems.xml,50.417,50.417,50.417,50.417,0.0,0.0,0.0,0.0,0.0,0.0,12.852,0.536,1.926,0.0,3.141,0.181,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode.xml,52.201,52.201,52.201,52.201,0.0,0.0,0.0,0.0,0.0,0.0,13.091,0.955,2.145,0.007,3.764,0.458,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-defrost-mode.xml,51.656,51.656,51.656,51.656,0.0,0.0,0.0,0.0,0.0,0.0,12.547,0.955,2.145,0.007,3.764,0.458,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-heat-pump-mode.xml,51.949,51.949,51.949,51.949,0.0,0.0,0.0,0.0,0.0,0.0,12.839,0.955,2.145,0.007,3.764,0.458,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-none.xml,51.637,51.637,51.637,51.637,0.0,0.0,0.0,0.0,0.0,0.0,12.527,0.955,2.145,0.007,3.764,0.458,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-research-features.xml,52.147,52.147,52.147,52.147,0.0,0.0,0.0,0.0,0.0,0.0,12.942,1.238,1.954,0.01,3.765,0.46,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed.xml,52.483,52.483,52.483,52.483,0.0,0.0,0.0,0.0,0.0,0.0,13.373,0.955,2.145,0.007,3.764,0.458,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-autosize-sizing-controls.xml,56.933,56.933,48.325,48.325,8.609,0.0,0.0,0.0,0.0,0.0,0.0,0.24,0.0,0.0,3.601,0.717,18.568,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.974,0.0,0.0,0.398,0.515,2.133,2.222,0.0,3.265,9.851,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.609,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-autosize.xml,67.459,67.459,38.493,38.493,28.966,0.0,0.0,0.0,0.0,0.0,0.0,0.855,0.0,0.0,4.806,1.05,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.966,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-coal-only.xml,52.858,52.858,32.097,32.097,0.0,0.0,0.0,0.0,0.0,20.761,0.0,0.268,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.761,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-elec-only.xml,51.57,51.57,51.57,51.57,0.0,0.0,0.0,0.0,0.0,0.0,19.602,0.139,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-gas-central-ac-1-speed.xml,59.505,59.505,38.447,38.447,21.058,0.0,0.0,0.0,0.0,0.0,0.0,0.165,0.0,0.0,5.252,1.25,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.058,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-gas-only-pilot.xml,57.771,57.771,31.992,31.992,25.778,0.0,0.0,0.0,0.0,0.0,0.0,0.163,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.778,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-gas-only.xml,52.851,52.851,31.992,31.992,20.858,0.0,0.0,0.0,0.0,0.0,0.0,0.163,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.858,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-oil-only.xml,52.858,52.858,32.097,32.097,0.0,20.761,0.0,0.0,0.0,0.0,0.0,0.268,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.761,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-propane-only.xml,52.849,52.849,31.968,31.968,0.0,0.0,20.881,0.0,0.0,0.0,0.0,0.139,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.881,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-wood-only.xml,52.849,52.849,31.968,31.968,0.0,0.0,0.0,20.881,0.0,0.0,0.0,0.139,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.881,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-central-ac-only-1-speed-autosize-factor.xml,37.465,37.465,37.465,37.465,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.712,1.074,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-central-ac-only-1-speed-detailed-performance.xml,38.539,38.539,38.539,38.539,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.656,1.204,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.901,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-foundation-walkout-basement.xml,80.453,80.453,39.771,39.771,40.683,0.0,0.0,0.0,0.0,0.0,0.0,1.266,0.0,0.0,5.46,1.266,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.683,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-autosize-factor.xml,54.676,54.676,54.676,54.676,0.0,0.0,0.0,0.0,0.0,0.0,12.049,2.131,3.132,0.08,4.397,1.105,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,37.343,37.343,37.343,37.343,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.658,1.007,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-detailed-electric-panel.xml,54.665,54.665,54.665,54.665,0.0,0.0,0.0,0.0,0.0,0.0,12.084,2.138,3.079,0.081,4.397,1.105,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-detailed-performance.xml,57.018,57.018,57.018,57.018,0.0,0.0,0.0,0.0,0.0,0.0,14.123,2.123,2.977,0.073,4.85,1.091,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,54.644,54.644,54.644,54.644,0.0,0.0,0.0,0.0,0.0,0.0,11.799,2.167,3.297,0.097,4.397,1.105,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,48.875,48.875,48.875,48.875,0.0,0.0,0.0,0.0,0.0,0.0,11.893,2.024,3.048,0.08,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-hvac-seasons.xml,54.513,54.513,54.513,54.513,0.0,0.0,0.0,0.0,0.0,0.0,12.02,2.126,3.074,0.081,4.344,1.089,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,54.76,54.76,54.76,54.76,0.0,0.0,0.0,0.0,0.0,0.0,11.342,1.836,4.265,0.173,4.287,1.075,10.768,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.078,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-power-outage.xml,42.52,42.52,42.52,42.52,0.0,0.0,0.0,0.0,0.0,0.0,7.19,1.229,2.469,0.077,4.377,1.099,8.73,0.0,0.0,3.602,0.0,0.267,0.0,0.0,0.0,0.0,1.753,0.0,0.0,0.237,0.288,1.194,1.272,0.0,1.761,6.974,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-research-features.xml,101.854,101.854,101.854,101.854,0.0,0.0,0.0,0.0,0.0,0.0,20.085,3.088,41.936,1.778,0.586,0.154,13.285,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.007,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml,56.376,56.376,56.376,56.376,0.0,0.0,0.0,0.0,0.0,0.0,13.325,2.138,3.079,0.081,4.867,1.105,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed.xml,54.665,54.665,54.665,54.665,0.0,0.0,0.0,0.0,0.0,0.0,12.084,2.138,3.079,0.081,4.397,1.105,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-2-speed-detailed-performance.xml,52.389,52.389,52.389,52.389,0.0,0.0,0.0,0.0,0.0,0.0,11.157,1.162,3.483,0.075,4.322,0.409,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-2-speed-research-features.xml,97.655,97.655,97.655,97.655,0.0,0.0,0.0,0.0,0.0,0.0,19.732,1.962,39.881,1.188,0.588,0.076,13.285,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.007,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-2-speed.xml,51.98,51.98,51.98,51.98,0.0,0.0,0.0,0.0,0.0,0.0,11.104,1.157,3.333,0.059,4.057,0.489,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-autosize-maxload.xml,48.961,48.961,48.961,48.961,0.0,0.0,0.0,0.0,0.0,0.0,13.505,0.345,0.0,0.0,3.169,0.16,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,78.47,78.47,38.409,38.409,40.061,0.0,0.0,0.0,0.0,0.0,1.601,0.068,0.0,0.155,4.149,0.657,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.061,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,66.757,66.757,43.717,43.717,23.04,0.0,0.0,0.0,0.0,0.0,6.455,0.524,0.0,0.085,4.21,0.664,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,78.932,78.932,38.506,38.506,40.426,0.0,0.0,0.0,0.0,0.0,1.627,0.069,0.0,0.156,4.211,0.664,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.426,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-furnace-autosize-factor.xml,81.603,81.603,38.48,38.48,43.123,0.0,0.0,0.0,0.0,0.0,1.521,0.026,0.0,1.178,3.557,0.416,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,43.123,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,77.274,77.274,38.797,38.797,38.478,0.0,0.0,0.0,0.0,0.0,1.441,0.054,0.0,1.05,3.879,0.591,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.478,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-autosize.xml,54.36,54.36,54.36,54.36,0.0,0.0,0.0,0.0,0.0,0.0,13.406,1.32,2.484,0.022,4.974,0.372,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-normalized-capacities.xml,55.119,55.119,55.119,55.119,0.0,0.0,0.0,0.0,0.0,0.0,13.421,1.38,2.879,0.033,5.196,0.429,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml,55.162,55.162,55.162,55.162,0.0,0.0,0.0,0.0,0.0,0.0,13.439,1.374,2.911,0.034,5.196,0.428,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode.xml,52.202,52.202,52.202,52.202,0.0,0.0,0.0,0.0,0.0,0.0,13.092,0.955,2.144,0.007,3.764,0.458,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-defrost-mode.xml,51.657,51.657,51.657,51.657,0.0,0.0,0.0,0.0,0.0,0.0,12.548,0.955,2.144,0.007,3.764,0.458,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-heat-pump-mode.xml,51.949,51.949,51.949,51.949,0.0,0.0,0.0,0.0,0.0,0.0,12.84,0.955,2.144,0.007,3.764,0.458,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-none.xml,51.638,51.638,51.638,51.638,0.0,0.0,0.0,0.0,0.0,0.0,12.528,0.955,2.144,0.007,3.764,0.458,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-research-features-10-mins.xml,52.952,52.952,52.952,52.952,0.0,0.0,0.0,0.0,0.0,0.0,13.089,1.261,2.389,0.021,3.925,0.487,10.773,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-research-features-two-systems.xml,50.418,50.418,50.418,50.418,0.0,0.0,0.0,0.0,0.0,0.0,12.853,0.536,1.926,0.0,3.142,0.181,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-research-features.xml,52.148,52.148,52.148,52.148,0.0,0.0,0.0,0.0,0.0,0.0,12.942,1.238,1.954,0.01,3.765,0.46,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed.xml,52.484,52.484,52.484,52.484,0.0,0.0,0.0,0.0,0.0,0.0,13.374,0.955,2.144,0.007,3.764,0.458,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-autosize-sizing-controls.xml,56.935,56.935,48.325,48.325,8.61,0.0,0.0,0.0,0.0,0.0,0.0,0.24,0.0,0.0,3.601,0.717,18.568,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.974,0.0,0.0,0.398,0.515,2.133,2.222,0.0,3.265,9.851,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-autosize.xml,67.461,67.461,38.493,38.493,28.968,0.0,0.0,0.0,0.0,0.0,0.0,0.856,0.0,0.0,4.807,1.05,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.968,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-coal-only.xml,52.859,52.859,32.097,32.097,0.0,0.0,0.0,0.0,0.0,20.762,0.0,0.268,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.762,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-elec-only.xml,51.572,51.572,51.572,51.572,0.0,0.0,0.0,0.0,0.0,0.0,19.604,0.139,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-gas-central-ac-1-speed.xml,59.507,59.507,38.447,38.447,21.06,0.0,0.0,0.0,0.0,0.0,0.0,0.165,0.0,0.0,5.253,1.25,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-gas-only-pilot.xml,57.772,57.772,31.992,31.992,25.78,0.0,0.0,0.0,0.0,0.0,0.0,0.163,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-gas-only.xml,52.852,52.852,31.992,31.992,20.86,0.0,0.0,0.0,0.0,0.0,0.0,0.163,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-oil-only.xml,52.859,52.859,32.097,32.097,0.0,20.762,0.0,0.0,0.0,0.0,0.0,0.268,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.762,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-propane-only.xml,52.85,52.85,31.968,31.968,0.0,0.0,20.882,0.0,0.0,0.0,0.0,0.139,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-wood-only.xml,52.85,52.85,31.968,31.968,0.0,0.0,0.0,20.882,0.0,0.0,0.0,0.139,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-central-ac-only-1-speed-autosize-factor.xml,37.466,37.466,37.466,37.466,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.712,1.074,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-central-ac-only-1-speed-detailed-performance.xml,38.54,38.54,38.54,38.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.656,1.204,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.901,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-central-ac-only-1-speed-seer.xml,38.55,38.55,38.55,38.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.653,1.217,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.901,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-central-ac-only-1-speed.xml,38.032,38.032,38.032,38.032,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.135,1.217,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.901,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-central-ac-only-1-speed.xml,38.032,38.032,38.032,38.032,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.136,1.217,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.901,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-central-ac-only-2-speed-detailed-performance.xml,37.126,37.126,37.126,37.126,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.792,0.655,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.901,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-central-ac-only-2-speed.xml,37.138,37.138,37.138,37.138,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.766,0.693,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.901,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-central-ac-only-var-speed-detailed-performance-autosize.xml,37.44,37.44,37.44,37.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.382,0.379,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-central-ac-only-var-speed-detailed-performance.xml,37.642,37.642,37.642,37.642,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.538,0.425,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-central-ac-only-var-speed-max-power-ratio-schedule.xml,36.498,36.498,36.498,36.498,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.104,0.714,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.902,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-central-ac-only-var-speed.xml,36.559,36.559,36.559,36.559,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.184,0.695,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.901,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,55.462,55.462,55.462,55.462,0.0,0.0,0.0,0.0,0.0,0.0,11.989,2.042,3.068,0.081,5.253,1.25,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-dse.xml,61.863,61.863,38.369,38.369,23.494,0.0,0.0,0.0,0.0,0.0,0.0,0.731,0.0,0.0,4.799,1.059,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.494,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,61.613,61.613,46.549,46.549,15.063,0.0,0.0,0.0,0.0,0.0,6.621,1.12,0.0,1.527,4.397,1.105,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.063,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,64.974,64.974,45.198,45.198,19.776,0.0,0.0,0.0,0.0,0.0,4.83,0.8,0.0,2.286,4.397,1.105,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.776,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,63.271,63.271,42.743,42.743,20.528,0.0,0.0,0.0,0.0,0.0,4.339,0.361,0.0,1.715,4.057,0.489,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.528,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-dual-fuel-air-to-air-heat-pump-var-speed-dse.xml,52.187,52.187,40.999,40.999,11.187,0.0,0.0,0.0,0.0,0.0,3.946,0.041,0.0,2.359,2.723,0.15,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,63.787,63.787,43.579,43.579,20.208,0.0,0.0,0.0,0.0,0.0,5.479,0.206,0.0,1.89,3.764,0.458,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.208,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,51.076,51.076,39.071,39.071,12.005,0.0,0.0,0.0,0.0,0.0,3.716,0.02,0.0,0.905,2.584,0.065,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.005,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ducts-area-multipliers.xml,66.31,66.31,38.319,38.319,27.991,0.0,0.0,0.0,0.0,0.0,0.0,0.871,0.0,0.0,4.617,1.05,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.991,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ducts-areas.xml,62.546,62.546,37.731,37.731,24.815,0.0,0.0,0.0,0.0,0.0,0.0,0.772,0.0,0.0,4.226,0.953,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.815,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ducts-buried.xml,62.526,62.526,37.729,37.729,24.797,0.0,0.0,0.0,0.0,0.0,0.0,0.772,0.0,0.0,4.224,0.953,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.797,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ducts-defaults.xml,58.531,58.531,42.868,42.868,15.663,0.0,0.0,0.0,0.0,0.0,4.829,0.369,0.0,0.0,5.89,0.0,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.663,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ducts-effective-rvalue.xml,71.853,71.853,39.218,39.218,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ducts-leakage-cfm50.xml,70.242,70.242,39.003,39.003,31.239,0.0,0.0,0.0,0.0,0.0,0.0,0.972,0.0,0.0,5.081,1.169,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.239,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ducts-leakage-percent.xml,69.222,69.222,38.869,38.869,30.353,0.0,0.0,0.0,0.0,0.0,0.0,0.945,0.0,0.0,4.996,1.147,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.353,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ducts-shape-rectangular.xml,70.3,70.3,38.987,38.987,31.314,0.0,0.0,0.0,0.0,0.0,0.0,0.975,0.0,0.0,5.066,1.165,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.314,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ducts-shape-round.xml,72.415,72.415,39.296,39.296,33.119,0.0,0.0,0.0,0.0,0.0,0.0,1.031,0.0,0.0,5.266,1.217,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.119,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-elec-resistance-only.xml,49.539,49.539,49.539,49.539,0.0,0.0,0.0,0.0,0.0,0.0,17.71,0.0,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-evap-cooler-furnace-gas.xml,66.48,66.48,33.309,33.309,33.171,0.0,0.0,0.0,0.0,0.0,0.0,0.781,0.0,0.0,0.0,0.747,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.171,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-central-ac-only-2-speed.xml,37.14,37.14,37.14,37.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.768,0.694,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.901,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-central-ac-only-var-speed-detailed-performance-autosize.xml,37.441,37.441,37.441,37.441,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.382,0.379,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-central-ac-only-var-speed-detailed-performance.xml,37.643,37.643,37.643,37.643,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.538,0.425,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-central-ac-only-var-speed-research-features.xml,36.498,36.498,36.498,36.498,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.104,0.714,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.902,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-central-ac-only-var-speed.xml,36.559,36.559,36.559,36.559,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.185,0.695,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.901,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,55.463,55.463,55.463,55.463,0.0,0.0,0.0,0.0,0.0,0.0,11.989,2.042,3.068,0.081,5.253,1.25,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-dse.xml,61.866,61.866,38.37,38.37,23.496,0.0,0.0,0.0,0.0,0.0,0.0,0.731,0.0,0.0,4.799,1.059,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.496,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,61.614,61.614,46.55,46.55,15.064,0.0,0.0,0.0,0.0,0.0,6.621,1.12,0.0,1.527,4.397,1.105,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.064,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,64.975,64.975,45.198,45.198,19.777,0.0,0.0,0.0,0.0,0.0,4.831,0.8,0.0,2.286,4.397,1.105,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.777,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,63.272,63.272,42.744,42.744,20.529,0.0,0.0,0.0,0.0,0.0,4.34,0.361,0.0,1.715,4.057,0.489,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.529,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-dual-fuel-air-to-air-heat-pump-var-speed-dse.xml,52.188,52.188,41.0,41.0,11.188,0.0,0.0,0.0,0.0,0.0,3.947,0.041,0.0,2.36,2.723,0.15,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.188,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,63.788,63.788,43.579,43.579,20.208,0.0,0.0,0.0,0.0,0.0,5.48,0.206,0.0,1.89,3.764,0.458,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.208,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,51.077,51.077,39.071,39.071,12.006,0.0,0.0,0.0,0.0,0.0,3.716,0.02,0.0,0.905,2.585,0.065,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.006,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ducts-area-multipliers.xml,66.312,66.312,38.319,38.319,27.993,0.0,0.0,0.0,0.0,0.0,0.0,0.871,0.0,0.0,4.618,1.05,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.993,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ducts-areas.xml,62.549,62.549,37.732,37.732,24.817,0.0,0.0,0.0,0.0,0.0,0.0,0.773,0.0,0.0,4.226,0.953,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.817,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ducts-buried.xml,62.528,62.528,37.73,37.73,24.799,0.0,0.0,0.0,0.0,0.0,0.0,0.772,0.0,0.0,4.225,0.953,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.799,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ducts-defaults.xml,58.533,58.533,42.869,42.869,15.665,0.0,0.0,0.0,0.0,0.0,4.829,0.369,0.0,0.0,5.89,0.0,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.665,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ducts-effective-rvalue.xml,71.856,71.856,39.218,39.218,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ducts-leakage-cfm50.xml,70.245,70.245,39.004,39.004,31.241,0.0,0.0,0.0,0.0,0.0,0.0,0.973,0.0,0.0,5.081,1.169,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.241,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ducts-leakage-percent.xml,69.225,69.225,38.87,38.87,30.355,0.0,0.0,0.0,0.0,0.0,0.0,0.945,0.0,0.0,4.996,1.147,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.355,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ducts-shape-rectangular.xml,70.303,70.303,38.987,38.987,31.316,0.0,0.0,0.0,0.0,0.0,0.0,0.975,0.0,0.0,5.066,1.165,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.316,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ducts-shape-round.xml,72.417,72.417,39.296,39.296,33.121,0.0,0.0,0.0,0.0,0.0,0.0,1.031,0.0,0.0,5.266,1.218,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.121,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-elec-resistance-only.xml,49.54,49.54,49.54,49.54,0.0,0.0,0.0,0.0,0.0,0.0,17.711,0.0,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-evap-cooler-furnace-gas.xml,66.482,66.482,33.309,33.309,33.173,0.0,0.0,0.0,0.0,0.0,0.0,0.781,0.0,0.0,0.0,0.747,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.173,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-evap-cooler-only-ducted.xml,32.623,32.623,32.623,32.623,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.944,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-evap-cooler-only.xml,32.405,32.405,32.405,32.405,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.726,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-fan-motor-type.xml,72.031,72.031,39.028,39.028,33.003,0.0,0.0,0.0,0.0,0.0,0.0,0.74,0.0,0.0,5.599,0.908,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-fireplace-wood-only.xml,55.302,55.302,31.827,31.827,0.0,0.0,0.0,23.475,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.736,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.475,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-floor-furnace-propane-only.xml,60.236,60.236,31.827,31.827,0.0,0.0,28.409,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.736,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.409,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-coal-only.xml,65.466,65.466,32.603,32.603,0.0,0.0,0.0,0.0,0.0,32.863,0.0,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.863,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-elec-central-ac-1-speed.xml,69.243,69.243,69.243,69.243,0.0,0.0,0.0,0.0,0.0,0.0,30.025,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-elec-only.xml,63.454,63.454,63.454,63.454,0.0,0.0,0.0,0.0,0.0,0.0,30.851,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-central-ac-2-speed.xml,71.108,71.108,38.105,38.105,33.003,0.0,0.0,0.0,0.0,0.0,0.0,0.74,0.0,0.0,4.871,0.713,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-central-ac-var-speed-max-power-ratio-schedule.xml,69.985,69.985,37.351,37.351,32.634,0.0,0.0,0.0,0.0,0.0,0.0,0.649,0.0,0.0,4.189,0.732,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.634,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-central-ac-var-speed.xml,70.056,70.056,37.418,37.418,32.639,0.0,0.0,0.0,0.0,0.0,0.0,0.649,0.0,0.0,4.274,0.713,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.639,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-only-autosize-factor.xml,61.367,61.367,32.509,32.509,28.859,0.0,0.0,0.0,0.0,0.0,0.0,0.679,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.859,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-only-detailed-setpoints.xml,43.889,43.889,32.02,32.02,11.868,0.0,0.0,0.0,0.0,0.0,0.0,0.279,0.0,0.0,0.0,0.0,10.797,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.008,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.868,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-only-pilot.xml,70.203,70.203,32.603,32.603,37.6,0.0,0.0,0.0,0.0,0.0,0.0,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-only.xml,65.466,65.466,32.603,32.603,32.863,0.0,0.0,0.0,0.0,0.0,0.0,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.863,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-plus-air-to-air-heat-pump-cooling.xml,71.456,71.456,38.617,38.617,32.839,0.0,0.0,0.0,0.0,0.0,0.0,1.031,0.0,0.0,4.769,1.036,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.839,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-room-ac.xml,71.623,71.623,38.452,38.452,33.171,0.0,0.0,0.0,0.0,0.0,0.0,0.781,0.0,0.0,5.89,0.0,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.171,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-oil-only.xml,65.466,65.466,32.603,32.603,0.0,32.863,0.0,0.0,0.0,0.0,0.0,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.863,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-propane-only.xml,65.466,65.466,32.603,32.603,0.0,0.0,32.863,0.0,0.0,0.0,0.0,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.863,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-wood-only.xml,65.466,65.466,32.603,32.603,0.0,0.0,0.0,32.863,0.0,0.0,0.0,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.863,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-x3-dse.xml,61.877,61.877,38.208,38.208,23.669,0.0,0.0,0.0,0.0,0.0,0.0,0.57,0.0,0.0,4.799,1.059,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.669,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-1-speed-experimental.xml,50.811,50.811,50.811,50.811,0.0,0.0,0.0,0.0,0.0,0.0,10.531,3.133,0.0,0.0,3.432,1.934,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-1-speed.xml,46.368,46.368,46.368,46.368,0.0,0.0,0.0,0.0,0.0,0.0,7.162,2.151,0.0,0.0,3.372,1.902,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-2-speed-experimental.xml,45.968,45.968,45.968,45.968,0.0,0.0,0.0,0.0,0.0,0.0,8.052,2.433,0.0,0.0,2.36,1.342,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-2-speed.xml,44.386,44.386,44.386,44.386,0.0,0.0,0.0,0.0,0.0,0.0,6.534,1.818,0.0,0.0,2.691,1.562,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-backup-integrated.xml,46.368,46.368,46.368,46.368,0.0,0.0,0.0,0.0,0.0,0.0,7.162,2.151,0.0,0.0,3.372,1.902,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-backup-stove.xml,46.871,46.871,46.871,46.871,0.0,0.0,0.0,0.0,0.0,0.0,7.574,2.277,0.0,0.0,3.349,1.89,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-cooling-only.xml,36.745,36.745,36.745,36.745,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.367,1.698,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-fan-motor-type.xml,72.034,72.034,39.028,39.028,33.005,0.0,0.0,0.0,0.0,0.0,0.0,0.74,0.0,0.0,5.599,0.908,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.005,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-fireplace-wood-only.xml,55.303,55.303,31.827,31.827,0.0,0.0,0.0,23.476,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.736,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.476,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-floor-furnace-propane-only.xml,60.238,60.238,31.827,31.827,0.0,0.0,28.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.736,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-coal-only.xml,65.468,65.468,32.603,32.603,0.0,0.0,0.0,0.0,0.0,32.865,0.0,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.865,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-elec-central-ac-1-speed.xml,69.245,69.245,69.245,69.245,0.0,0.0,0.0,0.0,0.0,0.0,30.027,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-elec-only.xml,63.456,63.456,63.456,63.456,0.0,0.0,0.0,0.0,0.0,0.0,30.853,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-central-ac-2-speed.xml,71.11,71.11,38.105,38.105,33.005,0.0,0.0,0.0,0.0,0.0,0.0,0.74,0.0,0.0,4.871,0.713,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.005,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-central-ac-var-speed-research-features.xml,69.988,69.988,37.352,37.352,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.649,0.0,0.0,4.189,0.732,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-central-ac-var-speed.xml,70.059,70.059,37.418,37.418,32.641,0.0,0.0,0.0,0.0,0.0,0.0,0.649,0.0,0.0,4.274,0.713,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.641,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-only-autosize-factor.xml,61.369,61.369,32.509,32.509,28.861,0.0,0.0,0.0,0.0,0.0,0.0,0.679,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.861,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-only-detailed-setpoints.xml,43.89,43.89,32.02,32.02,11.87,0.0,0.0,0.0,0.0,0.0,0.0,0.279,0.0,0.0,0.0,0.0,10.797,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.008,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-only-pilot.xml,70.205,70.205,32.603,32.603,37.603,0.0,0.0,0.0,0.0,0.0,0.0,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.603,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-only.xml,65.468,65.468,32.603,32.603,32.865,0.0,0.0,0.0,0.0,0.0,0.0,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.865,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-plus-air-to-air-heat-pump-cooling.xml,71.458,71.458,38.617,38.617,32.841,0.0,0.0,0.0,0.0,0.0,0.0,1.031,0.0,0.0,4.77,1.036,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.841,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-room-ac.xml,71.626,71.626,38.453,38.453,33.173,0.0,0.0,0.0,0.0,0.0,0.0,0.781,0.0,0.0,5.891,0.0,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.173,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-oil-only.xml,65.468,65.468,32.603,32.603,0.0,32.865,0.0,0.0,0.0,0.0,0.0,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.865,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-propane-only.xml,65.468,65.468,32.603,32.603,0.0,0.0,32.865,0.0,0.0,0.0,0.0,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.865,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-wood-only.xml,65.468,65.468,32.603,32.603,0.0,0.0,0.0,32.865,0.0,0.0,0.0,0.774,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.865,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-x3-dse.xml,61.88,61.88,38.209,38.209,23.671,0.0,0.0,0.0,0.0,0.0,0.0,0.57,0.0,0.0,4.799,1.059,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.671,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ground-to-air-heat-pump-1-speed-experimental.xml,50.812,50.812,50.812,50.812,0.0,0.0,0.0,0.0,0.0,0.0,10.532,3.133,0.0,0.0,3.432,1.934,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ground-to-air-heat-pump-1-speed.xml,46.369,46.369,46.369,46.369,0.0,0.0,0.0,0.0,0.0,0.0,7.162,2.151,0.0,0.0,3.372,1.902,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ground-to-air-heat-pump-2-speed-experimental.xml,45.969,45.969,45.969,45.969,0.0,0.0,0.0,0.0,0.0,0.0,8.052,2.433,0.0,0.0,2.36,1.342,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ground-to-air-heat-pump-2-speed.xml,44.387,44.387,44.387,44.387,0.0,0.0,0.0,0.0,0.0,0.0,6.535,1.818,0.0,0.0,2.691,1.562,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ground-to-air-heat-pump-backup-integrated.xml,46.369,46.369,46.369,46.369,0.0,0.0,0.0,0.0,0.0,0.0,7.162,2.151,0.0,0.0,3.372,1.902,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ground-to-air-heat-pump-backup-stove.xml,46.872,46.872,46.872,46.872,0.0,0.0,0.0,0.0,0.0,0.0,7.574,2.278,0.0,0.0,3.35,1.89,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ground-to-air-heat-pump-cooling-only.xml,36.745,36.745,36.745,36.745,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.368,1.698,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-ground-to-air-heat-pump-detailed-geothermal-loop.xml,46.611,46.611,46.611,46.611,0.0,0.0,0.0,0.0,0.0,0.0,7.754,2.278,0.0,0.0,2.91,1.89,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-ground-to-air-heat-pump-heating-only.xml,40.652,40.652,40.652,40.652,0.0,0.0,0.0,0.0,0.0,0.0,6.906,1.917,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-var-speed-experimental.xml,44.956,44.956,44.956,44.956,0.0,0.0,0.0,0.0,0.0,0.0,8.451,2.42,0.0,0.0,1.235,1.069,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-var-speed.xml,42.578,42.578,42.578,42.578,0.0,0.0,0.0,0.0,0.0,0.0,5.86,1.817,0.0,0.0,1.561,1.558,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,60.284,60.284,60.284,60.284,0.0,0.0,0.0,0.0,0.0,0.0,15.806,1.477,4.72,0.097,5.614,0.788,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,57.967,57.967,57.967,57.967,0.0,0.0,0.0,0.0,0.0,0.0,14.705,1.153,4.453,0.089,5.265,0.521,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-air-to-air-heat-pump-var-speed-detailed-performance.xml,61.533,61.533,61.533,61.533,0.0,0.0,0.0,0.0,0.0,0.0,16.707,1.331,4.159,0.06,6.979,0.515,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,58.364,58.364,58.364,58.364,0.0,0.0,0.0,0.0,0.0,0.0,17.249,1.064,2.894,0.02,4.843,0.511,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,77.375,77.375,39.714,39.714,37.66,0.0,0.0,0.0,0.0,0.0,0.0,0.642,0.0,0.0,6.429,0.862,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,76.82,76.82,39.127,39.127,37.693,0.0,0.0,0.0,0.0,0.0,0.0,0.617,0.0,0.0,5.979,0.749,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.693,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,75.494,75.494,38.434,38.434,37.06,0.0,0.0,0.0,0.0,0.0,0.0,0.538,0.0,0.0,5.363,0.752,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-furnace-gas-only.xml,70.116,70.116,32.476,32.476,37.64,0.0,0.0,0.0,0.0,0.0,0.0,0.647,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-ground-to-air-heat-pump-1-speed.xml,50.211,50.211,50.211,50.211,0.0,0.0,0.0,0.0,0.0,0.0,10.23,2.079,0.0,0.0,4.426,1.696,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-ground-to-air-heat-pump-2-speed-experimental.xml,50.909,50.909,50.909,50.909,0.0,0.0,0.0,0.0,0.0,0.0,10.99,3.422,0.0,0.0,2.871,1.846,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-ground-to-air-heat-pump-var-speed-experimental.xml,50.157,50.157,50.157,50.157,0.0,0.0,0.0,0.0,0.0,0.0,11.731,3.46,0.0,0.0,1.604,1.583,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,35.577,35.577,35.577,35.577,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.596,0.301,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ground-to-air-heat-pump-var-speed-experimental.xml,44.957,44.957,44.957,44.957,0.0,0.0,0.0,0.0,0.0,0.0,8.451,2.42,0.0,0.0,1.235,1.069,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ground-to-air-heat-pump-var-speed.xml,42.579,42.579,42.579,42.579,0.0,0.0,0.0,0.0,0.0,0.0,5.861,1.818,0.0,0.0,1.562,1.558,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,60.285,60.285,60.285,60.285,0.0,0.0,0.0,0.0,0.0,0.0,15.807,1.477,4.72,0.097,5.614,0.789,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,57.966,57.966,57.966,57.966,0.0,0.0,0.0,0.0,0.0,0.0,14.704,1.153,4.453,0.089,5.265,0.521,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-air-to-air-heat-pump-var-speed-detailed-performance.xml,61.533,61.533,61.533,61.533,0.0,0.0,0.0,0.0,0.0,0.0,16.708,1.331,4.159,0.06,6.979,0.515,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,58.364,58.364,58.364,58.364,0.0,0.0,0.0,0.0,0.0,0.0,17.25,1.064,2.894,0.02,4.844,0.511,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,77.378,77.378,39.715,39.715,37.663,0.0,0.0,0.0,0.0,0.0,0.0,0.642,0.0,0.0,6.429,0.862,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.663,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,76.823,76.823,39.127,39.127,37.695,0.0,0.0,0.0,0.0,0.0,0.0,0.617,0.0,0.0,5.979,0.749,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.695,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,75.497,75.497,38.434,38.434,37.063,0.0,0.0,0.0,0.0,0.0,0.0,0.538,0.0,0.0,5.363,0.752,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.063,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-furnace-gas-only.xml,70.119,70.119,32.476,32.476,37.643,0.0,0.0,0.0,0.0,0.0,0.0,0.647,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.643,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-ground-to-air-heat-pump-1-speed.xml,50.212,50.212,50.212,50.212,0.0,0.0,0.0,0.0,0.0,0.0,10.23,2.079,0.0,0.0,4.426,1.696,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-ground-to-air-heat-pump-2-speed-experimental.xml,50.91,50.91,50.91,50.91,0.0,0.0,0.0,0.0,0.0,0.0,10.99,3.422,0.0,0.0,2.871,1.846,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-ground-to-air-heat-pump-var-speed-experimental.xml,50.158,50.158,50.158,50.158,0.0,0.0,0.0,0.0,0.0,0.0,11.731,3.46,0.0,0.0,1.604,1.583,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,35.577,35.577,35.577,35.577,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.597,0.301,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-install-quality-mini-split-heat-pump-ducted.xml,47.889,47.889,47.889,47.889,0.0,0.0,0.0,0.0,0.0,0.0,11.107,0.295,1.348,0.0,3.183,0.176,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-mini-split-air-conditioner-only-ducted.xml,34.747,34.747,34.747,34.747,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.94,0.128,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance-autosize.xml,35.666,35.666,35.666,35.666,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.928,0.06,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml,35.632,35.632,35.632,35.632,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.936,0.017,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance-autosize.xml,35.667,35.667,35.667,35.667,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.928,0.06,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml,35.632,35.632,35.632,35.632,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.937,0.017,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-mini-split-air-conditioner-only-ductless.xml,34.236,34.236,34.236,34.236,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.523,0.034,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,34.68,34.68,34.68,34.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.938,0.063,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule.xml,42.27,42.27,42.27,42.27,0.0,0.0,0.0,0.0,0.0,0.0,8.986,0.18,1.275,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.157,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-heating-only.xml,42.373,42.373,42.373,42.373,0.0,0.0,0.0,0.0,0.0,0.0,9.076,0.12,1.348,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-max-power-ratio-schedule.xml,44.951,44.951,44.951,44.951,0.0,0.0,0.0,0.0,0.0,0.0,9.058,0.182,1.281,0.0,2.584,0.065,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted.xml,45.054,45.054,45.054,45.054,0.0,0.0,0.0,0.0,0.0,0.0,9.148,0.121,1.356,0.0,2.584,0.065,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-autosize-factor.xml,42.298,42.298,42.298,42.298,0.0,0.0,0.0,0.0,0.0,0.0,8.293,0.034,0.0,0.0,2.176,0.014,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-heating-only-research-features.xml,42.271,42.271,42.271,42.271,0.0,0.0,0.0,0.0,0.0,0.0,8.986,0.18,1.275,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.157,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-heating-only.xml,42.374,42.374,42.374,42.374,0.0,0.0,0.0,0.0,0.0,0.0,9.076,0.12,1.348,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-research-features.xml,44.952,44.952,44.952,44.952,0.0,0.0,0.0,0.0,0.0,0.0,9.059,0.182,1.28,0.0,2.584,0.065,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted.xml,45.055,45.055,45.055,45.055,0.0,0.0,0.0,0.0,0.0,0.0,9.149,0.121,1.355,0.0,2.585,0.065,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-autosize-factor.xml,42.299,42.299,42.299,42.299,0.0,0.0,0.0,0.0,0.0,0.0,8.294,0.034,0.0,0.0,2.176,0.014,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,42.446,42.446,42.446,42.446,0.0,0.0,0.0,0.0,0.0,0.0,7.774,0.096,0.317,0.0,2.429,0.049,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-furnace-ducts-defaults.xml,57.996,57.996,35.669,35.669,22.328,0.0,0.0,0.0,0.0,0.0,0.805,0.003,0.0,0.609,2.423,0.049,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.328,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml,62.203,62.203,35.765,35.765,26.438,0.0,0.0,0.0,0.0,0.0,0.782,0.003,0.0,0.722,2.429,0.049,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.438,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-furnace-ducts-defaults.xml,57.998,57.998,35.669,35.669,22.329,0.0,0.0,0.0,0.0,0.0,0.805,0.003,0.0,0.61,2.423,0.049,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.329,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml,62.205,62.205,35.765,35.765,26.44,0.0,0.0,0.0,0.0,0.0,0.782,0.003,0.0,0.722,2.43,0.049,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-mini-split-heat-pump-ductless-backup-integrated-defrost-with-backup-heat-active.xml,43.117,43.117,43.117,43.117,0.0,0.0,0.0,0.0,0.0,0.0,7.842,0.027,1.278,0.0,2.176,0.014,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-integrated.xml,42.298,42.298,42.298,42.298,0.0,0.0,0.0,0.0,0.0,0.0,8.293,0.034,0.0,0.0,2.176,0.014,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,63.077,63.077,35.084,35.084,0.0,27.994,0.0,0.0,0.0,0.0,0.791,0.041,0.0,0.0,2.423,0.049,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.994,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-detailed-performance-autosize.xml,44.407,44.407,44.407,44.407,0.0,0.0,0.0,0.0,0.0,0.0,8.765,0.098,0.0,0.0,3.737,0.027,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-detailed-performance.xml,44.345,44.345,44.345,44.345,0.0,0.0,0.0,0.0,0.0,0.0,8.888,0.058,0.0,0.0,3.609,0.011,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml,41.777,41.777,41.777,41.777,0.0,0.0,0.0,0.0,0.0,0.0,7.758,0.048,0.0,0.0,2.176,0.014,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ductless.xml,42.298,42.298,42.298,42.298,0.0,0.0,0.0,0.0,0.0,0.0,8.293,0.034,0.0,0.0,2.176,0.014,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-multiple.xml,77.093,77.093,59.03,59.03,8.87,4.548,4.646,0.0,0.0,0.0,17.733,1.403,0.934,0.039,6.233,0.908,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.548,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.646,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-integrated.xml,42.299,42.299,42.299,42.299,0.0,0.0,0.0,0.0,0.0,0.0,8.294,0.034,0.0,0.0,2.176,0.014,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,63.08,63.08,35.084,35.084,0.0,27.996,0.0,0.0,0.0,0.0,0.792,0.041,0.0,0.0,2.423,0.049,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.996,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-detailed-performance-autosize.xml,44.408,44.408,44.408,44.408,0.0,0.0,0.0,0.0,0.0,0.0,8.765,0.098,0.0,0.0,3.737,0.027,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-detailed-performance.xml,44.346,44.346,44.346,44.346,0.0,0.0,0.0,0.0,0.0,0.0,8.888,0.058,0.0,0.0,3.609,0.011,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml,41.777,41.777,41.777,41.777,0.0,0.0,0.0,0.0,0.0,0.0,7.759,0.048,0.0,0.0,2.176,0.014,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ductless.xml,42.299,42.299,42.299,42.299,0.0,0.0,0.0,0.0,0.0,0.0,8.294,0.034,0.0,0.0,2.176,0.014,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-multiple.xml,77.095,77.095,59.031,59.031,8.87,4.548,4.646,0.0,0.0,0.0,17.734,1.403,0.934,0.039,6.234,0.908,10.771,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.548,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.646,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-none.xml,21.097,21.097,21.097,21.097,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.273,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,3.037,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-ptac-cfis.xml,36.998,36.998,36.998,36.998,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.514,0.0,10.848,0.0,0.0,4.507,0.0,0.334,0.811,0.0,0.0,0.0,1.888,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ptac-with-heating-electricity.xml,54.331,54.331,54.331,54.331,0.0,0.0,0.0,0.0,0.0,0.0,17.879,0.0,0.0,0.0,4.672,0.0,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ptac-with-heating-natural-gas.xml,58.801,58.801,36.452,36.452,22.349,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.672,0.0,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.349,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ptac-with-heating-electricity.xml,54.333,54.333,54.333,54.333,0.0,0.0,0.0,0.0,0.0,0.0,17.881,0.0,0.0,0.0,4.672,0.0,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ptac-with-heating-natural-gas.xml,58.803,58.803,36.452,36.452,22.351,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.672,0.0,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.351,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-ptac.xml,36.225,36.225,36.225,36.225,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.546,0.0,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-pthp-cfis.xml,46.015,46.015,46.015,46.015,0.0,0.0,0.0,0.0,0.0,0.0,7.713,0.0,1.551,0.0,4.334,0.0,10.77,0.0,0.0,4.507,0.0,0.334,0.638,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-pthp-heating-capacity-17f.xml,43.787,43.787,43.787,43.787,0.0,0.0,0.0,0.0,0.0,0.0,7.586,0.0,0.08,0.0,4.342,0.0,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-pthp-cfis.xml,46.016,46.016,46.016,46.016,0.0,0.0,0.0,0.0,0.0,0.0,7.714,0.0,1.551,0.0,4.334,0.0,10.77,0.0,0.0,4.507,0.0,0.334,0.638,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-pthp-heating-capacity-17f.xml,43.788,43.788,43.788,43.788,0.0,0.0,0.0,0.0,0.0,0.0,7.586,0.0,0.08,0.0,4.342,0.0,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-pthp.xml,43.8,43.8,43.8,43.8,0.0,0.0,0.0,0.0,0.0,0.0,7.616,0.0,0.062,0.0,4.342,0.0,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-room-ac-only-detailed-setpoints.xml,36.171,36.171,36.171,36.171,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.477,0.0,10.831,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.927,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-room-ac-only-detailed-setpoints.xml,36.172,36.172,36.172,36.172,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.477,0.0,10.831,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.927,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-room-ac-only-eer.xml,37.396,37.396,37.396,37.396,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.717,0.0,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-room-ac-only-partial-conditioning.xml,33.801,33.801,33.801,33.801,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.122,0.0,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-room-ac-only-research-features.xml,35.64,35.64,35.64,35.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.946,0.0,10.832,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.926,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-room-ac-only-research-features.xml,35.641,35.641,35.641,35.641,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.947,0.0,10.832,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.926,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-room-ac-only.xml,37.41,37.41,37.41,37.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.731,0.0,10.842,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.9,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-room-ac-with-heating.xml,55.549,55.549,55.549,55.549,0.0,0.0,0.0,0.0,0.0,0.0,17.879,0.0,0.0,0.0,5.89,0.0,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-room-ac-with-reverse-cycle.xml,43.792,43.792,43.792,43.792,0.0,0.0,0.0,0.0,0.0,0.0,7.616,0.0,0.062,0.0,4.334,0.0,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-seasons-and-inverted-setpoints.xml,102.281,102.281,42.461,42.461,59.82,0.0,0.0,0.0,0.0,0.0,0.0,1.862,0.0,0.0,7.011,1.736,10.718,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.197,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,59.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-seasons.xml,71.554,71.554,39.132,39.132,32.422,0.0,0.0,0.0,0.0,0.0,0.0,1.009,0.0,0.0,5.155,1.187,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.422,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-setpoints-daily-schedules.xml,70.897,70.897,38.338,38.338,32.558,0.0,0.0,0.0,0.0,0.0,0.0,1.014,0.0,0.0,4.489,1.059,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.069,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.558,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-setpoints-daily-setbacks.xml,69.589,69.589,38.501,38.501,31.087,0.0,0.0,0.0,0.0,0.0,0.0,0.968,0.0,0.0,4.661,1.095,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.087,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-setpoints.xml,48.185,48.185,36.473,36.473,11.712,0.0,0.0,0.0,0.0,0.0,0.0,0.365,0.0,0.0,3.612,0.782,10.817,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.96,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.712,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-space-heater-gas-only.xml,49.538,49.538,31.829,31.829,17.709,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.709,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-stove-oil-only.xml,55.283,55.283,31.9,31.9,0.0,23.383,0.0,0.0,0.0,0.0,0.0,0.073,0.0,0.0,0.0,0.0,10.736,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.383,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-stove-wood-pellets-only.xml,55.283,55.283,31.9,31.9,0.0,0.0,0.0,0.0,23.383,0.0,0.0,0.073,0.0,0.0,0.0,0.0,10.736,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.383,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-undersized-allow-increased-fixed-capacities.xml,64.88,64.88,38.071,38.071,26.809,0.0,0.0,0.0,0.0,0.0,0.0,0.791,0.0,0.0,4.516,0.984,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.809,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-undersized.xml,59.531,59.531,36.127,36.127,23.404,0.0,0.0,0.0,0.0,0.0,0.0,0.637,0.0,0.0,2.959,0.816,10.816,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.962,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.404,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-wall-furnace-elec-only.xml,49.9,49.9,49.9,49.9,0.0,0.0,0.0,0.0,0.0,0.0,18.071,0.0,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-ceiling-fans-label-energy-use.xml,72.384,72.384,39.775,39.775,32.609,0.0,0.0,0.0,0.0,0.0,0.0,1.015,0.0,0.0,5.115,1.178,10.768,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.081,0.0,0.0,0.284,0.347,1.436,1.529,0.682,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.609,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-ceiling-fans.xml,72.185,72.185,39.575,39.575,32.61,0.0,0.0,0.0,0.0,0.0,0.0,1.015,0.0,0.0,5.082,1.168,10.768,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.081,0.0,0.0,0.284,0.347,1.436,1.529,0.525,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-holiday.xml,72.05,72.05,39.415,39.415,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.531,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-kwh-per-year.xml,72.21,72.21,40.047,40.047,32.163,0.0,0.0,0.0,0.0,0.0,0.0,1.001,0.0,0.0,5.262,1.217,10.769,0.0,0.0,5.115,0.0,0.512,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.163,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-mixed.xml,72.031,72.031,39.395,39.395,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.512,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-none-ceiling-fans.xml,70.565,70.565,34.405,34.405,36.16,0.0,0.0,0.0,0.0,0.0,0.0,1.126,0.0,0.0,4.74,1.075,10.769,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.525,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-none.xml,70.237,70.237,34.051,34.051,36.186,0.0,0.0,0.0,0.0,0.0,0.0,1.126,0.0,0.0,4.876,1.111,10.772,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.186,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-AMY-2012.xml,83.783,83.783,38.071,38.071,45.712,0.0,0.0,0.0,0.0,0.0,0.0,1.423,0.0,0.0,3.554,0.782,11.254,0.0,0.0,4.521,0.0,0.335,0.0,0.0,0.0,0.0,2.067,0.0,0.0,0.285,0.348,1.44,1.533,0.0,2.121,8.407,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.712,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-TMYx.xml,77.597,77.597,37.377,37.377,40.22,0.0,0.0,0.0,0.0,0.0,0.0,1.252,0.0,0.0,3.2,0.68,11.257,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.052,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-room-ac-with-heating.xml,55.551,55.551,55.551,55.551,0.0,0.0,0.0,0.0,0.0,0.0,17.881,0.0,0.0,0.0,5.89,0.0,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-room-ac-with-reverse-cycle.xml,43.793,43.793,43.793,43.793,0.0,0.0,0.0,0.0,0.0,0.0,7.616,0.0,0.062,0.0,4.335,0.0,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-seasons-and-inverted-setpoints.xml,102.284,102.284,42.461,42.461,59.823,0.0,0.0,0.0,0.0,0.0,0.0,1.862,0.0,0.0,7.011,1.736,10.718,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.197,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,59.823,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-seasons.xml,71.557,71.557,39.133,39.133,32.424,0.0,0.0,0.0,0.0,0.0,0.0,1.009,0.0,0.0,5.155,1.187,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.424,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-setpoints-daily-schedules.xml,70.899,70.899,38.339,38.339,32.56,0.0,0.0,0.0,0.0,0.0,0.0,1.014,0.0,0.0,4.489,1.059,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.069,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-setpoints-daily-setbacks.xml,69.591,69.591,38.502,38.502,31.09,0.0,0.0,0.0,0.0,0.0,0.0,0.968,0.0,0.0,4.662,1.095,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-setpoints.xml,48.187,48.187,36.473,36.473,11.714,0.0,0.0,0.0,0.0,0.0,0.0,0.365,0.0,0.0,3.612,0.782,10.817,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.96,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.714,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-space-heater-gas-only.xml,49.54,49.54,31.829,31.829,17.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-stove-oil-only.xml,55.285,55.285,31.9,31.9,0.0,23.385,0.0,0.0,0.0,0.0,0.0,0.073,0.0,0.0,0.0,0.0,10.736,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.385,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-stove-wood-pellets-only.xml,55.285,55.285,31.9,31.9,0.0,0.0,0.0,0.0,23.385,0.0,0.0,0.073,0.0,0.0,0.0,0.0,10.736,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.155,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.385,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-undersized-allow-increased-fixed-capacities.xml,64.882,64.882,38.072,38.072,26.811,0.0,0.0,0.0,0.0,0.0,0.0,0.791,0.0,0.0,4.516,0.984,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-undersized.xml,59.532,59.532,36.127,36.127,23.405,0.0,0.0,0.0,0.0,0.0,0.0,0.637,0.0,0.0,2.96,0.816,10.816,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.962,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.405,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-wall-furnace-elec-only.xml,49.901,49.901,49.901,49.901,0.0,0.0,0.0,0.0,0.0,0.0,18.072,0.0,0.0,0.0,0.0,0.0,10.735,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.158,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-ceiling-fans-label-energy-use.xml,72.387,72.387,39.776,39.776,32.611,0.0,0.0,0.0,0.0,0.0,0.0,1.015,0.0,0.0,5.116,1.178,10.768,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.081,0.0,0.0,0.284,0.347,1.436,1.529,0.682,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.611,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-ceiling-fans.xml,72.187,72.187,39.575,39.575,32.612,0.0,0.0,0.0,0.0,0.0,0.0,1.015,0.0,0.0,5.082,1.169,10.768,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.081,0.0,0.0,0.284,0.347,1.436,1.529,0.525,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.612,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-holiday.xml,72.053,72.053,39.415,39.415,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.531,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-kwh-per-year.xml,72.213,72.213,40.048,40.048,32.165,0.0,0.0,0.0,0.0,0.0,0.0,1.001,0.0,0.0,5.262,1.217,10.769,0.0,0.0,5.115,0.0,0.512,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.165,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-mixed.xml,72.034,72.034,39.396,39.396,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.512,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-none-ceiling-fans.xml,70.568,70.568,34.406,34.406,36.162,0.0,0.0,0.0,0.0,0.0,0.0,1.126,0.0,0.0,4.741,1.075,10.769,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.525,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.162,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-none.xml,70.24,70.24,34.051,34.051,36.188,0.0,0.0,0.0,0.0,0.0,0.0,1.127,0.0,0.0,4.877,1.111,10.772,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.188,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-AMY-2012.xml,83.786,83.786,38.071,38.071,45.714,0.0,0.0,0.0,0.0,0.0,0.0,1.423,0.0,0.0,3.555,0.782,11.254,0.0,0.0,4.521,0.0,0.335,0.0,0.0,0.0,0.0,2.067,0.0,0.0,0.285,0.348,1.44,1.533,0.0,2.121,8.407,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.714,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-TMYx.xml,77.6,77.6,37.377,37.377,40.223,0.0,0.0,0.0,0.0,0.0,0.0,1.252,0.0,0.0,3.2,0.68,11.257,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.052,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.223,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-location-baltimore-md.xml,42.211,42.211,31.223,31.223,10.988,0.0,0.0,0.0,0.0,0.0,0.0,0.313,0.0,0.0,4.876,1.128,9.99,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.129,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.988,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-location-capetown-zaf.xml,28.703,28.703,28.5,28.5,0.203,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,3.679,0.99,8.834,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.204,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.203,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-location-dallas-tx.xml,35.754,35.754,33.636,33.636,2.118,0.0,0.0,0.0,0.0,0.0,0.0,0.06,0.0,0.0,8.755,1.965,7.864,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.204,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.118,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-detailed.xml,72.895,72.895,38.908,38.908,33.987,0.0,0.0,0.0,0.0,0.0,0.0,1.058,0.0,0.0,4.94,1.132,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.987,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-detailed.xml,72.898,72.898,38.908,38.908,33.99,0.0,0.0,0.0,0.0,0.0,0.0,1.058,0.0,0.0,4.94,1.132,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-location-duluth-mn.xml,76.39,76.39,31.219,31.219,45.171,0.0,0.0,0.0,0.0,0.0,0.0,1.404,0.0,0.0,1.728,0.367,13.544,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.389,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.171,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-helena-mt.xml,90.195,90.195,37.629,37.629,52.566,0.0,0.0,0.0,0.0,0.0,0.0,1.65,0.0,0.0,2.402,0.47,12.133,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.037,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,52.566,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-helena-mt.xml,90.199,90.199,37.63,37.63,52.569,0.0,0.0,0.0,0.0,0.0,0.0,1.65,0.0,0.0,2.403,0.47,12.133,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.037,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,52.569,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-location-honolulu-hi.xml,36.63,36.63,36.63,36.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.893,3.076,5.589,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.285,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-location-miami-fl.xml,35.807,35.807,35.807,35.807,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.144,2.858,5.738,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.28,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-location-phoenix-az.xml,39.692,39.692,39.689,39.689,0.003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.414,3.224,5.999,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.265,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-location-portland-or.xml,40.497,40.497,28.817,28.817,11.68,0.0,0.0,0.0,0.0,0.0,0.0,0.332,0.0,0.0,2.532,0.581,10.499,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.086,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-location-zipcode.xml,71.841,71.841,39.216,39.216,32.625,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.215,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.625,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-balanced.xml,97.498,97.498,41.435,41.435,56.064,0.0,0.0,0.0,0.0,0.0,0.0,1.745,0.0,0.0,4.998,1.127,10.777,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.057,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,56.064,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-bath-kitchen-fans.xml,74.251,74.251,39.35,39.35,34.901,0.0,0.0,0.0,0.0,0.0,0.0,1.086,0.0,0.0,5.179,1.193,10.771,0.0,0.0,4.507,0.0,0.334,0.112,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.901,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-15-mins.xml,93.149,93.149,41.1,41.1,52.049,0.0,0.0,0.0,0.0,0.0,0.0,1.62,0.0,0.0,5.096,1.139,10.778,0.0,0.0,4.507,0.0,0.334,1.472,0.0,0.0,0.0,2.058,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,52.049,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-airflow-fraction-zero.xml,89.78,89.78,41.007,41.007,48.773,0.0,0.0,0.0,0.0,0.0,0.0,1.518,0.0,0.0,5.077,1.152,10.774,0.0,0.0,4.507,0.0,0.334,1.486,0.0,0.0,0.0,2.063,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,48.773,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-control-type-timer.xml,93.458,93.458,41.889,41.889,51.568,0.0,0.0,0.0,0.0,0.0,0.0,1.605,0.0,0.0,5.144,1.164,10.776,0.0,0.0,4.507,0.0,0.334,2.203,0.0,0.0,0.0,2.06,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,51.568,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-dse.xml,76.688,76.688,40.344,40.344,36.344,0.0,0.0,0.0,0.0,0.0,0.0,1.131,0.0,0.0,4.667,1.003,10.775,0.0,0.0,4.507,0.0,0.334,1.77,0.0,0.0,0.0,2.063,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.344,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-location-zipcode.xml,71.844,71.844,39.216,39.216,32.627,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.215,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.627,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-balanced.xml,97.511,97.511,41.434,41.434,56.077,0.0,0.0,0.0,0.0,0.0,0.0,1.746,0.0,0.0,4.997,1.127,10.777,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.057,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,56.077,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-bath-kitchen-fans.xml,74.254,74.254,39.351,39.351,34.904,0.0,0.0,0.0,0.0,0.0,0.0,1.087,0.0,0.0,5.179,1.193,10.771,0.0,0.0,4.507,0.0,0.334,0.112,0.0,0.0,0.0,2.073,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.904,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-15-mins.xml,93.16,93.16,41.099,41.099,52.061,0.0,0.0,0.0,0.0,0.0,0.0,1.621,0.0,0.0,5.095,1.139,10.778,0.0,0.0,4.507,0.0,0.334,1.472,0.0,0.0,0.0,2.058,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,52.061,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-airflow-fraction-zero.xml,89.792,89.792,41.006,41.006,48.786,0.0,0.0,0.0,0.0,0.0,0.0,1.519,0.0,0.0,5.076,1.152,10.774,0.0,0.0,4.507,0.0,0.334,1.486,0.0,0.0,0.0,2.063,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,48.786,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-control-type-timer.xml,93.469,93.469,41.889,41.889,51.58,0.0,0.0,0.0,0.0,0.0,0.0,1.606,0.0,0.0,5.144,1.164,10.776,0.0,0.0,4.507,0.0,0.334,2.203,0.0,0.0,0.0,2.06,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,51.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-dse.xml,76.698,76.698,40.344,40.344,36.354,0.0,0.0,0.0,0.0,0.0,0.0,1.132,0.0,0.0,4.666,1.003,10.775,0.0,0.0,4.507,0.0,0.334,1.769,0.0,0.0,0.0,2.063,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.354,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-mechvent-cfis-evap-cooler-only-ducted.xml,35.364,35.364,35.364,35.364,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.964,10.881,0.0,0.0,4.507,0.0,0.334,2.773,0.0,0.0,0.0,1.809,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-no-additional-runtime.xml,83.173,83.173,39.599,39.599,43.574,0.0,0.0,0.0,0.0,0.0,0.0,1.356,0.0,0.0,5.257,1.206,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,43.574,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-no-outdoor-air-control.xml,103.668,103.668,41.434,41.434,62.234,0.0,0.0,0.0,0.0,0.0,0.0,1.937,0.0,0.0,5.117,1.156,10.777,0.0,0.0,4.507,0.0,0.334,1.452,0.0,0.0,0.0,2.057,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,62.234,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-supplemental-fan-exhaust-15-mins.xml,90.028,90.028,40.074,40.074,49.954,0.0,0.0,0.0,0.0,0.0,0.0,1.555,0.0,0.0,5.165,1.162,10.778,0.0,0.0,4.507,0.0,0.334,0.418,0.0,0.0,0.0,2.059,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.954,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-supplemental-fan-exhaust-synchronized.xml,89.768,89.768,39.984,39.984,49.783,0.0,0.0,0.0,0.0,0.0,0.0,1.55,0.0,0.0,4.976,1.125,10.777,0.0,0.0,4.507,0.0,0.334,0.56,0.0,0.0,0.0,2.059,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.783,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-supplemental-fan-exhaust.xml,88.002,88.002,39.8,39.8,48.202,0.0,0.0,0.0,0.0,0.0,0.0,1.501,0.0,0.0,4.983,1.128,10.777,0.0,0.0,4.507,0.0,0.334,0.416,0.0,0.0,0.0,2.059,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,48.202,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis-supplemental-fan-supply.xml,89.332,89.332,39.847,39.847,49.486,0.0,0.0,0.0,0.0,0.0,0.0,1.54,0.0,0.0,4.996,1.13,10.776,0.0,0.0,4.507,0.0,0.334,0.408,0.0,0.0,0.0,2.061,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.486,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-cfis.xml,90.87,90.87,40.909,40.909,49.96,0.0,0.0,0.0,0.0,0.0,0.0,1.555,0.0,0.0,4.983,1.124,10.776,0.0,0.0,4.507,0.0,0.334,1.476,0.0,0.0,0.0,2.06,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-erv-atre-asre.xml,79.664,79.664,41.184,41.184,38.48,0.0,0.0,0.0,0.0,0.0,0.0,1.198,0.0,0.0,5.216,1.198,10.772,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-erv.xml,79.689,79.689,41.185,41.185,38.504,0.0,0.0,0.0,0.0,0.0,0.0,1.199,0.0,0.0,5.216,1.198,10.772,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.504,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-exhaust.xml,92.798,92.798,40.403,40.403,52.395,0.0,0.0,0.0,0.0,0.0,0.0,1.631,0.0,0.0,4.979,1.124,10.777,0.0,0.0,4.507,0.0,0.334,0.897,0.0,0.0,0.0,2.059,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,52.395,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-hrv-asre.xml,79.692,79.692,41.209,41.209,38.484,0.0,0.0,0.0,0.0,0.0,0.0,1.198,0.0,0.0,5.236,1.203,10.772,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.484,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-hrv.xml,79.716,79.716,41.209,41.209,38.507,0.0,0.0,0.0,0.0,0.0,0.0,1.199,0.0,0.0,5.235,1.203,10.772,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.507,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-multiple.xml,82.831,82.831,39.37,39.37,43.461,0.0,0.0,0.0,0.0,0.0,0.0,1.353,0.0,0.0,3.514,0.735,10.782,0.0,0.0,4.507,0.0,0.334,1.571,0.0,0.0,0.433,2.046,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,43.461,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-supply.xml,89.368,89.368,40.382,40.382,48.986,0.0,0.0,0.0,0.0,0.0,0.0,1.525,0.0,0.0,5.045,1.143,10.775,0.0,0.0,4.507,0.0,0.334,0.897,0.0,0.0,0.0,2.061,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,48.986,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-mechvent-whole-house-fan.xml,69.811,69.811,36.913,36.913,32.898,0.0,0.0,0.0,0.0,0.0,0.0,1.024,0.0,0.0,2.849,0.578,10.783,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.699,2.043,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.898,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-additional-properties.xml,71.853,71.853,39.218,39.218,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-bills-battery-scheduled-detailed-only.xml,73.588,73.588,40.952,40.952,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.735,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-bills-detailed-only.xml,71.853,71.853,39.218,39.218,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-bills-pv-detailed-only.xml,71.853,44.967,39.218,12.331,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-bills-pv-mixed.xml,71.853,44.967,39.218,12.331,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-bills-pv.xml,71.853,14.59,39.218,-18.046,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-57.264,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-bills.xml,71.853,71.853,39.218,39.218,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-defaults.xml,77.353,58.196,39.377,20.22,37.976,0.0,0.0,0.0,0.0,0.0,0.0,1.182,0.0,0.0,1.983,0.372,2.228,0.0,0.313,4.507,0.0,0.334,1.14,0.0,0.0,1.125,2.158,0.0,0.0,0.399,0.321,2.387,1.529,0.745,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-19.157,0.0,0.504,7.652,37.976,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-emissions.xml,80.467,53.58,47.831,20.945,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.767,7.847,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-generators-battery-scheduled.xml,82.399,82.399,32.763,32.763,41.136,8.5,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,-8.189,1.735,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-generators-battery.xml,80.664,80.664,31.029,31.029,41.136,8.5,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,-8.189,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-generators.xml,80.664,80.664,31.029,31.029,41.136,8.5,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,-8.189,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-ground-conductivity.xml,68.95,68.95,39.11,39.11,29.84,0.0,0.0,0.0,0.0,0.0,0.0,0.929,0.0,0.0,5.2,1.199,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,29.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-loads-large-uncommon.xml,157.525,157.525,72.242,72.242,77.283,0.0,2.5,5.5,0.0,0.0,0.0,0.763,0.0,0.0,6.373,1.528,10.763,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,7.506,2.575,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,1.621,0.0,9.207,4.437,3.415,0.0,0.0,0.0,5.118,24.516,0.0,0.0,0.0,0.0,0.0,49.967,0.0,0.0,2.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-loads-large-uncommon2.xml,104.009,104.009,68.693,68.693,27.316,0.0,2.5,5.5,0.0,0.0,0.0,0.763,0.0,0.0,6.373,1.528,10.763,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,7.506,2.575,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,1.621,0.0,9.207,0.887,3.415,0.0,0.0,0.0,5.118,24.516,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-loads-none.xml,67.474,67.474,27.872,27.872,39.602,0.0,0.0,0.0,0.0,0.0,0.0,1.233,0.0,0.0,4.384,0.98,10.775,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.063,0.0,0.0,0.284,0.347,1.436,1.529,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.602,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-multiple-buildings.xml,62.599,62.599,39.017,39.017,23.582,0.0,0.0,0.0,0.0,0.0,0.0,0.734,0.0,0.0,5.269,1.229,10.766,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.083,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.582,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-neighbor-shading.xml,73.819,73.819,38.723,38.723,35.096,0.0,0.0,0.0,0.0,0.0,0.0,1.093,0.0,0.0,4.768,1.084,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.096,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-terrain-shielding.xml,78.821,78.821,38.24,38.24,40.581,0.0,0.0,0.0,0.0,0.0,0.0,1.263,0.0,0.0,4.262,0.943,10.777,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.059,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.581,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-unit-multiplier-detailed-electric-panel.xml,718.536,718.536,392.177,392.177,326.358,0.0,0.0,0.0,0.0,0.0,0.0,10.16,0.0,0.0,52.161,12.044,107.702,0.0,0.0,45.072,0.0,3.339,0.0,0.0,0.0,0.0,20.746,0.0,0.0,2.843,3.469,14.364,15.286,0.0,21.155,83.836,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,326.358,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-unit-multiplier.xml,718.536,718.536,392.177,392.177,326.358,0.0,0.0,0.0,0.0,0.0,0.0,10.16,0.0,0.0,52.161,12.044,107.702,0.0,0.0,45.072,0.0,3.339,0.0,0.0,0.0,0.0,20.746,0.0,0.0,2.843,3.469,14.364,15.286,0.0,21.155,83.836,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,326.358,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-misc-usage-multiplier.xml,109.631,109.631,52.764,52.764,49.354,0.0,2.479,5.034,0.0,0.0,0.0,0.938,0.0,0.0,5.515,1.288,8.287,0.0,0.0,5.821,0.0,0.476,0.0,0.0,0.0,0.0,1.871,2.317,0.0,0.213,0.26,1.077,1.146,0.0,1.587,6.288,0.0,0.0,6.383,2.878,2.845,0.0,0.0,0.0,3.573,30.147,0.0,0.0,0.0,0.0,0.0,17.692,0.0,0.0,1.515,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.479,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.034,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-battery-ah.xml,72.62,45.734,39.985,13.098,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.767,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-battery-and-vehicle-ev.xml,80.467,53.58,47.831,20.945,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.767,7.847,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-battery-garage.xml,75.054,48.168,38.181,11.295,36.873,0.0,0.0,0.0,0.0,0.0,0.0,1.148,0.0,0.0,3.623,0.808,10.877,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.817,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.829,0.0,36.873,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-battery-round-trip-efficiency.xml,73.887,47.001,41.252,14.365,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,2.034,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-battery-scheduled.xml,73.588,46.702,40.952,14.066,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,1.735,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-battery.xml,72.62,45.734,39.985,13.098,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.767,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-generators-battery-scheduled.xml,82.399,55.513,32.763,5.877,41.136,8.5,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,-8.189,1.735,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-generators-battery.xml,81.493,54.606,31.857,4.971,41.136,8.5,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,-8.189,0.828,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-generators.xml,80.664,53.778,31.029,4.142,41.136,8.5,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,-8.189,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv-inverters.xml,71.853,45.121,39.218,12.485,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.732,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-pv.xml,71.853,44.967,39.218,12.331,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-residents-0.xml,55.156,55.156,9.362,9.362,45.794,0.0,0.0,0.0,0.0,0.0,0.0,1.426,0.0,0.0,4.102,0.92,0.854,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.061,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.794,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-residents-1-misc-loads-large-uncommon.xml,113.818,113.818,55.49,55.49,50.668,0.0,2.527,5.133,0.0,0.0,0.0,0.968,0.0,0.0,5.423,1.262,4.679,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,4.452,1.209,0.0,0.2,0.221,0.917,1.115,0.0,2.007,6.55,1.15,0.0,6.508,2.937,2.899,0.0,0.0,0.0,8.152,31.084,0.0,0.0,0.0,0.0,0.0,18.039,0.0,0.0,1.544,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.527,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.133,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-residents-1-misc-loads-large-uncommon2.xml,93.43,93.43,53.14,53.14,32.629,0.0,2.527,5.133,0.0,0.0,0.0,0.968,0.0,0.0,5.423,1.262,4.679,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,4.452,1.209,0.0,0.2,0.221,0.917,1.115,0.0,2.007,6.55,1.15,0.0,6.508,0.587,2.899,0.0,0.0,0.0,8.152,31.084,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.544,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.527,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.133,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-residents-1.xml,65.112,65.112,29.65,29.65,35.462,0.0,0.0,0.0,0.0,0.0,0.0,1.104,0.0,0.0,4.84,1.102,4.682,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.2,0.221,0.917,1.115,0.0,2.007,6.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.462,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-residents-5-5.xml,85.911,65.659,51.703,31.451,34.208,0.0,0.0,0.0,0.0,0.0,0.0,1.065,0.0,0.0,2.232,0.43,8.644,0.0,0.328,4.507,0.0,0.334,1.14,0.0,0.0,1.174,2.163,0.0,0.0,0.593,0.511,3.798,2.36,0.745,3.423,10.263,0.0,0.0,0.0,0.0,0.0,-20.251,0.0,0.342,7.652,34.208,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-all-10-mins.xml,71.755,71.755,39.573,39.573,32.181,0.0,0.0,0.0,0.0,0.0,0.0,1.002,0.0,0.0,5.512,1.267,10.778,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.181,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-mixed-timesteps-power-outage.xml,37.62,37.62,30.798,30.798,6.823,0.0,0.0,0.0,0.0,0.0,0.0,0.212,0.0,0.0,3.926,0.847,8.726,0.0,0.0,3.618,0.0,0.267,0.0,0.0,0.0,0.0,1.69,0.0,0.0,0.238,0.296,1.183,1.275,0.0,1.713,6.806,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.823,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-mixed-timesteps.xml,48.27,48.27,36.872,36.872,11.398,0.0,0.0,0.0,0.0,0.0,0.0,0.355,0.0,0.0,3.94,0.85,10.824,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,1.965,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.398,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-occupancy-stochastic-10-mins.xml,70.816,70.816,39.31,39.31,31.506,0.0,0.0,0.0,0.0,0.0,0.0,0.981,0.0,0.0,5.314,1.231,10.769,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.506,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-occupancy-stochastic-no-space-cooling.xml,68.334,68.334,36.884,36.884,31.45,0.0,0.0,0.0,0.0,0.0,0.0,0.979,0.0,0.0,3.34,0.759,10.762,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.106,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-occupancy-stochastic-no-space-heating.xml,66.558,66.558,39.177,39.177,27.38,0.0,0.0,0.0,0.0,0.0,0.0,0.852,0.0,0.0,5.314,1.231,10.781,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.061,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-occupancy-stochastic-power-outage.xml,52.628,52.628,32.948,32.948,19.68,0.0,0.0,0.0,0.0,0.0,0.0,0.613,0.0,0.0,5.292,1.225,8.667,0.0,0.0,3.618,0.0,0.267,0.0,0.0,0.0,0.0,1.754,0.0,0.0,0.238,0.296,1.183,1.275,0.0,1.713,6.806,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-occupancy-stochastic-vacancy.xml,70.429,70.429,33.918,33.918,36.511,0.0,0.0,0.0,0.0,0.0,0.0,1.137,0.0,0.0,5.313,1.231,8.79,0.0,0.0,3.613,0.0,0.266,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.238,0.296,1.183,1.274,0.0,1.711,6.792,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.511,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-occupancy-stochastic.xml,70.821,70.821,39.316,39.316,31.505,0.0,0.0,0.0,0.0,0.0,0.0,0.981,0.0,0.0,5.314,1.231,10.775,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.505,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-setpoints-daily-schedules.xml,70.897,70.897,38.338,38.338,32.558,0.0,0.0,0.0,0.0,0.0,0.0,1.014,0.0,0.0,4.489,1.059,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.069,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.558,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-setpoints-daily-setbacks.xml,69.589,69.589,38.501,38.501,31.087,0.0,0.0,0.0,0.0,0.0,0.0,0.968,0.0,0.0,4.661,1.095,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.087,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-detailed-setpoints.xml,48.185,48.185,36.473,36.473,11.713,0.0,0.0,0.0,0.0,0.0,0.0,0.365,0.0,0.0,3.612,0.782,10.817,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.96,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.713,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-simple-no-space-cooling.xml,70.141,70.141,37.55,37.55,32.591,0.0,0.0,0.0,0.0,0.0,0.0,1.015,0.0,0.0,3.867,0.876,10.761,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.095,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.591,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-simple-no-space-heating.xml,66.002,66.002,39.027,39.027,26.975,0.0,0.0,0.0,0.0,0.0,0.0,0.84,0.0,0.0,5.216,1.204,10.779,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.052,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.975,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-simple-power-outage.xml,92.35,92.35,60.701,60.701,31.65,0.0,0.0,0.0,0.0,0.0,0.0,0.985,0.0,0.0,4.009,0.912,33.974,1.37,0.0,4.199,0.0,0.311,0.0,0.0,0.0,0.0,2.017,0.0,0.0,0.261,0.318,1.316,1.401,0.0,1.94,7.686,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-simple-vacancy.xml,93.214,93.214,56.743,56.743,36.471,0.0,0.0,0.0,0.0,0.0,0.0,1.135,0.0,0.0,5.336,1.237,30.016,1.241,0.0,3.592,0.0,0.266,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.236,0.288,1.192,1.269,0.0,1.756,6.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.471,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-schedules-simple.xml,106.447,106.447,74.801,74.801,31.645,0.0,0.0,0.0,0.0,0.0,0.0,0.985,0.0,0.0,5.336,1.237,36.441,1.495,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.151,31.645,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-calendar-year-custom.xml,71.801,71.801,39.161,39.161,32.64,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.174,1.191,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-daylight-saving-custom.xml,71.854,71.854,39.218,39.218,32.637,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.637,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-daylight-saving-disabled.xml,71.817,71.817,39.199,39.199,32.618,0.0,0.0,0.0,0.0,0.0,0.0,1.015,0.0,0.0,5.202,1.201,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.618,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-runperiod-1-month.xml,14.5059,14.5059,3.2222,3.2222,11.2838,0.0,0.0,0.0,0.0,0.0,0.0,0.3513,0.0,0.0,0.0446,0.0,1.0873,0.0,0.0,0.3947,0.0,0.0292,0.0,0.0,0.0,0.0,0.1565,0.0,0.0,0.0234,0.0285,0.1181,0.1256,0.0,0.1739,0.6891,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.2838,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-temperature-capacitance-multiplier.xml,71.701,71.701,39.154,39.154,32.547,0.0,0.0,0.0,0.0,0.0,0.0,1.013,0.0,0.0,5.167,1.193,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.547,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,71.772,71.772,39.568,39.568,32.203,0.0,0.0,0.0,0.0,0.0,0.0,1.002,0.0,0.0,5.51,1.266,10.774,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.203,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,71.712,71.712,39.571,39.571,32.141,0.0,0.0,0.0,0.0,0.0,0.0,1.001,0.0,0.0,5.512,1.267,10.776,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.141,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-timestep-10-mins.xml,72.736,72.736,39.474,39.474,33.262,0.0,0.0,0.0,0.0,0.0,0.0,1.035,0.0,0.0,5.415,1.24,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.262,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-timestep-30-mins.xml,72.421,72.421,39.374,39.374,33.047,0.0,0.0,0.0,0.0,0.0,0.0,1.029,0.0,0.0,5.339,1.225,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.047,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-level1.xml,81.88,81.88,44.934,44.934,36.946,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.607,36.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-miles-per-kwh.xml,82.424,82.424,45.478,45.478,36.946,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.151,36.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-mpge.xml,82.413,82.413,45.467,45.467,36.946,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.14,36.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-occupancy-stochastic.xml,84.878,84.878,49.567,49.567,35.311,0.0,0.0,0.0,0.0,0.0,0.0,1.099,0.0,0.0,3.717,0.834,10.89,0.0,0.0,4.51,0.142,0.334,0.0,0.0,0.0,0.0,1.798,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.149,35.311,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-plug-load-ev.xml,84.504,84.504,47.559,47.559,36.946,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.232,36.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-scheduled.xml,82.119,82.119,45.173,45.173,36.946,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.847,36.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger-undercharged.xml,74.401,74.401,37.456,37.456,36.946,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.129,36.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-charger.xml,82.424,82.424,45.478,45.478,36.946,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.151,36.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-ev-no-charger.xml,74.272,74.272,37.327,37.327,36.946,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-vehicle-multiple.xml,82.424,82.424,45.478,45.478,36.946,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.151,36.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-zones-spaces-multiple.xml,62.643,62.643,36.099,36.099,26.545,0.0,0.0,0.0,0.0,0.0,0.0,0.833,0.0,0.0,2.922,0.626,10.917,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.722,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.545,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-zones-spaces.xml,63.46,63.46,36.162,36.162,27.298,0.0,0.0,0.0,0.0,0.0,0.0,0.848,0.0,0.0,2.952,0.639,10.914,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.729,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.298,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base.xml,71.853,71.853,39.218,39.218,32.636,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house001.xml,89.312,89.312,48.663,48.663,40.649,0.0,0.0,0.0,0.0,0.0,0.0,0.654,0.0,0.0,18.273,3.734,0.0,0.0,0.0,7.376,0.315,0.652,0.448,0.0,0.0,0.0,2.398,0.0,0.0,0.474,0.394,2.932,1.795,0.0,2.586,6.629,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.959,0.0,16.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house002.xml,68.109,68.109,40.413,40.413,27.696,0.0,0.0,0.0,0.0,0.0,0.0,0.391,0.0,0.0,15.085,2.671,0.0,0.0,0.0,6.378,0.315,0.594,0.448,0.0,0.0,0.0,2.287,0.0,0.0,0.399,0.321,2.387,1.529,0.0,2.116,5.493,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.309,0.0,13.387,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-no-additional-runtime.xml,83.182,83.182,39.599,39.599,43.583,0.0,0.0,0.0,0.0,0.0,0.0,1.357,0.0,0.0,5.257,1.206,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,43.583,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-no-outdoor-air-control.xml,86.088,86.088,40.674,40.674,45.414,0.0,0.0,0.0,0.0,0.0,0.0,1.394,0.0,0.0,4.73,0.999,10.777,0.0,0.0,4.507,0.0,0.334,1.778,0.0,0.0,0.0,2.059,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.414,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-supplemental-fan-exhaust-15-mins.xml,90.039,90.039,40.073,40.073,49.966,0.0,0.0,0.0,0.0,0.0,0.0,1.555,0.0,0.0,5.165,1.162,10.778,0.0,0.0,4.507,0.0,0.334,0.417,0.0,0.0,0.0,2.059,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.966,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-supplemental-fan-exhaust-synchronized.xml,89.779,89.779,39.984,39.984,49.795,0.0,0.0,0.0,0.0,0.0,0.0,1.55,0.0,0.0,4.976,1.125,10.777,0.0,0.0,4.507,0.0,0.334,0.56,0.0,0.0,0.0,2.059,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-supplemental-fan-exhaust.xml,88.013,88.013,39.799,39.799,48.213,0.0,0.0,0.0,0.0,0.0,0.0,1.501,0.0,0.0,4.982,1.128,10.777,0.0,0.0,4.507,0.0,0.334,0.416,0.0,0.0,0.0,2.059,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,48.213,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis-supplemental-fan-supply.xml,89.344,89.344,39.846,39.846,49.498,0.0,0.0,0.0,0.0,0.0,0.0,1.541,0.0,0.0,4.995,1.13,10.776,0.0,0.0,4.507,0.0,0.334,0.408,0.0,0.0,0.0,2.061,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.498,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-cfis.xml,90.881,90.881,40.909,40.909,49.972,0.0,0.0,0.0,0.0,0.0,0.0,1.556,0.0,0.0,4.982,1.123,10.776,0.0,0.0,4.507,0.0,0.334,1.476,0.0,0.0,0.0,2.06,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.972,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-erv-atre-asre.xml,79.67,79.67,41.184,41.184,38.486,0.0,0.0,0.0,0.0,0.0,0.0,1.198,0.0,0.0,5.216,1.198,10.772,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.486,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-erv.xml,79.695,79.695,41.185,41.185,38.51,0.0,0.0,0.0,0.0,0.0,0.0,1.199,0.0,0.0,5.216,1.198,10.772,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-exhaust.xml,92.81,92.81,40.403,40.403,52.408,0.0,0.0,0.0,0.0,0.0,0.0,1.631,0.0,0.0,4.978,1.124,10.777,0.0,0.0,4.507,0.0,0.334,0.897,0.0,0.0,0.0,2.059,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,52.408,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-hrv-asre.xml,79.698,79.698,41.209,41.209,38.489,0.0,0.0,0.0,0.0,0.0,0.0,1.198,0.0,0.0,5.236,1.203,10.772,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-hrv.xml,79.722,79.722,41.209,41.209,38.513,0.0,0.0,0.0,0.0,0.0,0.0,1.199,0.0,0.0,5.235,1.203,10.772,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.513,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-multiple.xml,82.84,82.84,39.371,39.371,43.469,0.0,0.0,0.0,0.0,0.0,0.0,1.353,0.0,0.0,3.514,0.735,10.782,0.0,0.0,4.507,0.0,0.334,1.571,0.0,0.0,0.433,2.046,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,43.469,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-supply.xml,89.38,89.38,40.381,40.381,48.998,0.0,0.0,0.0,0.0,0.0,0.0,1.525,0.0,0.0,5.044,1.143,10.775,0.0,0.0,4.507,0.0,0.334,0.897,0.0,0.0,0.0,2.061,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,48.998,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-mechvent-whole-house-fan.xml,69.814,69.814,36.913,36.913,32.9,0.0,0.0,0.0,0.0,0.0,0.0,1.024,0.0,0.0,2.851,0.578,10.783,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.699,2.043,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-additional-properties.xml,71.856,71.856,39.218,39.218,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-bills-battery-scheduled-detailed-only.xml,73.591,73.591,40.953,40.953,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.735,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-bills-detailed-only.xml,71.856,71.856,39.218,39.218,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-bills-pv-detailed-only.xml,71.856,44.97,39.218,12.332,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-bills-pv-mixed.xml,71.856,44.97,39.218,12.332,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-bills-pv.xml,71.856,14.593,39.218,-18.045,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-57.264,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-bills.xml,71.856,71.856,39.218,39.218,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-defaults.xml,77.362,58.205,39.376,20.219,37.986,0.0,0.0,0.0,0.0,0.0,0.0,1.183,0.0,0.0,1.983,0.372,2.228,0.0,0.313,4.507,0.0,0.334,1.14,0.0,0.0,1.124,2.158,0.0,0.0,0.399,0.321,2.387,1.529,0.745,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-19.157,0.0,0.504,7.652,37.986,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-emissions.xml,80.469,53.583,47.831,20.945,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.766,7.847,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-generators-battery-scheduled.xml,82.402,82.402,32.764,32.764,41.138,8.5,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,-8.189,1.735,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-generators-battery.xml,80.667,80.667,31.029,31.029,41.138,8.5,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,-8.189,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-generators.xml,80.667,80.667,31.029,31.029,41.138,8.5,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,-8.189,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-ground-conductivity.xml,68.953,68.953,39.11,39.11,29.842,0.0,0.0,0.0,0.0,0.0,0.0,0.929,0.0,0.0,5.2,1.199,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,29.842,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-loads-large-uncommon.xml,157.527,157.527,72.243,72.243,77.285,0.0,2.5,5.5,0.0,0.0,0.0,0.763,0.0,0.0,6.374,1.528,10.763,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,7.506,2.575,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,1.621,0.0,9.207,4.437,3.415,0.0,0.0,0.0,5.118,24.518,0.0,0.0,0.0,0.0,0.0,49.967,0.0,0.0,2.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-loads-large-uncommon2.xml,104.012,104.012,68.693,68.693,27.318,0.0,2.5,5.5,0.0,0.0,0.0,0.763,0.0,0.0,6.374,1.528,10.763,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,7.506,2.575,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,1.621,0.0,9.207,0.887,3.415,0.0,0.0,0.0,5.118,24.518,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-loads-none.xml,67.477,67.477,27.872,27.872,39.604,0.0,0.0,0.0,0.0,0.0,0.0,1.233,0.0,0.0,4.384,0.98,10.775,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.063,0.0,0.0,0.284,0.347,1.436,1.529,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.604,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-multiple-buildings.xml,62.602,62.602,39.018,39.018,23.584,0.0,0.0,0.0,0.0,0.0,0.0,0.734,0.0,0.0,5.269,1.229,10.766,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.083,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.584,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-neighbor-shading.xml,73.822,73.822,38.723,38.723,35.099,0.0,0.0,0.0,0.0,0.0,0.0,1.093,0.0,0.0,4.768,1.084,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.099,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-terrain-shielding.xml,78.824,78.824,38.241,38.241,40.583,0.0,0.0,0.0,0.0,0.0,0.0,1.263,0.0,0.0,4.262,0.943,10.777,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.059,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.583,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-unit-multiplier-detailed-electric-panel.xml,718.562,718.562,392.182,392.182,326.38,0.0,0.0,0.0,0.0,0.0,0.0,10.16,0.0,0.0,52.164,12.045,107.702,0.0,0.0,45.072,0.0,3.339,0.0,0.0,0.0,0.0,20.746,0.0,0.0,2.843,3.469,14.364,15.286,0.0,21.155,83.836,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,326.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-unit-multiplier.xml,718.562,718.562,392.182,392.182,326.38,0.0,0.0,0.0,0.0,0.0,0.0,10.16,0.0,0.0,52.164,12.045,107.702,0.0,0.0,45.072,0.0,3.339,0.0,0.0,0.0,0.0,20.746,0.0,0.0,2.843,3.469,14.364,15.286,0.0,21.155,83.836,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,326.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-misc-usage-multiplier.xml,109.633,109.633,52.764,52.764,49.356,0.0,2.479,5.034,0.0,0.0,0.0,0.939,0.0,0.0,5.515,1.288,8.287,0.0,0.0,5.821,0.0,0.476,0.0,0.0,0.0,0.0,1.871,2.317,0.0,0.213,0.26,1.077,1.146,0.0,1.587,6.288,0.0,0.0,6.383,2.878,2.845,0.0,0.0,0.0,3.573,30.149,0.0,0.0,0.0,0.0,0.0,17.692,0.0,0.0,1.515,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.479,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.034,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-battery-ah.xml,72.622,45.736,39.985,13.098,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.766,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-battery-and-vehicle-ev.xml,80.469,53.583,47.831,20.945,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.766,7.847,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-battery-garage.xml,75.056,48.17,38.181,11.295,36.875,0.0,0.0,0.0,0.0,0.0,0.0,1.148,0.0,0.0,3.623,0.809,10.877,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.817,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.829,0.0,36.875,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-battery-round-trip-efficiency.xml,73.889,47.002,41.251,14.364,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,2.033,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-battery-scheduled.xml,73.591,46.704,40.953,14.066,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,1.735,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-battery.xml,72.622,45.736,39.985,13.098,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.766,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-generators-battery-scheduled.xml,82.402,55.515,32.764,5.877,41.138,8.5,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,-8.189,1.735,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-generators-battery.xml,81.495,54.608,31.857,4.971,41.138,8.5,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,-8.189,0.828,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-generators.xml,80.667,53.781,31.029,4.143,41.138,8.5,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,-8.189,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv-inverters.xml,71.856,45.124,39.218,12.486,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.732,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-pv.xml,71.856,44.97,39.218,12.332,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-residents-0.xml,55.158,55.158,9.362,9.362,45.796,0.0,0.0,0.0,0.0,0.0,0.0,1.426,0.0,0.0,4.102,0.92,0.854,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.061,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.796,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-residents-1-misc-loads-large-uncommon.xml,113.821,113.821,55.49,55.49,50.67,0.0,2.527,5.133,0.0,0.0,0.0,0.968,0.0,0.0,5.424,1.262,4.679,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,4.452,1.209,0.0,0.2,0.221,0.917,1.115,0.0,2.007,6.55,1.15,0.0,6.508,2.937,2.899,0.0,0.0,0.0,8.152,31.086,0.0,0.0,0.0,0.0,0.0,18.039,0.0,0.0,1.544,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.527,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.133,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-residents-1-misc-loads-large-uncommon2.xml,93.432,93.432,53.141,53.141,32.631,0.0,2.527,5.133,0.0,0.0,0.0,0.968,0.0,0.0,5.424,1.262,4.679,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,4.452,1.209,0.0,0.2,0.221,0.917,1.115,0.0,2.007,6.55,1.15,0.0,6.508,0.587,2.899,0.0,0.0,0.0,8.152,31.086,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.544,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.527,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.133,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-residents-1.xml,65.114,65.114,29.65,29.65,35.465,0.0,0.0,0.0,0.0,0.0,0.0,1.104,0.0,0.0,4.84,1.103,4.682,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.2,0.221,0.917,1.115,0.0,2.007,6.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.465,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-residents-5-5.xml,85.923,65.672,51.705,31.454,34.218,0.0,0.0,0.0,0.0,0.0,0.0,1.065,0.0,0.0,2.232,0.43,8.644,0.0,0.328,4.507,0.0,0.334,1.14,0.0,0.0,1.177,2.163,0.0,0.0,0.593,0.511,3.798,2.36,0.745,3.423,10.263,0.0,0.0,0.0,0.0,0.0,-20.251,0.0,0.342,7.652,34.218,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-all-10-mins.xml,71.758,71.758,39.574,39.574,32.184,0.0,0.0,0.0,0.0,0.0,0.0,1.002,0.0,0.0,5.512,1.267,10.778,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.184,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-mixed-timesteps-power-outage.xml,37.532,37.532,30.709,30.709,6.823,0.0,0.0,0.0,0.0,0.0,0.0,0.212,0.0,0.0,3.838,0.847,8.726,0.0,0.0,3.618,0.0,0.267,0.0,0.0,0.0,0.0,1.69,0.0,0.0,0.238,0.296,1.183,1.275,0.0,1.713,6.806,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.823,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-mixed-timesteps.xml,48.272,48.272,36.873,36.873,11.399,0.0,0.0,0.0,0.0,0.0,0.0,0.355,0.0,0.0,3.94,0.85,10.824,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,1.965,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.399,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-occupancy-stochastic-10-mins.xml,70.819,70.819,39.311,39.311,31.508,0.0,0.0,0.0,0.0,0.0,0.0,0.981,0.0,0.0,5.315,1.231,10.769,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.508,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-occupancy-stochastic-no-space-cooling.xml,68.337,68.337,36.885,36.885,31.452,0.0,0.0,0.0,0.0,0.0,0.0,0.979,0.0,0.0,3.34,0.759,10.762,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.106,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.452,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-occupancy-stochastic-no-space-heating.xml,66.56,66.56,39.178,39.178,27.382,0.0,0.0,0.0,0.0,0.0,0.0,0.852,0.0,0.0,5.314,1.231,10.781,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.061,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.382,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-occupancy-stochastic-power-outage.xml,52.542,52.542,32.86,32.86,19.681,0.0,0.0,0.0,0.0,0.0,0.0,0.613,0.0,0.0,5.205,1.225,8.667,0.0,0.0,3.618,0.0,0.267,0.0,0.0,0.0,0.0,1.754,0.0,0.0,0.238,0.296,1.183,1.275,0.0,1.713,6.806,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.681,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-occupancy-stochastic-vacancy.xml,70.431,70.431,33.918,33.918,36.513,0.0,0.0,0.0,0.0,0.0,0.0,1.137,0.0,0.0,5.314,1.231,8.79,0.0,0.0,3.613,0.0,0.266,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.238,0.296,1.183,1.274,0.0,1.711,6.792,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.513,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-occupancy-stochastic.xml,70.824,70.824,39.316,39.316,31.508,0.0,0.0,0.0,0.0,0.0,0.0,0.981,0.0,0.0,5.314,1.231,10.775,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.508,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-setpoints-daily-schedules.xml,70.899,70.899,38.339,38.339,32.56,0.0,0.0,0.0,0.0,0.0,0.0,1.014,0.0,0.0,4.489,1.059,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.069,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-setpoints-daily-setbacks.xml,69.591,69.591,38.502,38.502,31.09,0.0,0.0,0.0,0.0,0.0,0.0,0.968,0.0,0.0,4.662,1.095,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-detailed-setpoints.xml,48.187,48.187,36.473,36.473,11.714,0.0,0.0,0.0,0.0,0.0,0.0,0.365,0.0,0.0,3.612,0.782,10.817,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.96,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.714,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-simple-no-space-cooling.xml,70.143,70.143,37.55,37.55,32.593,0.0,0.0,0.0,0.0,0.0,0.0,1.015,0.0,0.0,3.867,0.876,10.761,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.095,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.593,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-simple-no-space-heating.xml,66.005,66.005,39.027,39.027,26.977,0.0,0.0,0.0,0.0,0.0,0.0,0.84,0.0,0.0,5.216,1.204,10.779,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.052,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.977,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-simple-power-outage.xml,92.353,92.353,60.701,60.701,31.652,0.0,0.0,0.0,0.0,0.0,0.0,0.985,0.0,0.0,4.009,0.912,33.974,1.37,0.0,4.199,0.0,0.311,0.0,0.0,0.0,0.0,2.017,0.0,0.0,0.261,0.318,1.316,1.401,0.0,1.94,7.686,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.652,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-simple-vacancy.xml,93.216,93.216,56.744,56.744,36.473,0.0,0.0,0.0,0.0,0.0,0.0,1.135,0.0,0.0,5.336,1.237,30.016,1.241,0.0,3.592,0.0,0.266,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.236,0.288,1.192,1.269,0.0,1.756,6.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.473,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-schedules-simple.xml,106.449,106.449,74.802,74.802,31.648,0.0,0.0,0.0,0.0,0.0,0.0,0.985,0.0,0.0,5.336,1.237,36.441,1.495,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.151,31.648,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-calendar-year-custom.xml,71.804,71.804,39.162,39.162,32.642,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.174,1.191,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.642,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-daylight-saving-custom.xml,71.857,71.857,39.218,39.218,32.639,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.205,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.639,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-daylight-saving-disabled.xml,71.82,71.82,39.2,39.2,32.62,0.0,0.0,0.0,0.0,0.0,0.0,1.015,0.0,0.0,5.203,1.201,10.769,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-runperiod-1-month.xml,14.5063,14.5063,3.2222,3.2222,11.2841,0.0,0.0,0.0,0.0,0.0,0.0,0.3513,0.0,0.0,0.0446,0.0,1.0873,0.0,0.0,0.3947,0.0,0.0292,0.0,0.0,0.0,0.0,0.1565,0.0,0.0,0.0234,0.0285,0.1181,0.1256,0.0,0.1739,0.6891,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.2841,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-temperature-capacitance-multiplier.xml,71.703,71.703,39.153,39.153,32.549,0.0,0.0,0.0,0.0,0.0,0.0,1.013,0.0,0.0,5.166,1.193,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.549,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,71.775,71.775,39.569,39.569,32.206,0.0,0.0,0.0,0.0,0.0,0.0,1.003,0.0,0.0,5.511,1.267,10.774,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.206,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,71.715,71.715,39.571,39.571,32.144,0.0,0.0,0.0,0.0,0.0,0.0,1.001,0.0,0.0,5.512,1.267,10.776,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.077,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.144,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-timestep-10-mins.xml,72.738,72.738,39.474,39.474,33.264,0.0,0.0,0.0,0.0,0.0,0.0,1.036,0.0,0.0,5.415,1.24,10.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.264,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-timestep-30-mins.xml,72.424,72.424,39.375,39.375,33.05,0.0,0.0,0.0,0.0,0.0,0.0,1.029,0.0,0.0,5.339,1.225,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-level1.xml,81.882,81.882,44.934,44.934,36.947,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.607,36.947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-miles-per-kwh.xml,82.426,82.426,45.478,45.478,36.947,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.151,36.947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-mpge.xml,82.415,82.415,45.468,45.468,36.947,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.14,36.947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-occupancy-stochastic.xml,84.88,84.88,49.568,49.568,35.312,0.0,0.0,0.0,0.0,0.0,0.0,1.099,0.0,0.0,3.717,0.834,10.89,0.0,0.0,4.51,0.142,0.334,0.0,0.0,0.0,0.0,1.798,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.149,35.312,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-plug-load-ev.xml,84.506,84.506,47.559,47.559,36.947,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.232,36.947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-scheduled.xml,82.121,82.121,45.174,45.174,36.947,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.847,36.947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger-undercharged.xml,74.404,74.404,37.456,37.456,36.947,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.129,36.947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-charger.xml,82.426,82.426,45.478,45.478,36.947,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.151,36.947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-ev-no-charger.xml,74.274,74.274,37.327,37.327,36.947,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-vehicle-multiple.xml,82.426,82.426,45.478,45.478,36.947,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,0.0,3.606,0.804,10.881,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.807,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.151,36.947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-zones-spaces-multiple.xml,62.646,62.646,36.1,36.1,26.546,0.0,0.0,0.0,0.0,0.0,0.0,0.833,0.0,0.0,2.922,0.627,10.917,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.722,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.546,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-zones-spaces.xml,63.462,63.462,36.162,36.162,27.3,0.0,0.0,0.0,0.0,0.0,0.0,0.848,0.0,0.0,2.953,0.639,10.914,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.729,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base.xml,71.856,71.856,39.218,39.218,32.638,0.0,0.0,0.0,0.0,0.0,0.0,1.016,0.0,0.0,5.216,1.204,10.77,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.284,0.347,1.436,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house001.xml,89.309,89.309,48.665,48.665,40.644,0.0,0.0,0.0,0.0,0.0,0.0,0.654,0.0,0.0,18.275,3.735,0.0,0.0,0.0,7.376,0.315,0.652,0.448,0.0,0.0,0.0,2.398,0.0,0.0,0.474,0.394,2.932,1.795,0.0,2.586,6.629,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.953,0.0,16.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house002.xml,68.11,68.11,40.413,40.413,27.696,0.0,0.0,0.0,0.0,0.0,0.0,0.391,0.0,0.0,15.084,2.671,0.0,0.0,0.0,6.378,0.315,0.594,0.448,0.0,0.0,0.0,2.287,0.0,0.0,0.399,0.321,2.387,1.529,0.0,2.116,5.493,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.309,0.0,13.387,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house003.xml,70.244,70.244,41.468,41.468,28.776,0.0,0.0,0.0,0.0,0.0,0.0,0.427,0.0,0.0,14.684,3.008,0.0,0.0,0.0,6.872,0.315,0.623,0.448,0.0,0.0,0.0,2.285,0.0,0.0,0.399,0.321,2.387,1.529,0.0,2.116,6.055,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.642,0.0,13.134,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house004.xml,136.068,136.068,75.698,75.698,60.37,0.0,0.0,0.0,0.0,0.0,0.0,1.173,0.0,0.0,31.328,7.252,0.0,0.0,0.0,11.556,0.315,0.894,0.448,0.0,0.0,0.0,2.245,0.0,0.0,0.437,0.358,2.66,1.662,1.633,2.351,11.386,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,44.456,0.0,15.914,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house005.xml,98.742,98.742,55.938,55.938,42.804,0.0,0.0,0.0,0.0,0.0,0.0,0.759,0.0,0.0,21.626,4.43,0.0,0.0,0.0,9.15,0.315,0.755,0.448,0.0,0.0,0.0,2.34,0.0,0.0,0.437,0.358,2.66,1.662,0.0,2.351,8.648,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.821,0.0,14.983,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house006.xml,138.372,138.372,32.09,32.09,106.281,0.0,0.0,0.0,0.0,0.0,0.0,2.589,0.0,0.0,2.636,0.494,0.0,0.0,0.0,8.682,0.29,0.705,3.138,0.0,0.0,0.0,1.533,0.0,0.0,0.399,0.321,0.189,0.105,0.0,2.116,8.893,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,80.783,0.0,19.919,2.509,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house007.xml,139.458,139.458,34.202,34.202,105.256,0.0,0.0,0.0,0.0,0.0,0.0,2.394,0.0,0.0,2.441,0.407,0.0,0.0,0.0,10.293,0.315,0.821,1.943,0.0,0.0,0.0,2.171,0.0,0.0,0.437,0.358,0.21,0.114,0.0,2.351,9.949,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,76.246,0.0,22.874,2.796,3.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house008.xml,183.166,183.166,39.723,39.723,143.443,0.0,0.0,0.0,0.0,0.0,0.0,3.484,0.0,0.0,3.46,0.672,0.0,0.0,0.0,11.0,0.315,0.862,3.138,0.0,0.0,0.0,2.229,0.0,0.0,0.474,0.394,0.232,0.123,0.0,2.586,10.753,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,110.973,0.0,25.778,3.082,3.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house009.xml,154.168,154.168,34.384,34.384,119.784,0.0,0.0,0.0,0.0,0.0,0.0,2.849,0.0,0.0,2.257,0.381,0.0,0.0,0.0,10.266,0.315,0.819,1.943,0.0,0.0,0.0,2.167,0.0,0.0,0.437,0.358,0.21,0.114,0.0,2.351,9.918,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,90.767,0.0,22.881,2.796,3.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house010.xml,154.25,154.25,37.868,37.868,116.381,0.0,0.0,0.0,0.0,0.0,0.0,2.634,0.0,0.0,2.682,0.487,0.0,0.0,0.0,10.98,0.315,0.861,3.138,0.0,0.0,0.0,2.229,0.0,0.0,0.474,0.394,0.232,0.123,0.0,2.586,10.731,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,83.911,0.0,25.778,3.082,3.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house011.xml,45.449,45.449,45.449,45.449,0.0,0.0,0.0,0.0,0.0,0.0,6.794,0.933,0.732,0.006,8.705,1.668,10.613,0.0,0.0,4.902,0.0,0.509,0.003,0.0,0.0,0.0,2.321,0.0,0.0,0.437,0.0,0.0,1.662,0.0,2.351,3.813,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house004.xml,136.068,136.068,75.698,75.698,60.371,0.0,0.0,0.0,0.0,0.0,0.0,1.173,0.0,0.0,31.328,7.252,0.0,0.0,0.0,11.556,0.315,0.894,0.448,0.0,0.0,0.0,2.245,0.0,0.0,0.437,0.358,2.66,1.662,1.633,2.351,11.386,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,44.457,0.0,15.914,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house005.xml,98.738,98.738,55.939,55.939,42.798,0.0,0.0,0.0,0.0,0.0,0.0,0.759,0.0,0.0,21.627,4.431,0.0,0.0,0.0,9.15,0.315,0.755,0.448,0.0,0.0,0.0,2.34,0.0,0.0,0.437,0.358,2.66,1.662,0.0,2.351,8.648,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.815,0.0,14.983,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house006.xml,138.37,138.37,32.09,32.09,106.28,0.0,0.0,0.0,0.0,0.0,0.0,2.589,0.0,0.0,2.636,0.494,0.0,0.0,0.0,8.682,0.29,0.705,3.138,0.0,0.0,0.0,1.533,0.0,0.0,0.399,0.321,0.189,0.105,0.0,2.116,8.893,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,80.781,0.0,19.919,2.509,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house007.xml,139.454,139.454,34.203,34.203,105.251,0.0,0.0,0.0,0.0,0.0,0.0,2.393,0.0,0.0,2.441,0.407,0.0,0.0,0.0,10.293,0.315,0.821,1.943,0.0,0.0,0.0,2.171,0.0,0.0,0.437,0.358,0.21,0.114,0.0,2.351,9.949,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,76.242,0.0,22.873,2.796,3.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house008.xml,183.161,183.161,39.723,39.723,143.438,0.0,0.0,0.0,0.0,0.0,0.0,3.483,0.0,0.0,3.46,0.672,0.0,0.0,0.0,11.0,0.315,0.862,3.138,0.0,0.0,0.0,2.229,0.0,0.0,0.474,0.394,0.232,0.123,0.0,2.586,10.753,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,110.968,0.0,25.778,3.082,3.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house009.xml,154.163,154.163,34.384,34.384,119.779,0.0,0.0,0.0,0.0,0.0,0.0,2.849,0.0,0.0,2.257,0.381,0.0,0.0,0.0,10.266,0.315,0.819,1.943,0.0,0.0,0.0,2.167,0.0,0.0,0.437,0.358,0.21,0.114,0.0,2.351,9.918,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,90.762,0.0,22.881,2.796,3.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house010.xml,154.246,154.246,37.868,37.868,116.378,0.0,0.0,0.0,0.0,0.0,0.0,2.634,0.0,0.0,2.682,0.487,0.0,0.0,0.0,10.98,0.315,0.861,3.138,0.0,0.0,0.0,2.229,0.0,0.0,0.474,0.394,0.232,0.123,0.0,2.586,10.731,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,83.907,0.0,25.778,3.082,3.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house011.xml,45.653,45.653,45.653,45.653,0.0,0.0,0.0,0.0,0.0,0.0,6.923,0.975,0.73,0.006,8.63,1.778,10.615,0.0,0.0,4.902,0.0,0.509,0.003,0.0,0.0,0.0,2.318,0.0,0.0,0.437,0.0,0.0,1.662,0.0,2.351,3.813,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house012.xml,36.008,36.008,36.008,36.008,0.0,0.0,0.0,0.0,0.0,0.0,4.899,0.691,0.0,0.0,5.736,1.12,9.191,0.0,0.0,4.375,0.0,0.479,0.003,0.0,0.0,0.0,2.257,0.0,0.0,0.399,0.0,0.0,1.529,0.0,2.116,3.214,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house013.xml,31.104,31.104,31.104,31.104,0.0,0.0,0.0,0.0,0.0,0.0,2.706,0.436,0.248,0.0,4.066,1.046,7.941,0.0,0.0,3.963,0.0,0.455,0.001,0.0,0.0,0.0,1.459,0.0,0.0,0.362,0.284,2.115,1.396,0.0,1.88,2.745,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house014.xml,32.038,32.038,32.038,32.038,0.0,0.0,0.0,0.0,0.0,0.0,3.205,0.502,0.294,0.0,4.488,1.09,7.609,0.0,0.0,4.051,0.0,0.46,0.001,0.0,0.0,0.0,1.458,0.0,0.0,0.362,0.284,2.115,1.396,0.0,1.88,2.844,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house015.xml,31.104,31.104,31.104,31.104,0.0,0.0,0.0,0.0,0.0,0.0,2.706,0.436,0.248,0.0,4.066,1.046,7.941,0.0,0.0,3.963,0.0,0.455,0.001,0.0,0.0,0.0,1.459,0.0,0.0,0.362,0.284,2.115,1.396,0.0,1.88,2.745,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house016.xml,61.795,61.795,40.695,40.695,0.0,0.0,21.1,0.0,0.0,0.0,7.422,1.371,0.626,0.004,3.034,0.776,0.0,0.0,0.0,8.601,0.0,0.723,0.215,0.0,0.0,0.0,2.278,0.0,0.0,0.419,0.341,2.535,1.668,0.0,2.612,8.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.43,0.0,14.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house017.xml,97.71,97.71,28.698,28.698,69.012,0.0,0.0,0.0,0.0,0.0,0.0,1.457,0.0,0.0,4.482,0.611,0.0,0.0,0.0,4.668,0.188,0.387,0.033,0.0,0.0,0.0,1.919,0.0,0.0,0.489,0.409,3.04,1.872,0.0,2.57,6.576,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,47.46,0.0,21.552,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house016.xml,61.797,61.797,40.696,40.696,0.0,0.0,21.101,0.0,0.0,0.0,7.422,1.371,0.626,0.004,3.034,0.776,0.0,0.0,0.0,8.601,0.0,0.723,0.215,0.0,0.0,0.0,2.278,0.0,0.0,0.419,0.341,2.535,1.668,0.0,2.612,8.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.431,0.0,14.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house017.xml,97.708,97.708,28.698,28.698,69.01,0.0,0.0,0.0,0.0,0.0,0.0,1.457,0.0,0.0,4.482,0.611,0.0,0.0,0.0,4.668,0.188,0.387,0.033,0.0,0.0,0.0,1.919,0.0,0.0,0.489,0.409,3.04,1.872,0.0,2.57,6.576,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,47.458,0.0,21.552,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house018.xml,37.522,37.522,37.522,37.522,0.0,0.0,0.0,0.0,0.0,0.0,4.27,0.528,0.344,0.0,2.764,0.602,7.65,0.0,0.0,4.758,0.0,0.461,0.112,0.0,0.0,0.0,3.947,0.0,0.0,0.35,0.273,2.029,1.392,0.0,2.067,5.975,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house019.xml,129.064,129.064,50.26,50.26,78.804,0.0,0.0,0.0,0.0,0.0,0.0,2.333,0.0,0.0,10.462,2.409,9.839,0.0,0.0,8.918,0.0,0.741,0.054,0.0,0.0,0.0,1.789,1.27,0.0,0.35,0.273,2.029,0.095,0.0,2.322,7.375,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,76.012,0.0,0.0,0.0,2.792,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house020.xml,113.591,113.591,50.614,50.614,0.0,0.0,62.977,0.0,0.0,0.0,0.0,1.263,0.0,0.0,12.669,1.789,0.0,0.0,0.0,12.743,0.0,0.893,0.026,0.0,0.0,0.0,3.595,0.0,0.0,0.419,0.341,2.535,0.114,0.0,3.158,11.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.156,0.0,18.468,0.0,3.354,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house021.xml,161.395,161.395,44.798,44.798,116.596,0.0,0.0,0.0,0.0,0.0,0.0,2.676,0.0,0.0,7.522,1.017,0.0,0.0,0.0,10.634,0.244,0.772,0.071,0.0,0.0,0.0,2.423,1.472,0.0,0.419,0.341,2.535,1.668,0.0,2.97,10.036,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,98.019,0.0,18.578,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house022.xml,139.105,139.105,50.827,50.827,0.0,88.278,0.0,0.0,0.0,0.0,0.0,2.41,0.0,0.0,9.129,1.139,12.536,0.0,0.0,6.686,0.0,0.61,0.034,0.0,0.0,0.0,1.9,1.649,0.0,0.419,0.341,2.535,1.668,0.0,2.472,7.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,88.278,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house023.xml,144.021,144.021,61.989,61.989,0.0,82.032,0.0,0.0,0.0,0.0,0.0,2.266,0.0,0.0,5.661,0.858,20.068,0.0,0.0,9.214,0.0,0.692,0.045,0.0,0.0,0.0,4.026,0.0,0.0,0.489,0.409,3.04,1.945,0.0,3.151,10.124,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,82.032,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house024.xml,130.782,130.782,47.648,47.648,0.0,83.134,0.0,0.0,0.0,0.0,0.0,2.269,0.0,0.0,5.339,0.937,17.009,0.0,0.0,3.914,0.0,0.396,0.058,0.0,0.0,0.0,1.839,0.0,0.0,0.489,0.409,3.04,1.945,0.0,2.647,7.357,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,83.134,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house025.xml,105.396,105.396,70.58,70.58,34.815,0.0,0.0,0.0,0.0,0.0,6.159,1.609,0.389,0.0,19.07,2.864,12.946,0.0,0.0,9.258,0.0,0.783,0.0,0.0,0.0,0.0,3.902,0.0,0.0,0.35,0.273,2.029,1.392,0.0,2.3,7.256,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.815,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house026.xml,57.128,57.128,24.768,24.768,32.36,0.0,0.0,0.0,0.0,0.0,0.0,0.046,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.53,0.252,0.548,0.299,0.0,0.0,0.0,2.083,0.0,0.0,0.399,0.321,2.387,1.529,0.934,2.116,7.325,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.414,0.0,13.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house027.xml,73.611,73.611,32.463,32.463,41.148,0.0,0.0,0.0,0.0,0.0,0.0,0.639,0.0,0.0,8.101,1.589,0.0,0.0,0.0,5.944,0.218,0.485,0.927,0.0,0.0,0.0,1.638,0.0,0.0,0.399,0.321,2.387,0.105,0.0,2.116,7.595,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.363,0.0,17.714,0.0,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house028.xml,68.127,68.127,30.066,30.066,38.061,0.0,0.0,0.0,0.0,0.0,0.0,0.443,0.0,0.0,7.62,1.43,0.0,0.0,0.0,6.134,0.226,0.503,0.618,0.0,0.0,0.0,2.012,0.0,0.0,0.437,0.358,0.21,0.114,0.0,2.351,7.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.126,0.0,17.799,2.796,3.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house029.xml,77.577,77.577,30.455,30.455,47.122,0.0,0.0,0.0,0.0,0.0,0.0,1.047,0.0,0.0,6.515,0.914,0.0,0.0,0.0,6.539,0.275,0.569,0.76,0.0,0.0,0.0,1.847,0.0,0.0,0.399,0.321,2.387,0.105,0.0,2.116,6.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.645,0.0,12.407,0.0,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house030.xml,59.585,59.585,17.174,17.174,0.0,0.0,42.411,0.0,0.0,0.0,0.0,0.058,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.321,0.272,0.497,0.57,0.0,0.0,0.0,1.818,0.0,0.0,0.362,0.284,0.167,0.096,0.701,1.88,5.148,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.11,0.0,13.279,2.223,2.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house031.xml,231.467,231.467,48.524,48.524,182.942,0.0,0.0,0.0,0.0,0.0,0.0,3.983,0.0,0.0,12.803,2.369,0.0,0.0,0.0,10.355,0.246,0.759,0.0,0.0,0.0,0.0,1.486,0.0,0.0,0.558,0.477,0.28,0.153,0.0,3.564,11.492,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,145.937,0.0,28.802,3.726,4.477,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house032.xml,103.222,103.222,17.588,17.588,85.634,0.0,0.0,0.0,0.0,0.0,0.0,1.664,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.091,0.0,0.518,0.0,0.0,0.0,0.0,1.588,0.0,0.0,0.35,0.273,0.161,0.095,0.0,2.037,5.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,64.991,0.0,15.718,2.133,2.792,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house019.xml,129.063,129.063,50.26,50.26,78.802,0.0,0.0,0.0,0.0,0.0,0.0,2.333,0.0,0.0,10.462,2.409,9.839,0.0,0.0,8.918,0.0,0.741,0.054,0.0,0.0,0.0,1.789,1.27,0.0,0.35,0.273,2.029,0.095,0.0,2.322,7.375,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,76.011,0.0,0.0,0.0,2.792,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house020.xml,113.594,113.594,50.614,50.614,0.0,0.0,62.981,0.0,0.0,0.0,0.0,1.263,0.0,0.0,12.669,1.789,0.0,0.0,0.0,12.743,0.0,0.893,0.026,0.0,0.0,0.0,3.595,0.0,0.0,0.419,0.341,2.535,0.114,0.0,3.158,11.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.159,0.0,18.468,0.0,3.354,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house021.xml,161.39,161.39,44.798,44.798,116.592,0.0,0.0,0.0,0.0,0.0,0.0,2.675,0.0,0.0,7.522,1.017,0.0,0.0,0.0,10.634,0.244,0.772,0.071,0.0,0.0,0.0,2.423,1.472,0.0,0.419,0.341,2.535,1.668,0.0,2.97,10.036,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,98.014,0.0,18.578,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house022.xml,139.094,139.094,50.827,50.827,0.0,88.267,0.0,0.0,0.0,0.0,0.0,2.409,0.0,0.0,9.129,1.139,12.536,0.0,0.0,6.686,0.0,0.61,0.034,0.0,0.0,0.0,1.9,1.649,0.0,0.419,0.341,2.535,1.668,0.0,2.472,7.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,88.267,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house023.xml,144.018,144.018,61.989,61.989,0.0,82.029,0.0,0.0,0.0,0.0,0.0,2.266,0.0,0.0,5.661,0.858,20.068,0.0,0.0,9.214,0.0,0.692,0.045,0.0,0.0,0.0,4.026,0.0,0.0,0.489,0.409,3.04,1.945,0.0,3.151,10.124,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,82.029,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house024.xml,130.77,130.77,47.646,47.646,0.0,83.124,0.0,0.0,0.0,0.0,0.0,2.269,0.0,0.0,5.338,0.937,17.009,0.0,0.0,3.914,0.0,0.396,0.058,0.0,0.0,0.0,1.839,0.0,0.0,0.489,0.409,3.04,1.945,0.0,2.647,7.357,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,83.124,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house025.xml,105.392,105.392,70.58,70.58,34.811,0.0,0.0,0.0,0.0,0.0,6.158,1.609,0.389,0.0,19.071,2.864,12.946,0.0,0.0,9.258,0.0,0.783,0.0,0.0,0.0,0.0,3.902,0.0,0.0,0.35,0.273,2.029,1.392,0.0,2.3,7.256,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house026.xml,57.124,57.124,24.768,24.768,32.356,0.0,0.0,0.0,0.0,0.0,0.0,0.046,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.53,0.252,0.548,0.299,0.0,0.0,0.0,2.083,0.0,0.0,0.399,0.321,2.387,1.529,0.934,2.116,7.325,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.409,0.0,13.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house027.xml,73.606,73.606,32.464,32.464,41.142,0.0,0.0,0.0,0.0,0.0,0.0,0.639,0.0,0.0,8.102,1.589,0.0,0.0,0.0,5.944,0.218,0.485,0.927,0.0,0.0,0.0,1.638,0.0,0.0,0.399,0.321,2.387,0.105,0.0,2.116,7.595,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.359,0.0,17.713,0.0,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house028.xml,68.124,68.124,30.067,30.067,38.057,0.0,0.0,0.0,0.0,0.0,0.0,0.443,0.0,0.0,7.621,1.43,0.0,0.0,0.0,6.134,0.226,0.503,0.618,0.0,0.0,0.0,2.012,0.0,0.0,0.437,0.358,0.21,0.114,0.0,2.351,7.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.123,0.0,17.799,2.796,3.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house029.xml,77.571,77.571,30.456,30.456,47.115,0.0,0.0,0.0,0.0,0.0,0.0,1.047,0.0,0.0,6.516,0.915,0.0,0.0,0.0,6.539,0.275,0.569,0.76,0.0,0.0,0.0,1.847,0.0,0.0,0.399,0.321,2.387,0.105,0.0,2.116,6.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.638,0.0,12.407,0.0,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house030.xml,59.58,59.58,17.174,17.174,0.0,0.0,42.406,0.0,0.0,0.0,0.0,0.058,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.321,0.272,0.497,0.57,0.0,0.0,0.0,1.818,0.0,0.0,0.362,0.284,0.167,0.096,0.701,1.88,5.148,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.104,0.0,13.278,2.223,2.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house031.xml,231.458,231.458,48.524,48.524,182.933,0.0,0.0,0.0,0.0,0.0,0.0,3.982,0.0,0.0,12.803,2.369,0.0,0.0,0.0,10.355,0.246,0.759,0.0,0.0,0.0,0.0,1.486,0.0,0.0,0.558,0.477,0.28,0.153,0.0,3.564,11.492,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,145.928,0.0,28.802,3.726,4.477,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house032.xml,103.223,103.223,17.588,17.588,85.635,0.0,0.0,0.0,0.0,0.0,0.0,1.664,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.091,0.0,0.518,0.0,0.0,0.0,0.0,1.588,0.0,0.0,0.35,0.273,0.161,0.095,0.0,2.037,5.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,64.992,0.0,15.718,2.133,2.792,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house033.xml,107.056,107.056,16.349,16.349,0.0,90.708,0.0,0.0,0.0,0.0,0.0,0.309,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.885,0.0,0.529,0.0,0.0,0.0,0.0,1.355,0.0,0.0,0.0,0.205,1.524,1.115,0.0,1.679,4.749,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,83.257,0.0,7.451,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house034.xml,151.018,151.018,38.902,38.902,0.0,0.0,112.116,0.0,0.0,0.0,0.0,0.079,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.489,0.341,1.205,0.0,0.0,0.0,0.0,1.843,0.0,0.0,0.419,0.341,2.535,1.668,0.0,3.12,10.862,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,91.274,0.0,20.842,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house035.xml,64.944,64.944,18.111,18.111,46.833,0.0,0.0,0.0,0.0,0.0,0.0,0.912,0.0,0.0,1.44,0.141,0.0,0.0,0.0,5.435,0.0,0.534,0.0,0.0,0.0,0.0,2.049,0.0,0.0,0.28,0.205,0.121,0.076,0.0,1.755,5.163,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.372,0.0,9.629,1.602,2.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house036.xml,83.479,83.479,27.133,27.133,56.346,0.0,0.0,0.0,0.0,0.0,0.0,1.075,0.0,0.0,5.714,0.815,0.0,0.0,0.0,5.446,0.0,0.536,0.0,0.0,0.0,0.0,1.46,0.0,0.0,0.35,0.273,2.029,1.392,0.0,2.067,5.976,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.393,0.0,16.953,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house037.xml,87.46,87.46,22.299,22.299,0.0,65.161,0.0,0.0,0.0,0.0,0.0,0.169,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.804,0.0,0.61,0.0,0.0,0.0,0.0,1.906,0.0,0.0,0.35,0.273,2.029,1.392,0.0,2.178,6.587,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.852,0.0,15.309,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house038.xml,126.835,126.835,53.633,53.633,73.203,0.0,0.0,0.0,0.0,0.0,0.0,1.321,0.0,0.0,14.399,1.98,0.0,0.0,0.0,6.904,0.315,0.625,0.0,0.0,0.0,0.0,1.428,0.0,0.0,0.489,0.409,3.04,1.945,0.0,2.8,8.194,0.0,0.0,9.783,0.0,0.0,0.0,0.0,0.0,0.0,49.598,0.0,23.604,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house039.xml,101.264,101.264,26.439,26.439,74.825,0.0,0.0,0.0,0.0,0.0,0.0,0.143,0.0,0.0,0.0,0.0,5.101,0.0,0.0,4.408,0.239,0.418,0.0,0.0,0.0,0.0,1.679,0.0,0.0,0.489,0.409,3.04,0.134,0.0,2.705,7.674,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,70.91,0.0,0.0,0.0,3.915,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house040.xml,105.827,105.827,24.102,24.102,81.725,0.0,0.0,0.0,0.0,0.0,0.0,1.528,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.369,0.0,0.652,0.0,0.0,0.0,0.0,1.569,0.0,0.0,0.35,0.273,2.029,1.392,0.0,2.205,6.736,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,64.857,0.0,16.868,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house041.xml,261.645,261.645,48.002,48.002,213.643,0.0,0.0,0.0,0.0,0.0,0.0,5.886,0.0,0.0,2.299,0.276,0.0,0.0,0.0,13.935,0.315,1.031,0.05,0.0,0.0,0.0,2.175,0.0,0.0,0.437,0.358,2.66,1.662,0.473,2.351,14.094,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,187.508,0.0,26.135,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house042.xml,233.317,233.317,40.634,40.634,192.683,0.0,0.0,0.0,0.0,0.0,0.0,5.525,0.0,0.0,1.248,0.153,0.0,0.0,0.0,9.533,0.213,0.678,0.093,0.0,0.0,0.0,2.167,0.0,0.0,0.437,0.358,2.66,1.662,0.0,2.351,13.557,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,168.667,0.0,24.017,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house043.xml,159.59,159.59,30.21,30.21,129.38,0.0,0.0,0.0,0.0,0.0,0.0,3.479,0.0,0.0,1.544,0.158,0.0,0.0,0.0,6.558,0.213,0.514,0.093,0.0,0.0,0.0,2.124,0.0,0.0,0.399,0.321,2.387,1.529,0.0,2.116,8.775,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,109.704,0.0,19.676,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house044.xml,228.755,228.755,43.073,43.073,185.683,0.0,0.0,0.0,0.0,0.0,0.0,5.018,0.0,0.0,1.742,0.219,0.0,0.0,0.0,12.947,0.315,0.974,0.037,0.0,0.0,0.0,2.097,0.0,0.0,0.399,0.321,2.387,1.529,0.0,2.116,12.97,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,163.336,0.0,22.347,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house045.xml,152.698,152.698,34.577,34.577,118.12,0.0,0.0,0.0,0.0,0.0,0.0,2.945,0.0,0.0,2.045,0.231,0.0,0.0,0.0,9.06,0.315,0.75,1.793,0.0,0.0,0.0,2.142,0.0,0.0,0.399,0.321,2.387,1.529,0.0,2.116,8.545,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,95.886,0.0,22.234,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house046.xml,27.011,27.011,27.011,27.011,0.0,0.0,0.0,0.0,0.0,0.0,5.251,0.89,0.686,0.017,3.96,0.979,5.973,0.0,0.0,1.029,0.0,0.082,0.0,0.0,0.0,0.0,1.668,0.0,0.0,0.31,0.005,0.552,1.262,0.0,1.645,2.701,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house047.xml,22.135,22.135,15.765,15.765,6.371,0.0,0.0,0.0,0.0,0.0,0.0,0.155,0.0,0.0,0.859,0.002,5.424,0.0,0.0,0.92,0.0,0.463,0.182,0.0,0.0,0.0,1.338,0.0,0.0,0.31,0.127,0.846,1.262,0.0,1.645,2.229,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.371,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house048.xml,92.932,92.932,40.952,40.952,51.98,0.0,0.0,0.0,0.0,0.0,0.0,0.619,0.0,0.0,16.369,1.728,0.0,0.0,0.0,3.689,0.085,0.499,2.832,0.0,0.0,0.0,2.322,0.0,0.0,0.392,1.017,0.614,0.114,0.0,2.351,8.322,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.158,0.0,12.482,0.0,3.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house034.xml,150.993,150.993,38.902,38.902,0.0,0.0,112.091,0.0,0.0,0.0,0.0,0.079,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.489,0.341,1.205,0.0,0.0,0.0,0.0,1.843,0.0,0.0,0.419,0.341,2.535,1.668,0.0,3.12,10.862,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,91.249,0.0,20.842,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house035.xml,64.94,64.94,18.111,18.111,46.829,0.0,0.0,0.0,0.0,0.0,0.0,0.911,0.0,0.0,1.44,0.141,0.0,0.0,0.0,5.435,0.0,0.534,0.0,0.0,0.0,0.0,2.049,0.0,0.0,0.28,0.205,0.121,0.076,0.0,1.755,5.163,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.368,0.0,9.629,1.602,2.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house036.xml,83.476,83.476,27.133,27.133,56.344,0.0,0.0,0.0,0.0,0.0,0.0,1.075,0.0,0.0,5.714,0.815,0.0,0.0,0.0,5.446,0.0,0.536,0.0,0.0,0.0,0.0,1.46,0.0,0.0,0.35,0.273,2.029,1.392,0.0,2.067,5.976,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.39,0.0,16.953,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house037.xml,87.455,87.455,22.299,22.299,0.0,65.157,0.0,0.0,0.0,0.0,0.0,0.169,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.804,0.0,0.61,0.0,0.0,0.0,0.0,1.906,0.0,0.0,0.35,0.273,2.029,1.392,0.0,2.178,6.587,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.847,0.0,15.309,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house038.xml,126.831,126.831,53.634,53.634,73.197,0.0,0.0,0.0,0.0,0.0,0.0,1.321,0.0,0.0,14.4,1.98,0.0,0.0,0.0,6.904,0.315,0.625,0.0,0.0,0.0,0.0,1.428,0.0,0.0,0.489,0.409,3.04,1.945,0.0,2.8,8.194,0.0,0.0,9.783,0.0,0.0,0.0,0.0,0.0,0.0,49.593,0.0,23.604,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house039.xml,101.263,101.263,26.439,26.439,74.824,0.0,0.0,0.0,0.0,0.0,0.0,0.143,0.0,0.0,0.0,0.0,5.101,0.0,0.0,4.408,0.239,0.418,0.0,0.0,0.0,0.0,1.679,0.0,0.0,0.489,0.409,3.04,0.134,0.0,2.705,7.674,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,70.909,0.0,0.0,0.0,3.915,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house040.xml,105.819,105.819,24.102,24.102,81.717,0.0,0.0,0.0,0.0,0.0,0.0,1.527,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.369,0.0,0.652,0.0,0.0,0.0,0.0,1.569,0.0,0.0,0.35,0.273,2.029,1.392,0.0,2.205,6.736,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,64.849,0.0,16.868,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house041.xml,261.639,261.639,48.001,48.001,213.637,0.0,0.0,0.0,0.0,0.0,0.0,5.886,0.0,0.0,2.299,0.276,0.0,0.0,0.0,13.935,0.315,1.031,0.05,0.0,0.0,0.0,2.175,0.0,0.0,0.437,0.358,2.66,1.662,0.473,2.351,14.094,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,187.503,0.0,26.135,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house042.xml,233.313,233.313,40.634,40.634,192.679,0.0,0.0,0.0,0.0,0.0,0.0,5.525,0.0,0.0,1.248,0.153,0.0,0.0,0.0,9.533,0.213,0.678,0.093,0.0,0.0,0.0,2.167,0.0,0.0,0.437,0.358,2.66,1.662,0.0,2.351,13.557,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,168.662,0.0,24.017,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house043.xml,159.588,159.588,30.21,30.21,129.378,0.0,0.0,0.0,0.0,0.0,0.0,3.479,0.0,0.0,1.544,0.158,0.0,0.0,0.0,6.558,0.213,0.514,0.093,0.0,0.0,0.0,2.124,0.0,0.0,0.399,0.321,2.387,1.529,0.0,2.116,8.775,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,109.702,0.0,19.676,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house044.xml,228.75,228.75,43.072,43.072,185.678,0.0,0.0,0.0,0.0,0.0,0.0,5.018,0.0,0.0,1.742,0.219,0.0,0.0,0.0,12.947,0.315,0.974,0.037,0.0,0.0,0.0,2.097,0.0,0.0,0.399,0.321,2.387,1.529,0.0,2.116,12.97,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,163.331,0.0,22.347,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house045.xml,152.695,152.695,34.577,34.577,118.118,0.0,0.0,0.0,0.0,0.0,0.0,2.945,0.0,0.0,2.045,0.231,0.0,0.0,0.0,9.06,0.315,0.75,1.793,0.0,0.0,0.0,2.142,0.0,0.0,0.399,0.321,2.387,1.529,0.0,2.116,8.545,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,95.884,0.0,22.234,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house046.xml,27.011,27.011,27.011,27.011,0.0,0.0,0.0,0.0,0.0,0.0,5.252,0.89,0.686,0.017,3.96,0.979,5.973,0.0,0.0,1.029,0.0,0.082,0.0,0.0,0.0,0.0,1.668,0.0,0.0,0.31,0.005,0.552,1.262,0.0,1.645,2.701,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house047.xml,22.138,22.138,15.764,15.764,6.374,0.0,0.0,0.0,0.0,0.0,0.0,0.155,0.0,0.0,0.859,0.002,5.424,0.0,0.0,0.92,0.0,0.463,0.182,0.0,0.0,0.0,1.338,0.0,0.0,0.31,0.127,0.846,1.262,0.0,1.645,2.229,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house048.xml,92.928,92.928,40.955,40.955,51.973,0.0,0.0,0.0,0.0,0.0,0.0,0.619,0.0,0.0,16.371,1.728,0.0,0.0,0.0,3.689,0.085,0.499,2.832,0.0,0.0,0.0,2.322,0.0,0.0,0.392,1.017,0.614,0.114,0.0,2.351,8.322,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.15,0.0,12.482,0.0,3.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house049.xml,34.377,34.377,30.883,30.883,3.493,0.0,0.0,0.0,0.0,0.0,7.322,0.045,0.0,0.0,6.75,0.204,2.639,0.249,0.0,1.473,0.057,0.099,2.092,0.0,0.0,0.0,2.964,0.0,0.0,0.324,0.006,0.052,0.096,0.0,1.88,4.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.693,2.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house050.xml,51.591,51.591,21.746,21.746,29.845,0.0,0.0,0.0,0.0,0.0,0.0,0.525,0.0,0.0,1.921,0.386,0.0,0.0,0.0,1.781,0.057,0.111,2.23,0.0,0.0,0.0,2.185,0.0,0.0,0.42,0.472,3.469,0.105,0.0,2.116,5.968,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.016,0.0,10.759,0.0,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house050.xml,51.59,51.59,21.746,21.746,29.844,0.0,0.0,0.0,0.0,0.0,0.0,0.525,0.0,0.0,1.921,0.386,0.0,0.0,0.0,1.781,0.057,0.111,2.23,0.0,0.0,0.0,2.185,0.0,0.0,0.42,0.472,3.469,0.105,0.0,2.116,5.968,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.015,0.0,10.759,0.0,3.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house051.xml,59.863,59.863,51.114,51.114,8.749,0.0,0.0,0.0,0.0,0.0,8.47,0.814,0.0,0.0,3.409,0.799,11.24,0.0,0.0,1.114,0.057,0.085,0.0,0.0,0.0,0.0,2.083,0.0,0.0,0.311,0.386,1.6,1.662,0.931,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.652,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.886,0.0,5.863,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house052.xml,208.355,208.355,182.103,182.103,26.253,0.0,0.0,0.0,0.0,0.0,34.526,7.043,0.0,0.0,9.12,5.743,0.0,0.249,0.0,22.66,0.057,0.941,5.156,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,96.607,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.253,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
diff --git a/hpxml-measures/workflow/tests/base_results/results_simulations_hvac.csv b/hpxml-measures/workflow/tests/base_results/results_simulations_hvac.csv
index fb0fdf74ad..cda226298e 100644
--- a/hpxml-measures/workflow/tests/base_results/results_simulations_hvac.csv
+++ b/hpxml-measures/workflow/tests/base_results/results_simulations_hvac.csv
@@ -2,6 +2,10 @@ HPXML,HVAC Design Temperature: Heating (F),HVAC Design Temperature: Cooling (F),
base-appliances-coal.xml,6.8,91.76,35000.0,24000.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-appliances-dehumidifier-ef-portable.xml,25.88,98.42,25000.0,24000.0,0.0,20332.0,1311.0,5559.0,0.0,401.0,1555.0,0.0,0.0,8256.0,1504.0,1745.0,0.0,0.0,16490.0,506.0,8417.0,0.0,313.0,695.0,0.0,0.0,0.0,2673.0,565.0,0.0,3320.0,0.0,0.0,1228.0,38.0,391.0,0.0,800.0
base-appliances-dehumidifier-ef-whole-home.xml,25.88,98.42,25000.0,24000.0,0.0,20332.0,1311.0,5559.0,0.0,401.0,1555.0,0.0,0.0,8256.0,1504.0,1745.0,0.0,0.0,16490.0,506.0,8417.0,0.0,313.0,695.0,0.0,0.0,0.0,2673.0,565.0,0.0,3320.0,0.0,0.0,1228.0,38.0,391.0,0.0,800.0
+base-appliances-dehumidifier-mechvent-latent-degradation-model-0s.xml,32.9,95.0,25000.0,24000.0,0.0,18470.0,1144.0,4675.0,0.0,337.0,1307.0,0.0,0.0,6942.0,1265.0,0.0,2800.0,0.0,16633.0,503.0,7887.0,0.0,282.0,575.0,0.0,0.0,0.0,2557.0,0.0,1509.0,3320.0,0.0,0.0,2903.0,88.0,0.0,2015.0,800.0
+base-appliances-dehumidifier-mechvent-latent-degradation-model-45s.xml,32.9,95.0,25000.0,24000.0,0.0,18470.0,1144.0,4675.0,0.0,337.0,1307.0,0.0,0.0,6942.0,1265.0,0.0,2800.0,0.0,16633.0,503.0,7887.0,0.0,282.0,575.0,0.0,0.0,0.0,2557.0,0.0,1509.0,3320.0,0.0,0.0,2903.0,88.0,0.0,2015.0,800.0
+base-appliances-dehumidifier-mechvent-latent-degradation-model-ashp.xml,32.9,95.0,24000.0,24000.0,0.0,18213.0,887.0,4675.0,0.0,337.0,1307.0,0.0,0.0,6942.0,1265.0,0.0,2800.0,0.0,16633.0,503.0,7887.0,0.0,282.0,575.0,0.0,0.0,0.0,2557.0,0.0,1509.0,3320.0,0.0,0.0,2903.0,88.0,0.0,2015.0,800.0
+base-appliances-dehumidifier-mechvent.xml,32.9,95.0,25000.0,24000.0,0.0,18470.0,1144.0,4675.0,0.0,337.0,1307.0,0.0,0.0,6942.0,1265.0,0.0,2800.0,0.0,16633.0,503.0,7887.0,0.0,282.0,575.0,0.0,0.0,0.0,2557.0,0.0,1509.0,3320.0,0.0,0.0,2903.0,88.0,0.0,2015.0,800.0
base-appliances-dehumidifier-multiple.xml,25.88,98.42,25000.0,24000.0,0.0,20332.0,1311.0,5559.0,0.0,401.0,1555.0,0.0,0.0,8256.0,1504.0,1745.0,0.0,0.0,16490.0,506.0,8417.0,0.0,313.0,695.0,0.0,0.0,0.0,2673.0,565.0,0.0,3320.0,0.0,0.0,1228.0,38.0,391.0,0.0,800.0
base-appliances-dehumidifier.xml,25.88,98.42,25000.0,24000.0,0.0,20332.0,1311.0,5559.0,0.0,401.0,1555.0,0.0,0.0,8256.0,1504.0,1745.0,0.0,0.0,16490.0,506.0,8417.0,0.0,313.0,695.0,0.0,0.0,0.0,2673.0,565.0,0.0,3320.0,0.0,0.0,1228.0,38.0,391.0,0.0,800.0
base-appliances-freezer-temperature-dependent-schedule.xml,6.8,91.76,35000.0,24000.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,29288.0,13405.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,4520.0,0.0,0.0,256.0,117.0,-661.0,0.0,800.0
@@ -22,17 +26,17 @@ base-atticroof-vented.xml,6.8,91.76,35000.0,24000.0,0.0,41543.0,17659.0,7963.0,0
base-battery-scheduled-power-outage.xml,6.8,91.76,35000.0,24000.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-battery-scheduled.xml,6.8,91.76,35000.0,24000.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-battery.xml,6.8,91.76,35000.0,24000.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
-base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml,6.8,91.76,10000.0,12000.0,0.0,15433.0,8845.0,958.0,0.0,378.0,1972.0,0.0,963.0,0.0,963.0,1354.0,0.0,0.0,8747.0,2714.0,956.0,0.0,142.0,321.0,0.0,403.0,0.0,403.0,183.0,0.0,3320.0,0.0,304.0,878.0,272.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml,6.8,91.76,20000.0,18000.0,0.0,15433.0,8845.0,958.0,0.0,378.0,1972.0,0.0,963.0,0.0,963.0,1354.0,0.0,0.0,8747.0,2714.0,956.0,0.0,142.0,321.0,0.0,403.0,0.0,403.0,183.0,0.0,3320.0,0.0,304.0,878.0,272.0,-195.0,0.0,800.0
base-bldgtype-mf-unit-adjacent-to-multiple-hvac-none.xml,6.8,91.76,0.0,0.0,0.0,7226.0,0.0,2732.0,0.0,296.0,1691.0,0.0,1153.0,0.0,0.0,1354.0,0.0,0.0,8381.0,0.0,2731.0,0.0,142.0,313.0,0.0,820.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-adjacent-to-multiple.xml,6.8,91.76,10000.0,12000.0,0.0,11012.0,3785.0,2732.0,0.0,296.0,1691.0,0.0,1153.0,0.0,0.0,1354.0,0.0,0.0,9412.0,1031.0,2731.0,0.0,142.0,313.0,0.0,820.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,680.0,74.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-adjacent-to-multiple.xml,6.8,91.76,20000.0,18000.0,0.0,11012.0,3785.0,2732.0,0.0,296.0,1691.0,0.0,1153.0,0.0,0.0,1354.0,0.0,0.0,9412.0,1031.0,2731.0,0.0,142.0,313.0,0.0,820.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,680.0,74.0,-195.0,0.0,800.0
base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml,6.8,91.76,20000.0,18000.0,0.0,18225.0,10511.0,958.0,0.0,424.0,2091.0,0.0,1444.0,0.0,1444.0,1354.0,0.0,0.0,10938.0,3961.0,956.0,0.0,180.0,421.0,0.0,807.0,0.0,807.0,183.0,0.0,3320.0,0.0,304.0,949.0,344.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml,6.8,91.76,10000.0,12000.0,0.0,10416.0,5858.0,958.0,0.0,296.0,1757.0,0.0,96.0,0.0,96.0,1354.0,0.0,0.0,8747.0,2714.0,956.0,0.0,142.0,321.0,0.0,403.0,0.0,403.0,183.0,0.0,3320.0,0.0,304.0,878.0,272.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml,6.8,91.76,10000.0,12000.0,0.0,10949.0,5738.0,958.0,0.0,287.0,1733.0,0.0,878.0,0.0,0.0,1354.0,0.0,0.0,6889.0,1568.0,956.0,0.0,103.0,221.0,0.0,233.0,0.0,0.0,183.0,0.0,3320.0,0.0,304.0,784.0,178.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml,6.8,91.76,10000.0,12000.0,0.0,9882.0,5549.0,958.0,0.0,287.0,1733.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,6633.0,1545.0,956.0,0.0,103.0,221.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,304.0,789.0,184.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-infil-compartmentalization-test.xml,6.8,91.76,10000.0,12000.0,0.0,5627.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1098.0,0.0,0.0,7368.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,149.0,0.0,3320.0,0.0,872.0,642.0,0.0,-158.0,0.0,800.0
-base-bldgtype-mf-unit-infil-leakiness-description.xml,6.8,91.76,10000.0,12000.0,0.0,7796.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,3267.0,0.0,0.0,7680.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,461.0,0.0,3320.0,0.0,872.0,310.0,0.0,-490.0,0.0,800.0
-base-bldgtype-mf-unit-neighbor-shading.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-residents-1.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml,6.8,91.76,20000.0,18000.0,0.0,10416.0,5858.0,958.0,0.0,296.0,1757.0,0.0,96.0,0.0,96.0,1354.0,0.0,0.0,8747.0,2714.0,956.0,0.0,142.0,321.0,0.0,403.0,0.0,403.0,183.0,0.0,3320.0,0.0,304.0,878.0,272.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml,6.8,91.76,20000.0,18000.0,0.0,10949.0,5738.0,958.0,0.0,287.0,1733.0,0.0,878.0,0.0,0.0,1354.0,0.0,0.0,6889.0,1568.0,956.0,0.0,103.0,221.0,0.0,233.0,0.0,0.0,183.0,0.0,3320.0,0.0,304.0,784.0,178.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml,6.8,91.76,20000.0,18000.0,0.0,9882.0,5549.0,958.0,0.0,287.0,1733.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,6633.0,1545.0,956.0,0.0,103.0,221.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,304.0,789.0,184.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-infil-compartmentalization-test.xml,6.8,91.76,20000.0,18000.0,0.0,5627.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1098.0,0.0,0.0,7368.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,149.0,0.0,3320.0,0.0,872.0,642.0,0.0,-158.0,0.0,800.0
+base-bldgtype-mf-unit-infil-leakiness-description.xml,6.8,91.76,20000.0,18000.0,0.0,7796.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,3267.0,0.0,0.0,7680.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,461.0,0.0,3320.0,0.0,872.0,310.0,0.0,-490.0,0.0,800.0
+base-bldgtype-mf-unit-neighbor-shading.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-residents-1.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
base-bldgtype-mf-unit-shared-boiler-chiller-baseboard.xml,6.8,91.76,5884.0,9790.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,6.8,91.76,8815.0,11224.0,0.0,8815.0,2931.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,8487.0,1084.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,694.0,89.0,-195.0,0.0,800.0
base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml,6.8,91.76,5884.0,9790.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
@@ -50,21 +54,21 @@ base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,6.8,91.76,0.0,1122
base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,6.8,91.76,0.0,9790.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,6.8,91.76,0.0,11224.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,8487.0,1084.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,694.0,89.0,-195.0,0.0,800.0
base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,6.8,91.76,0.0,11224.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,8487.0,1084.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,694.0,89.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-shared-generator.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-shared-generator.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,6.8,91.76,12000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-shared-laundry-room.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-shared-mechvent-multiple.xml,6.8,91.76,10000.0,12000.0,0.0,8899.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,0.0,4370.0,0.0,8346.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,0.0,1127.0,3320.0,0.0,872.0,-3106.0,0.0,0.0,-3906.0,800.0
-base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,6.8,91.76,10000.0,12000.0,0.0,6409.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1185.0,695.0,0.0,7451.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,109.0,123.0,3320.0,0.0,872.0,32.0,0.0,-116.0,-653.0,800.0
-base-bldgtype-mf-unit-shared-mechvent.xml,6.8,91.76,10000.0,12000.0,0.0,8031.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1185.0,2317.0,0.0,7943.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,109.0,614.0,3320.0,0.0,872.0,32.0,0.0,-116.0,-653.0,800.0
-base-bldgtype-mf-unit-shared-pv-battery.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-shared-pv.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,6713.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,2630.0,0.0,872.0,5.0,0.0,-195.0,0.0,200.0
-base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-shared-water-heater-recirc.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit-shared-water-heater.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
-base-bldgtype-mf-unit.xml,6.8,91.76,10000.0,12000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-shared-laundry-room.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-shared-mechvent-multiple.xml,6.8,91.76,20000.0,18000.0,0.0,8899.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,0.0,4370.0,0.0,8346.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,0.0,1127.0,3320.0,0.0,872.0,-3106.0,0.0,0.0,-3906.0,800.0
+base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,6.8,91.76,20000.0,18000.0,0.0,6409.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1185.0,695.0,0.0,7451.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,109.0,123.0,3320.0,0.0,872.0,32.0,0.0,-116.0,-653.0,800.0
+base-bldgtype-mf-unit-shared-mechvent.xml,6.8,91.76,20000.0,18000.0,0.0,8031.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1185.0,2317.0,0.0,7943.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,109.0,614.0,3320.0,0.0,872.0,32.0,0.0,-116.0,-653.0,800.0
+base-bldgtype-mf-unit-shared-pv-battery.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-shared-pv.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,6713.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,2630.0,0.0,872.0,5.0,0.0,-195.0,0.0,200.0
+base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-shared-water-heater-recirc.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit-shared-water-heater.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
+base-bldgtype-mf-unit.xml,6.8,91.76,20000.0,18000.0,0.0,5884.0,0.0,2732.0,0.0,287.0,1510.0,0.0,0.0,0.0,0.0,1354.0,0.0,0.0,7403.0,0.0,2731.0,0.0,103.0,193.0,0.0,0.0,0.0,0.0,183.0,0.0,3320.0,0.0,872.0,605.0,0.0,-195.0,0.0,800.0
base-bldgtype-mf-whole-building-common-spaces.xml,6.8,91.76,75000.0,36000.0,0.0,184939.0,0.0,12740.0,0.0,1148.0,19546.0,73730.0,0.0,3495.0,0.0,74278.0,0.0,0.0,93826.0,0.0,12400.0,0.0,412.0,3532.0,38802.0,0.0,0.0,0.0,10032.0,0.0,25180.0,0.0,3464.0,-5456.0,0.0,-10656.0,0.0,5200.0
base-bldgtype-mf-whole-building-detailed-electric-panel.xml,6.8,91.76,60000.0,72000.0,0.0,81800.0,0.0,19110.0,0.0,1722.0,10626.0,0.0,2232.0,0.0,3830.0,44282.0,0.0,0.0,54508.0,0.0,18600.0,0.0,618.0,1356.0,0.0,592.0,0.0,2228.0,5992.0,0.0,19920.0,0.0,5196.0,-1564.0,0.0,-6364.0,0.0,4800.0
base-bldgtype-mf-whole-building-fuels.xml,6.8,91.76,60000.0,72000.0,0.0,88754.0,0.0,19110.0,0.0,1722.0,10626.0,0.0,2232.0,0.0,3830.0,51232.0,0.0,0.0,54508.0,0.0,18600.0,0.0,618.0,1356.0,0.0,592.0,0.0,2228.0,5992.0,0.0,19920.0,0.0,5196.0,-1564.0,0.0,-6364.0,0.0,4800.0
@@ -191,7 +195,7 @@ base-foundation-ambient.xml,6.8,91.76,35000.0,24000.0,0.0,30441.0,10813.0,7963.0
base-foundation-basement-garage.xml,6.8,91.76,35000.0,24000.0,0.0,37412.0,13967.0,7963.0,0.0,627.0,7633.0,0.0,592.0,1223.0,2155.0,3251.0,0.0,0.0,25241.0,10301.0,7750.0,0.0,223.0,751.0,0.0,181.0,0.0,2276.0,438.0,0.0,3320.0,0.0,0.0,566.0,231.0,-465.0,0.0,800.0
base-foundation-belly-wing-no-skirt.xml,6.8,91.76,35000.0,24000.0,0.0,23781.0,4176.0,7078.0,0.0,575.0,3090.0,0.0,4398.0,0.0,2155.0,2310.0,0.0,0.0,14065.0,1226.0,5083.0,0.0,207.0,394.0,0.0,470.0,0.0,2276.0,311.0,0.0,3320.0,0.0,778.0,514.0,45.0,-331.0,0.0,800.0
base-foundation-belly-wing-skirt.xml,6.8,91.76,35000.0,24000.0,0.0,23781.0,4176.0,7078.0,0.0,575.0,3090.0,0.0,4398.0,0.0,2155.0,2310.0,0.0,0.0,14065.0,1226.0,5083.0,0.0,207.0,394.0,0.0,470.0,0.0,2276.0,311.0,0.0,3320.0,0.0,778.0,514.0,45.0,-331.0,0.0,800.0
-base-foundation-complex.xml,6.8,91.76,35000.0,24000.0,0.0,53676.0,18364.0,7963.0,0.0,575.0,17932.0,0.0,0.0,2066.0,2155.0,4620.0,0.0,0.0,29683.0,13429.0,7750.0,0.0,207.0,2079.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,254.0,115.0,-661.0,0.0,800.0
+base-foundation-complex.xml,6.8,91.76,35000.0,30000.0,0.0,53676.0,18364.0,7963.0,0.0,575.0,17932.0,0.0,0.0,2066.0,2155.0,4620.0,0.0,0.0,29683.0,13429.0,7750.0,0.0,207.0,2079.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,254.0,115.0,-661.0,0.0,800.0
base-foundation-conditioned-basement-slab-insulation-full.xml,6.8,91.76,35000.0,24000.0,0.0,40979.0,17617.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1217.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-foundation-conditioned-basement-slab-insulation.xml,6.8,91.76,35000.0,24000.0,0.0,40979.0,17617.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1217.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-foundation-conditioned-basement-wall-insulation.xml,6.8,91.76,35000.0,24000.0,0.0,41057.0,17620.0,7963.0,0.0,575.0,6386.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,28247.0,13329.0,7750.0,0.0,207.0,742.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,263.0,124.0,-661.0,0.0,800.0
@@ -214,7 +218,9 @@ base-hvac-air-to-air-heat-pump-1-speed-detailed-electric-panel.xml,6.8,91.76,360
base-hvac-air-to-air-heat-pump-1-speed-detailed-performance.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,6.8,91.76,36000.0,0.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,14683.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,139.0,0.0,-661.0,0.0,800.0
+base-hvac-air-to-air-heat-pump-1-speed-hvac-seasons.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
+base-hvac-air-to-air-heat-pump-1-speed-power-outage.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-1-speed-research-features.xml,-13.72,81.14,36000.0,36000.0,34121.0,52124.0,19009.0,10549.0,0.0,761.0,9052.0,0.0,0.0,2302.0,2854.0,7597.0,0.0,0.0,24838.0,12335.0,6542.0,0.0,156.0,189.0,0.0,0.0,0.0,2084.0,212.0,0.0,3320.0,0.0,0.0,2235.0,1110.0,325.0,0.0,800.0
base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-1-speed.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
@@ -222,20 +228,20 @@ base-hvac-air-to-air-heat-pump-2-speed-detailed-performance.xml,6.8,91.76,36000.
base-hvac-air-to-air-heat-pump-2-speed-research-features.xml,-13.72,81.14,36000.0,36000.0,34121.0,52124.0,19009.0,10549.0,0.0,761.0,9052.0,0.0,0.0,2302.0,2854.0,7597.0,0.0,0.0,24838.0,12335.0,6542.0,0.0,156.0,189.0,0.0,0.0,0.0,2084.0,212.0,0.0,3320.0,0.0,0.0,2235.0,1110.0,325.0,0.0,800.0
base-hvac-air-to-air-heat-pump-2-speed.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-var-speed-autosize-maxload.xml,6.8,91.76,67347.0,67347.0,0.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,6.8,91.76,18000.0,18000.0,60000.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,6.8,91.76,24000.0,24000.0,60000.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,6.8,91.76,24000.0,24000.0,60000.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,6.8,91.76,18000.0,18000.0,60000.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,6.8,91.76,24000.0,24000.0,60000.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-var-speed-backup-furnace-autosize-factor.xml,6.8,91.76,36000.0,36000.0,36030.0,38350.0,14467.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27107.0,12425.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,257.0,118.0,-661.0,0.0,800.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,6.8,91.76,18000.0,18000.0,60000.0,38350.0,14467.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27107.0,12425.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,257.0,118.0,-661.0,0.0,800.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,6.8,91.76,24000.0,24000.0,60000.0,38350.0,14467.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27107.0,12425.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,257.0,118.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-autosize.xml,6.8,91.76,39371.0,39371.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-normalized-capacities.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml,6.8,91.76,35800.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
-base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
-base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems.xml,6.8,91.76,72000.0,72000.0,68242.0,40037.0,16153.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,28573.0,13890.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,270.0,131.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-var-speed-pan-heater-defrost-mode.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-var-speed-pan-heater-heat-pump-mode.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-var-speed-pan-heater-none.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
+base-hvac-air-to-air-heat-pump-var-speed-research-features-10-mins.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
+base-hvac-air-to-air-heat-pump-var-speed-research-features-two-systems.xml,6.8,91.76,72000.0,72000.0,68242.0,40037.0,16153.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,28573.0,13890.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,270.0,131.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-var-speed-research-features.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-air-to-air-heat-pump-var-speed.xml,6.8,91.76,36000.0,36000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-autosize-sizing-controls.xml,0.0,100.0,39686.0,42466.0,0.0,39686.0,17070.0,7560.0,0.0,545.0,6487.0,0.0,0.0,1650.0,2045.0,4328.0,0.0,0.0,32919.0,14336.0,8159.0,0.0,318.0,1482.0,0.0,0.0,0.0,2693.0,780.0,0.0,5150.0,0.0,0.0,3407.0,1484.0,724.0,0.0,1200.0
@@ -256,7 +262,7 @@ base-hvac-central-ac-only-2-speed-detailed-performance.xml,6.8,91.76,0.0,24000.0
base-hvac-central-ac-only-2-speed.xml,6.8,91.76,0.0,24000.0,0.0,23884.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-central-ac-only-var-speed-detailed-performance-autosize.xml,6.8,91.76,0.0,38231.0,0.0,23884.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-central-ac-only-var-speed-detailed-performance.xml,6.8,91.76,0.0,36000.0,0.0,23884.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
-base-hvac-central-ac-only-var-speed-max-power-ratio-schedule.xml,6.8,91.76,0.0,24000.0,0.0,23884.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
+base-hvac-central-ac-only-var-speed-research-features.xml,6.8,91.76,0.0,24000.0,0.0,23884.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-central-ac-only-var-speed.xml,6.8,91.76,0.0,24000.0,0.0,23884.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,6.8,91.76,36000.0,24000.0,34121.0,39371.0,15487.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-dse.xml,6.8,91.76,35000.0,24000.0,0.0,23884.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,14683.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,139.0,0.0,-661.0,0.0,800.0
@@ -286,7 +292,7 @@ base-hvac-furnace-coal-only.xml,6.8,91.76,35000.0,0.0,0.0,41543.0,17659.0,7963.0
base-hvac-furnace-elec-central-ac-1-speed.xml,6.8,91.76,35000.0,24000.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-furnace-elec-only.xml,6.8,91.76,35000.0,0.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,14683.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,139.0,0.0,-661.0,0.0,800.0
base-hvac-furnace-gas-central-ac-2-speed.xml,6.8,91.76,35000.0,24000.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
-base-hvac-furnace-gas-central-ac-var-speed-max-power-ratio-schedule.xml,6.8,91.76,35000.0,24000.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
+base-hvac-furnace-gas-central-ac-var-speed-research-features.xml,6.8,91.76,35000.0,24000.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-furnace-gas-central-ac-var-speed.xml,6.8,91.76,35000.0,24000.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,27993.0,13311.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,265.0,126.0,-661.0,0.0,800.0
base-hvac-furnace-gas-only-autosize-factor.xml,6.8,91.76,45000.0,0.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,14683.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,139.0,0.0,-661.0,0.0,800.0
base-hvac-furnace-gas-only-detailed-setpoints.xml,6.8,91.76,35000.0,0.0,0.0,41543.0,17659.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,14683.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,139.0,0.0,-661.0,0.0,800.0
@@ -327,9 +333,9 @@ base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance-autosize
base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml,6.8,91.76,0.0,36000.0,0.0,23884.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,14683.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,139.0,0.0,-661.0,0.0,800.0
base-hvac-mini-split-air-conditioner-only-ductless.xml,6.8,91.76,0.0,24000.0,0.0,23884.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,14683.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,139.0,0.0,-661.0,0.0,800.0
base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,6.8,91.76,0.0,36000.0,0.0,23884.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,16938.0,2255.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,160.0,21.0,-661.0,0.0,800.0
-base-hvac-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule.xml,6.8,91.76,36000.0,0.0,34121.0,26485.0,2601.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,14683.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,139.0,0.0,-661.0,0.0,800.0
+base-hvac-mini-split-heat-pump-ducted-heating-only-research-features.xml,6.8,91.76,36000.0,0.0,34121.0,26485.0,2601.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,14683.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,139.0,0.0,-661.0,0.0,800.0
base-hvac-mini-split-heat-pump-ducted-heating-only.xml,6.8,91.76,36000.0,0.0,34121.0,26485.0,2601.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,14683.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,139.0,0.0,-661.0,0.0,800.0
-base-hvac-mini-split-heat-pump-ducted-max-power-ratio-schedule.xml,6.8,91.76,36000.0,36000.0,34121.0,26485.0,2601.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,16938.0,2255.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,160.0,21.0,-661.0,0.0,800.0
+base-hvac-mini-split-heat-pump-ducted-research-features.xml,6.8,91.76,36000.0,36000.0,34121.0,26485.0,2601.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,16938.0,2255.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,160.0,21.0,-661.0,0.0,800.0
base-hvac-mini-split-heat-pump-ducted.xml,6.8,91.76,36000.0,36000.0,34121.0,26485.0,2601.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,16938.0,2255.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,160.0,21.0,-661.0,0.0,800.0
base-hvac-mini-split-heat-pump-ductless-autosize-factor.xml,6.8,91.76,36000.0,36000.0,0.0,23884.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,14683.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,139.0,0.0,-661.0,0.0,800.0
base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,6.8,91.76,18000.0,18000.0,60000.0,23884.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,4620.0,0.0,0.0,14683.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,622.0,0.0,3320.0,0.0,0.0,139.0,0.0,-661.0,0.0,800.0
@@ -397,7 +403,7 @@ base-mechvent-cfis-control-type-timer.xml,6.8,91.76,35000.0,24000.0,0.0,42888.0,
base-mechvent-cfis-dse.xml,6.8,91.76,35000.0,24000.0,0.0,25636.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,0.0,6372.0,0.0,15750.0,0.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,0.0,1690.0,3320.0,0.0,0.0,-995.0,0.0,0.0,-1795.0,800.0
base-mechvent-cfis-evap-cooler-only-ducted.xml,6.8,91.76,0.0,24000.0,0.0,25636.0,0.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,0.0,6372.0,0.0,23574.0,7824.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,0.0,1690.0,3320.0,0.0,0.0,-550.0,445.0,0.0,-1795.0,800.0
base-mechvent-cfis-no-additional-runtime.xml,6.8,91.76,35000.0,24000.0,0.0,42888.0,17252.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,0.0,6372.0,0.0,28470.0,12720.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,0.0,1690.0,3320.0,0.0,0.0,-271.0,724.0,0.0,-1795.0,800.0
-base-mechvent-cfis-no-outdoor-air-control.xml,6.8,91.76,35000.0,24000.0,0.0,42888.0,17252.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,0.0,6372.0,0.0,28470.0,12720.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,0.0,1690.0,3320.0,0.0,0.0,-271.0,724.0,0.0,-1795.0,800.0
+base-mechvent-cfis-no-outdoor-air-control.xml,6.8,91.76,50000.0,36000.0,0.0,42888.0,17252.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,0.0,6372.0,0.0,28470.0,12720.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,0.0,1690.0,3320.0,0.0,0.0,-271.0,724.0,0.0,-1795.0,800.0
base-mechvent-cfis-supplemental-fan-exhaust-15-mins.xml,6.8,91.76,35000.0,24000.0,0.0,42888.0,17252.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,0.0,6372.0,0.0,28470.0,12720.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,0.0,1690.0,3320.0,0.0,0.0,-271.0,724.0,0.0,-1795.0,800.0
base-mechvent-cfis-supplemental-fan-exhaust-synchronized.xml,6.8,91.76,35000.0,24000.0,0.0,42888.0,17252.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,0.0,6372.0,0.0,28470.0,12720.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,0.0,1690.0,3320.0,0.0,0.0,-271.0,724.0,0.0,-1795.0,800.0
base-mechvent-cfis-supplemental-fan-exhaust.xml,6.8,91.76,35000.0,24000.0,0.0,42888.0,17252.0,7963.0,0.0,575.0,6833.0,0.0,0.0,1738.0,2155.0,0.0,6372.0,0.0,28470.0,12720.0,7750.0,0.0,207.0,507.0,0.0,0.0,0.0,2276.0,0.0,1690.0,3320.0,0.0,0.0,-271.0,724.0,0.0,-1795.0,800.0
@@ -498,7 +504,7 @@ house007.xml,-13.72,81.14,90000.0,42000.0,0.0,45693.0,5419.0,9095.0,0.0,633.0,16
house008.xml,-13.72,81.14,90000.0,36000.0,0.0,66935.0,11046.0,10314.0,0.0,615.0,27938.0,0.0,992.0,3193.0,3226.0,8281.0,1330.0,0.0,21294.0,2448.0,7200.0,0.0,112.0,2028.0,0.0,153.0,0.0,2356.0,218.0,98.0,3780.0,0.0,2902.0,2626.0,302.0,333.0,791.0,1200.0
house009.xml,-13.72,81.14,90000.0,36000.0,0.0,45110.0,0.0,8913.0,0.0,931.0,18678.0,0.0,95.0,1918.0,2204.0,12372.0,0.0,0.0,14230.0,0.0,6347.0,0.0,212.0,1249.0,0.0,1.0,0.0,1609.0,581.0,0.0,3550.0,0.0,681.0,1889.0,0.0,889.0,0.0,1000.0
house010.xml,-13.72,81.14,90000.0,30000.0,0.0,52086.0,8490.0,10714.0,0.0,615.0,17289.0,359.0,589.0,1358.0,2165.0,9177.0,1330.0,0.0,15890.0,2027.0,5597.0,0.0,112.0,1847.0,37.0,87.0,0.0,1581.0,241.0,98.0,3780.0,0.0,484.0,2705.0,345.0,369.0,791.0,1200.0
-house011.xml,24.62,91.58,24000.0,18000.0,34120.0,21073.0,6508.0,2440.0,0.0,1007.0,3251.0,0.0,546.0,0.0,1795.0,5526.0,0.0,0.0,21212.0,7295.0,3821.0,0.0,612.0,1361.0,0.0,199.0,0.0,2832.0,1412.0,0.0,3550.0,0.0,130.0,4317.0,1485.0,1833.0,0.0,1000.0
+house011.xml,24.62,91.58,24000.0,24000.0,34120.0,21073.0,6508.0,2440.0,0.0,1007.0,3251.0,0.0,546.0,0.0,1795.0,5526.0,0.0,0.0,21212.0,7295.0,3821.0,0.0,612.0,1361.0,0.0,199.0,0.0,2832.0,1412.0,0.0,3550.0,0.0,130.0,4317.0,1485.0,1833.0,0.0,1000.0
house012.xml,24.62,91.58,23400.0,23200.0,0.0,14340.0,1270.0,1906.0,0.0,333.0,2909.0,0.0,1766.0,0.0,1513.0,4644.0,0.0,0.0,13028.0,993.0,3093.0,0.0,202.0,1217.0,0.0,645.0,0.0,2387.0,1169.0,0.0,3320.0,0.0,0.0,2508.0,191.0,1517.0,0.0,800.0
house013.xml,24.62,91.58,18000.0,18000.0,17060.0,13363.0,3575.0,2049.0,0.0,363.0,1822.0,0.0,1574.0,0.0,1042.0,2434.0,504.0,0.0,10907.0,1766.0,2200.0,0.0,221.0,679.0,0.0,575.0,0.0,1644.0,439.0,184.0,3090.0,0.0,109.0,1681.0,272.0,569.0,239.0,600.0
house014.xml,24.62,91.58,18000.0,18000.0,17060.0,14616.0,3709.0,2335.0,0.0,320.0,2332.0,0.0,1631.0,0.0,1080.0,2689.0,521.0,0.0,12349.0,1838.0,3377.0,0.0,194.0,869.0,0.0,596.0,0.0,1703.0,490.0,190.0,3090.0,0.0,0.0,1742.0,259.0,636.0,247.0,600.0
@@ -539,3 +545,4 @@ house048.xml,25.88,98.42,63000.0,46500.0,0.0,51602.0,11638.0,4499.0,0.0,694.0,99
house049.xml,33.26,106.16,39000.0,16000.0,0.0,19031.0,0.0,5635.0,0.0,0.0,5319.0,0.0,0.0,2258.0,1357.0,3370.0,1091.0,0.0,21783.0,0.0,7246.0,0.0,0.0,6460.0,0.0,0.0,0.0,2075.0,1986.0,926.0,3090.0,0.0,0.0,-351.0,0.0,-717.0,-233.0,600.0
house050.xml,28.58,87.08,58000.0,29000.0,0.0,21849.0,7336.0,3277.0,0.0,949.0,3299.0,0.0,2076.0,0.0,1771.0,2150.0,991.0,0.0,20064.0,4963.0,5613.0,0.0,572.0,1304.0,0.0,606.0,0.0,1585.0,324.0,289.0,3320.0,0.0,1488.0,1505.0,372.0,88.0,245.0,800.0
house051.xml,6.8,91.76,36039.0,30000.0,0.0,31728.0,7570.0,7439.0,0.0,575.0,2157.0,0.0,0.0,9545.0,1590.0,2851.0,0.0,0.0,16488.0,4500.0,5787.0,0.0,207.0,534.0,0.0,0.0,0.0,925.0,228.0,0.0,3550.0,0.0,756.0,1042.0,284.0,-242.0,0.0,1000.0
+house052.xml,19.22,86.72,345600.0,485600.0,0.0,168007.0,4163.0,44499.0,0.0,722.0,47731.0,11718.0,2327.0,2579.0,0.0,51832.0,2436.0,0.0,75429.0,2669.0,46213.0,0.0,380.0,9348.0,5243.0,1155.0,0.0,0.0,5849.0,562.0,4010.0,0.0,0.0,18975.0,671.0,11753.0,5151.0,1400.0
diff --git a/hpxml-measures/workflow/tests/base_results/results_simulations_loads.csv b/hpxml-measures/workflow/tests/base_results/results_simulations_loads.csv
index dcfe5ab667..bc50bf67bf 100644
--- a/hpxml-measures/workflow/tests/base_results/results_simulations_loads.csv
+++ b/hpxml-measures/workflow/tests/base_results/results_simulations_loads.csv
@@ -1,541 +1,548 @@
HPXML,Load: Heating: Delivered (MBtu),Load: Heating: Heat Pump Backup (MBtu),Load: Cooling: Delivered (MBtu),Load: Hot Water: Delivered (MBtu),Load: Hot Water: Tank Losses (MBtu),Load: Hot Water: Desuperheater (MBtu),Load: Hot Water: Solar Thermal (MBtu),Component Load: Heating: Roofs (MBtu),Component Load: Heating: Ceilings (MBtu),Component Load: Heating: Walls (MBtu),Component Load: Heating: Rim Joists (MBtu),Component Load: Heating: Foundation Walls (MBtu),Component Load: Heating: Doors (MBtu),Component Load: Heating: Windows Conduction (MBtu),Component Load: Heating: Windows Solar (MBtu),Component Load: Heating: Skylights Conduction (MBtu),Component Load: Heating: Skylights Solar (MBtu),Component Load: Heating: Floors (MBtu),Component Load: Heating: Slabs (MBtu),Component Load: Heating: Internal Mass (MBtu),Component Load: Heating: Infiltration (MBtu),Component Load: Heating: Natural Ventilation (MBtu),Component Load: Heating: Mechanical Ventilation (MBtu),Component Load: Heating: Whole House Fan (MBtu),Component Load: Heating: Ducts (MBtu),Component Load: Heating: Internal Gains (MBtu),Component Load: Heating: Lighting (MBtu),Component Load: Cooling: Roofs (MBtu),Component Load: Cooling: Ceilings (MBtu),Component Load: Cooling: Walls (MBtu),Component Load: Cooling: Rim Joists (MBtu),Component Load: Cooling: Foundation Walls (MBtu),Component Load: Cooling: Doors (MBtu),Component Load: Cooling: Windows Conduction (MBtu),Component Load: Cooling: Windows Solar (MBtu),Component Load: Cooling: Skylights Conduction (MBtu),Component Load: Cooling: Skylights Solar (MBtu),Component Load: Cooling: Floors (MBtu),Component Load: Cooling: Slabs (MBtu),Component Load: Cooling: Internal Mass (MBtu),Component Load: Cooling: Infiltration (MBtu),Component Load: Cooling: Natural Ventilation (MBtu),Component Load: Cooling: Mechanical Ventilation (MBtu),Component Load: Cooling: Whole House Fan (MBtu),Component Load: Cooling: Ducts (MBtu),Component Load: Cooling: Internal Gains (MBtu),Component Load: Cooling: Lighting (MBtu)
-base-appliances-coal.xml,30.37,0.0,20.967,9.917,0.848,0.0,0.0,0.0,3.254,3.876,0.882,7.089,0.676,11.544,-12.793,0.0,0.0,0.0,8.336,-0.11,5.495,0.0,0.509,0.0,13.207,-8.992,-2.631,0.0,-0.093,-0.26,-0.025,2.426,0.015,-0.421,12.704,0.0,0.0,0.0,-6.46,-0.106,-0.944,-4.238,-0.086,0.0,8.766,7.785,1.877
+base-appliances-coal.xml,30.372,0.0,20.969,9.917,0.848,0.0,0.0,0.0,3.254,3.876,0.882,7.089,0.676,11.544,-12.793,0.0,0.0,0.0,8.336,-0.11,5.496,0.0,0.509,0.0,13.208,-8.992,-2.631,0.0,-0.093,-0.26,-0.025,2.426,0.015,-0.421,12.704,0.0,0.0,0.0,-6.46,-0.106,-0.944,-4.236,-0.086,0.0,8.766,7.785,1.877
base-appliances-dehumidifier-ef-portable.xml,1.727,0.0,33.167,7.067,0.793,0.0,0.0,0.0,1.338,1.306,0.0,0.0,0.308,3.963,-3.581,0.0,0.0,0.0,0.791,-0.336,0.868,0.176,0.2,0.0,0.07,-2.978,-0.551,0.0,0.274,-0.327,0.0,0.0,0.128,2.146,20.365,0.0,0.0,0.0,1.296,-0.331,-0.516,-2.528,-0.115,0.0,0.7,9.975,2.095
-base-appliances-dehumidifier-ef-whole-home.xml,1.756,0.0,33.169,7.067,0.793,0.0,0.0,0.0,1.325,1.295,0.0,0.0,0.306,3.934,-3.554,0.0,0.0,0.0,0.779,-0.337,0.862,0.158,0.198,0.0,0.071,-2.924,-0.546,0.0,0.262,-0.338,0.0,0.0,0.125,2.116,20.392,0.0,0.0,0.0,1.285,-0.331,-0.521,-2.546,-0.117,0.0,0.7,10.006,2.099
-base-appliances-dehumidifier-multiple.xml,1.803,0.0,33.151,7.067,0.793,0.0,0.0,0.0,1.322,1.292,0.0,0.0,0.302,3.911,-3.548,0.0,0.0,0.0,0.77,-0.335,0.858,0.141,0.198,0.0,0.073,-2.842,-0.544,0.0,0.261,-0.339,0.0,0.0,0.122,2.1,20.398,0.0,0.0,0.0,1.282,-0.329,-0.524,-2.564,-0.117,0.0,0.7,10.013,2.102
-base-appliances-dehumidifier.xml,1.733,0.0,33.173,7.067,0.793,0.0,0.0,0.0,1.328,1.297,0.0,0.0,0.305,3.929,-3.546,0.0,0.0,0.0,0.783,-0.335,0.861,0.153,0.198,0.0,0.07,-2.983,-0.543,0.0,0.262,-0.339,0.0,0.0,0.124,2.104,20.4,0.0,0.0,0.0,1.28,-0.329,-0.525,-2.56,-0.118,0.0,0.7,10.018,2.102
-base-appliances-freezer-temperature-dependent-schedule.xml,30.212,0.0,21.115,9.917,0.848,0.0,0.0,0.0,3.254,3.872,0.881,7.094,0.675,11.53,-12.777,0.0,0.0,0.0,8.333,-0.104,5.487,0.0,0.508,0.0,13.143,-9.088,-2.627,0.0,-0.101,-0.268,-0.027,2.42,0.013,-0.447,12.72,0.0,0.0,0.0,-6.479,-0.1,-0.953,-4.268,-0.086,0.0,8.799,7.983,1.88
-base-appliances-gas.xml,30.37,0.0,20.967,9.917,0.848,0.0,0.0,0.0,3.254,3.876,0.882,7.089,0.676,11.544,-12.793,0.0,0.0,0.0,8.336,-0.11,5.495,0.0,0.509,0.0,13.207,-8.992,-2.631,0.0,-0.093,-0.26,-0.025,2.426,0.015,-0.421,12.704,0.0,0.0,0.0,-6.46,-0.106,-0.944,-4.238,-0.086,0.0,8.766,7.785,1.877
-base-appliances-modified.xml,30.006,0.0,21.056,10.418,0.848,0.0,0.0,0.0,3.262,3.876,0.882,7.093,0.676,11.54,-12.784,0.0,0.0,0.0,8.337,-0.107,5.847,0.0,0.0,0.0,13.071,-9.091,-2.629,0.0,-0.096,-0.264,-0.026,2.42,0.014,-0.436,12.713,0.0,0.0,0.0,-6.475,-0.103,-1.029,-4.255,0.0,0.0,8.791,7.891,1.878
-base-appliances-none.xml,33.182,0.0,18.87,8.694,0.85,0.0,0.0,0.0,3.226,3.893,0.888,6.998,0.68,11.592,-12.994,0.0,0.0,0.0,8.214,-0.129,5.907,0.0,0.0,0.0,14.283,-6.741,-2.665,0.0,0.02,-0.177,-0.004,2.514,0.035,-0.17,12.503,0.0,0.0,0.0,-6.301,-0.125,-0.937,-3.949,0.0,0.0,8.088,5.504,1.843
-base-appliances-oil.xml,30.37,0.0,20.967,9.917,0.848,0.0,0.0,0.0,3.254,3.876,0.882,7.089,0.676,11.544,-12.793,0.0,0.0,0.0,8.336,-0.11,5.495,0.0,0.509,0.0,13.207,-8.992,-2.631,0.0,-0.093,-0.26,-0.025,2.426,0.015,-0.421,12.704,0.0,0.0,0.0,-6.46,-0.106,-0.944,-4.238,-0.086,0.0,8.766,7.785,1.877
-base-appliances-propane.xml,30.37,0.0,20.967,9.917,0.848,0.0,0.0,0.0,3.254,3.876,0.882,7.089,0.676,11.544,-12.793,0.0,0.0,0.0,8.336,-0.11,5.495,0.0,0.509,0.0,13.207,-8.992,-2.631,0.0,-0.093,-0.26,-0.025,2.426,0.015,-0.421,12.704,0.0,0.0,0.0,-6.46,-0.106,-0.944,-4.238,-0.086,0.0,8.766,7.785,1.877
-base-appliances-refrigerator-temperature-dependent-schedule.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-appliances-wood.xml,30.37,0.0,20.967,9.917,0.848,0.0,0.0,0.0,3.254,3.876,0.882,7.089,0.676,11.544,-12.793,0.0,0.0,0.0,8.336,-0.11,5.495,0.0,0.509,0.0,13.207,-8.992,-2.631,0.0,-0.093,-0.26,-0.025,2.426,0.015,-0.421,12.704,0.0,0.0,0.0,-6.46,-0.106,-0.944,-4.238,-0.086,0.0,8.766,7.785,1.877
-base-atticroof-cathedral.xml,25.1,0.0,15.054,9.917,0.851,0.0,0.0,6.148,0.0,4.597,0.904,7.001,0.692,14.766,-16.321,0.0,0.0,0.0,8.173,-0.173,10.131,0.0,0.52,0.0,0.0,-8.698,-2.697,0.794,0.0,-0.182,0.002,2.413,0.035,0.321,16.497,0.0,0.0,0.0,-6.702,-0.148,-1.529,-5.27,-0.069,0.0,0.0,7.092,1.81
-base-atticroof-conditioned.xml,23.818,0.0,18.958,9.917,0.848,0.0,0.0,4.735,1.22,5.907,0.907,7.106,0.696,16.552,-17.384,0.0,0.0,0.0,8.18,-0.27,7.704,0.0,0.515,0.0,1.003,-9.75,-3.352,0.531,0.124,-0.176,-0.014,2.296,0.023,-0.192,19.331,0.0,0.0,0.0,-6.899,-0.264,-1.33,-5.708,-0.082,0.0,0.504,8.432,2.396
-base-atticroof-flat.xml,19.119,0.0,12.721,9.917,0.849,0.0,0.0,5.351,0.0,3.877,0.883,7.012,0.676,11.542,-12.88,0.0,0.0,0.0,8.186,-0.144,5.235,0.0,0.511,0.0,0.0,-8.513,-2.642,0.826,0.0,-0.227,-0.016,2.431,0.022,-0.331,12.612,0.0,0.0,0.0,-6.472,-0.119,-0.935,-4.127,-0.082,0.0,0.0,7.278,1.865
-base-atticroof-radiant-barrier-ceiling.xml,4.827,0.0,36.282,7.067,0.803,0.0,0.0,0.0,6.464,1.472,0.0,0.0,0.314,4.144,-5.204,0.0,0.0,0.0,0.25,-0.447,0.985,0.0,0.233,0.0,0.193,-2.894,-0.685,0.0,3.935,0.058,0.0,0.0,0.186,2.974,18.771,0.0,0.0,0.0,1.42,-0.439,-0.278,-2.298,-0.056,0.0,0.773,9.377,1.961
-base-atticroof-radiant-barrier.xml,4.087,0.0,34.774,7.067,0.801,0.0,0.0,0.0,5.141,1.454,0.0,0.0,0.303,4.06,-4.937,0.0,0.0,0.0,0.482,-0.365,0.953,0.0,0.226,0.0,0.164,-2.758,-0.658,0.0,2.278,0.003,0.0,0.0,0.166,2.79,19.01,0.0,0.0,0.0,1.547,-0.357,-0.337,-2.394,-0.067,0.0,0.741,9.515,1.988
-base-atticroof-unvented-insulated-roof.xml,23.032,0.0,13.716,9.917,0.85,0.0,0.0,0.0,2.142,3.94,0.899,7.074,0.691,11.745,-13.016,0.0,0.0,0.0,8.321,-0.153,5.464,0.0,0.516,0.0,6.692,-8.615,-2.672,0.0,-2.799,-0.142,0.005,2.55,0.043,-0.056,12.482,0.0,0.0,0.0,-6.28,-0.146,-0.844,-3.821,-0.076,0.0,3.805,7.175,1.835
-base-atticroof-vented.xml,33.278,0.0,18.644,9.917,1.079,0.0,0.0,0.0,3.68,3.883,0.884,7.042,0.677,11.559,-12.884,0.0,0.0,0.0,8.265,-0.122,6.084,0.0,0.51,0.0,14.352,-8.024,-2.643,0.0,-0.257,-0.219,-0.015,2.47,0.025,-0.299,12.613,0.0,0.0,0.0,-6.388,-0.117,-0.865,-4.075,-0.082,0.0,7.081,6.917,1.864
-base-battery-scheduled-power-outage.xml,31.048,0.0,15.191,9.234,0.801,0.0,0.0,0.0,3.242,3.874,0.882,7.065,0.676,11.538,-12.817,0.0,0.0,0.0,8.287,-0.113,5.473,0.0,0.555,0.0,13.466,-8.478,-2.634,0.0,-0.046,-0.326,-0.04,2.247,-0.001,-0.632,12.683,0.0,0.0,0.0,-6.735,-0.108,-1.01,-4.828,-0.088,0.0,6.3,6.182,1.566
-base-battery-scheduled.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-battery.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml,23.745,0.0,3.976,10.368,1.01,0.0,0.0,0.0,3.101,3.897,0.0,0.0,0.627,1.479,-1.761,0.0,0.0,3.144,0.0,-0.041,1.622,0.0,0.0,0.0,16.91,-3.904,-1.3,0.0,-0.715,-0.117,0.0,0.0,-0.051,-0.009,1.269,0.0,0.0,-0.719,0.0,-0.036,-0.188,-0.369,0.0,0.0,1.475,2.712,0.725
+base-appliances-dehumidifier-ef-whole-home.xml,1.756,0.0,33.169,7.067,0.793,0.0,0.0,0.0,1.325,1.295,0.0,0.0,0.306,3.934,-3.554,0.0,0.0,0.0,0.779,-0.337,0.862,0.158,0.198,0.0,0.071,-2.924,-0.546,0.0,0.262,-0.338,0.0,0.0,0.125,2.116,20.392,0.0,0.0,0.0,1.285,-0.331,-0.522,-2.545,-0.117,0.0,0.7,10.006,2.099
+base-appliances-dehumidifier-mechvent-latent-degradation-model-0s.xml,1.374,0.0,35.06,6.477,0.789,0.0,0.0,0.0,0.991,0.95,0.0,0.0,0.25,2.886,-3.254,0.0,0.0,0.0,-0.183,-0.447,0.13,0.415,2.892,0.0,0.05,-3.379,-0.494,0.0,0.577,-0.037,0.0,0.0,0.194,3.003,18.264,0.0,0.0,0.0,2.447,-0.467,-0.066,-1.662,-1.569,0.0,0.757,11.139,2.152
+base-appliances-dehumidifier-mechvent-latent-degradation-model-45s.xml,1.375,0.0,34.849,6.477,0.789,0.0,0.0,0.0,0.988,0.948,0.0,0.0,0.252,2.918,-3.249,0.0,0.0,0.0,-0.203,-0.46,0.131,0.452,2.912,0.0,0.05,-3.463,-0.498,0.0,0.573,-0.04,0.0,0.0,0.196,3.033,18.269,0.0,0.0,0.0,2.425,-0.48,-0.066,-1.635,-1.551,0.0,0.751,10.878,2.148
+base-appliances-dehumidifier-mechvent-latent-degradation-model-ashp.xml,1.423,0.0,35.355,6.477,0.789,0.0,0.0,0.0,0.984,0.945,0.0,0.0,0.249,2.887,-3.22,0.0,0.0,0.0,-0.185,-0.451,0.131,0.4,2.885,0.0,0.1,-3.349,-0.493,0.0,0.57,-0.042,0.0,0.0,0.193,3.004,18.298,0.0,0.0,0.0,2.444,-0.471,-0.067,-1.676,-1.576,0.0,1.229,10.969,2.153
+base-appliances-dehumidifier-mechvent.xml,1.374,0.0,35.065,6.477,0.789,0.0,0.0,0.0,0.991,0.95,0.0,0.0,0.25,2.883,-3.25,0.0,0.0,0.0,-0.178,-0.447,0.13,0.398,2.889,0.0,0.05,-3.389,-0.494,0.0,0.577,-0.037,0.0,0.0,0.194,3.002,18.267,0.0,0.0,0.0,2.454,-0.467,-0.066,-1.674,-1.57,0.0,0.757,11.136,2.151
+base-appliances-dehumidifier-multiple.xml,1.803,0.0,33.151,7.067,0.793,0.0,0.0,0.0,1.322,1.292,0.0,0.0,0.302,3.911,-3.548,0.0,0.0,0.0,0.77,-0.335,0.858,0.141,0.198,0.0,0.073,-2.842,-0.544,0.0,0.261,-0.339,0.0,0.0,0.122,2.1,20.398,0.0,0.0,0.0,1.282,-0.329,-0.524,-2.563,-0.117,0.0,0.7,10.013,2.102
+base-appliances-dehumidifier.xml,1.733,0.0,33.173,7.067,0.793,0.0,0.0,0.0,1.328,1.297,0.0,0.0,0.305,3.929,-3.546,0.0,0.0,0.0,0.783,-0.335,0.861,0.153,0.198,0.0,0.07,-2.983,-0.543,0.0,0.262,-0.339,0.0,0.0,0.124,2.104,20.4,0.0,0.0,0.0,1.28,-0.329,-0.525,-2.56,-0.118,0.0,0.7,10.017,2.102
+base-appliances-freezer-temperature-dependent-schedule.xml,30.214,0.0,21.116,9.917,0.848,0.0,0.0,0.0,3.254,3.872,0.881,7.094,0.675,11.53,-12.777,0.0,0.0,0.0,8.333,-0.104,5.488,0.0,0.509,0.0,13.144,-9.088,-2.627,0.0,-0.101,-0.268,-0.027,2.42,0.013,-0.447,12.72,0.0,0.0,0.0,-6.479,-0.1,-0.953,-4.266,-0.087,0.0,8.8,7.983,1.88
+base-appliances-gas.xml,30.372,0.0,20.969,9.917,0.848,0.0,0.0,0.0,3.254,3.876,0.882,7.089,0.676,11.544,-12.793,0.0,0.0,0.0,8.336,-0.11,5.496,0.0,0.509,0.0,13.208,-8.992,-2.631,0.0,-0.093,-0.26,-0.025,2.426,0.015,-0.421,12.704,0.0,0.0,0.0,-6.46,-0.106,-0.944,-4.236,-0.086,0.0,8.766,7.785,1.877
+base-appliances-modified.xml,30.008,0.0,21.058,10.418,0.848,0.0,0.0,0.0,3.262,3.876,0.882,7.093,0.676,11.54,-12.784,0.0,0.0,0.0,8.337,-0.107,5.849,0.0,0.0,0.0,13.072,-9.091,-2.629,0.0,-0.096,-0.264,-0.026,2.42,0.014,-0.436,12.713,0.0,0.0,0.0,-6.475,-0.103,-1.03,-4.253,0.0,0.0,8.792,7.891,1.878
+base-appliances-none.xml,33.183,0.0,18.872,8.694,0.85,0.0,0.0,0.0,3.225,3.893,0.888,6.998,0.68,11.592,-12.994,0.0,0.0,0.0,8.214,-0.129,5.909,0.0,0.0,0.0,14.284,-6.741,-2.665,0.0,0.02,-0.177,-0.004,2.514,0.035,-0.17,12.503,0.0,0.0,0.0,-6.302,-0.125,-0.938,-3.947,0.0,0.0,8.088,5.504,1.843
+base-appliances-oil.xml,30.372,0.0,20.969,9.917,0.848,0.0,0.0,0.0,3.254,3.876,0.882,7.089,0.676,11.544,-12.793,0.0,0.0,0.0,8.336,-0.11,5.496,0.0,0.509,0.0,13.208,-8.992,-2.631,0.0,-0.093,-0.26,-0.025,2.426,0.015,-0.421,12.704,0.0,0.0,0.0,-6.46,-0.106,-0.944,-4.236,-0.086,0.0,8.766,7.785,1.877
+base-appliances-propane.xml,30.372,0.0,20.969,9.917,0.848,0.0,0.0,0.0,3.254,3.876,0.882,7.089,0.676,11.544,-12.793,0.0,0.0,0.0,8.336,-0.11,5.496,0.0,0.509,0.0,13.208,-8.992,-2.631,0.0,-0.093,-0.26,-0.025,2.426,0.015,-0.421,12.704,0.0,0.0,0.0,-6.46,-0.106,-0.944,-4.236,-0.086,0.0,8.766,7.785,1.877
+base-appliances-refrigerator-temperature-dependent-schedule.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-appliances-wood.xml,30.372,0.0,20.969,9.917,0.848,0.0,0.0,0.0,3.254,3.876,0.882,7.089,0.676,11.544,-12.793,0.0,0.0,0.0,8.336,-0.11,5.496,0.0,0.509,0.0,13.208,-8.992,-2.631,0.0,-0.093,-0.26,-0.025,2.426,0.015,-0.421,12.704,0.0,0.0,0.0,-6.46,-0.106,-0.944,-4.236,-0.086,0.0,8.766,7.785,1.877
+base-atticroof-cathedral.xml,25.101,0.0,15.055,9.917,0.851,0.0,0.0,6.148,0.0,4.597,0.904,7.001,0.692,14.766,-16.321,0.0,0.0,0.0,8.173,-0.173,10.132,0.0,0.52,0.0,0.0,-8.698,-2.697,0.794,0.0,-0.182,0.002,2.413,0.035,0.321,16.497,0.0,0.0,0.0,-6.702,-0.148,-1.529,-5.269,-0.069,0.0,0.0,7.092,1.81
+base-atticroof-conditioned.xml,23.817,0.0,18.957,9.917,0.848,0.0,0.0,4.735,1.22,5.907,0.907,7.106,0.696,16.552,-17.384,0.0,0.0,0.0,8.18,-0.27,7.703,0.0,0.515,0.0,1.003,-9.75,-3.352,0.531,0.124,-0.176,-0.014,2.296,0.023,-0.192,19.331,0.0,0.0,0.0,-6.898,-0.264,-1.329,-5.709,-0.082,0.0,0.504,8.432,2.396
+base-atticroof-flat.xml,19.121,0.0,12.722,9.917,0.849,0.0,0.0,5.351,0.0,3.877,0.883,7.012,0.676,11.542,-12.88,0.0,0.0,0.0,8.186,-0.144,5.237,0.0,0.511,0.0,0.0,-8.513,-2.642,0.826,0.0,-0.227,-0.016,2.431,0.022,-0.331,12.612,0.0,0.0,0.0,-6.472,-0.119,-0.936,-4.124,-0.082,0.0,0.0,7.278,1.865
+base-atticroof-radiant-barrier-ceiling.xml,4.827,0.0,36.283,7.067,0.803,0.0,0.0,0.0,6.464,1.472,0.0,0.0,0.314,4.144,-5.204,0.0,0.0,0.0,0.25,-0.447,0.985,0.0,0.233,0.0,0.193,-2.894,-0.685,0.0,3.935,0.058,0.0,0.0,0.186,2.974,18.771,0.0,0.0,0.0,1.42,-0.439,-0.278,-2.298,-0.056,0.0,0.773,9.377,1.961
+base-atticroof-radiant-barrier.xml,4.087,0.0,34.774,7.067,0.801,0.0,0.0,0.0,5.141,1.454,0.0,0.0,0.303,4.06,-4.937,0.0,0.0,0.0,0.482,-0.365,0.953,0.0,0.226,0.0,0.164,-2.758,-0.658,0.0,2.278,0.003,0.0,0.0,0.166,2.79,19.01,0.0,0.0,0.0,1.547,-0.357,-0.337,-2.394,-0.068,0.0,0.741,9.515,1.988
+base-atticroof-unvented-insulated-roof.xml,23.033,0.0,13.717,9.917,0.85,0.0,0.0,0.0,2.142,3.94,0.899,7.074,0.691,11.745,-13.016,0.0,0.0,0.0,8.321,-0.153,5.465,0.0,0.516,0.0,6.693,-8.615,-2.672,0.0,-2.8,-0.142,0.005,2.55,0.043,-0.056,12.482,0.0,0.0,0.0,-6.28,-0.146,-0.845,-3.819,-0.076,0.0,3.805,7.175,1.835
+base-atticroof-vented.xml,33.28,0.0,18.646,9.917,1.079,0.0,0.0,0.0,3.68,3.883,0.884,7.042,0.677,11.559,-12.884,0.0,0.0,0.0,8.265,-0.122,6.085,0.0,0.51,0.0,14.353,-8.024,-2.643,0.0,-0.257,-0.219,-0.015,2.47,0.025,-0.299,12.613,0.0,0.0,0.0,-6.388,-0.117,-0.866,-4.073,-0.082,0.0,7.082,6.917,1.864
+base-battery-scheduled-power-outage.xml,31.05,0.0,15.192,9.234,0.801,0.0,0.0,0.0,3.242,3.874,0.882,7.065,0.676,11.538,-12.817,0.0,0.0,0.0,8.287,-0.113,5.474,0.0,0.556,0.0,13.467,-8.478,-2.634,0.0,-0.046,-0.326,-0.04,2.247,-0.001,-0.633,12.683,0.0,0.0,0.0,-6.735,-0.109,-1.011,-4.825,-0.088,0.0,6.3,6.182,1.566
+base-battery-scheduled.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-battery.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml,12.24,0.0,3.406,10.368,1.009,0.0,0.0,0.0,3.123,3.918,0.0,0.0,0.631,1.487,-1.758,0.0,0.0,3.166,0.0,-0.038,1.633,0.0,0.0,0.0,5.297,-3.902,-1.299,0.0,-0.718,-0.119,0.0,0.0,-0.052,-0.009,1.272,0.0,0.0,-0.723,0.0,-0.035,-0.188,-0.369,0.0,0.0,0.905,2.715,0.726
base-bldgtype-mf-unit-adjacent-to-multiple-hvac-none.xml,0.0,0.0,0.0,10.368,0.846,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-adjacent-to-multiple.xml,6.247,0.0,6.155,10.368,0.841,0.0,0.0,0.0,-0.001,3.316,0.0,0.0,1.448,4.007,-3.923,0.0,0.0,4.183,0.0,-0.258,1.238,0.0,0.502,0.0,2.107,-5.267,-1.044,0.0,0.002,-0.663,0.0,0.0,-0.534,-0.274,4.643,0.0,0.0,-2.339,0.0,-0.253,-0.278,-1.377,-0.113,0.0,0.581,5.767,0.981
-base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml,24.219,0.0,2.86,10.368,1.13,0.0,0.0,0.0,5.715,4.467,0.0,0.0,0.847,1.429,-1.95,0.0,0.0,5.785,0.0,-0.072,1.651,0.0,0.0,0.0,12.05,-4.262,-1.404,0.0,-0.827,0.036,0.0,0.0,-0.044,0.059,1.08,0.0,0.0,-0.812,0.0,-0.068,-0.12,-0.273,0.0,0.0,0.843,2.354,0.621
-base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml,2.795,0.0,4.107,10.368,0.88,0.0,0.0,0.0,0.25,3.394,0.0,0.0,0.405,1.555,-1.567,0.0,0.0,0.277,0.0,-0.063,1.635,0.0,0.0,0.0,1.52,-3.456,-1.158,0.0,-0.811,-0.313,0.0,0.0,-0.078,-0.109,1.463,0.0,0.0,-0.82,0.0,-0.06,-0.288,-0.418,0.0,0.0,1.518,3.161,0.867
-base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml,6.911,0.0,4.796,10.368,0.843,0.0,0.0,0.0,-0.001,3.11,0.0,0.0,0.358,1.476,-1.522,0.0,0.0,2.825,0.0,-0.024,1.574,0.0,0.0,0.0,3.76,-3.464,-1.158,0.0,0.0,-0.285,0.0,0.0,-0.02,-0.161,1.508,0.0,0.0,-1.107,0.0,-0.023,-0.329,-0.513,0.0,0.0,1.71,3.153,0.867
-base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml,2.42,0.0,6.299,10.368,0.823,0.0,0.0,0.0,-0.002,2.815,0.0,0.0,0.321,1.302,-1.159,0.0,0.0,-0.01,0.0,-0.086,1.377,0.0,0.0,0.0,1.323,-2.571,-0.879,0.0,-0.001,-0.973,0.0,0.0,-0.118,-0.529,1.871,0.0,0.0,-0.008,0.0,-0.083,-0.685,-0.588,0.0,0.0,2.245,4.046,1.146
-base-bldgtype-mf-unit-infil-compartmentalization-test.xml,0.698,0.0,9.098,10.368,0.8,0.0,0.0,0.0,-0.002,1.613,0.0,0.0,0.249,2.42,-1.54,0.0,0.0,-0.01,0.0,-0.223,0.595,0.0,0.277,0.0,0.0,-2.248,-0.443,0.0,0.003,-2.078,0.0,0.0,-0.262,-2.933,7.023,0.0,0.0,-0.005,0.0,-0.214,-0.799,-1.549,-0.423,0.0,0.0,8.843,1.582
-base-bldgtype-mf-unit-infil-leakiness-description.xml,0.431,0.0,9.48,10.368,0.795,0.0,0.0,0.0,0.0,1.404,0.0,0.0,0.214,2.07,-1.293,0.0,0.0,-0.0,0.0,-0.18,0.2,0.0,0.24,0.0,0.0,-1.865,-0.366,0.0,0.005,-2.348,0.0,0.0,-0.308,-3.384,7.27,0.0,0.0,0.005,0.0,-0.171,-0.349,-1.583,-0.473,0.0,0.0,9.233,1.659
-base-bldgtype-mf-unit-neighbor-shading.xml,0.829,0.0,8.838,10.368,0.802,0.0,0.0,0.0,-0.004,1.714,0.0,0.0,0.263,2.577,-1.656,0.0,0.0,-0.017,0.0,-0.24,0.804,0.0,0.292,0.0,0.0,-2.428,-0.479,0.0,0.001,-2.064,0.0,0.0,-0.242,-2.731,6.908,0.0,0.0,-0.012,0.0,-0.232,-0.962,-1.535,-0.402,0.0,0.0,8.659,1.546
-base-bldgtype-mf-unit-residents-1.xml,1.279,0.0,7.467,3.829,0.811,0.0,0.0,0.0,-0.004,2.008,0.0,0.0,0.31,3.06,-2.073,0.0,0.0,-0.021,0.0,-0.282,0.934,0.0,0.346,0.0,0.0,-2.4,-0.605,0.0,0.0,-1.532,0.0,0.0,-0.173,-2.046,6.49,0.0,0.0,-0.016,0.0,-0.275,-0.767,-1.424,-0.327,0.0,0.0,6.202,1.421
-base-bldgtype-mf-unit-shared-boiler-chiller-baseboard.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.696,0.0,0.0,0.263,2.569,-1.64,0.0,0.0,-0.017,0.0,-0.245,0.801,0.0,0.291,0.0,0.0,-2.414,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.742,6.923,0.0,0.0,-0.012,0.0,-0.237,-0.965,-1.533,-0.404,0.0,0.0,8.674,1.549
-base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,0.876,0.0,10.341,10.368,0.802,0.0,0.0,0.0,-0.003,1.698,0.0,0.0,0.263,2.572,-1.642,0.0,0.0,-0.017,0.0,-0.246,0.804,0.0,0.291,0.0,0.048,-2.417,-0.476,0.0,0.001,-1.969,0.0,0.0,-0.243,-2.739,6.921,0.0,0.0,-0.012,0.0,-0.238,-0.969,-1.539,-0.403,0.0,1.407,8.671,1.549
-base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.696,0.0,0.0,0.263,2.569,-1.64,0.0,0.0,-0.017,0.0,-0.245,0.801,0.0,0.291,0.0,0.0,-2.414,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.742,6.923,0.0,0.0,-0.012,0.0,-0.237,-0.965,-1.533,-0.404,0.0,0.0,8.674,1.549
-base-bldgtype-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml,0.848,0.0,10.341,10.368,0.802,0.0,0.0,0.0,-0.003,1.697,0.0,0.0,0.263,2.571,-1.642,0.0,0.0,-0.016,0.0,-0.245,0.802,0.0,0.291,0.0,0.021,-2.416,-0.476,0.0,0.001,-1.969,0.0,0.0,-0.243,-2.741,6.921,0.0,0.0,-0.012,0.0,-0.237,-0.97,-1.539,-0.403,0.0,1.407,8.672,1.549
-base-bldgtype-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml,0.848,0.0,10.341,10.368,0.802,0.0,0.0,0.0,-0.003,1.697,0.0,0.0,0.263,2.571,-1.642,0.0,0.0,-0.016,0.0,-0.245,0.802,0.0,0.291,0.0,0.021,-2.416,-0.476,0.0,0.001,-1.969,0.0,0.0,-0.243,-2.741,6.921,0.0,0.0,-0.012,0.0,-0.237,-0.97,-1.539,-0.403,0.0,1.407,8.672,1.549
-base-bldgtype-mf-unit-shared-boiler-only-baseboard-combi-tankless.xml,0.884,0.0,0.0,10.445,0.0,0.0,0.0,0.0,-0.002,1.597,0.0,0.0,0.24,2.382,-1.608,0.0,0.0,-0.011,0.0,-0.217,0.745,0.0,0.272,0.0,0.0,-2.076,-0.453,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,0.729,0.0,0.0,10.368,0.691,0.0,0.0,0.0,-0.002,1.448,0.0,0.0,0.218,2.17,-1.415,0.0,0.0,-0.011,0.0,-0.197,0.683,0.0,0.247,0.0,0.0,-2.021,-0.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,0.772,0.0,0.0,10.368,0.691,0.0,0.0,0.0,-0.002,1.448,0.0,0.0,0.218,2.171,-1.415,0.0,0.0,-0.011,0.0,-0.198,0.685,0.0,0.247,0.0,0.043,-2.022,-0.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml,0.729,0.0,0.0,10.368,0.691,0.0,0.0,0.0,-0.002,1.448,0.0,0.0,0.218,2.17,-1.415,0.0,0.0,-0.011,0.0,-0.197,0.683,0.0,0.247,0.0,0.0,-2.021,-0.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-adjacent-to-multiple.xml,5.047,0.0,5.952,10.368,0.841,0.0,0.0,0.0,-0.001,3.317,0.0,0.0,1.446,4.007,-3.923,0.0,0.0,4.183,0.0,-0.256,1.238,0.0,0.502,0.0,0.9,-5.266,-1.044,0.0,0.003,-0.662,0.0,0.0,-0.537,-0.275,4.643,0.0,0.0,-2.345,0.0,-0.251,-0.278,-1.377,-0.113,0.0,0.38,5.769,0.981
+base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml,24.218,0.0,2.86,10.368,1.13,0.0,0.0,0.0,5.715,4.467,0.0,0.0,0.847,1.429,-1.95,0.0,0.0,5.785,0.0,-0.072,1.65,0.0,0.0,0.0,12.05,-4.262,-1.404,0.0,-0.827,0.036,0.0,0.0,-0.044,0.059,1.08,0.0,0.0,-0.812,0.0,-0.068,-0.119,-0.273,0.0,0.0,0.843,2.354,0.621
+base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml,1.907,0.0,3.519,10.368,0.88,0.0,0.0,0.0,0.254,3.398,0.0,0.0,0.405,1.556,-1.567,0.0,0.0,0.281,0.0,-0.064,1.636,0.0,0.0,0.0,0.623,-3.458,-1.159,0.0,-0.813,-0.311,0.0,0.0,-0.078,-0.108,1.463,0.0,0.0,-0.822,0.0,-0.061,-0.286,-0.417,0.0,0.0,0.932,3.159,0.867
+base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml,4.685,0.0,4.145,10.368,0.843,0.0,0.0,0.0,-0.001,3.112,0.0,0.0,0.359,1.477,-1.522,0.0,0.0,2.828,0.0,-0.024,1.574,0.0,0.0,0.0,1.527,-3.464,-1.158,0.0,0.0,-0.285,0.0,0.0,-0.02,-0.16,1.508,0.0,0.0,-1.106,0.0,-0.023,-0.329,-0.512,0.0,0.0,1.055,3.153,0.867
+base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml,1.641,0.0,5.446,10.368,0.822,0.0,0.0,0.0,-0.002,2.816,0.0,0.0,0.321,1.3,-1.159,0.0,0.0,-0.01,0.0,-0.085,1.376,0.0,0.0,0.0,0.537,-2.566,-0.877,0.0,-0.0,-0.975,0.0,0.0,-0.119,-0.532,1.871,0.0,0.0,-0.008,0.0,-0.082,-0.687,-0.588,0.0,0.0,1.387,4.05,1.148
+base-bldgtype-mf-unit-infil-compartmentalization-test.xml,0.697,0.0,9.097,10.368,0.8,0.0,0.0,0.0,-0.002,1.612,0.0,0.0,0.249,2.419,-1.538,0.0,0.0,-0.01,0.0,-0.222,0.594,0.0,0.276,0.0,0.0,-2.247,-0.443,0.0,0.003,-2.079,0.0,0.0,-0.262,-2.934,7.025,0.0,0.0,-0.005,0.0,-0.214,-0.799,-1.55,-0.423,0.0,0.0,8.844,1.582
+base-bldgtype-mf-unit-infil-leakiness-description.xml,0.43,0.0,9.48,10.368,0.795,0.0,0.0,0.0,0.0,1.404,0.0,0.0,0.214,2.07,-1.293,0.0,0.0,-0.0,0.0,-0.18,0.2,0.0,0.24,0.0,0.0,-1.865,-0.366,0.0,0.005,-2.348,0.0,0.0,-0.308,-3.384,7.27,0.0,0.0,0.005,0.0,-0.171,-0.349,-1.584,-0.472,0.0,0.0,9.233,1.659
+base-bldgtype-mf-unit-neighbor-shading.xml,0.829,0.0,8.838,10.368,0.802,0.0,0.0,0.0,-0.004,1.714,0.0,0.0,0.263,2.577,-1.656,0.0,0.0,-0.017,0.0,-0.24,0.804,0.0,0.292,0.0,0.0,-2.428,-0.479,0.0,0.001,-2.064,0.0,0.0,-0.242,-2.731,6.908,0.0,0.0,-0.012,0.0,-0.232,-0.961,-1.537,-0.401,0.0,0.0,8.659,1.546
+base-bldgtype-mf-unit-residents-1.xml,1.279,0.0,7.467,3.829,0.811,0.0,0.0,0.0,-0.004,2.008,0.0,0.0,0.31,3.06,-2.073,0.0,0.0,-0.021,0.0,-0.282,0.934,0.0,0.345,0.0,0.0,-2.4,-0.605,0.0,0.0,-1.532,0.0,0.0,-0.173,-2.046,6.49,0.0,0.0,-0.016,0.0,-0.275,-0.767,-1.425,-0.327,0.0,0.0,6.202,1.421
+base-bldgtype-mf-unit-shared-boiler-chiller-baseboard.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.696,0.0,0.0,0.263,2.568,-1.64,0.0,0.0,-0.016,0.0,-0.244,0.8,0.0,0.291,0.0,0.0,-2.413,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.743,6.923,0.0,0.0,-0.011,0.0,-0.236,-0.965,-1.535,-0.403,0.0,0.0,8.675,1.55
+base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,0.883,0.0,10.34,10.368,0.802,0.0,0.0,0.0,-0.003,1.697,0.0,0.0,0.263,2.57,-1.642,0.0,0.0,-0.017,0.0,-0.245,0.803,0.0,0.291,0.0,0.055,-2.415,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.742,6.921,0.0,0.0,-0.012,0.0,-0.237,-0.97,-1.54,-0.403,0.0,1.406,8.673,1.549
+base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.696,0.0,0.0,0.263,2.568,-1.64,0.0,0.0,-0.016,0.0,-0.244,0.8,0.0,0.291,0.0,0.0,-2.413,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.743,6.923,0.0,0.0,-0.011,0.0,-0.236,-0.965,-1.535,-0.403,0.0,0.0,8.675,1.55
+base-bldgtype-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml,0.847,0.0,10.34,10.368,0.802,0.0,0.0,0.0,-0.003,1.697,0.0,0.0,0.263,2.569,-1.642,0.0,0.0,-0.016,0.0,-0.244,0.801,0.0,0.291,0.0,0.021,-2.415,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.742,6.921,0.0,0.0,-0.011,0.0,-0.236,-0.97,-1.54,-0.403,0.0,1.406,8.673,1.549
+base-bldgtype-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml,0.847,0.0,10.34,10.368,0.802,0.0,0.0,0.0,-0.003,1.697,0.0,0.0,0.263,2.569,-1.642,0.0,0.0,-0.016,0.0,-0.244,0.801,0.0,0.291,0.0,0.021,-2.415,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.742,6.921,0.0,0.0,-0.011,0.0,-0.236,-0.97,-1.54,-0.403,0.0,1.406,8.673,1.549
+base-bldgtype-mf-unit-shared-boiler-only-baseboard-combi-tankless.xml,0.884,0.0,0.0,10.445,0.0,0.0,0.0,0.0,-0.002,1.596,0.0,0.0,0.24,2.382,-1.607,0.0,0.0,-0.011,0.0,-0.217,0.744,0.0,0.272,0.0,0.0,-2.075,-0.453,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,0.728,0.0,0.0,10.368,0.691,0.0,0.0,0.0,-0.002,1.448,0.0,0.0,0.218,2.17,-1.415,0.0,0.0,-0.011,0.0,-0.197,0.683,0.0,0.247,0.0,0.0,-2.021,-0.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,0.778,0.0,0.0,10.368,0.691,0.0,0.0,0.0,-0.002,1.448,0.0,0.0,0.218,2.17,-1.415,0.0,0.0,-0.011,0.0,-0.197,0.685,0.0,0.247,0.0,0.049,-2.021,-0.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml,0.728,0.0,0.0,10.368,0.691,0.0,0.0,0.0,-0.002,1.448,0.0,0.0,0.218,2.17,-1.415,0.0,0.0,-0.011,0.0,-0.197,0.683,0.0,0.247,0.0,0.0,-2.021,-0.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-bldgtype-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml,0.728,0.0,0.0,10.368,0.691,0.0,0.0,0.0,-0.002,1.448,0.0,0.0,0.218,2.17,-1.415,0.0,0.0,-0.011,0.0,-0.197,0.683,0.0,0.247,0.0,0.0,-2.021,-0.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,0.729,0.0,0.0,10.368,0.691,0.0,0.0,0.0,-0.002,1.448,0.0,0.0,0.218,2.17,-1.415,0.0,0.0,-0.011,0.0,-0.197,0.683,0.0,0.247,0.0,0.0,-2.021,-0.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,0.747,0.0,0.0,10.368,0.691,0.0,0.0,0.0,-0.002,1.448,0.0,0.0,0.218,2.172,-1.415,0.0,0.0,-0.011,0.0,-0.198,0.684,0.0,0.247,0.0,0.018,-2.022,-0.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,0.0,0.0,8.857,10.368,0.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,-1.75,0.0,0.0,-0.218,-2.42,6.582,0.0,0.0,-0.012,0.0,-0.199,-0.869,-1.529,-0.359,0.0,0.0,8.252,1.457
-base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,0.0,0.0,10.241,10.368,0.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,-1.749,0.0,0.0,-0.218,-2.42,6.58,0.0,0.0,-0.012,0.0,-0.199,-0.874,-1.535,-0.359,0.0,1.398,8.251,1.456
-base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,0.0,0.0,8.857,10.368,0.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,-1.75,0.0,0.0,-0.218,-2.42,6.582,0.0,0.0,-0.012,0.0,-0.199,-0.869,-1.529,-0.359,0.0,0.0,8.252,1.457
-base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,0.0,0.0,10.241,10.368,0.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,-1.749,0.0,0.0,-0.218,-2.42,6.58,0.0,0.0,-0.012,0.0,-0.199,-0.874,-1.535,-0.359,0.0,1.398,8.251,1.456
-base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,0.0,0.0,10.241,10.368,0.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,-1.749,0.0,0.0,-0.218,-2.42,6.58,0.0,0.0,-0.012,0.0,-0.199,-0.874,-1.535,-0.359,0.0,1.398,8.251,1.456
-base-bldgtype-mf-unit-shared-generator.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.696,0.0,0.0,0.263,2.569,-1.64,0.0,0.0,-0.017,0.0,-0.245,0.801,0.0,0.291,0.0,0.0,-2.414,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.741,6.923,0.0,0.0,-0.012,0.0,-0.237,-0.965,-1.533,-0.404,0.0,0.0,8.674,1.549
-base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.697,0.0,0.0,0.263,2.57,-1.642,0.0,0.0,-0.016,0.0,-0.245,0.801,0.0,0.291,0.0,0.0,-2.415,-0.476,0.0,0.001,-1.969,0.0,0.0,-0.243,-2.741,6.921,0.0,0.0,-0.011,0.0,-0.237,-0.965,-1.533,-0.404,0.0,0.0,8.673,1.549
-base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,0.97,0.0,8.313,10.368,2.5,0.0,0.0,0.0,-0.002,1.793,0.0,0.0,0.273,2.686,-1.808,0.0,0.0,-0.012,0.0,-0.248,1.044,0.0,0.0,0.0,0.0,-2.263,-0.507,0.0,0.002,-1.831,0.0,0.0,-0.225,-2.557,6.755,0.0,0.0,-0.008,0.0,-0.24,-1.164,-1.489,0.0,0.0,0.0,7.632,1.518
-base-bldgtype-mf-unit-shared-laundry-room.xml,0.97,0.0,8.313,10.368,0.625,0.0,0.0,0.0,-0.002,1.793,0.0,0.0,0.273,2.686,-1.808,0.0,0.0,-0.012,0.0,-0.248,1.044,0.0,0.0,0.0,0.0,-2.263,-0.507,0.0,0.002,-1.831,0.0,0.0,-0.225,-2.557,6.755,0.0,0.0,-0.008,0.0,-0.24,-1.164,-1.489,0.0,0.0,0.0,7.632,1.518
-base-bldgtype-mf-unit-shared-mechvent-multiple.xml,8.287,0.0,5.312,10.368,0.854,0.0,0.0,0.0,-0.031,2.746,0.0,0.0,0.445,4.602,-4.215,0.0,0.0,-0.134,0.0,-0.592,0.178,0.0,12.835,0.0,0.0,-6.185,-1.201,0.0,-0.028,-0.303,0.0,0.0,0.054,0.311,4.348,0.0,0.0,-0.131,0.0,-0.586,-0.013,-0.685,-3.41,0.0,0.0,4.83,0.824
-base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,1.372,0.0,7.587,10.368,0.815,0.0,0.0,0.0,-0.008,2.123,0.0,0.0,0.334,3.272,-2.277,0.0,0.0,-0.036,0.0,-0.363,0.932,0.0,1.388,0.0,0.0,-3.333,-0.65,0.0,-0.003,-1.396,0.0,0.0,-0.144,-1.793,6.286,0.0,0.0,-0.032,0.0,-0.356,-0.628,-1.276,-2.14,0.0,0.0,7.737,1.375
-base-bldgtype-mf-unit-shared-mechvent.xml,3.714,0.0,7.433,10.368,0.829,0.0,0.0,0.0,-0.012,2.508,0.0,0.0,0.385,3.906,-3.067,0.0,0.0,-0.052,0.0,-0.396,1.087,0.0,4.659,0.0,0.0,-4.389,-0.864,0.0,-0.008,-0.849,0.0,0.0,-0.062,-0.886,5.496,0.0,0.0,-0.048,0.0,-0.39,-0.375,-1.274,-1.984,0.0,0.0,6.662,1.161
-base-bldgtype-mf-unit-shared-pv-battery.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.696,0.0,0.0,0.263,2.569,-1.64,0.0,0.0,-0.017,0.0,-0.245,0.801,0.0,0.291,0.0,0.0,-2.414,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.741,6.923,0.0,0.0,-0.012,0.0,-0.237,-0.965,-1.533,-0.404,0.0,0.0,8.674,1.549
-base-bldgtype-mf-unit-shared-pv.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.696,0.0,0.0,0.263,2.569,-1.64,0.0,0.0,-0.017,0.0,-0.245,0.801,0.0,0.291,0.0,0.0,-2.414,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.741,6.923,0.0,0.0,-0.012,0.0,-0.237,-0.965,-1.533,-0.404,0.0,0.0,8.674,1.549
-base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml,0.98,0.0,8.46,10.449,0.291,0.0,0.0,0.0,-0.002,1.802,0.0,0.0,0.274,2.693,-1.821,0.0,0.0,-0.011,0.0,-0.245,0.839,0.0,0.307,0.0,0.0,-2.363,-0.509,0.0,0.002,-1.828,0.0,0.0,-0.225,-2.557,6.742,0.0,0.0,-0.007,0.0,-0.237,-0.905,-1.494,-0.382,0.0,0.0,7.915,1.516
-base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml,1.783,0.0,6.44,4.066,0.508,0.0,0.0,0.0,-0.005,2.272,0.0,0.0,0.35,3.479,-2.522,0.0,0.0,-0.027,0.0,-0.326,1.046,0.0,0.398,0.0,0.0,-2.153,-0.727,0.0,-0.001,-1.167,0.0,0.0,-0.114,-1.46,6.041,0.0,0.0,-0.022,0.0,-0.319,-0.602,-1.318,-0.258,0.0,0.0,4.437,1.299
-base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml,0.98,0.0,8.46,10.368,0.507,0.0,0.0,0.0,-0.002,1.802,0.0,0.0,0.274,2.693,-1.821,0.0,0.0,-0.011,0.0,-0.245,0.839,0.0,0.307,0.0,0.0,-2.363,-0.509,0.0,0.002,-1.828,0.0,0.0,-0.225,-2.557,6.742,0.0,0.0,-0.007,0.0,-0.237,-0.905,-1.494,-0.382,0.0,0.0,7.915,1.516
-base-bldgtype-mf-unit-shared-water-heater-recirc.xml,0.98,0.0,8.46,10.368,0.507,0.0,0.0,0.0,-0.002,1.802,0.0,0.0,0.274,2.693,-1.821,0.0,0.0,-0.011,0.0,-0.245,0.839,0.0,0.307,0.0,0.0,-2.363,-0.509,0.0,0.002,-1.828,0.0,0.0,-0.225,-2.557,6.742,0.0,0.0,-0.007,0.0,-0.237,-0.905,-1.494,-0.382,0.0,0.0,7.915,1.516
-base-bldgtype-mf-unit-shared-water-heater.xml,0.98,0.0,8.46,10.368,0.507,0.0,0.0,0.0,-0.002,1.802,0.0,0.0,0.274,2.693,-1.821,0.0,0.0,-0.011,0.0,-0.245,0.839,0.0,0.307,0.0,0.0,-2.363,-0.509,0.0,0.002,-1.828,0.0,0.0,-0.225,-2.557,6.742,0.0,0.0,-0.007,0.0,-0.237,-0.905,-1.494,-0.382,0.0,0.0,7.915,1.516
-base-bldgtype-mf-unit.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.696,0.0,0.0,0.263,2.569,-1.64,0.0,0.0,-0.017,0.0,-0.245,0.801,0.0,0.291,0.0,0.0,-2.414,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.741,6.923,0.0,0.0,-0.012,0.0,-0.237,-0.965,-1.533,-0.404,0.0,0.0,8.674,1.549
-base-bldgtype-mf-whole-building-common-spaces.xml,31.768,0.0,25.32,62.257,5.111,0.0,0.0,0.0,3.936,8.554,0.758,5.147,0.739,9.585,-9.465,0.0,0.0,7.495,4.759,-0.461,25.602,0.0,0.0,0.0,0.0,-20.707,-4.101,0.0,4.837,2.161,-0.018,1.542,-0.016,-0.706,10.495,0.0,0.0,-1.436,-4.856,-0.458,-5.024,-3.027,0.0,0.0,0.0,18.584,3.22
-base-bldgtype-mf-whole-building-detailed-electric-panel.xml,42.236,0.0,46.521,62.257,5.023,0.0,0.0,0.0,7.463,18.694,0.0,0.0,2.33,28.754,-25.563,0.0,0.0,6.813,0.0,-2.272,50.719,0.0,0.0,0.0,0.0,-37.239,-7.151,0.0,-0.616,-3.646,0.0,0.0,-0.142,-3.534,34.272,0.0,0.0,-4.598,0.0,-2.249,-13.154,-8.741,0.0,0.0,0.0,41.457,7.49
-base-bldgtype-mf-whole-building-fuels.xml,38.289,0.0,51.252,62.258,0.0,0.0,0.0,0.0,7.379,18.386,0.0,0.0,2.301,28.24,-24.516,0.0,0.0,6.696,0.0,-2.428,49.731,0.0,0.0,0.0,0.0,-40.322,-6.815,0.0,-0.858,-4.432,0.0,0.0,-0.242,-4.791,35.32,0.0,0.0,-4.95,0.0,-2.404,-14.926,-9.162,0.0,0.0,0.0,49.896,7.825
-base-bldgtype-mf-whole-building-inter-unit-heat-transfer.xml,25.104,0.0,27.683,62.257,5.046,0.0,0.0,0.0,3.473,14.756,0.0,0.0,1.141,14.465,-13.566,0.0,0.0,3.471,0.0,-0.868,25.685,0.0,0.0,0.0,0.0,-19.544,-3.769,0.0,-0.202,3.602,0.0,0.0,-0.079,-1.648,16.401,0.0,0.0,-2.643,0.0,-0.86,-6.016,-4.677,0.0,0.0,0.0,20.234,3.551
-base-bldgtype-mf-whole-building-pv-battery.xml,42.236,0.0,46.521,62.257,5.023,0.0,0.0,0.0,7.463,18.694,0.0,0.0,2.33,28.754,-25.563,0.0,0.0,6.813,0.0,-2.272,50.719,0.0,0.0,0.0,0.0,-37.239,-7.151,0.0,-0.616,-3.646,0.0,0.0,-0.142,-3.534,34.272,0.0,0.0,-4.598,0.0,-2.249,-13.154,-8.741,0.0,0.0,0.0,41.457,7.49
-base-bldgtype-mf-whole-building-vehicle-ev-charger.xml,42.236,0.0,46.521,62.257,5.023,0.0,0.0,0.0,7.463,18.694,0.0,0.0,2.33,28.754,-25.563,0.0,0.0,6.813,0.0,-2.272,50.719,0.0,0.0,0.0,0.0,-37.239,-7.151,0.0,-0.616,-3.646,0.0,0.0,-0.142,-3.534,34.272,0.0,0.0,-4.598,0.0,-2.249,-13.154,-8.741,0.0,0.0,0.0,41.457,7.49
-base-bldgtype-mf-whole-building.xml,42.236,0.0,46.521,62.257,5.023,0.0,0.0,0.0,7.463,18.694,0.0,0.0,2.33,28.754,-25.563,0.0,0.0,6.813,0.0,-2.272,50.719,0.0,0.0,0.0,0.0,-37.239,-7.151,0.0,-0.616,-3.646,0.0,0.0,-0.142,-3.534,34.272,0.0,0.0,-4.598,0.0,-2.249,-13.154,-8.741,0.0,0.0,0.0,41.457,7.49
-base-bldgtype-sfa-unit-2stories.xml,20.903,0.0,14.157,9.917,0.848,0.0,0.0,0.0,2.308,5.419,0.513,4.104,0.685,8.169,-8.741,0.0,0.0,0.0,4.94,-0.138,7.459,0.0,0.512,0.0,6.832,-8.524,-2.651,0.0,0.04,-0.343,-0.006,1.453,0.023,-0.325,8.481,0.0,0.0,0.0,-4.143,-0.134,-1.268,-3.092,-0.081,0.0,4.378,7.269,1.856
-base-bldgtype-sfa-unit-atticroof-cathedral.xml,38.429,0.0,14.352,9.917,0.856,0.0,0.0,31.449,0.0,3.229,0.518,3.593,0.67,5.25,-5.67,0.0,0.0,0.0,3.835,-0.606,7.616,0.0,0.532,0.0,0.0,-9.114,-2.805,6.428,0.0,-0.024,0.039,1.285,0.08,0.192,5.233,0.0,0.0,0.0,-4.39,-0.574,-0.794,-1.521,-0.045,0.0,0.0,6.668,1.702
-base-bldgtype-sfa-unit-infil-compartmentalization-test.xml,14.538,0.0,9.773,9.917,0.847,0.0,0.0,0.0,2.206,2.449,0.485,4.025,0.64,3.94,-4.312,0.0,0.0,0.0,4.884,-0.028,3.091,0.0,0.497,0.0,5.564,-7.029,-1.874,0.0,0.039,-0.223,-0.028,1.454,-0.012,-0.394,4.326,0.0,0.0,0.0,-3.954,-0.026,-0.659,-1.4,-0.098,0.0,2.966,6.375,1.392
-base-bldgtype-sfa-unit.xml,14.538,0.0,9.773,9.917,0.847,0.0,0.0,0.0,2.206,2.449,0.485,4.025,0.64,3.94,-4.312,0.0,0.0,0.0,4.884,-0.028,3.091,0.0,0.497,0.0,5.564,-7.029,-1.874,0.0,0.039,-0.223,-0.028,1.454,-0.012,-0.394,4.326,0.0,0.0,0.0,-3.954,-0.026,-0.659,-1.4,-0.098,0.0,2.966,6.375,1.392
-base-detailed-electric-panel-no-calculation-types.xml,11.37,0.0,16.596,9.417,2.205,0.0,0.0,0.0,1.672,1.963,0.616,4.343,0.749,11.045,-10.826,0.0,0.0,0.0,4.604,-0.314,2.07,0.0,1.736,0.0,1.889,-6.862,-1.318,0.0,-0.123,-0.296,-0.039,0.56,0.02,0.097,14.264,0.0,0.0,0.0,-4.673,-0.312,-0.44,-4.086,-0.456,0.0,3.868,7.107,1.16
-base-detailed-electric-panel.xml,11.37,0.0,16.596,9.417,2.205,0.0,0.0,0.0,1.672,1.963,0.616,4.343,0.749,11.045,-10.826,0.0,0.0,0.0,4.604,-0.314,2.07,0.0,1.736,0.0,1.889,-6.862,-1.318,0.0,-0.123,-0.296,-0.039,0.56,0.02,0.097,14.264,0.0,0.0,0.0,-4.673,-0.312,-0.44,-4.086,-0.456,0.0,3.868,7.107,1.16
-base-dhw-combi-tankless-outside.xml,18.139,0.0,0.0,9.995,0.0,0.0,0.0,0.0,3.853,3.843,0.874,7.031,0.67,11.45,-12.753,0.0,0.0,0.0,8.117,-0.107,5.19,0.0,0.506,0.0,0.0,-7.94,-2.622,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-combi-tankless.xml,18.139,0.0,0.0,9.995,0.0,0.0,0.0,0.0,3.853,3.843,0.874,7.031,0.67,11.45,-12.753,0.0,0.0,0.0,8.117,-0.107,5.19,0.0,0.506,0.0,0.0,-7.94,-2.622,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-desuperheater-2-speed.xml,0.0,0.0,22.109,9.915,0.921,3.308,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.099,-0.211,-0.012,2.383,0.03,-0.273,12.451,0.0,0.0,0.0,-6.728,-0.131,-0.89,-4.084,-0.081,0.0,10.013,7.868,1.844
-base-dhw-desuperheater-ghp-experimental.xml,30.52,0.0,18.786,9.915,0.848,3.237,0.0,0.0,3.276,3.875,0.882,7.061,0.676,11.535,-12.84,0.0,0.0,0.0,8.301,-0.113,5.617,0.0,0.509,0.0,12.489,-8.149,-2.636,0.0,0.03,-0.242,-0.021,2.451,0.019,-0.37,12.657,0.0,0.0,0.0,-6.413,-0.109,-0.937,-4.201,-0.084,0.0,6.148,7.969,1.872
-base-dhw-desuperheater-ghp.xml,28.382,0.0,18.846,9.915,0.848,3.229,0.0,0.0,3.369,3.875,0.882,7.06,0.676,11.534,-12.84,0.0,0.0,0.0,8.298,-0.112,5.437,0.0,0.509,0.0,10.452,-8.149,-2.636,0.0,0.03,-0.242,-0.021,2.451,0.019,-0.37,12.657,0.0,0.0,0.0,-6.413,-0.109,-0.938,-4.199,-0.084,0.0,6.211,7.967,1.872
-base-dhw-desuperheater-hpwh.xml,37.907,0.0,20.815,9.937,1.523,3.323,0.0,0.0,3.199,3.947,0.9,7.012,0.689,11.707,-13.354,0.0,0.0,0.0,8.313,-0.127,5.645,0.0,0.517,0.0,16.005,-3.89,-2.718,0.0,0.052,-0.12,0.01,2.552,0.045,-0.033,12.143,0.0,0.0,0.0,-6.204,-0.123,-0.787,-3.887,-0.068,0.0,8.644,6.786,1.789
-base-dhw-desuperheater-tankless.xml,0.0,0.0,20.593,9.922,0.0,3.226,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.022,-0.19,-0.007,2.391,0.033,-0.23,12.355,0.0,0.0,0.0,-6.685,-0.13,-0.871,-4.016,-0.079,0.0,8.703,7.472,1.834
-base-dhw-desuperheater-var-speed.xml,0.0,0.0,23.368,9.915,0.921,3.379,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.155,-0.209,-0.012,2.386,0.03,-0.268,12.451,0.0,0.0,0.0,-6.721,-0.132,-0.893,-4.113,-0.081,0.0,11.324,7.888,1.844
-base-dhw-desuperheater.xml,0.0,0.0,20.959,9.915,0.921,3.293,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.049,-0.211,-0.012,2.383,0.03,-0.273,12.451,0.0,0.0,0.0,-6.727,-0.131,-0.891,-4.077,-0.081,0.0,8.814,7.864,1.844
-base-dhw-dwhr.xml,31.043,0.0,20.51,7.339,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-dhw-indirect-detailed-setpoints.xml,16.976,0.0,0.0,9.917,2.152,0.0,0.0,0.0,3.825,3.815,0.866,7.068,0.662,11.364,-12.644,0.0,0.0,0.0,8.174,-0.085,5.157,0.0,0.503,0.0,0.0,-9.147,-2.601,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-indirect-dse.xml,16.993,0.0,0.0,9.95,2.112,0.0,0.0,0.0,3.826,3.816,0.866,7.068,0.662,11.367,-12.642,0.0,0.0,0.0,8.17,-0.086,5.158,0.0,0.503,0.0,0.0,-9.131,-2.601,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-indirect-outside.xml,18.139,0.0,0.0,9.951,3.063,0.0,0.0,0.0,3.853,3.843,0.874,7.031,0.67,11.45,-12.753,0.0,0.0,0.0,8.117,-0.107,5.19,0.0,0.506,0.0,0.0,-7.94,-2.622,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-indirect-standbyloss.xml,16.963,0.0,0.0,9.95,2.166,0.0,0.0,0.0,3.826,3.816,0.866,7.069,0.662,11.367,-12.642,0.0,0.0,0.0,8.171,-0.086,5.159,0.0,0.503,0.0,0.0,-9.164,-2.601,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-indirect-with-solar-fraction.xml,17.742,0.0,0.0,9.927,0.728,0.0,6.453,0.0,3.845,3.834,0.872,7.041,0.668,11.426,-12.717,0.0,0.0,0.0,8.131,-0.101,5.182,0.0,0.505,0.0,0.0,-8.352,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-indirect.xml,16.993,0.0,0.0,9.95,2.112,0.0,0.0,0.0,3.826,3.816,0.866,7.068,0.662,11.367,-12.642,0.0,0.0,0.0,8.17,-0.086,5.158,0.0,0.503,0.0,0.0,-9.131,-2.601,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-jacket-electric.xml,31.341,0.0,20.361,9.917,0.492,0.0,0.0,0.0,3.238,3.875,0.882,7.067,0.676,11.538,-12.835,0.0,0.0,0.0,8.3,-0.112,5.505,0.0,0.509,0.0,13.58,-8.277,-2.635,0.0,-0.067,-0.243,-0.021,2.452,0.019,-0.372,12.663,0.0,0.0,0.0,-6.42,-0.108,-0.928,-4.156,-0.084,0.0,8.569,7.158,1.872
-base-dhw-jacket-gas.xml,32.258,0.0,20.607,9.917,2.14,0.0,0.0,0.0,3.231,3.883,0.884,7.062,0.677,11.562,-12.859,0.0,0.0,0.0,8.287,-0.117,6.633,0.0,0.509,0.0,13.942,-8.826,-2.639,0.0,-0.061,-0.234,-0.019,2.45,0.021,-0.345,12.638,0.0,0.0,0.0,-6.429,-0.112,-1.144,-4.144,-0.083,0.0,8.655,7.516,1.868
-base-dhw-jacket-hpwh.xml,37.932,0.0,17.539,9.982,1.1,0.0,0.0,0.0,3.201,3.951,0.901,7.007,0.689,11.725,-13.362,0.0,0.0,0.0,8.308,-0.134,5.651,0.0,0.518,0.0,16.015,-3.879,-2.723,0.0,0.107,-0.107,0.013,2.573,0.048,0.017,12.136,0.0,0.0,0.0,-6.165,-0.13,-0.77,-3.703,-0.066,0.0,7.654,4.141,1.784
-base-dhw-jacket-indirect.xml,17.166,0.0,0.0,9.95,1.791,0.0,0.0,0.0,3.83,3.82,0.868,7.062,0.663,11.38,-12.667,0.0,0.0,0.0,8.173,-0.089,5.165,0.0,0.503,0.0,0.0,-8.956,-2.604,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-low-flow-fixtures.xml,31.043,0.0,20.51,9.482,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-dhw-multiple.xml,18.319,0.0,0.0,9.91,2.882,0.0,6.441,0.0,3.853,3.843,0.874,7.037,0.67,11.455,-12.728,0.0,0.0,0.0,8.107,-0.105,6.328,0.0,0.506,0.0,0.0,-8.921,-2.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-dhw-none.xml,31.775,0.0,19.979,0.0,0.0,0.0,0.0,0.0,3.238,3.882,0.884,7.052,0.677,11.557,-12.874,0.0,0.0,0.0,8.283,-0.119,5.871,0.0,0.0,0.0,13.748,-7.813,-2.64,0.0,-0.045,-0.227,-0.017,2.463,0.023,-0.324,12.623,0.0,0.0,0.0,-6.4,-0.115,-0.989,-4.104,0.0,0.0,8.444,6.756,1.867
-base-dhw-recirc-demand-scheduled.xml,31.043,0.0,20.51,8.416,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-dhw-recirc-demand.xml,31.043,0.0,20.51,8.416,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-dhw-recirc-manual.xml,31.043,0.0,20.51,8.416,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-dhw-recirc-nocontrol.xml,31.043,0.0,20.51,8.416,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-dhw-recirc-temperature.xml,31.043,0.0,20.51,8.416,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-dhw-recirc-timer.xml,31.043,0.0,20.51,8.416,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-dhw-setpoint-temperature.xml,30.917,0.0,20.585,10.098,1.01,0.0,0.0,0.0,3.243,3.874,0.882,7.068,0.676,11.538,-12.813,0.0,0.0,0.0,8.305,-0.113,5.5,0.0,0.509,0.0,13.417,-8.564,-2.633,0.0,-0.076,-0.249,-0.022,2.44,0.018,-0.386,12.685,0.0,0.0,0.0,-6.433,-0.109,-0.934,-4.191,-0.085,0.0,8.638,7.389,1.874
-base-dhw-solar-direct-evacuated-tube.xml,31.043,0.0,20.52,9.926,0.856,0.0,6.91,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.618,7.319,1.873
-base-dhw-solar-direct-flat-plate.xml,31.034,0.0,20.596,10.011,0.933,0.0,8.897,0.0,3.243,3.876,0.882,7.07,0.676,11.54,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.462,-8.488,-2.634,0.0,-0.073,-0.247,-0.022,2.445,0.018,-0.382,12.67,0.0,0.0,0.0,-6.43,-0.107,-0.932,-4.188,-0.084,0.0,8.64,7.388,1.873
-base-dhw-solar-direct-ics.xml,31.043,0.0,20.552,9.956,0.883,0.0,7.04,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.182,-0.084,0.0,8.627,7.345,1.873
-base-dhw-solar-fraction.xml,31.505,0.0,20.281,9.917,0.297,0.0,6.446,0.0,3.238,3.878,0.883,7.059,0.677,11.55,-12.84,0.0,0.0,0.0,8.293,-0.118,5.51,0.0,0.509,0.0,13.643,-8.171,-2.637,0.0,-0.061,-0.239,-0.019,2.45,0.02,-0.354,12.657,0.0,0.0,0.0,-6.421,-0.114,-0.922,-4.142,-0.084,0.0,8.545,7.069,1.87
-base-dhw-solar-indirect-flat-plate.xml,30.626,0.0,21.094,9.996,0.92,0.0,8.945,0.0,3.25,3.874,0.881,7.075,0.675,11.534,-12.794,0.0,0.0,0.0,8.303,-0.109,5.497,0.0,0.509,0.0,13.304,-8.771,-2.63,0.0,-0.088,-0.256,-0.024,2.43,0.016,-0.413,12.704,0.0,0.0,0.0,-6.462,-0.104,-0.945,-4.248,-0.086,0.0,8.795,7.87,1.877
-base-dhw-solar-thermosyphon-flat-plate.xml,31.035,0.0,20.594,10.008,0.929,0.0,8.859,0.0,3.243,3.875,0.882,7.07,0.676,11.54,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.462,-8.488,-2.634,0.0,-0.073,-0.247,-0.022,2.445,0.018,-0.382,12.67,0.0,0.0,0.0,-6.43,-0.107,-0.932,-4.187,-0.084,0.0,8.64,7.385,1.873
-base-dhw-tank-coal.xml,31.817,0.0,20.827,9.917,2.944,0.0,0.0,0.0,3.234,3.879,0.883,7.064,0.677,11.559,-12.828,0.0,0.0,0.0,8.291,-0.119,6.627,0.0,0.509,0.0,13.773,-9.123,-2.636,0.0,-0.073,-0.243,-0.02,2.441,0.02,-0.362,12.67,0.0,0.0,0.0,-6.443,-0.115,-1.154,-4.179,-0.084,0.0,8.722,7.748,1.871
-base-dhw-tank-detailed-setpoints.xml,31.029,0.0,20.515,9.897,0.864,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.459,-8.489,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.931,-4.182,-0.084,0.0,8.616,7.318,1.873
-base-dhw-tank-elec-ef.xml,30.802,0.0,20.631,9.917,1.138,0.0,0.0,0.0,3.245,3.874,0.881,7.072,0.675,11.534,-12.813,0.0,0.0,0.0,8.309,-0.111,5.499,0.0,0.509,0.0,13.372,-8.642,-2.632,0.0,-0.078,-0.25,-0.023,2.441,0.017,-0.394,12.685,0.0,0.0,0.0,-6.434,-0.106,-0.936,-4.199,-0.085,0.0,8.652,7.439,1.875
-base-dhw-tank-gas-ef.xml,31.461,0.0,21.005,9.917,3.592,0.0,0.0,0.0,3.236,3.875,0.882,7.074,0.676,11.54,-12.815,0.0,0.0,0.0,8.303,-0.111,6.618,0.0,0.509,0.0,13.636,-9.356,-2.633,0.0,-0.083,-0.25,-0.023,2.44,0.017,-0.392,12.683,0.0,0.0,0.0,-6.446,-0.107,-1.166,-4.207,-0.085,0.0,8.776,7.943,1.875
-base-dhw-tank-gas-fhr.xml,31.817,0.0,20.827,9.917,2.944,0.0,0.0,0.0,3.234,3.879,0.883,7.064,0.677,11.559,-12.828,0.0,0.0,0.0,8.291,-0.119,6.627,0.0,0.509,0.0,13.773,-9.123,-2.636,0.0,-0.073,-0.243,-0.02,2.441,0.02,-0.362,12.67,0.0,0.0,0.0,-6.443,-0.115,-1.154,-4.179,-0.084,0.0,8.722,7.748,1.871
-base-dhw-tank-gas-outside.xml,31.754,0.0,20.158,9.917,4.114,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.516,0.0,0.509,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.341,12.623,0.0,0.0,0.0,-6.406,-0.11,-0.915,-4.122,-0.083,0.0,8.507,6.932,1.867
-base-dhw-tank-gas.xml,31.817,0.0,20.827,9.917,2.944,0.0,0.0,0.0,3.234,3.879,0.883,7.064,0.677,11.559,-12.828,0.0,0.0,0.0,8.291,-0.119,6.627,0.0,0.509,0.0,13.773,-9.123,-2.636,0.0,-0.073,-0.243,-0.02,2.441,0.02,-0.362,12.67,0.0,0.0,0.0,-6.443,-0.115,-1.154,-4.179,-0.084,0.0,8.722,7.748,1.871
-base-dhw-tank-heat-pump-capacities.xml,37.9,0.0,17.496,9.964,0.0,0.0,0.0,0.0,3.191,3.94,0.899,7.008,0.687,11.701,-13.332,0.0,0.0,0.0,8.332,-0.134,5.64,0.0,0.517,0.0,15.983,-3.856,-2.72,0.0,0.094,-0.118,0.01,2.57,0.046,-0.011,12.166,0.0,0.0,0.0,-6.147,-0.13,-0.782,-3.733,-0.067,0.0,7.637,4.161,1.787
-base-dhw-tank-heat-pump-confined-space.xml,37.401,0.0,17.743,9.976,1.439,0.0,0.0,0.0,3.205,3.944,0.9,7.012,0.689,11.704,-13.324,0.0,0.0,0.0,8.314,-0.132,5.638,0.0,0.516,0.0,15.816,-4.244,-2.712,0.0,0.093,-0.118,0.01,2.564,0.046,-0.019,12.173,0.0,0.0,0.0,-6.178,-0.128,-0.783,-3.746,-0.068,0.0,7.724,4.362,1.795
-base-dhw-tank-heat-pump-detailed-schedules.xml,37.713,0.0,18.014,10.081,1.854,0.0,0.0,0.0,3.188,3.934,0.902,6.941,0.696,11.784,-13.194,0.0,0.0,0.0,8.248,-0.234,5.654,0.0,0.515,0.0,15.978,-4.02,-2.704,0.0,0.077,-0.122,0.014,2.496,0.055,0.079,12.303,0.0,0.0,0.0,-6.22,-0.23,-0.762,-3.633,-0.07,0.0,7.861,4.356,1.803
-base-dhw-tank-heat-pump-ducting.xml,39.205,0.0,20.301,9.977,1.434,0.0,0.0,0.0,3.167,3.93,0.896,7.03,0.687,11.692,-13.115,0.0,0.0,0.0,8.213,-0.139,4.68,0.0,7.286,0.0,16.534,-9.02,-2.689,0.0,0.016,-0.159,0.0,2.502,0.038,-0.119,12.383,0.0,0.0,0.0,-6.385,-0.135,-0.708,-3.953,-0.965,0.0,8.591,7.352,1.818
-base-dhw-tank-heat-pump-ef.xml,37.694,0.0,17.613,9.973,1.697,0.0,0.0,0.0,3.201,3.944,0.9,7.001,0.689,11.715,-13.327,0.0,0.0,0.0,8.308,-0.143,5.642,0.0,0.517,0.0,15.933,-4.021,-2.717,0.0,0.098,-0.116,0.011,2.561,0.047,-0.002,12.171,0.0,0.0,0.0,-6.177,-0.139,-0.781,-3.742,-0.067,0.0,7.675,4.285,1.79
-base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,37.694,0.0,17.613,9.973,1.697,0.0,0.0,0.0,3.201,3.944,0.9,7.001,0.689,11.715,-13.327,0.0,0.0,0.0,8.308,-0.143,5.642,0.0,0.517,0.0,15.933,-4.021,-2.717,0.0,0.098,-0.116,0.011,2.561,0.047,-0.002,12.171,0.0,0.0,0.0,-6.177,-0.139,-0.781,-3.742,-0.067,0.0,7.675,4.285,1.79
-base-dhw-tank-heat-pump-outside.xml,31.754,0.0,20.158,9.952,2.123,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.516,0.0,0.509,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.341,12.623,0.0,0.0,0.0,-6.406,-0.11,-0.915,-4.122,-0.083,0.0,8.507,6.932,1.867
-base-dhw-tank-heat-pump-with-solar-fraction.xml,33.877,0.0,19.245,9.961,0.501,0.0,6.474,0.0,3.219,3.901,0.89,7.034,0.683,11.63,-12.983,0.0,0.0,0.0,8.261,-0.144,5.564,0.0,0.511,0.0,14.537,-6.6,-2.658,0.0,-0.004,-0.194,-0.007,2.493,0.032,-0.202,12.515,0.0,0.0,0.0,-6.365,-0.14,-0.864,-3.979,-0.078,0.0,8.204,5.963,1.849
-base-dhw-tank-heat-pump-with-solar.xml,32.776,0.0,21.034,9.876,1.668,0.0,8.488,0.0,3.232,3.892,0.885,7.068,0.677,11.562,-12.907,0.0,0.0,0.0,8.282,-0.107,5.533,0.0,0.511,0.0,14.106,-7.355,-2.648,0.0,-0.059,-0.228,-0.018,2.45,0.02,-0.353,12.591,0.0,0.0,0.0,-6.437,-0.103,-0.919,-4.202,-0.082,0.0,8.767,7.709,1.859
-base-dhw-tank-heat-pump.xml,37.841,0.0,17.567,9.976,1.439,0.0,0.0,0.0,3.198,3.945,0.9,7.011,0.689,11.71,-13.353,0.0,0.0,0.0,8.316,-0.134,5.646,0.0,0.517,0.0,15.975,-3.947,-2.717,0.0,0.1,-0.113,0.012,2.575,0.048,0.001,12.144,0.0,0.0,0.0,-6.16,-0.13,-0.775,-3.718,-0.067,0.0,7.665,4.178,1.79
-base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,30.067,0.0,20.803,9.956,0.729,0.0,0.0,0.0,3.263,3.877,0.881,7.101,0.675,11.526,-12.795,0.0,0.0,0.0,8.345,-0.097,5.746,0.0,0.523,0.0,13.082,-9.459,-2.637,0.0,-0.086,-0.258,-0.025,2.439,0.014,-0.435,12.703,0.0,0.0,0.0,-6.45,-0.092,-1.009,-4.239,-0.105,0.0,8.706,7.741,1.873
-base-dhw-tank-model-type-stratified.xml,31.148,0.0,20.46,9.95,0.726,0.0,0.0,0.0,3.241,3.875,0.882,7.069,0.676,11.538,-12.828,0.0,0.0,0.0,8.302,-0.111,5.503,0.0,0.509,0.0,13.506,-8.408,-2.634,0.0,-0.071,-0.246,-0.021,2.448,0.018,-0.379,12.67,0.0,0.0,0.0,-6.426,-0.107,-0.931,-4.172,-0.084,0.0,8.599,7.261,1.873
-base-dhw-tank-oil.xml,31.923,0.0,20.774,9.917,2.751,0.0,0.0,0.0,3.232,3.879,0.883,7.061,0.678,11.563,-12.828,0.0,0.0,0.0,8.289,-0.122,6.629,0.0,0.509,0.0,13.813,-9.051,-2.637,0.0,-0.071,-0.242,-0.02,2.441,0.02,-0.355,12.67,0.0,0.0,0.0,-6.441,-0.118,-1.151,-4.171,-0.084,0.0,8.706,7.692,1.871
-base-dhw-tank-wood.xml,31.817,0.0,20.827,9.917,2.944,0.0,0.0,0.0,3.234,3.879,0.883,7.064,0.677,11.559,-12.828,0.0,0.0,0.0,8.291,-0.119,6.627,0.0,0.509,0.0,13.773,-9.123,-2.636,0.0,-0.073,-0.243,-0.02,2.441,0.02,-0.362,12.67,0.0,0.0,0.0,-6.443,-0.115,-1.154,-4.179,-0.084,0.0,8.722,7.748,1.871
-base-dhw-tankless-detailed-setpoints.xml,31.754,0.0,20.158,9.899,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.516,0.0,0.509,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.341,12.623,0.0,0.0,0.0,-6.406,-0.11,-0.915,-4.122,-0.083,0.0,8.507,6.932,1.867
-base-dhw-tankless-electric-ef.xml,31.754,0.0,20.158,9.917,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.516,0.0,0.509,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.341,12.623,0.0,0.0,0.0,-6.406,-0.11,-0.915,-4.122,-0.083,0.0,8.507,6.932,1.867
-base-dhw-tankless-electric-outside.xml,31.754,0.0,20.158,9.917,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.516,0.0,0.509,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.341,12.623,0.0,0.0,0.0,-6.406,-0.11,-0.915,-4.122,-0.083,0.0,8.507,6.932,1.867
-base-dhw-tankless-electric.xml,31.754,0.0,20.158,9.917,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.516,0.0,0.509,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.341,12.623,0.0,0.0,0.0,-6.406,-0.11,-0.915,-4.122,-0.083,0.0,8.507,6.932,1.867
-base-dhw-tankless-gas-ef.xml,31.754,0.0,20.158,9.917,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.516,0.0,0.509,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.341,12.623,0.0,0.0,0.0,-6.406,-0.11,-0.915,-4.122,-0.083,0.0,8.507,6.932,1.867
-base-dhw-tankless-gas-with-solar-fraction.xml,31.754,0.0,20.158,9.917,0.0,0.0,6.446,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.516,0.0,0.509,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.341,12.623,0.0,0.0,0.0,-6.406,-0.11,-0.915,-4.122,-0.083,0.0,8.507,6.932,1.867
-base-dhw-tankless-gas-with-solar.xml,31.334,0.0,20.672,10.076,0.0,0.0,8.495,0.0,3.238,3.875,0.882,7.069,0.676,11.54,-12.828,0.0,0.0,0.0,8.304,-0.112,5.506,0.0,0.509,0.0,13.577,-8.297,-2.634,0.0,-0.075,-0.247,-0.022,2.444,0.018,-0.383,12.67,0.0,0.0,0.0,-6.431,-0.108,-0.932,-4.187,-0.085,0.0,8.668,7.441,1.873
-base-dhw-tankless-gas.xml,31.754,0.0,20.158,9.917,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.516,0.0,0.509,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.341,12.623,0.0,0.0,0.0,-6.406,-0.11,-0.915,-4.122,-0.083,0.0,8.507,6.932,1.867
-base-dhw-tankless-propane.xml,31.754,0.0,20.158,9.917,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.516,0.0,0.509,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.341,12.623,0.0,0.0,0.0,-6.406,-0.11,-0.915,-4.122,-0.083,0.0,8.507,6.932,1.867
-base-enclosure-2stories-garage.xml,38.403,0.0,34.144,9.917,0.843,0.0,0.0,0.0,3.492,7.782,1.916,4.647,0.782,23.418,-22.355,0.0,0.0,0.97,4.692,-1.265,9.781,0.0,0.506,0.0,15.36,-8.626,-2.825,0.0,-0.277,-1.035,-0.003,0.365,0.071,0.469,28.219,0.0,0.0,-0.215,-5.378,-1.254,-1.706,-8.073,-0.104,0.0,12.159,8.633,2.44
-base-enclosure-2stories.xml,49.175,0.0,34.709,9.917,0.847,0.0,0.0,0.0,3.215,8.37,1.869,7.013,0.731,23.662,-24.985,0.0,0.0,0.0,8.135,-0.536,12.472,0.0,0.52,0.0,22.651,-10.366,-3.691,0.0,-0.223,-0.554,0.001,2.037,0.045,0.274,25.736,0.0,0.0,0.0,-7.399,-0.524,-1.881,-8.598,-0.079,0.0,14.211,9.012,2.678
-base-enclosure-beds-1.xml,32.879,0.0,19.435,5.936,0.85,0.0,0.0,0.0,3.231,3.893,0.887,7.029,0.68,11.586,-12.945,0.0,0.0,0.0,8.246,-0.122,5.542,0.0,0.51,0.0,14.186,-7.225,-2.654,0.0,-0.01,-0.198,-0.009,2.487,0.029,-0.242,12.552,0.0,0.0,0.0,-6.362,-0.118,-0.881,-4.009,-0.08,0.0,8.278,6.114,1.853
-base-enclosure-beds-2.xml,31.958,0.0,19.97,7.989,0.849,0.0,0.0,0.0,3.234,3.882,0.884,7.048,0.677,11.562,-12.874,0.0,0.0,0.0,8.277,-0.121,5.521,0.0,0.509,0.0,13.825,-7.854,-2.642,0.0,-0.043,-0.224,-0.016,2.466,0.024,-0.312,12.623,0.0,0.0,0.0,-6.394,-0.117,-0.907,-4.095,-0.082,0.0,8.447,6.712,1.865
-base-enclosure-beds-4.xml,30.131,0.0,21.056,11.784,0.848,0.0,0.0,0.0,3.254,3.871,0.88,7.092,0.674,11.522,-12.785,0.0,0.0,0.0,8.332,-0.103,5.487,0.0,0.509,0.0,13.105,-9.11,-2.628,0.0,-0.098,-0.266,-0.027,2.428,0.013,-0.444,12.713,0.0,0.0,0.0,-6.464,-0.098,-0.953,-4.264,-0.086,0.0,8.783,7.908,1.879
-base-enclosure-beds-5.xml,29.223,0.0,21.606,13.612,0.847,0.0,0.0,0.0,3.268,3.869,0.879,7.113,0.674,11.523,-12.753,0.0,0.0,0.0,8.357,-0.099,5.477,0.0,0.509,0.0,12.744,-9.745,-2.623,0.0,-0.121,-0.282,-0.031,2.41,0.009,-0.49,12.744,0.0,0.0,0.0,-6.501,-0.095,-0.969,-4.348,-0.088,0.0,8.949,8.5,1.884
-base-enclosure-ceilingtypes.xml,45.272,0.0,20.744,9.917,0.853,0.0,0.0,0.0,15.2,3.901,0.889,6.865,0.666,11.587,-13.63,0.0,0.0,0.0,7.766,-0.132,5.782,0.0,0.524,0.0,17.547,-8.934,-2.775,0.0,0.9,-0.072,0.019,2.586,0.043,0.124,11.867,0.0,0.0,0.0,-6.343,-0.123,-0.721,-3.883,-0.059,0.0,7.808,6.852,1.732
-base-enclosure-floortypes.xml,38.503,0.0,13.759,9.917,0.857,0.0,0.0,0.0,3.389,3.824,0.0,0.0,0.679,10.448,-13.753,0.0,0.0,29.326,0.0,-0.291,2.501,0.0,0.537,0.0,10.528,-7.015,-1.633,0.0,0.484,0.039,0.0,0.0,0.09,1.325,11.278,0.0,0.0,-6.957,0.0,-0.286,-0.226,-2.404,-0.044,0.0,4.241,5.181,1.013
-base-enclosure-garage.xml,35.13,0.0,13.38,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.981,0.0,0.0,0.0,15.094,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.791,-2.812,0.0,0.0,5.054,4.896,1.735
-base-enclosure-infil-ach-house-pressure.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-enclosure-infil-cfm-house-pressure.xml,31.062,0.0,20.509,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.515,0.0,0.509,0.0,13.473,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.38,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.934,-4.179,-0.084,0.0,8.615,7.311,1.873
-base-enclosure-infil-cfm50.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-enclosure-infil-ela.xml,40.036,0.0,19.932,9.917,0.851,0.0,0.0,0.0,3.169,3.949,0.904,6.992,0.695,11.806,-13.16,0.0,0.0,0.0,8.161,-0.189,11.715,0.0,0.517,0.0,16.909,-8.736,-2.704,0.0,0.046,-0.132,0.01,2.486,0.048,0.02,12.338,0.0,0.0,0.0,-6.404,-0.185,-1.72,-3.863,-0.07,0.0,8.481,7.053,1.803
-base-enclosure-infil-flue.xml,32.72,0.0,20.382,9.917,0.849,0.0,0.0,0.0,3.228,3.888,0.886,7.052,0.679,11.58,-12.876,0.0,0.0,0.0,8.272,-0.125,6.644,0.0,0.509,0.0,14.118,-8.519,-2.642,0.0,-0.049,-0.225,-0.016,2.455,0.023,-0.311,12.622,0.0,0.0,0.0,-6.426,-0.121,-1.13,-4.108,-0.082,0.0,8.587,7.272,1.865
-base-enclosure-infil-leakiness-description.xml,58.235,0.0,18.955,9.917,0.856,0.0,0.0,0.0,2.957,4.012,0.923,6.865,0.706,12.055,-13.821,0.0,0.0,0.0,8.094,-0.279,24.761,0.0,0.528,0.0,23.413,-9.136,-2.818,0.0,0.186,0.003,0.046,2.548,0.077,0.504,11.677,0.0,0.0,0.0,-6.178,-0.274,-2.804,-3.403,-0.049,0.0,8.247,6.646,1.69
-base-enclosure-infil-natural-ach.xml,39.595,0.0,19.957,9.917,0.851,0.0,0.0,0.0,3.172,3.946,0.903,6.997,0.694,11.794,-13.144,0.0,0.0,0.0,8.169,-0.184,11.405,0.0,0.517,0.0,16.744,-8.725,-2.702,0.0,0.041,-0.137,0.008,2.485,0.047,0.002,12.353,0.0,0.0,0.0,-6.405,-0.18,-1.688,-3.877,-0.07,0.0,8.486,7.064,1.805
-base-enclosure-infil-natural-cfm.xml,39.595,0.0,19.957,9.917,0.851,0.0,0.0,0.0,3.172,3.946,0.903,6.997,0.694,11.794,-13.144,0.0,0.0,0.0,8.169,-0.184,11.405,0.0,0.517,0.0,16.744,-8.725,-2.702,0.0,0.041,-0.137,0.008,2.485,0.047,0.002,12.353,0.0,0.0,0.0,-6.405,-0.18,-1.688,-3.877,-0.07,0.0,8.486,7.064,1.805
-base-enclosure-infil-sla.xml,40.228,0.0,19.92,9.917,0.851,0.0,0.0,0.0,3.168,3.951,0.904,6.987,0.696,11.812,-13.174,0.0,0.0,0.0,8.165,-0.192,11.851,0.0,0.518,0.0,16.981,-8.744,-2.706,0.0,0.05,-0.129,0.011,2.484,0.049,0.028,12.324,0.0,0.0,0.0,-6.397,-0.187,-1.733,-3.857,-0.069,0.0,8.478,7.044,1.801
-base-enclosure-orientations.xml,31.346,0.0,20.393,9.917,0.849,0.0,0.0,0.0,3.235,3.872,0.881,7.062,0.917,11.533,-12.828,0.0,0.0,0.0,8.288,-0.113,5.504,0.0,0.509,0.0,13.578,-8.484,-2.635,0.0,-0.067,-0.243,-0.021,2.452,-0.104,-0.368,12.67,0.0,0.0,0.0,-6.421,-0.109,-0.928,-4.162,-0.084,0.0,8.572,7.308,1.872
-base-enclosure-overhangs.xml,31.248,0.0,20.02,9.917,0.849,0.0,0.0,0.0,3.236,3.873,0.881,7.057,0.675,11.54,-12.647,0.0,0.0,0.0,8.288,-0.113,5.503,0.0,0.509,0.0,13.54,-8.487,-2.635,0.0,-0.056,-0.239,-0.02,2.462,0.02,-0.467,12.326,0.0,0.0,0.0,-6.388,-0.109,-0.927,-4.14,-0.084,0.0,8.437,7.304,1.872
-base-enclosure-rooftypes.xml,31.153,0.0,19.076,9.917,0.849,0.0,0.0,0.0,3.405,3.874,0.882,7.06,0.676,11.538,-12.835,0.0,0.0,0.0,8.291,-0.113,5.503,0.0,0.509,0.0,13.463,-8.489,-2.636,0.0,-0.388,-0.236,-0.019,2.463,0.021,-0.349,12.663,0.0,0.0,0.0,-6.399,-0.109,-0.925,-4.138,-0.084,0.0,7.391,7.303,1.872
-base-enclosure-skylights-cathedral.xml,25.387,0.0,19.31,9.917,0.848,0.0,0.0,6.109,0.0,4.698,0.915,7.183,0.706,15.36,-15.94,2.374,-2.4,0.0,8.296,-0.345,12.061,0.0,0.517,0.0,0.0,-10.479,-3.742,0.701,0.0,-0.297,-0.005,2.327,0.031,-0.163,16.969,-0.045,3.7,0.0,-6.847,-0.299,-1.956,-6.223,-0.078,0.0,0.0,8.897,2.627
-base-enclosure-skylights-physical-properties.xml,34.647,0.0,24.584,9.917,0.847,0.0,0.0,0.0,3.061,3.917,0.894,7.057,0.687,11.677,-12.821,4.395,-2.113,0.0,8.267,-0.148,5.596,0.0,0.514,0.0,14.786,-8.523,-2.647,0.0,-0.128,-0.25,-0.02,2.323,0.019,-0.357,12.602,0.089,3.38,0.0,-6.814,-0.143,-0.898,-4.251,-0.083,0.0,9.961,7.271,1.86
-base-enclosure-skylights-shading.xml,33.894,0.0,20.434,9.917,0.85,0.0,0.0,0.0,3.082,3.931,0.897,7.05,0.688,11.711,-13.042,3.583,-1.499,0.0,8.307,-0.148,5.61,0.0,0.516,0.0,14.486,-8.638,-2.678,0.0,0.009,-0.163,0.0,2.481,0.037,-0.126,12.434,-0.751,0.351,0.0,-6.403,-0.143,-0.836,-3.974,-0.075,0.0,8.586,7.153,1.829
-base-enclosure-skylights-storms.xml,31.548,0.0,25.212,9.917,0.846,0.0,0.0,0.0,3.1,3.903,0.891,7.093,0.686,11.638,-12.644,2.751,-2.748,0.0,8.359,-0.138,5.534,0.0,0.511,0.0,13.592,-8.413,-2.615,0.0,-0.186,-0.306,-0.033,2.277,0.007,-0.516,12.757,0.008,4.316,0.0,-6.921,-0.134,-0.958,-4.418,-0.089,0.0,10.122,7.383,1.892
-base-enclosure-skylights.xml,32.776,0.0,24.461,9.917,0.847,0.0,0.0,0.0,3.085,3.91,0.892,7.083,0.685,11.639,-12.762,3.351,-2.393,0.0,8.334,-0.13,5.557,0.0,0.512,0.0,14.064,-8.47,-2.63,0.0,-0.146,-0.273,-0.026,2.324,0.013,-0.439,12.653,-0.176,3.692,0.0,-6.816,-0.125,-0.929,-4.325,-0.086,0.0,9.9,7.324,1.877
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,0.728,0.0,0.0,10.368,0.691,0.0,0.0,0.0,-0.002,1.448,0.0,0.0,0.218,2.17,-1.415,0.0,0.0,-0.011,0.0,-0.197,0.683,0.0,0.247,0.0,0.0,-2.021,-0.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,0.746,0.0,0.0,10.368,0.691,0.0,0.0,0.0,-0.002,1.448,0.0,0.0,0.218,2.17,-1.415,0.0,0.0,-0.011,0.0,-0.197,0.683,0.0,0.247,0.0,0.018,-2.021,-0.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,0.0,0.0,8.857,10.368,0.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,-1.75,0.0,0.0,-0.218,-2.42,6.582,0.0,0.0,-0.012,0.0,-0.199,-0.869,-1.53,-0.359,0.0,0.0,8.252,1.457
+base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,0.0,0.0,10.24,10.368,0.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,-1.749,0.0,0.0,-0.218,-2.42,6.58,0.0,0.0,-0.012,0.0,-0.199,-0.873,-1.536,-0.359,0.0,1.397,8.251,1.456
+base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,0.0,0.0,8.857,10.368,0.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,-1.75,0.0,0.0,-0.218,-2.42,6.582,0.0,0.0,-0.012,0.0,-0.199,-0.869,-1.53,-0.359,0.0,0.0,8.252,1.457
+base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,0.0,0.0,10.24,10.368,0.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,-1.749,0.0,0.0,-0.218,-2.42,6.58,0.0,0.0,-0.012,0.0,-0.199,-0.873,-1.536,-0.359,0.0,1.397,8.251,1.456
+base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,0.0,0.0,10.24,10.368,0.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,-1.749,0.0,0.0,-0.218,-2.42,6.58,0.0,0.0,-0.012,0.0,-0.199,-0.873,-1.536,-0.359,0.0,1.397,8.251,1.456
+base-bldgtype-mf-unit-shared-generator.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.695,0.0,0.0,0.263,2.568,-1.64,0.0,0.0,-0.016,0.0,-0.244,0.8,0.0,0.291,0.0,0.0,-2.413,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.743,6.923,0.0,0.0,-0.011,0.0,-0.236,-0.965,-1.535,-0.403,0.0,0.0,8.675,1.55
+base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.697,0.0,0.0,0.263,2.57,-1.642,0.0,0.0,-0.016,0.0,-0.245,0.801,0.0,0.291,0.0,0.0,-2.415,-0.476,0.0,0.001,-1.969,0.0,0.0,-0.243,-2.741,6.921,0.0,0.0,-0.011,0.0,-0.237,-0.964,-1.534,-0.403,0.0,0.0,8.673,1.549
+base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,0.97,0.0,8.313,10.368,2.5,0.0,0.0,0.0,-0.002,1.793,0.0,0.0,0.273,2.686,-1.808,0.0,0.0,-0.012,0.0,-0.248,1.044,0.0,0.0,0.0,0.0,-2.263,-0.507,0.0,0.002,-1.831,0.0,0.0,-0.225,-2.557,6.755,0.0,0.0,-0.008,0.0,-0.24,-1.164,-1.49,0.0,0.0,0.0,7.632,1.518
+base-bldgtype-mf-unit-shared-laundry-room.xml,0.97,0.0,8.313,10.368,0.625,0.0,0.0,0.0,-0.002,1.793,0.0,0.0,0.273,2.686,-1.808,0.0,0.0,-0.012,0.0,-0.248,1.044,0.0,0.0,0.0,0.0,-2.263,-0.507,0.0,0.002,-1.831,0.0,0.0,-0.225,-2.557,6.755,0.0,0.0,-0.008,0.0,-0.24,-1.164,-1.49,0.0,0.0,0.0,7.632,1.518
+base-bldgtype-mf-unit-shared-mechvent-multiple.xml,8.132,0.0,5.351,10.368,0.854,0.0,0.0,0.0,-0.031,2.747,0.0,0.0,0.445,4.603,-4.215,0.0,0.0,-0.134,0.0,-0.591,0.178,0.0,12.68,0.0,0.0,-6.185,-1.201,0.0,-0.028,-0.304,0.0,0.0,0.054,0.311,4.348,0.0,0.0,-0.131,0.0,-0.586,-0.013,-0.687,-3.368,0.0,0.0,4.83,0.824
+base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,1.371,0.0,7.589,10.368,0.815,0.0,0.0,0.0,-0.008,2.124,0.0,0.0,0.334,3.272,-2.277,0.0,0.0,-0.036,0.0,-0.363,0.932,0.0,1.387,0.0,0.0,-3.333,-0.65,0.0,-0.003,-1.396,0.0,0.0,-0.144,-1.793,6.286,0.0,0.0,-0.032,0.0,-0.356,-0.628,-1.277,-2.136,0.0,0.0,7.737,1.375
+base-bldgtype-mf-unit-shared-mechvent.xml,3.711,0.0,7.436,10.368,0.829,0.0,0.0,0.0,-0.012,2.505,0.0,0.0,0.386,3.908,-3.06,0.0,0.0,-0.053,0.0,-0.399,1.086,0.0,4.656,0.0,0.0,-4.386,-0.864,0.0,-0.008,-0.852,0.0,0.0,-0.062,-0.885,5.503,0.0,0.0,-0.049,0.0,-0.393,-0.375,-1.276,-1.981,0.0,0.0,6.665,1.161
+base-bldgtype-mf-unit-shared-pv-battery.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.695,0.0,0.0,0.263,2.568,-1.64,0.0,0.0,-0.016,0.0,-0.244,0.8,0.0,0.291,0.0,0.0,-2.413,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.743,6.923,0.0,0.0,-0.011,0.0,-0.236,-0.965,-1.535,-0.403,0.0,0.0,8.675,1.55
+base-bldgtype-mf-unit-shared-pv.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.695,0.0,0.0,0.263,2.568,-1.64,0.0,0.0,-0.016,0.0,-0.244,0.8,0.0,0.291,0.0,0.0,-2.413,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.743,6.923,0.0,0.0,-0.011,0.0,-0.236,-0.965,-1.535,-0.403,0.0,0.0,8.675,1.55
+base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml,0.979,0.0,8.459,10.449,0.291,0.0,0.0,0.0,-0.002,1.802,0.0,0.0,0.274,2.694,-1.821,0.0,0.0,-0.011,0.0,-0.245,0.838,0.0,0.306,0.0,0.0,-2.363,-0.509,0.0,0.003,-1.828,0.0,0.0,-0.225,-2.557,6.742,0.0,0.0,-0.007,0.0,-0.237,-0.905,-1.495,-0.381,0.0,0.0,7.915,1.516
+base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml,1.783,0.0,6.44,4.066,0.508,0.0,0.0,0.0,-0.005,2.271,0.0,0.0,0.35,3.479,-2.519,0.0,0.0,-0.027,0.0,-0.326,1.046,0.0,0.397,0.0,0.0,-2.152,-0.726,0.0,-0.001,-1.168,0.0,0.0,-0.114,-1.46,6.044,0.0,0.0,-0.023,0.0,-0.32,-0.602,-1.319,-0.257,0.0,0.0,4.438,1.299
+base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml,0.979,0.0,8.459,10.368,0.508,0.0,0.0,0.0,-0.002,1.802,0.0,0.0,0.274,2.694,-1.821,0.0,0.0,-0.011,0.0,-0.245,0.838,0.0,0.306,0.0,0.0,-2.363,-0.509,0.0,0.003,-1.828,0.0,0.0,-0.225,-2.557,6.742,0.0,0.0,-0.007,0.0,-0.237,-0.905,-1.495,-0.381,0.0,0.0,7.915,1.516
+base-bldgtype-mf-unit-shared-water-heater-recirc.xml,0.979,0.0,8.459,10.368,0.508,0.0,0.0,0.0,-0.002,1.802,0.0,0.0,0.274,2.694,-1.821,0.0,0.0,-0.011,0.0,-0.245,0.838,0.0,0.306,0.0,0.0,-2.363,-0.509,0.0,0.003,-1.828,0.0,0.0,-0.225,-2.557,6.742,0.0,0.0,-0.007,0.0,-0.237,-0.905,-1.495,-0.381,0.0,0.0,7.915,1.516
+base-bldgtype-mf-unit-shared-water-heater.xml,0.979,0.0,8.459,10.368,0.508,0.0,0.0,0.0,-0.002,1.802,0.0,0.0,0.274,2.694,-1.821,0.0,0.0,-0.011,0.0,-0.245,0.838,0.0,0.306,0.0,0.0,-2.363,-0.509,0.0,0.003,-1.828,0.0,0.0,-0.225,-2.557,6.742,0.0,0.0,-0.007,0.0,-0.237,-0.905,-1.495,-0.381,0.0,0.0,7.915,1.516
+base-bldgtype-mf-unit.xml,0.827,0.0,8.948,10.368,0.802,0.0,0.0,0.0,-0.003,1.695,0.0,0.0,0.263,2.568,-1.64,0.0,0.0,-0.016,0.0,-0.244,0.8,0.0,0.291,0.0,0.0,-2.413,-0.476,0.0,0.001,-1.97,0.0,0.0,-0.243,-2.743,6.923,0.0,0.0,-0.011,0.0,-0.236,-0.965,-1.535,-0.403,0.0,0.0,8.675,1.55
+base-bldgtype-mf-whole-building-common-spaces.xml,31.767,0.0,25.319,62.257,5.111,0.0,0.0,0.0,3.935,8.553,0.758,5.147,0.739,9.586,-9.465,0.0,0.0,7.496,4.759,-0.461,25.601,0.0,0.0,0.0,0.0,-20.707,-4.101,0.0,4.838,2.161,-0.018,1.542,-0.016,-0.706,10.495,0.0,0.0,-1.437,-4.855,-0.458,-5.023,-3.029,0.0,0.0,0.0,18.584,3.22
+base-bldgtype-mf-whole-building-detailed-electric-panel.xml,42.217,0.0,46.52,62.257,5.023,0.0,0.0,0.0,7.463,18.694,0.0,0.0,2.33,28.752,-25.562,0.0,0.0,6.813,0.0,-2.273,50.696,0.0,0.0,0.0,0.0,-37.234,-7.149,0.0,-0.616,-3.647,0.0,0.0,-0.142,-3.537,34.273,0.0,0.0,-4.598,0.0,-2.25,-13.146,-8.753,0.0,0.0,0.0,41.461,7.492
+base-bldgtype-mf-whole-building-fuels.xml,38.271,0.0,51.251,62.258,0.0,0.0,0.0,0.0,7.374,18.378,0.0,0.0,2.301,28.238,-24.494,0.0,0.0,6.693,0.0,-2.433,49.701,0.0,0.0,0.0,0.0,-40.304,-6.812,0.0,-0.864,-4.441,0.0,0.0,-0.242,-4.794,35.341,0.0,0.0,-4.953,0.0,-2.409,-14.925,-9.174,0.0,0.0,0.0,49.913,7.829
+base-bldgtype-mf-whole-building-inter-unit-heat-transfer.xml,25.089,0.0,27.681,62.257,5.046,0.0,0.0,0.0,3.472,14.754,0.0,0.0,1.141,14.465,-13.566,0.0,0.0,3.472,0.0,-0.868,25.672,0.0,0.0,0.0,0.0,-19.544,-3.769,0.0,-0.202,3.602,0.0,0.0,-0.079,-1.649,16.401,0.0,0.0,-2.643,0.0,-0.86,-6.009,-4.685,0.0,0.0,0.0,20.234,3.551
+base-bldgtype-mf-whole-building-pv-battery.xml,42.217,0.0,46.52,62.257,5.023,0.0,0.0,0.0,7.463,18.694,0.0,0.0,2.33,28.752,-25.562,0.0,0.0,6.813,0.0,-2.273,50.696,0.0,0.0,0.0,0.0,-37.234,-7.149,0.0,-0.616,-3.647,0.0,0.0,-0.142,-3.537,34.273,0.0,0.0,-4.598,0.0,-2.25,-13.146,-8.753,0.0,0.0,0.0,41.461,7.492
+base-bldgtype-mf-whole-building-vehicle-ev-charger.xml,42.217,0.0,46.52,62.257,5.023,0.0,0.0,0.0,7.463,18.694,0.0,0.0,2.33,28.752,-25.562,0.0,0.0,6.813,0.0,-2.273,50.696,0.0,0.0,0.0,0.0,-37.234,-7.149,0.0,-0.616,-3.647,0.0,0.0,-0.142,-3.537,34.273,0.0,0.0,-4.598,0.0,-2.25,-13.146,-8.753,0.0,0.0,0.0,41.461,7.492
+base-bldgtype-mf-whole-building.xml,42.217,0.0,46.52,62.257,5.023,0.0,0.0,0.0,7.463,18.694,0.0,0.0,2.33,28.752,-25.562,0.0,0.0,6.813,0.0,-2.273,50.696,0.0,0.0,0.0,0.0,-37.234,-7.149,0.0,-0.616,-3.647,0.0,0.0,-0.142,-3.537,34.273,0.0,0.0,-4.598,0.0,-2.25,-13.146,-8.753,0.0,0.0,0.0,41.461,7.492
+base-bldgtype-sfa-unit-2stories.xml,20.902,0.0,14.157,9.917,0.848,0.0,0.0,0.0,2.308,5.419,0.513,4.104,0.685,8.169,-8.741,0.0,0.0,0.0,4.94,-0.138,7.458,0.0,0.512,0.0,6.832,-8.524,-2.651,0.0,0.04,-0.343,-0.006,1.453,0.023,-0.325,8.481,0.0,0.0,0.0,-4.143,-0.134,-1.268,-3.093,-0.081,0.0,4.378,7.269,1.856
+base-bldgtype-sfa-unit-atticroof-cathedral.xml,38.428,0.0,14.352,9.917,0.856,0.0,0.0,31.449,0.0,3.229,0.518,3.593,0.67,5.25,-5.67,0.0,0.0,0.0,3.835,-0.606,7.614,0.0,0.532,0.0,0.0,-9.114,-2.805,6.428,0.0,-0.024,0.039,1.285,0.08,0.192,5.233,0.0,0.0,0.0,-4.39,-0.574,-0.794,-1.522,-0.045,0.0,0.0,6.668,1.702
+base-bldgtype-sfa-unit-infil-compartmentalization-test.xml,14.539,0.0,9.774,9.917,0.847,0.0,0.0,0.0,2.206,2.449,0.485,4.025,0.64,3.94,-4.312,0.0,0.0,0.0,4.884,-0.028,3.092,0.0,0.497,0.0,5.565,-7.029,-1.874,0.0,0.039,-0.223,-0.028,1.454,-0.012,-0.394,4.326,0.0,0.0,0.0,-3.954,-0.026,-0.66,-1.399,-0.098,0.0,2.966,6.375,1.392
+base-bldgtype-sfa-unit.xml,14.539,0.0,9.774,9.917,0.847,0.0,0.0,0.0,2.206,2.449,0.485,4.025,0.64,3.94,-4.312,0.0,0.0,0.0,4.884,-0.028,3.092,0.0,0.497,0.0,5.565,-7.029,-1.874,0.0,0.039,-0.223,-0.028,1.454,-0.012,-0.394,4.326,0.0,0.0,0.0,-3.954,-0.026,-0.66,-1.399,-0.098,0.0,2.966,6.375,1.392
+base-detailed-electric-panel-no-calculation-types.xml,11.371,0.0,16.595,9.417,2.205,0.0,0.0,0.0,1.672,1.963,0.616,4.343,0.749,11.045,-10.826,0.0,0.0,0.0,4.603,-0.314,2.071,0.0,1.737,0.0,1.889,-6.862,-1.318,0.0,-0.123,-0.296,-0.039,0.56,0.02,0.097,14.264,0.0,0.0,0.0,-4.673,-0.312,-0.44,-4.085,-0.457,0.0,3.867,7.107,1.16
+base-detailed-electric-panel.xml,11.371,0.0,16.595,9.417,2.205,0.0,0.0,0.0,1.672,1.963,0.616,4.343,0.749,11.045,-10.826,0.0,0.0,0.0,4.603,-0.314,2.071,0.0,1.737,0.0,1.889,-6.862,-1.318,0.0,-0.123,-0.296,-0.039,0.56,0.02,0.097,14.264,0.0,0.0,0.0,-4.673,-0.312,-0.44,-4.085,-0.457,0.0,3.867,7.107,1.16
+base-dhw-combi-tankless-outside.xml,18.141,0.0,0.0,9.995,0.0,0.0,0.0,0.0,3.853,3.843,0.874,7.031,0.67,11.45,-12.753,0.0,0.0,0.0,8.117,-0.107,5.191,0.0,0.506,0.0,0.0,-7.94,-2.622,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-combi-tankless.xml,18.141,0.0,0.0,9.995,0.0,0.0,0.0,0.0,3.853,3.843,0.874,7.031,0.67,11.45,-12.753,0.0,0.0,0.0,8.117,-0.107,5.191,0.0,0.506,0.0,0.0,-7.94,-2.622,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-desuperheater-2-speed.xml,0.0,0.0,22.111,9.915,0.921,3.308,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.099,-0.211,-0.012,2.383,0.03,-0.273,12.451,0.0,0.0,0.0,-6.728,-0.131,-0.891,-4.081,-0.081,0.0,10.013,7.868,1.844
+base-dhw-desuperheater-ghp-experimental.xml,30.522,0.0,18.787,9.915,0.848,3.237,0.0,0.0,3.276,3.875,0.882,7.061,0.676,11.535,-12.84,0.0,0.0,0.0,8.301,-0.113,5.618,0.0,0.509,0.0,12.49,-8.149,-2.636,0.0,0.03,-0.242,-0.021,2.451,0.019,-0.37,12.657,0.0,0.0,0.0,-6.413,-0.109,-0.937,-4.198,-0.084,0.0,6.148,7.969,1.872
+base-dhw-desuperheater-ghp.xml,28.384,0.0,18.847,9.915,0.848,3.229,0.0,0.0,3.369,3.875,0.882,7.06,0.676,11.534,-12.84,0.0,0.0,0.0,8.298,-0.112,5.438,0.0,0.509,0.0,10.452,-8.149,-2.636,0.0,0.03,-0.242,-0.021,2.451,0.019,-0.37,12.657,0.0,0.0,0.0,-6.413,-0.109,-0.939,-4.197,-0.084,0.0,6.211,7.967,1.872
+base-dhw-desuperheater-hpwh.xml,37.909,0.0,20.815,9.937,1.523,3.322,0.0,0.0,3.199,3.947,0.9,7.012,0.689,11.707,-13.354,0.0,0.0,0.0,8.313,-0.127,5.646,0.0,0.517,0.0,16.006,-3.89,-2.718,0.0,0.052,-0.12,0.01,2.552,0.045,-0.033,12.143,0.0,0.0,0.0,-6.204,-0.123,-0.788,-3.886,-0.068,0.0,8.644,6.785,1.789
+base-dhw-desuperheater-tankless.xml,0.0,0.0,20.594,9.922,0.0,3.226,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.022,-0.19,-0.007,2.391,0.033,-0.23,12.355,0.0,0.0,0.0,-6.685,-0.13,-0.871,-4.014,-0.079,0.0,8.704,7.472,1.834
+base-dhw-desuperheater-var-speed.xml,0.0,0.0,23.37,9.915,0.921,3.379,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.155,-0.21,-0.012,2.386,0.03,-0.268,12.451,0.0,0.0,0.0,-6.721,-0.132,-0.893,-4.111,-0.081,0.0,11.325,7.888,1.844
+base-dhw-desuperheater.xml,0.0,0.0,20.961,9.915,0.921,3.293,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.05,-0.211,-0.012,2.383,0.03,-0.273,12.451,0.0,0.0,0.0,-6.728,-0.131,-0.892,-4.075,-0.081,0.0,8.814,7.864,1.844
+base-dhw-dwhr.xml,31.045,0.0,20.512,7.339,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-dhw-indirect-detailed-setpoints.xml,16.977,0.0,0.0,9.917,2.152,0.0,0.0,0.0,3.825,3.815,0.866,7.068,0.662,11.364,-12.644,0.0,0.0,0.0,8.174,-0.085,5.158,0.0,0.503,0.0,0.0,-9.147,-2.601,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-indirect-dse.xml,16.994,0.0,0.0,9.95,2.112,0.0,0.0,0.0,3.826,3.816,0.866,7.068,0.662,11.367,-12.642,0.0,0.0,0.0,8.17,-0.086,5.16,0.0,0.503,0.0,0.0,-9.131,-2.601,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-indirect-outside.xml,18.141,0.0,0.0,9.951,3.063,0.0,0.0,0.0,3.853,3.843,0.874,7.031,0.67,11.45,-12.753,0.0,0.0,0.0,8.117,-0.107,5.191,0.0,0.506,0.0,0.0,-7.94,-2.622,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-indirect-standbyloss.xml,16.965,0.0,0.0,9.95,2.166,0.0,0.0,0.0,3.826,3.816,0.866,7.068,0.662,11.367,-12.642,0.0,0.0,0.0,8.171,-0.086,5.16,0.0,0.503,0.0,0.0,-9.164,-2.601,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-indirect-with-solar-fraction.xml,17.743,0.0,0.0,9.927,0.728,0.0,6.453,0.0,3.845,3.834,0.872,7.041,0.668,11.426,-12.717,0.0,0.0,0.0,8.131,-0.101,5.183,0.0,0.505,0.0,0.0,-8.352,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-indirect.xml,16.994,0.0,0.0,9.95,2.112,0.0,0.0,0.0,3.826,3.816,0.866,7.068,0.662,11.367,-12.642,0.0,0.0,0.0,8.17,-0.086,5.16,0.0,0.503,0.0,0.0,-9.131,-2.601,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-jacket-electric.xml,31.343,0.0,20.363,9.917,0.492,0.0,0.0,0.0,3.238,3.875,0.882,7.067,0.676,11.538,-12.835,0.0,0.0,0.0,8.3,-0.112,5.506,0.0,0.509,0.0,13.581,-8.277,-2.635,0.0,-0.067,-0.243,-0.021,2.452,0.019,-0.372,12.663,0.0,0.0,0.0,-6.42,-0.108,-0.928,-4.154,-0.084,0.0,8.57,7.158,1.872
+base-dhw-jacket-gas.xml,32.261,0.0,20.609,9.917,2.14,0.0,0.0,0.0,3.231,3.883,0.884,7.061,0.677,11.562,-12.859,0.0,0.0,0.0,8.287,-0.117,6.635,0.0,0.51,0.0,13.942,-8.826,-2.639,0.0,-0.061,-0.234,-0.019,2.45,0.021,-0.345,12.638,0.0,0.0,0.0,-6.429,-0.112,-1.145,-4.142,-0.083,0.0,8.656,7.516,1.868
+base-dhw-jacket-hpwh.xml,37.934,0.0,17.541,9.982,1.1,0.0,0.0,0.0,3.201,3.951,0.901,7.007,0.689,11.725,-13.362,0.0,0.0,0.0,8.308,-0.134,5.653,0.0,0.518,0.0,16.015,-3.879,-2.723,0.0,0.107,-0.107,0.013,2.573,0.048,0.017,12.136,0.0,0.0,0.0,-6.165,-0.13,-0.77,-3.701,-0.066,0.0,7.654,4.141,1.784
+base-dhw-jacket-indirect.xml,17.167,0.0,0.0,9.95,1.791,0.0,0.0,0.0,3.83,3.82,0.868,7.062,0.663,11.38,-12.667,0.0,0.0,0.0,8.173,-0.089,5.166,0.0,0.503,0.0,0.0,-8.956,-2.604,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-low-flow-fixtures.xml,31.045,0.0,20.512,9.482,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-dhw-multiple.xml,18.32,0.0,0.0,9.91,2.882,0.0,6.441,0.0,3.853,3.843,0.874,7.037,0.67,11.455,-12.728,0.0,0.0,0.0,8.107,-0.105,6.33,0.0,0.506,0.0,0.0,-8.921,-2.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-dhw-none.xml,31.776,0.0,19.981,0.0,0.0,0.0,0.0,0.0,3.238,3.882,0.884,7.052,0.677,11.557,-12.874,0.0,0.0,0.0,8.283,-0.119,5.872,0.0,0.0,0.0,13.749,-7.813,-2.64,0.0,-0.045,-0.227,-0.017,2.463,0.023,-0.324,12.623,0.0,0.0,0.0,-6.4,-0.115,-0.99,-4.102,0.0,0.0,8.445,6.756,1.867
+base-dhw-recirc-demand-scheduled.xml,31.045,0.0,20.512,8.416,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-dhw-recirc-demand.xml,31.045,0.0,20.512,8.416,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-dhw-recirc-manual.xml,31.045,0.0,20.512,8.416,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-dhw-recirc-nocontrol.xml,31.045,0.0,20.512,8.416,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-dhw-recirc-temperature.xml,31.045,0.0,20.512,8.416,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-dhw-recirc-timer.xml,31.045,0.0,20.512,8.416,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-dhw-setpoint-temperature.xml,30.919,0.0,20.586,10.098,1.01,0.0,0.0,0.0,3.243,3.874,0.882,7.068,0.676,11.538,-12.813,0.0,0.0,0.0,8.305,-0.113,5.502,0.0,0.509,0.0,13.418,-8.564,-2.633,0.0,-0.076,-0.249,-0.022,2.44,0.018,-0.386,12.685,0.0,0.0,0.0,-6.433,-0.109,-0.935,-4.189,-0.085,0.0,8.638,7.389,1.874
+base-dhw-solar-direct-evacuated-tube.xml,31.045,0.0,20.521,9.926,0.856,0.0,6.91,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.618,7.319,1.873
+base-dhw-solar-direct-flat-plate.xml,31.036,0.0,20.598,10.011,0.933,0.0,8.897,0.0,3.243,3.876,0.882,7.07,0.676,11.54,-12.828,0.0,0.0,0.0,8.305,-0.111,5.504,0.0,0.509,0.0,13.463,-8.488,-2.634,0.0,-0.073,-0.247,-0.022,2.445,0.018,-0.382,12.67,0.0,0.0,0.0,-6.43,-0.107,-0.932,-4.185,-0.085,0.0,8.641,7.388,1.873
+base-dhw-solar-direct-ics.xml,31.045,0.0,20.554,9.956,0.883,0.0,7.04,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.932,-4.18,-0.085,0.0,8.627,7.345,1.873
+base-dhw-solar-fraction.xml,31.507,0.0,20.282,9.917,0.297,0.0,6.446,0.0,3.238,3.878,0.883,7.059,0.677,11.55,-12.84,0.0,0.0,0.0,8.293,-0.118,5.512,0.0,0.509,0.0,13.644,-8.171,-2.637,0.0,-0.061,-0.239,-0.019,2.449,0.02,-0.354,12.657,0.0,0.0,0.0,-6.421,-0.114,-0.922,-4.141,-0.084,0.0,8.545,7.069,1.87
+base-dhw-solar-indirect-flat-plate.xml,30.628,0.0,21.096,9.996,0.92,0.0,8.945,0.0,3.25,3.874,0.881,7.075,0.675,11.534,-12.794,0.0,0.0,0.0,8.303,-0.109,5.498,0.0,0.509,0.0,13.305,-8.771,-2.63,0.0,-0.088,-0.256,-0.024,2.43,0.016,-0.413,12.704,0.0,0.0,0.0,-6.462,-0.104,-0.945,-4.246,-0.086,0.0,8.795,7.87,1.877
+base-dhw-solar-thermosyphon-flat-plate.xml,31.037,0.0,20.596,10.008,0.929,0.0,8.859,0.0,3.243,3.875,0.882,7.07,0.676,11.54,-12.828,0.0,0.0,0.0,8.305,-0.111,5.504,0.0,0.509,0.0,13.463,-8.488,-2.634,0.0,-0.073,-0.247,-0.022,2.445,0.018,-0.382,12.67,0.0,0.0,0.0,-6.43,-0.107,-0.932,-4.185,-0.085,0.0,8.64,7.385,1.873
+base-dhw-tank-coal.xml,31.82,0.0,20.828,9.917,2.944,0.0,0.0,0.0,3.234,3.879,0.883,7.064,0.677,11.559,-12.828,0.0,0.0,0.0,8.291,-0.119,6.629,0.0,0.509,0.0,13.773,-9.123,-2.636,0.0,-0.073,-0.243,-0.02,2.441,0.02,-0.362,12.67,0.0,0.0,0.0,-6.443,-0.115,-1.154,-4.177,-0.084,0.0,8.723,7.748,1.871
+base-dhw-tank-detailed-setpoints.xml,31.031,0.0,20.517,9.897,0.864,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.504,0.0,0.509,0.0,13.46,-8.489,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.932,-4.18,-0.085,0.0,8.616,7.318,1.873
+base-dhw-tank-elec-ef.xml,30.804,0.0,20.633,9.917,1.138,0.0,0.0,0.0,3.245,3.874,0.881,7.072,0.675,11.534,-12.813,0.0,0.0,0.0,8.309,-0.111,5.5,0.0,0.509,0.0,13.373,-8.642,-2.632,0.0,-0.078,-0.25,-0.023,2.441,0.017,-0.394,12.685,0.0,0.0,0.0,-6.434,-0.106,-0.937,-4.197,-0.085,0.0,8.652,7.439,1.875
+base-dhw-tank-gas-ef.xml,31.463,0.0,21.007,9.917,3.592,0.0,0.0,0.0,3.236,3.875,0.882,7.074,0.676,11.54,-12.815,0.0,0.0,0.0,8.303,-0.111,6.619,0.0,0.509,0.0,13.636,-9.356,-2.633,0.0,-0.083,-0.25,-0.023,2.44,0.017,-0.393,12.683,0.0,0.0,0.0,-6.446,-0.107,-1.167,-4.205,-0.085,0.0,8.777,7.943,1.875
+base-dhw-tank-gas-fhr.xml,31.82,0.0,20.828,9.917,2.944,0.0,0.0,0.0,3.234,3.879,0.883,7.064,0.677,11.559,-12.828,0.0,0.0,0.0,8.291,-0.119,6.629,0.0,0.509,0.0,13.773,-9.123,-2.636,0.0,-0.073,-0.243,-0.02,2.441,0.02,-0.362,12.67,0.0,0.0,0.0,-6.443,-0.115,-1.154,-4.177,-0.084,0.0,8.723,7.748,1.871
+base-dhw-tank-gas-outside.xml,31.756,0.0,20.16,9.917,4.114,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.517,0.0,0.51,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.342,12.623,0.0,0.0,0.0,-6.407,-0.11,-0.916,-4.12,-0.083,0.0,8.508,6.932,1.867
+base-dhw-tank-gas.xml,31.82,0.0,20.828,9.917,2.944,0.0,0.0,0.0,3.234,3.879,0.883,7.064,0.677,11.559,-12.828,0.0,0.0,0.0,8.291,-0.119,6.629,0.0,0.509,0.0,13.773,-9.123,-2.636,0.0,-0.073,-0.243,-0.02,2.441,0.02,-0.362,12.67,0.0,0.0,0.0,-6.443,-0.115,-1.154,-4.177,-0.084,0.0,8.723,7.748,1.871
+base-dhw-tank-heat-pump-capacities.xml,37.902,0.0,17.498,9.964,0.0,0.0,0.0,0.0,3.191,3.94,0.899,7.008,0.687,11.701,-13.332,0.0,0.0,0.0,8.332,-0.134,5.641,0.0,0.517,0.0,15.984,-3.856,-2.72,0.0,0.094,-0.118,0.01,2.569,0.046,-0.011,12.166,0.0,0.0,0.0,-6.147,-0.13,-0.783,-3.731,-0.067,0.0,7.637,4.161,1.787
+base-dhw-tank-heat-pump-confined-space.xml,37.403,0.0,17.744,9.976,1.439,0.0,0.0,0.0,3.205,3.944,0.9,7.012,0.689,11.704,-13.324,0.0,0.0,0.0,8.314,-0.132,5.639,0.0,0.517,0.0,15.817,-4.244,-2.712,0.0,0.093,-0.118,0.01,2.563,0.046,-0.019,12.173,0.0,0.0,0.0,-6.179,-0.128,-0.784,-3.744,-0.068,0.0,7.724,4.362,1.795
+base-dhw-tank-heat-pump-detailed-schedules.xml,37.716,0.0,18.016,10.081,1.854,0.0,0.0,0.0,3.188,3.934,0.902,6.941,0.696,11.784,-13.194,0.0,0.0,0.0,8.248,-0.234,5.655,0.0,0.516,0.0,15.979,-4.02,-2.704,0.0,0.076,-0.122,0.014,2.496,0.055,0.079,12.303,0.0,0.0,0.0,-6.22,-0.23,-0.762,-3.631,-0.07,0.0,7.861,4.356,1.803
+base-dhw-tank-heat-pump-ducting.xml,39.212,0.0,20.301,9.977,1.434,0.0,0.0,0.0,3.167,3.93,0.896,7.03,0.687,11.692,-13.115,0.0,0.0,0.0,8.213,-0.139,4.682,0.0,7.289,0.0,16.536,-9.02,-2.689,0.0,0.016,-0.159,0.0,2.502,0.038,-0.119,12.383,0.0,0.0,0.0,-6.385,-0.135,-0.709,-3.951,-0.967,0.0,8.591,7.352,1.818
+base-dhw-tank-heat-pump-ef.xml,37.696,0.0,17.613,9.973,1.697,0.0,0.0,0.0,3.201,3.944,0.9,7.001,0.689,11.715,-13.327,0.0,0.0,0.0,8.308,-0.143,5.643,0.0,0.517,0.0,15.934,-4.021,-2.717,0.0,0.098,-0.116,0.011,2.561,0.047,-0.003,12.171,0.0,0.0,0.0,-6.177,-0.139,-0.782,-3.74,-0.067,0.0,7.675,4.285,1.79
+base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,37.696,0.0,17.613,9.973,1.697,0.0,0.0,0.0,3.201,3.944,0.9,7.001,0.689,11.715,-13.327,0.0,0.0,0.0,8.308,-0.143,5.643,0.0,0.517,0.0,15.934,-4.021,-2.717,0.0,0.098,-0.116,0.011,2.561,0.047,-0.003,12.171,0.0,0.0,0.0,-6.177,-0.139,-0.782,-3.74,-0.067,0.0,7.675,4.285,1.79
+base-dhw-tank-heat-pump-outside.xml,31.756,0.0,20.16,9.952,2.123,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.517,0.0,0.51,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.342,12.623,0.0,0.0,0.0,-6.407,-0.11,-0.916,-4.12,-0.083,0.0,8.508,6.932,1.867
+base-dhw-tank-heat-pump-with-solar-fraction.xml,33.88,0.0,19.247,9.961,0.501,0.0,6.474,0.0,3.219,3.901,0.89,7.034,0.683,11.63,-12.983,0.0,0.0,0.0,8.261,-0.144,5.565,0.0,0.512,0.0,14.537,-6.6,-2.658,0.0,-0.004,-0.194,-0.007,2.493,0.032,-0.202,12.515,0.0,0.0,0.0,-6.365,-0.14,-0.865,-3.976,-0.078,0.0,8.205,5.963,1.849
+base-dhw-tank-heat-pump-with-solar.xml,32.778,0.0,21.036,9.876,1.668,0.0,8.488,0.0,3.232,3.892,0.885,7.068,0.677,11.562,-12.907,0.0,0.0,0.0,8.282,-0.107,5.534,0.0,0.511,0.0,14.106,-7.355,-2.648,0.0,-0.059,-0.228,-0.018,2.449,0.02,-0.353,12.591,0.0,0.0,0.0,-6.438,-0.103,-0.92,-4.199,-0.082,0.0,8.768,7.709,1.859
+base-dhw-tank-heat-pump.xml,37.843,0.0,17.569,9.976,1.439,0.0,0.0,0.0,3.198,3.945,0.9,7.011,0.689,11.71,-13.353,0.0,0.0,0.0,8.316,-0.134,5.647,0.0,0.517,0.0,15.975,-3.947,-2.717,0.0,0.1,-0.113,0.012,2.575,0.048,0.001,12.144,0.0,0.0,0.0,-6.16,-0.13,-0.775,-3.716,-0.067,0.0,7.666,4.178,1.79
+base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,30.069,0.0,20.805,9.956,0.729,0.0,0.0,0.0,3.263,3.877,0.881,7.101,0.675,11.526,-12.795,0.0,0.0,0.0,8.345,-0.097,5.747,0.0,0.523,0.0,13.083,-9.459,-2.637,0.0,-0.087,-0.258,-0.025,2.439,0.014,-0.435,12.703,0.0,0.0,0.0,-6.45,-0.092,-1.009,-4.237,-0.105,0.0,8.706,7.741,1.873
+base-dhw-tank-model-type-stratified.xml,31.15,0.0,20.462,9.95,0.726,0.0,0.0,0.0,3.241,3.875,0.882,7.069,0.676,11.538,-12.828,0.0,0.0,0.0,8.302,-0.111,5.504,0.0,0.509,0.0,13.506,-8.408,-2.634,0.0,-0.071,-0.246,-0.021,2.448,0.018,-0.379,12.67,0.0,0.0,0.0,-6.427,-0.107,-0.931,-4.17,-0.085,0.0,8.6,7.261,1.873
+base-dhw-tank-oil.xml,31.926,0.0,20.776,9.917,2.751,0.0,0.0,0.0,3.232,3.879,0.883,7.061,0.678,11.563,-12.828,0.0,0.0,0.0,8.289,-0.122,6.631,0.0,0.509,0.0,13.814,-9.051,-2.637,0.0,-0.071,-0.242,-0.02,2.441,0.02,-0.355,12.67,0.0,0.0,0.0,-6.441,-0.118,-1.151,-4.169,-0.084,0.0,8.707,7.692,1.871
+base-dhw-tank-wood.xml,31.82,0.0,20.828,9.917,2.944,0.0,0.0,0.0,3.234,3.879,0.883,7.064,0.677,11.559,-12.828,0.0,0.0,0.0,8.291,-0.119,6.629,0.0,0.509,0.0,13.773,-9.123,-2.636,0.0,-0.073,-0.243,-0.02,2.441,0.02,-0.362,12.67,0.0,0.0,0.0,-6.443,-0.115,-1.154,-4.177,-0.084,0.0,8.723,7.748,1.871
+base-dhw-tankless-detailed-setpoints.xml,31.756,0.0,20.16,9.899,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.517,0.0,0.51,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.342,12.623,0.0,0.0,0.0,-6.407,-0.11,-0.916,-4.12,-0.083,0.0,8.508,6.932,1.867
+base-dhw-tankless-electric-ef.xml,31.756,0.0,20.16,9.917,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.517,0.0,0.51,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.342,12.623,0.0,0.0,0.0,-6.407,-0.11,-0.916,-4.12,-0.083,0.0,8.508,6.932,1.867
+base-dhw-tankless-electric-outside.xml,31.756,0.0,20.16,9.917,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.517,0.0,0.51,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.342,12.623,0.0,0.0,0.0,-6.407,-0.11,-0.916,-4.12,-0.083,0.0,8.508,6.932,1.867
+base-dhw-tankless-electric.xml,31.756,0.0,20.16,9.917,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.517,0.0,0.51,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.342,12.623,0.0,0.0,0.0,-6.407,-0.11,-0.916,-4.12,-0.083,0.0,8.508,6.932,1.867
+base-dhw-tankless-gas-ef.xml,31.756,0.0,20.16,9.917,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.517,0.0,0.51,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.342,12.623,0.0,0.0,0.0,-6.407,-0.11,-0.916,-4.12,-0.083,0.0,8.508,6.932,1.867
+base-dhw-tankless-gas-with-solar-fraction.xml,31.756,0.0,20.16,9.917,0.0,0.0,6.446,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.517,0.0,0.51,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.342,12.623,0.0,0.0,0.0,-6.407,-0.11,-0.916,-4.12,-0.083,0.0,8.508,6.932,1.867
+base-dhw-tankless-gas-with-solar.xml,31.336,0.0,20.674,10.076,0.0,0.0,8.495,0.0,3.238,3.875,0.882,7.069,0.676,11.54,-12.828,0.0,0.0,0.0,8.304,-0.112,5.507,0.0,0.509,0.0,13.578,-8.297,-2.634,0.0,-0.075,-0.247,-0.022,2.444,0.018,-0.383,12.67,0.0,0.0,0.0,-6.431,-0.108,-0.932,-4.185,-0.085,0.0,8.668,7.441,1.873
+base-dhw-tankless-gas.xml,31.756,0.0,20.16,9.917,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.517,0.0,0.51,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.342,12.623,0.0,0.0,0.0,-6.407,-0.11,-0.916,-4.12,-0.083,0.0,8.508,6.932,1.867
+base-dhw-tankless-propane.xml,31.756,0.0,20.16,9.917,0.0,0.0,0.0,0.0,3.239,3.882,0.884,7.062,0.677,11.555,-12.874,0.0,0.0,0.0,8.298,-0.115,5.517,0.0,0.51,0.0,13.739,-8.01,-2.64,0.0,-0.052,-0.232,-0.018,2.46,0.021,-0.342,12.623,0.0,0.0,0.0,-6.407,-0.11,-0.916,-4.12,-0.083,0.0,8.508,6.932,1.867
+base-enclosure-2stories-garage.xml,38.402,0.0,34.143,9.917,0.843,0.0,0.0,0.0,3.492,7.782,1.916,4.647,0.782,23.418,-22.355,0.0,0.0,0.97,4.692,-1.265,9.78,0.0,0.506,0.0,15.359,-8.626,-2.825,0.0,-0.277,-1.035,-0.003,0.365,0.071,0.469,28.219,0.0,0.0,-0.215,-5.378,-1.254,-1.706,-8.074,-0.104,0.0,12.158,8.633,2.44
+base-enclosure-2stories.xml,49.174,0.0,34.707,9.917,0.847,0.0,0.0,0.0,3.215,8.37,1.869,7.013,0.731,23.662,-24.985,0.0,0.0,0.0,8.135,-0.536,12.471,0.0,0.52,0.0,22.65,-10.366,-3.691,0.0,-0.223,-0.554,0.001,2.037,0.045,0.274,25.736,0.0,0.0,0.0,-7.399,-0.524,-1.881,-8.599,-0.079,0.0,14.209,9.012,2.678
+base-enclosure-beds-1.xml,32.881,0.0,19.437,5.936,0.85,0.0,0.0,0.0,3.231,3.893,0.887,7.029,0.68,11.586,-12.945,0.0,0.0,0.0,8.246,-0.122,5.544,0.0,0.51,0.0,14.187,-7.225,-2.654,0.0,-0.01,-0.199,-0.009,2.487,0.029,-0.242,12.552,0.0,0.0,0.0,-6.362,-0.118,-0.881,-4.007,-0.08,0.0,8.279,6.114,1.853
+base-enclosure-beds-2.xml,31.96,0.0,19.972,7.989,0.849,0.0,0.0,0.0,3.234,3.882,0.884,7.048,0.677,11.562,-12.874,0.0,0.0,0.0,8.277,-0.121,5.523,0.0,0.509,0.0,13.826,-7.854,-2.642,0.0,-0.043,-0.224,-0.016,2.466,0.024,-0.312,12.623,0.0,0.0,0.0,-6.394,-0.117,-0.908,-4.092,-0.083,0.0,8.448,6.712,1.865
+base-enclosure-beds-4.xml,30.134,0.0,21.057,11.784,0.848,0.0,0.0,0.0,3.254,3.871,0.88,7.092,0.674,11.522,-12.785,0.0,0.0,0.0,8.331,-0.103,5.488,0.0,0.509,0.0,13.106,-9.11,-2.628,0.0,-0.098,-0.266,-0.027,2.428,0.013,-0.444,12.713,0.0,0.0,0.0,-6.464,-0.098,-0.953,-4.262,-0.087,0.0,8.783,7.908,1.879
+base-enclosure-beds-5.xml,29.225,0.0,21.608,13.612,0.847,0.0,0.0,0.0,3.268,3.869,0.879,7.113,0.674,11.523,-12.753,0.0,0.0,0.0,8.357,-0.099,5.478,0.0,0.509,0.0,12.745,-9.745,-2.623,0.0,-0.121,-0.282,-0.031,2.41,0.009,-0.49,12.744,0.0,0.0,0.0,-6.501,-0.095,-0.97,-4.345,-0.088,0.0,8.95,8.5,1.884
+base-enclosure-ceilingtypes.xml,45.274,0.0,20.746,9.917,0.853,0.0,0.0,0.0,15.2,3.901,0.889,6.865,0.666,11.587,-13.63,0.0,0.0,0.0,7.766,-0.132,5.783,0.0,0.524,0.0,17.548,-8.934,-2.775,0.0,0.9,-0.072,0.019,2.586,0.043,0.124,11.867,0.0,0.0,0.0,-6.343,-0.123,-0.722,-3.88,-0.059,0.0,7.808,6.852,1.732
+base-enclosure-floortypes.xml,38.503,0.0,13.759,9.917,0.857,0.0,0.0,0.0,3.389,3.824,0.0,0.0,0.679,10.448,-13.753,0.0,0.0,29.326,0.0,-0.291,2.501,0.0,0.537,0.0,10.528,-7.015,-1.633,0.0,0.484,0.039,0.0,0.0,0.09,1.325,11.278,0.0,0.0,-6.957,0.0,-0.286,-0.226,-2.405,-0.044,0.0,4.241,5.181,1.013
+base-enclosure-garage.xml,35.132,0.0,13.381,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.982,0.0,0.0,0.0,15.095,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.792,-2.81,0.0,0.0,5.054,4.896,1.735
+base-enclosure-infil-ach-house-pressure.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-enclosure-infil-cfm-house-pressure.xml,31.064,0.0,20.511,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.517,0.0,0.509,0.0,13.474,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.934,-4.177,-0.085,0.0,8.615,7.311,1.873
+base-enclosure-infil-cfm50.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-enclosure-infil-ela.xml,40.04,0.0,19.933,9.917,0.851,0.0,0.0,0.0,3.169,3.949,0.904,6.992,0.695,11.806,-13.16,0.0,0.0,0.0,8.161,-0.189,11.718,0.0,0.518,0.0,16.91,-8.736,-2.704,0.0,0.046,-0.132,0.01,2.485,0.048,0.02,12.338,0.0,0.0,0.0,-6.404,-0.185,-1.721,-3.861,-0.07,0.0,8.481,7.053,1.803
+base-enclosure-infil-flue.xml,32.722,0.0,20.382,9.917,0.849,0.0,0.0,0.0,3.228,3.888,0.886,7.052,0.679,11.58,-12.876,0.0,0.0,0.0,8.272,-0.125,6.645,0.0,0.51,0.0,14.119,-8.519,-2.642,0.0,-0.049,-0.225,-0.016,2.455,0.023,-0.312,12.622,0.0,0.0,0.0,-6.426,-0.121,-1.131,-4.106,-0.083,0.0,8.587,7.272,1.865
+base-enclosure-infil-leakiness-description.xml,58.243,0.0,18.956,9.917,0.856,0.0,0.0,0.0,2.957,4.011,0.923,6.864,0.706,12.055,-13.821,0.0,0.0,0.0,8.094,-0.279,24.766,0.0,0.528,0.0,23.416,-9.136,-2.818,0.0,0.186,0.002,0.046,2.548,0.077,0.504,11.677,0.0,0.0,0.0,-6.178,-0.274,-2.805,-3.401,-0.05,0.0,8.247,6.646,1.69
+base-enclosure-infil-natural-ach.xml,39.599,0.0,19.958,9.917,0.851,0.0,0.0,0.0,3.172,3.946,0.903,6.997,0.694,11.794,-13.144,0.0,0.0,0.0,8.169,-0.184,11.407,0.0,0.517,0.0,16.746,-8.725,-2.702,0.0,0.041,-0.137,0.008,2.485,0.047,0.002,12.353,0.0,0.0,0.0,-6.405,-0.18,-1.689,-3.875,-0.07,0.0,8.487,7.064,1.805
+base-enclosure-infil-natural-cfm.xml,39.599,0.0,19.958,9.917,0.851,0.0,0.0,0.0,3.172,3.946,0.903,6.997,0.694,11.794,-13.144,0.0,0.0,0.0,8.169,-0.184,11.407,0.0,0.517,0.0,16.746,-8.725,-2.702,0.0,0.041,-0.137,0.008,2.485,0.047,0.002,12.353,0.0,0.0,0.0,-6.405,-0.18,-1.689,-3.875,-0.07,0.0,8.487,7.064,1.805
+base-enclosure-infil-sla.xml,40.232,0.0,19.922,9.917,0.851,0.0,0.0,0.0,3.168,3.951,0.904,6.987,0.696,11.812,-13.174,0.0,0.0,0.0,8.165,-0.192,11.854,0.0,0.518,0.0,16.982,-8.744,-2.706,0.0,0.049,-0.129,0.011,2.483,0.049,0.028,12.324,0.0,0.0,0.0,-6.397,-0.187,-1.734,-3.855,-0.07,0.0,8.478,7.044,1.801
+base-enclosure-orientations.xml,31.349,0.0,20.394,9.917,0.849,0.0,0.0,0.0,3.235,3.872,0.881,7.062,0.917,11.533,-12.828,0.0,0.0,0.0,8.288,-0.113,5.506,0.0,0.509,0.0,13.578,-8.484,-2.635,0.0,-0.067,-0.243,-0.021,2.452,-0.104,-0.368,12.67,0.0,0.0,0.0,-6.421,-0.109,-0.929,-4.16,-0.084,0.0,8.572,7.308,1.872
+base-enclosure-overhangs.xml,31.25,0.0,20.022,9.917,0.849,0.0,0.0,0.0,3.236,3.873,0.881,7.057,0.675,11.54,-12.647,0.0,0.0,0.0,8.288,-0.113,5.504,0.0,0.509,0.0,13.541,-8.487,-2.635,0.0,-0.056,-0.239,-0.02,2.462,0.02,-0.467,12.326,0.0,0.0,0.0,-6.388,-0.109,-0.928,-4.138,-0.084,0.0,8.438,7.304,1.872
+base-enclosure-rooftypes.xml,31.155,0.0,19.078,9.917,0.849,0.0,0.0,0.0,3.405,3.874,0.882,7.06,0.676,11.538,-12.835,0.0,0.0,0.0,8.291,-0.113,5.504,0.0,0.509,0.0,13.464,-8.489,-2.636,0.0,-0.388,-0.236,-0.019,2.463,0.021,-0.349,12.663,0.0,0.0,0.0,-6.4,-0.109,-0.925,-4.136,-0.084,0.0,7.391,7.303,1.872
+base-enclosure-skylights-cathedral.xml,25.386,0.0,19.309,9.917,0.848,0.0,0.0,6.109,0.0,4.698,0.915,7.183,0.706,15.36,-15.94,2.374,-2.4,0.0,8.296,-0.345,12.059,0.0,0.517,0.0,0.0,-10.479,-3.742,0.701,0.0,-0.297,-0.005,2.327,0.031,-0.163,16.969,-0.045,3.7,0.0,-6.847,-0.299,-1.955,-6.226,-0.077,0.0,0.0,8.897,2.627
+base-enclosure-skylights-physical-properties.xml,34.649,0.0,24.586,9.917,0.847,0.0,0.0,0.0,3.061,3.917,0.894,7.057,0.687,11.677,-12.821,4.395,-2.113,0.0,8.267,-0.148,5.597,0.0,0.514,0.0,14.786,-8.523,-2.647,0.0,-0.129,-0.25,-0.02,2.323,0.019,-0.357,12.602,0.089,3.38,0.0,-6.814,-0.143,-0.898,-4.249,-0.083,0.0,9.962,7.271,1.86
+base-enclosure-skylights-shading.xml,33.896,0.0,20.436,9.917,0.85,0.0,0.0,0.0,3.082,3.931,0.897,7.05,0.688,11.711,-13.042,3.583,-1.499,0.0,8.307,-0.148,5.611,0.0,0.517,0.0,14.487,-8.638,-2.678,0.0,0.009,-0.163,0.0,2.481,0.037,-0.127,12.434,-0.751,0.351,0.0,-6.403,-0.143,-0.836,-3.972,-0.076,0.0,8.586,7.153,1.829
+base-enclosure-skylights-storms.xml,31.55,0.0,25.213,9.917,0.846,0.0,0.0,0.0,3.1,3.903,0.891,7.093,0.686,11.638,-12.644,2.751,-2.748,0.0,8.359,-0.138,5.535,0.0,0.511,0.0,13.593,-8.413,-2.615,0.0,-0.186,-0.306,-0.033,2.277,0.007,-0.516,12.757,0.008,4.316,0.0,-6.922,-0.134,-0.958,-4.416,-0.089,0.0,10.123,7.383,1.892
+base-enclosure-skylights.xml,32.778,0.0,24.463,9.917,0.847,0.0,0.0,0.0,3.085,3.91,0.892,7.083,0.685,11.639,-12.762,3.351,-2.393,0.0,8.334,-0.13,5.558,0.0,0.512,0.0,14.064,-8.47,-2.63,0.0,-0.146,-0.273,-0.026,2.324,0.013,-0.439,12.653,-0.176,3.692,0.0,-6.817,-0.125,-0.93,-4.323,-0.086,0.0,9.901,7.324,1.877
base-enclosure-split-level.xml,11.828,0.0,13.636,9.917,0.84,0.0,0.0,0.0,3.922,3.812,0.0,0.0,0.758,11.025,-10.653,0.0,0.0,0.0,6.558,-0.456,2.876,0.0,0.493,0.0,0.507,-5.765,-1.344,0.0,0.016,-0.618,0.0,0.0,0.052,-0.13,14.679,0.0,0.0,0.0,-3.083,-0.453,-0.617,-3.917,-0.126,0.0,0.162,6.454,1.301
-base-enclosure-thermal-mass.xml,30.847,0.0,20.311,9.917,0.849,0.0,0.0,0.0,3.234,3.865,0.878,7.069,0.672,11.528,-12.825,0.0,0.0,0.0,8.315,-0.17,5.485,0.0,0.507,0.0,13.359,-8.468,-2.631,0.0,-0.073,-0.251,-0.024,2.484,0.016,-0.429,12.688,0.0,0.0,0.0,-6.372,-0.165,-0.945,-4.25,-0.085,0.0,8.491,7.324,1.876
-base-enclosure-walltypes.xml,49.465,0.0,12.721,9.917,0.858,0.0,0.0,0.0,2.919,17.753,0.509,6.622,0.898,1.476,-1.91,0.0,0.0,0.0,7.895,-0.091,5.842,0.0,0.528,0.0,19.691,-9.715,-2.974,0.0,0.433,1.013,0.025,2.975,-0.029,-0.021,1.246,0.0,0.0,0.0,-4.56,-0.085,-0.612,-0.508,-0.041,0.0,5.256,6.063,1.533
-base-enclosure-windows-exterior-shading-solar-film.xml,37.257,0.0,15.446,9.917,0.854,0.0,0.0,0.0,3.171,3.907,0.892,6.878,0.678,13.047,-9.48,0.0,0.0,0.0,8.019,-0.146,5.653,0.0,0.518,0.0,15.727,-8.876,-2.737,0.0,0.223,-0.028,0.032,2.704,0.064,-1.17,8.361,0.0,0.0,0.0,-5.767,-0.141,-0.738,-3.563,-0.063,0.0,6.815,6.908,1.77
-base-enclosure-windows-exterior-shading-solar-screens.xml,45.97,0.0,8.979,9.917,0.862,0.0,0.0,0.0,2.987,3.89,0.878,6.612,0.637,15.263,-4.651,0.0,0.0,0.0,8.27,-0.088,5.844,0.0,0.533,0.0,18.648,-9.856,-3.008,0.0,0.533,0.21,0.076,3.059,0.084,-1.975,2.982,0.0,0.0,0.0,-4.191,-0.083,-0.507,-2.859,-0.031,0.0,4.219,5.918,1.499
-base-enclosure-windows-insect-screens-exterior.xml,36.015,0.0,16.423,9.917,0.853,0.0,0.0,0.0,3.187,3.903,0.89,6.915,0.678,12.736,-10.144,0.0,0.0,0.0,8.051,-0.137,5.622,0.0,0.516,0.0,15.287,-8.788,-2.715,0.0,0.168,-0.069,0.021,2.652,0.056,-1.033,9.198,0.0,0.0,0.0,-5.922,-0.133,-0.777,-3.682,-0.067,0.0,7.178,6.998,1.792
-base-enclosure-windows-insect-screens-interior.xml,31.773,0.0,19.881,9.917,0.849,0.0,0.0,0.0,3.231,3.875,0.882,7.044,0.675,11.703,-12.408,0.0,0.0,0.0,8.249,-0.118,5.515,0.0,0.509,0.0,13.739,-8.509,-2.64,0.0,-0.04,-0.224,-0.016,2.473,0.023,-0.495,12.166,0.0,0.0,0.0,-6.369,-0.113,-0.913,-4.107,-0.083,0.0,8.402,7.282,1.867
-base-enclosure-windows-interior-shading-blinds.xml,28.91,0.0,22.412,9.917,0.847,0.0,0.0,0.0,3.284,3.88,0.882,7.142,0.679,11.093,-14.05,0.0,0.0,0.0,8.466,-0.11,5.478,0.0,0.508,0.0,12.655,-8.414,-2.619,0.0,-0.163,-0.308,-0.036,2.366,0.005,-0.002,14.186,0.0,0.0,0.0,-6.607,-0.106,-0.976,-4.389,-0.09,0.0,9.247,7.381,1.888
-base-enclosure-windows-interior-shading-coefficients.xml,31.867,0.0,17.893,9.917,0.851,0.0,0.0,0.0,3.268,3.915,0.893,7.041,0.684,11.857,-12.52,0.0,0.0,0.0,8.303,-0.132,5.564,0.0,0.514,0.0,13.781,-8.646,-2.676,0.0,0.073,-0.141,0.004,2.573,0.042,-0.824,10.48,0.0,0.0,0.0,-6.121,-0.128,-0.839,-3.865,-0.075,0.0,7.709,7.143,1.831
-base-enclosure-windows-natural-ventilation-availability.xml,31.149,0.0,15.526,9.917,0.853,0.0,0.0,0.0,3.298,3.929,0.897,7.061,0.69,11.703,-12.987,0.0,0.0,0.0,8.327,-0.125,5.564,0.0,0.515,0.0,13.511,-8.607,-2.668,0.0,0.105,-0.128,0.008,2.625,0.048,-0.007,12.51,0.0,0.0,0.0,-6.156,-0.12,-0.78,-8.85,-0.071,0.0,7.251,7.179,1.839
-base-enclosure-windows-none.xml,32.212,0.0,10.078,9.917,0.855,0.0,0.0,0.0,3.089,5.494,0.85,6.685,0.624,0.0,0.0,0.0,0.0,0.0,8.503,-0.07,5.488,0.0,0.513,0.0,13.264,-9.373,-2.863,0.0,0.287,-0.043,0.017,2.883,0.037,0.0,0.0,0.0,0.0,0.0,-4.182,-0.068,-0.849,0.0,-0.063,0.0,3.991,6.41,1.645
-base-enclosure-windows-physical-properties.xml,39.321,0.0,20.659,9.917,0.851,0.0,0.0,0.0,3.166,3.929,0.899,7.002,0.689,21.22,-17.152,0.0,0.0,0.0,8.252,-0.183,5.693,0.0,0.519,0.0,16.671,-8.722,-2.701,0.0,0.035,-0.136,0.008,2.415,0.045,-2.929,15.039,0.0,0.0,0.0,-6.568,-0.177,-0.791,-3.874,-0.071,0.0,8.757,7.067,1.806
-base-enclosure-windows-shading-factors.xml,33.334,0.0,7.991,9.917,0.862,0.0,0.0,0.0,3.251,3.971,0.892,6.908,0.652,13.019,-12.074,0.0,0.0,0.0,9.188,-0.042,5.759,0.0,0.539,0.0,14.355,-10.042,-3.073,0.0,0.54,0.214,0.073,3.166,0.081,-2.142,2.206,0.0,0.0,0.0,-3.848,-0.038,-0.482,-2.74,-0.027,0.0,3.781,5.733,1.434
-base-enclosure-windows-shading-seasons.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-enclosure-windows-shading-types-detailed.xml,39.007,0.0,10.693,9.917,0.858,0.0,0.0,0.0,3.183,4.06,0.934,6.761,0.675,13.441,-8.57,0.0,0.0,0.0,8.37,-0.149,5.753,0.0,0.529,0.0,16.335,-9.442,-2.888,0.0,0.455,0.037,0.029,2.904,0.086,-1.622,4.484,0.0,0.0,0.0,-4.777,-0.144,-0.59,-3.087,-0.043,0.0,4.946,6.337,1.619
-base-enclosure-windows-storms.xml,26.846,0.0,22.259,9.917,0.846,0.0,0.0,0.0,3.32,3.88,0.881,7.174,0.676,9.681,-14.046,0.0,0.0,0.0,8.546,-0.086,5.439,0.0,0.508,0.0,11.824,-8.381,-2.612,0.0,-0.179,-0.328,-0.043,2.363,-0.002,-0.043,14.252,0.0,0.0,0.0,-6.598,-0.082,-1.008,-4.477,-0.091,0.0,9.167,7.415,1.895
-base-ev-charger.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-foundation-ambient.xml,18.468,0.0,18.401,9.917,0.839,0.0,0.0,0.0,3.602,3.705,0.0,0.0,0.784,10.752,-10.318,0.0,0.0,9.389,0.0,-0.747,2.23,0.0,0.475,0.0,5.404,-5.526,-1.266,0.0,-0.208,-0.701,0.0,0.0,0.048,-0.365,14.713,0.0,0.0,-3.935,0.0,-0.742,-0.529,-3.122,-0.146,0.0,5.446,6.694,1.38
-base-foundation-basement-garage.xml,25.362,0.0,19.063,9.917,0.848,0.0,0.0,0.0,3.596,5.005,0.891,5.1,0.754,11.336,-12.726,0.0,0.0,0.853,5.933,-0.101,3.868,0.0,0.515,0.0,9.639,-7.341,-1.994,0.0,0.047,-0.368,-0.02,1.681,0.013,-0.09,12.64,0.0,0.0,-0.092,-4.867,-0.097,-0.606,-4.005,-0.082,0.0,7.152,6.328,1.41
-base-foundation-belly-wing-no-skirt.xml,39.208,0.0,18.373,9.917,0.842,0.0,0.0,0.0,3.92,5.24,0.0,0.0,0.764,8.975,-10.323,0.0,0.0,9.538,0.0,-0.636,2.139,0.0,0.486,0.0,26.149,-5.724,-1.317,0.0,0.362,-0.729,0.0,0.0,0.055,-0.096,11.097,0.0,0.0,-3.536,0.0,-0.631,-0.509,-2.877,-0.128,0.0,7.638,6.493,1.329
-base-foundation-belly-wing-skirt.xml,38.861,0.0,18.411,9.917,0.842,0.0,0.0,0.0,3.92,5.24,0.0,0.0,0.764,8.974,-10.301,0.0,0.0,9.371,0.0,-0.634,2.138,0.0,0.485,0.0,25.928,-5.711,-1.314,0.0,0.357,-0.738,0.0,0.0,0.053,-0.113,11.119,0.0,0.0,-3.504,0.0,-0.629,-0.512,-2.887,-0.129,0.0,7.65,6.507,1.331
-base-foundation-complex.xml,52.428,0.0,24.975,9.917,0.852,0.0,0.0,0.0,2.974,3.95,0.919,20.89,0.696,11.744,-13.638,0.0,0.0,0.0,7.685,-0.254,7.136,0.0,0.527,0.0,21.434,-8.915,-2.764,0.0,0.02,-0.127,-0.001,4.373,0.031,0.052,11.907,0.0,0.0,0.0,-4.282,-0.246,-0.885,-4.376,-0.059,0.0,9.928,6.872,1.743
-base-foundation-conditioned-basement-slab-insulation-full.xml,27.603,0.0,23.634,9.917,0.846,0.0,0.0,0.0,3.404,3.961,0.905,8.064,0.694,11.794,-12.78,0.0,0.0,0.0,4.42,-0.164,5.527,0.0,0.515,0.0,12.214,-8.425,-2.622,0.0,-0.115,-0.259,-0.022,1.767,0.014,-0.45,12.767,0.0,0.0,0.0,-3.534,-0.158,-0.935,-4.356,-0.085,0.0,9.731,7.371,1.885
-base-foundation-conditioned-basement-slab-insulation.xml,29.468,0.0,22.312,9.917,0.847,0.0,0.0,0.0,3.343,3.939,0.899,7.744,0.69,11.74,-12.842,0.0,0.0,0.0,6.161,-0.158,5.54,0.0,0.515,0.0,12.935,-8.48,-2.638,0.0,-0.08,-0.235,-0.016,2.078,0.021,-0.364,12.706,0.0,0.0,0.0,-4.941,-0.153,-0.912,-4.212,-0.083,0.0,9.311,7.315,1.869
-base-foundation-conditioned-basement-wall-insulation.xml,30.682,0.0,19.101,9.917,0.849,0.0,0.0,0.0,3.318,3.939,0.898,6.294,0.687,11.691,-13.024,0.0,0.0,0.0,8.782,-0.15,5.561,0.0,0.516,0.0,13.383,-8.593,-2.668,0.0,0.032,-0.163,-0.001,1.331,0.034,-0.174,12.473,0.0,0.0,0.0,-6.749,-0.145,-0.864,-3.931,-0.076,0.0,8.256,7.199,1.839
-base-foundation-conditioned-crawlspace.xml,18.439,0.0,11.923,9.917,0.85,0.0,0.0,0.0,3.885,3.867,0.882,4.842,0.676,11.333,-12.896,0.0,0.0,0.0,9.762,-0.134,3.861,0.0,0.514,0.0,0.0,-6.612,-1.563,0.0,0.314,-0.223,-0.014,1.683,0.025,-0.09,12.539,0.0,0.0,0.0,-4.147,-0.13,-0.661,-3.965,-0.079,0.0,0.0,5.594,1.083
-base-foundation-multiple.xml,14.218,0.0,15.996,9.917,0.959,0.0,0.0,0.0,3.869,3.745,0.0,0.0,0.813,11.014,-9.854,0.0,0.0,4.373,0.0,-0.691,2.492,0.0,0.0,0.0,3.17,-3.515,-1.264,0.0,-0.113,-0.816,0.0,0.0,0.03,-0.396,15.176,0.0,0.0,-1.465,0.0,-0.688,-0.65,-3.435,0.0,0.0,2.853,4.296,1.381
-base-foundation-slab-exterior-horizontal-insulation.xml,12.27,0.0,12.789,9.917,0.842,0.0,0.0,0.0,3.91,3.807,0.0,0.0,0.738,10.997,-11.203,0.0,0.0,0.0,8.503,-0.338,2.211,0.0,0.503,0.0,0.513,-6.0,-1.401,0.0,0.134,-0.467,0.0,0.0,0.053,0.097,14.128,0.0,0.0,0.0,-4.318,-0.337,-0.43,-3.541,-0.111,0.0,0.181,6.217,1.245
-base-foundation-slab.xml,11.244,0.0,14.092,9.917,0.839,0.0,0.0,0.0,3.886,3.762,0.0,0.0,0.755,10.961,-10.497,0.0,0.0,0.0,6.658,-0.458,2.175,0.0,0.49,0.0,0.466,-5.694,-1.328,0.0,0.006,-0.619,0.0,0.0,0.043,-0.267,14.834,0.0,0.0,0.0,-3.097,-0.456,-0.495,-3.663,-0.132,0.0,0.196,6.527,1.318
-base-foundation-unconditioned-basement-above-grade.xml,15.191,0.0,16.49,9.917,0.984,0.0,0.0,0.0,3.887,3.76,0.0,0.0,0.806,11.022,-10.016,0.0,0.0,4.96,0.0,-0.666,2.499,0.0,0.0,0.0,3.681,-3.537,-1.274,0.0,-0.083,-0.789,0.0,0.0,0.026,-0.448,15.014,0.0,0.0,-1.204,0.0,-0.663,-0.641,-3.429,0.0,0.0,3.231,4.274,1.372
+base-enclosure-thermal-mass.xml,30.849,0.0,20.313,9.917,0.849,0.0,0.0,0.0,3.234,3.865,0.878,7.069,0.672,11.528,-12.825,0.0,0.0,0.0,8.315,-0.17,5.486,0.0,0.507,0.0,13.359,-8.468,-2.631,0.0,-0.073,-0.252,-0.024,2.483,0.016,-0.429,12.688,0.0,0.0,0.0,-6.372,-0.165,-0.946,-4.247,-0.086,0.0,8.492,7.324,1.876
+base-enclosure-walltypes.xml,49.467,0.0,12.721,9.917,0.858,0.0,0.0,0.0,2.919,17.753,0.509,6.622,0.898,1.476,-1.91,0.0,0.0,0.0,7.894,-0.091,5.843,0.0,0.529,0.0,19.692,-9.715,-2.974,0.0,0.433,1.013,0.025,2.975,-0.029,-0.021,1.246,0.0,0.0,0.0,-4.56,-0.085,-0.612,-0.507,-0.041,0.0,5.256,6.063,1.533
+base-enclosure-windows-exterior-shading-solar-film.xml,37.26,0.0,15.447,9.917,0.854,0.0,0.0,0.0,3.171,3.907,0.892,6.878,0.678,13.047,-9.48,0.0,0.0,0.0,8.019,-0.146,5.655,0.0,0.518,0.0,15.728,-8.876,-2.737,0.0,0.223,-0.028,0.032,2.704,0.064,-1.171,8.361,0.0,0.0,0.0,-5.767,-0.141,-0.738,-3.561,-0.063,0.0,6.815,6.908,1.77
+base-enclosure-windows-exterior-shading-solar-screens.xml,45.973,0.0,8.98,9.917,0.862,0.0,0.0,0.0,2.987,3.89,0.878,6.612,0.637,15.263,-4.651,0.0,0.0,0.0,8.27,-0.088,5.845,0.0,0.534,0.0,18.649,-9.856,-3.008,0.0,0.533,0.21,0.076,3.059,0.084,-1.975,2.982,0.0,0.0,0.0,-4.192,-0.083,-0.507,-2.858,-0.031,0.0,4.22,5.918,1.499
+base-enclosure-windows-insect-screens-exterior.xml,36.017,0.0,16.424,9.917,0.853,0.0,0.0,0.0,3.187,3.903,0.89,6.915,0.678,12.736,-10.144,0.0,0.0,0.0,8.05,-0.137,5.623,0.0,0.516,0.0,15.288,-8.788,-2.715,0.0,0.168,-0.069,0.021,2.652,0.056,-1.033,9.198,0.0,0.0,0.0,-5.922,-0.133,-0.777,-3.679,-0.068,0.0,7.178,6.998,1.792
+base-enclosure-windows-insect-screens-interior.xml,31.775,0.0,19.884,9.917,0.849,0.0,0.0,0.0,3.231,3.875,0.882,7.043,0.675,11.703,-12.408,0.0,0.0,0.0,8.249,-0.118,5.516,0.0,0.509,0.0,13.74,-8.509,-2.64,0.0,-0.04,-0.224,-0.016,2.473,0.023,-0.495,12.166,0.0,0.0,0.0,-6.369,-0.113,-0.914,-4.104,-0.083,0.0,8.402,7.282,1.867
+base-enclosure-windows-interior-shading-blinds.xml,28.912,0.0,22.414,9.917,0.847,0.0,0.0,0.0,3.284,3.88,0.882,7.142,0.679,11.093,-14.05,0.0,0.0,0.0,8.466,-0.11,5.479,0.0,0.509,0.0,12.656,-8.414,-2.619,0.0,-0.163,-0.308,-0.036,2.366,0.005,-0.002,14.186,0.0,0.0,0.0,-6.607,-0.106,-0.977,-4.387,-0.09,0.0,9.247,7.381,1.888
+base-enclosure-windows-interior-shading-coefficients.xml,31.869,0.0,17.894,9.917,0.851,0.0,0.0,0.0,3.268,3.915,0.893,7.041,0.684,11.856,-12.52,0.0,0.0,0.0,8.303,-0.132,5.565,0.0,0.514,0.0,13.781,-8.646,-2.676,0.0,0.073,-0.141,0.004,2.573,0.042,-0.824,10.48,0.0,0.0,0.0,-6.121,-0.128,-0.84,-3.863,-0.075,0.0,7.709,7.143,1.831
+base-enclosure-windows-natural-ventilation-availability.xml,31.151,0.0,15.53,9.917,0.853,0.0,0.0,0.0,3.298,3.929,0.897,7.061,0.69,11.703,-12.987,0.0,0.0,0.0,8.327,-0.125,5.565,0.0,0.515,0.0,13.512,-8.607,-2.668,0.0,0.105,-0.128,0.008,2.625,0.048,-0.007,12.51,0.0,0.0,0.0,-6.156,-0.121,-0.781,-8.845,-0.071,0.0,7.252,7.179,1.839
+base-enclosure-windows-none.xml,32.214,0.0,10.078,9.917,0.855,0.0,0.0,0.0,3.089,5.494,0.85,6.686,0.624,0.0,0.0,0.0,0.0,0.0,8.503,-0.069,5.49,0.0,0.513,0.0,13.264,-9.376,-2.864,0.0,0.288,-0.043,0.017,2.884,0.037,0.0,0.0,0.0,0.0,0.0,-4.182,-0.067,-0.849,0.0,-0.063,0.0,3.99,6.407,1.643
+base-enclosure-windows-physical-properties.xml,39.323,0.0,20.661,9.917,0.851,0.0,0.0,0.0,3.166,3.929,0.899,7.002,0.689,21.22,-17.152,0.0,0.0,0.0,8.252,-0.183,5.694,0.0,0.519,0.0,16.672,-8.722,-2.701,0.0,0.035,-0.136,0.008,2.415,0.045,-2.929,15.039,0.0,0.0,0.0,-6.568,-0.177,-0.792,-3.872,-0.071,0.0,8.758,7.067,1.806
+base-enclosure-windows-shading-factors.xml,33.336,0.0,7.992,9.917,0.862,0.0,0.0,0.0,3.251,3.971,0.892,6.908,0.652,13.019,-12.074,0.0,0.0,0.0,9.188,-0.042,5.76,0.0,0.539,0.0,14.356,-10.042,-3.073,0.0,0.54,0.214,0.073,3.166,0.081,-2.142,2.206,0.0,0.0,0.0,-3.849,-0.038,-0.482,-2.739,-0.027,0.0,3.782,5.733,1.434
+base-enclosure-windows-shading-seasons.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-enclosure-windows-shading-types-detailed.xml,39.009,0.0,10.694,9.917,0.858,0.0,0.0,0.0,3.183,4.06,0.934,6.761,0.675,13.441,-8.57,0.0,0.0,0.0,8.37,-0.149,5.754,0.0,0.529,0.0,16.336,-9.442,-2.888,0.0,0.455,0.037,0.029,2.904,0.086,-1.622,4.484,0.0,0.0,0.0,-4.777,-0.144,-0.59,-3.085,-0.043,0.0,4.946,6.337,1.619
+base-enclosure-windows-storms.xml,26.848,0.0,22.261,9.917,0.846,0.0,0.0,0.0,3.32,3.88,0.881,7.174,0.676,9.681,-14.046,0.0,0.0,0.0,8.546,-0.086,5.441,0.0,0.508,0.0,11.825,-8.381,-2.612,0.0,-0.179,-0.328,-0.043,2.363,-0.002,-0.043,14.252,0.0,0.0,0.0,-6.598,-0.082,-1.008,-4.475,-0.091,0.0,9.167,7.415,1.895
+base-ev-charger.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-foundation-ambient.xml,18.468,0.0,18.401,9.917,0.839,0.0,0.0,0.0,3.602,3.705,0.0,0.0,0.784,10.752,-10.318,0.0,0.0,9.389,0.0,-0.747,2.23,0.0,0.475,0.0,5.404,-5.526,-1.266,0.0,-0.208,-0.701,0.0,0.0,0.048,-0.365,14.713,0.0,0.0,-3.935,0.0,-0.742,-0.529,-3.123,-0.146,0.0,5.446,6.694,1.38
+base-foundation-basement-garage.xml,25.363,0.0,19.065,9.917,0.848,0.0,0.0,0.0,3.596,5.005,0.891,5.1,0.754,11.336,-12.726,0.0,0.0,0.853,5.933,-0.101,3.868,0.0,0.515,0.0,9.64,-7.341,-1.994,0.0,0.047,-0.368,-0.02,1.681,0.013,-0.091,12.64,0.0,0.0,-0.092,-4.868,-0.097,-0.606,-4.003,-0.082,0.0,7.153,6.328,1.41
+base-foundation-belly-wing-no-skirt.xml,39.208,0.0,18.373,9.917,0.842,0.0,0.0,0.0,3.92,5.24,0.0,0.0,0.764,8.975,-10.323,0.0,0.0,9.538,0.0,-0.636,2.139,0.0,0.486,0.0,26.149,-5.724,-1.317,0.0,0.362,-0.729,0.0,0.0,0.055,-0.096,11.097,0.0,0.0,-3.535,0.0,-0.631,-0.509,-2.877,-0.128,0.0,7.638,6.493,1.329
+base-foundation-belly-wing-skirt.xml,38.861,0.0,18.411,9.917,0.842,0.0,0.0,0.0,3.92,5.24,0.0,0.0,0.764,8.974,-10.301,0.0,0.0,9.371,0.0,-0.634,2.137,0.0,0.485,0.0,25.927,-5.711,-1.314,0.0,0.357,-0.738,0.0,0.0,0.053,-0.113,11.119,0.0,0.0,-3.504,0.0,-0.629,-0.512,-2.887,-0.129,0.0,7.65,6.507,1.331
+base-foundation-complex.xml,50.478,0.0,23.559,9.917,0.853,0.0,0.0,0.0,3.049,3.95,0.919,20.89,0.696,11.743,-13.638,0.0,0.0,0.0,7.688,-0.254,6.983,0.0,0.527,0.0,19.567,-8.915,-2.764,0.0,0.105,-0.114,0.002,4.452,0.034,0.094,11.907,0.0,0.0,0.0,-4.233,-0.246,-0.869,-4.328,-0.058,0.0,8.174,6.871,1.743
+base-foundation-conditioned-basement-slab-insulation-full.xml,27.605,0.0,23.636,9.917,0.846,0.0,0.0,0.0,3.404,3.961,0.905,8.063,0.694,11.794,-12.78,0.0,0.0,0.0,4.42,-0.164,5.528,0.0,0.515,0.0,12.215,-8.425,-2.622,0.0,-0.115,-0.259,-0.022,1.767,0.014,-0.45,12.767,0.0,0.0,0.0,-3.534,-0.158,-0.935,-4.354,-0.085,0.0,9.732,7.371,1.885
+base-foundation-conditioned-basement-slab-insulation.xml,29.47,0.0,22.314,9.917,0.847,0.0,0.0,0.0,3.343,3.939,0.899,7.744,0.69,11.74,-12.842,0.0,0.0,0.0,6.161,-0.158,5.541,0.0,0.515,0.0,12.936,-8.48,-2.638,0.0,-0.08,-0.235,-0.016,2.078,0.021,-0.364,12.706,0.0,0.0,0.0,-4.942,-0.153,-0.912,-4.21,-0.083,0.0,9.311,7.315,1.869
+base-foundation-conditioned-basement-wall-insulation.xml,30.684,0.0,19.103,9.917,0.849,0.0,0.0,0.0,3.318,3.939,0.898,6.294,0.687,11.691,-13.024,0.0,0.0,0.0,8.782,-0.15,5.562,0.0,0.517,0.0,13.384,-8.593,-2.668,0.0,0.032,-0.163,-0.001,1.331,0.034,-0.174,12.473,0.0,0.0,0.0,-6.749,-0.145,-0.864,-3.929,-0.077,0.0,8.256,7.199,1.839
+base-foundation-conditioned-crawlspace.xml,18.44,0.0,11.924,9.917,0.85,0.0,0.0,0.0,3.885,3.867,0.882,4.842,0.676,11.333,-12.896,0.0,0.0,0.0,9.762,-0.134,3.862,0.0,0.514,0.0,0.0,-6.612,-1.563,0.0,0.314,-0.223,-0.014,1.683,0.025,-0.09,12.539,0.0,0.0,0.0,-4.147,-0.13,-0.661,-3.963,-0.079,0.0,0.0,5.594,1.083
+base-foundation-multiple.xml,14.218,0.0,15.998,9.917,0.959,0.0,0.0,0.0,3.869,3.745,0.0,0.0,0.813,11.014,-9.854,0.0,0.0,4.373,0.0,-0.691,2.492,0.0,0.0,0.0,3.17,-3.515,-1.264,0.0,-0.113,-0.816,0.0,0.0,0.03,-0.396,15.176,0.0,0.0,-1.465,0.0,-0.688,-0.649,-3.434,0.0,0.0,2.854,4.296,1.381
+base-foundation-slab-exterior-horizontal-insulation.xml,12.27,0.0,12.789,9.917,0.842,0.0,0.0,0.0,3.91,3.807,0.0,0.0,0.738,10.997,-11.203,0.0,0.0,0.0,8.503,-0.338,2.212,0.0,0.503,0.0,0.513,-6.0,-1.401,0.0,0.134,-0.467,0.0,0.0,0.053,0.097,14.128,0.0,0.0,0.0,-4.318,-0.337,-0.43,-3.54,-0.112,0.0,0.181,6.217,1.245
+base-foundation-slab.xml,11.244,0.0,14.093,9.917,0.839,0.0,0.0,0.0,3.886,3.762,0.0,0.0,0.755,10.961,-10.497,0.0,0.0,0.0,6.658,-0.458,2.176,0.0,0.49,0.0,0.466,-5.694,-1.328,0.0,0.006,-0.619,0.0,0.0,0.043,-0.267,14.834,0.0,0.0,0.0,-3.097,-0.456,-0.496,-3.662,-0.132,0.0,0.196,6.527,1.318
+base-foundation-unconditioned-basement-above-grade.xml,15.19,0.0,16.489,9.917,0.984,0.0,0.0,0.0,3.887,3.76,0.0,0.0,0.806,11.022,-10.016,0.0,0.0,4.96,0.0,-0.666,2.498,0.0,0.0,0.0,3.681,-3.537,-1.274,0.0,-0.083,-0.789,0.0,0.0,0.026,-0.448,15.014,0.0,0.0,-1.204,0.0,-0.663,-0.641,-3.431,0.0,0.0,3.231,4.274,1.372
base-foundation-unconditioned-basement-assembly-r.xml,12.86,0.0,14.323,9.917,0.98,0.0,0.0,0.0,3.846,3.702,0.0,0.0,0.807,10.931,-9.619,0.0,0.0,3.253,0.0,-0.729,2.47,0.0,0.0,0.0,2.801,-3.446,-1.231,0.0,-0.114,-0.791,0.0,0.0,0.06,-0.463,15.411,0.0,0.0,-2.921,0.0,-0.726,-0.678,-3.208,0.0,0.0,2.175,4.365,1.414
base-foundation-unconditioned-basement-wall-insulation.xml,18.717,0.0,13.269,9.917,0.928,0.0,0.0,0.0,3.963,3.837,0.0,0.0,0.772,11.14,-11.294,0.0,0.0,9.593,0.0,-0.465,2.612,0.0,0.0,0.0,3.929,-3.959,-1.426,0.0,0.27,-0.377,0.0,0.0,0.091,0.594,13.737,0.0,0.0,-4.404,0.0,-0.467,-0.445,-3.011,0.0,0.0,2.283,3.852,1.22
base-foundation-unconditioned-basement.xml,14.106,0.0,16.198,9.917,0.971,0.0,0.0,0.0,3.865,3.716,0.0,0.0,0.795,10.916,-9.812,0.0,0.0,4.252,0.0,-0.685,2.484,0.0,0.0,0.0,3.252,-3.494,-1.256,0.0,-0.094,-0.774,0.0,0.0,0.048,-0.47,15.219,0.0,0.0,-1.546,0.0,-0.682,-0.661,-3.357,0.0,0.0,2.983,4.318,1.389
base-foundation-unvented-crawlspace.xml,11.768,0.0,16.126,9.917,0.982,0.0,0.0,0.0,3.777,3.631,0.0,0.0,0.801,10.741,-9.118,0.0,0.0,3.382,0.0,-0.757,2.101,0.0,0.454,0.0,2.585,-4.713,-1.169,0.0,-0.273,-0.957,0.0,0.0,0.03,-0.946,15.913,0.0,0.0,-3.043,0.0,-0.754,-0.631,-3.439,-0.181,0.0,2.452,6.682,1.477
-base-foundation-vented-crawlspace-above-grade.xml,14.507,0.0,16.037,9.917,1.076,0.0,0.0,0.0,3.856,3.724,0.0,0.0,0.808,10.939,-9.756,0.0,0.0,5.621,0.0,-0.696,2.09,0.0,0.469,0.0,3.604,-4.956,-1.236,0.0,-0.133,-0.847,0.0,0.0,0.022,-0.609,15.275,0.0,0.0,-3.252,0.0,-0.693,-0.464,-3.431,-0.159,0.0,2.643,6.432,1.41
-base-foundation-vented-crawlspace-above-grade2.xml,13.635,0.0,16.536,9.917,1.054,0.0,0.0,0.0,3.805,3.648,0.0,0.0,0.786,10.737,-9.473,0.0,0.0,5.107,0.0,-0.735,2.064,0.0,0.463,0.0,3.291,-4.865,-1.212,0.0,-0.175,-0.841,0.0,0.0,0.049,-0.682,15.558,0.0,0.0,-3.094,0.0,-0.732,-0.489,-3.377,-0.168,0.0,2.721,6.526,1.433
+base-foundation-vented-crawlspace-above-grade.xml,14.507,0.0,16.037,9.917,1.076,0.0,0.0,0.0,3.856,3.724,0.0,0.0,0.808,10.939,-9.756,0.0,0.0,5.621,0.0,-0.696,2.089,0.0,0.469,0.0,3.604,-4.956,-1.236,0.0,-0.133,-0.847,0.0,0.0,0.022,-0.609,15.275,0.0,0.0,-3.252,0.0,-0.693,-0.464,-3.432,-0.159,0.0,2.643,6.432,1.41
+base-foundation-vented-crawlspace-above-grade2.xml,13.635,0.0,16.537,9.917,1.054,0.0,0.0,0.0,3.805,3.648,0.0,0.0,0.786,10.737,-9.473,0.0,0.0,5.107,0.0,-0.735,2.064,0.0,0.463,0.0,3.291,-4.865,-1.212,0.0,-0.175,-0.841,0.0,0.0,0.049,-0.682,15.558,0.0,0.0,-3.094,0.0,-0.732,-0.489,-3.377,-0.168,0.0,2.721,6.526,1.433
base-foundation-vented-crawlspace.xml,14.128,0.0,15.676,9.917,1.082,0.0,0.0,0.0,3.835,3.683,0.0,0.0,0.792,10.806,-9.653,0.0,0.0,5.456,0.0,-0.715,2.078,0.0,0.466,0.0,3.486,-4.916,-1.225,0.0,-0.123,-0.81,0.0,0.0,0.044,-0.596,15.377,0.0,0.0,-3.761,0.0,-0.712,-0.472,-3.314,-0.162,0.0,2.478,6.472,1.421
-base-foundation-walkout-basement.xml,38.699,0.0,21.52,9.917,0.85,0.0,0.0,0.0,3.212,3.998,0.917,7.574,0.706,12.621,-13.382,0.0,0.0,0.0,9.932,-0.159,7.685,0.0,0.518,0.0,16.427,-8.687,-2.695,0.0,-0.059,-0.237,-0.02,1.605,0.024,-0.277,12.712,0.0,0.0,0.0,-4.002,-0.153,-1.125,-4.663,-0.072,0.0,8.841,7.102,1.812
-base-hvac-air-to-air-heat-pump-1-speed-autosize-factor.xml,30.314,1.037,17.692,9.917,0.849,0.0,0.0,0.0,3.281,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.678,0.0,0.509,0.0,12.523,-9.541,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.166,-0.084,0.0,5.666,7.311,1.873
-base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,0.0,0.0,16.986,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.092,-0.212,-0.013,2.395,0.028,-0.287,12.462,0.0,0.0,0.0,-6.717,-0.121,-0.907,-4.027,-0.081,0.0,5.322,7.191,1.847
-base-hvac-air-to-air-heat-pump-1-speed-detailed-electric-panel.xml,30.351,1.046,17.692,9.917,0.849,0.0,0.0,0.0,3.279,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.68,0.0,0.509,0.0,12.559,-9.475,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.166,-0.084,0.0,5.666,7.311,1.873
-base-hvac-air-to-air-heat-pump-1-speed-detailed-performance.xml,30.28,0.953,17.675,9.917,0.849,0.0,0.0,0.0,3.282,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.673,0.0,0.509,0.0,12.493,-9.454,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.166,-0.084,0.0,5.649,7.311,1.873
-base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,30.497,1.254,17.692,9.917,0.849,0.0,0.0,0.0,3.273,3.875,0.882,7.07,0.676,11.54,-12.828,0.0,0.0,0.0,8.305,-0.111,5.695,0.0,0.509,0.0,12.695,-9.514,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.166,-0.084,0.0,5.666,7.311,1.873
-base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,29.747,1.044,0.0,9.917,0.814,0.0,0.0,0.0,3.262,3.839,0.873,7.055,0.669,11.442,-12.717,0.0,0.0,0.0,8.161,-0.101,5.633,0.0,0.504,0.0,12.111,-9.386,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,30.612,3.009,17.163,9.917,0.847,0.0,0.0,0.0,3.446,3.961,0.89,7.413,0.669,11.468,-13.28,0.0,0.0,0.0,9.376,0.113,5.674,0.0,0.54,0.0,11.175,-9.172,-2.678,0.0,0.127,-0.191,-0.02,2.567,0.006,-0.535,12.217,0.0,0.0,0.0,-6.265,0.104,-0.953,-4.684,-0.075,0.0,5.543,7.261,1.829
-base-hvac-air-to-air-heat-pump-1-speed-research-features.xml,87.655,1.777,2.396,12.403,0.876,0.0,0.0,0.0,5.49,7.04,1.593,14.339,1.474,20.777,-14.022,0.0,0.0,0.0,17.616,0.302,14.515,0.0,1.119,0.0,31.107,-12.657,-3.29,0.0,-0.193,-0.546,-0.117,0.238,-0.134,-1.788,7.607,0.0,0.0,0.0,-7.031,0.284,-1.144,-1.929,-0.129,0.0,0.695,5.0,1.217
-base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml,30.351,1.046,17.692,9.917,0.849,0.0,0.0,0.0,3.279,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.68,0.0,0.509,0.0,12.559,-9.475,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.166,-0.084,0.0,5.666,7.311,1.873
-base-hvac-air-to-air-heat-pump-1-speed.xml,30.351,1.046,17.692,9.917,0.849,0.0,0.0,0.0,3.279,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.68,0.0,0.509,0.0,12.559,-9.475,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.166,-0.084,0.0,5.666,7.311,1.873
-base-hvac-air-to-air-heat-pump-2-speed-detailed-performance.xml,33.502,1.273,19.528,9.917,0.849,0.0,0.0,0.0,3.148,3.876,0.882,7.073,0.676,11.542,-12.828,0.0,0.0,0.0,8.311,-0.111,5.767,0.0,0.509,0.0,15.737,-9.499,-2.634,0.0,-0.02,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.937,-4.172,-0.084,0.0,7.566,7.311,1.873
-base-hvac-air-to-air-heat-pump-2-speed-research-features.xml,89.947,1.187,2.755,12.403,0.877,0.0,0.0,0.0,5.222,6.955,1.598,13.925,1.499,21.104,-13.306,0.0,0.0,0.0,16.276,-0.103,14.572,0.0,1.073,0.0,34.966,-13.313,-3.212,0.0,-0.288,-0.614,-0.109,0.073,-0.108,-1.432,8.323,0.0,0.0,0.0,-7.404,-0.105,-1.082,-1.847,-0.143,0.0,1.031,5.122,1.296
-base-hvac-air-to-air-heat-pump-2-speed.xml,33.178,1.016,19.051,9.917,0.849,0.0,0.0,0.0,3.16,3.876,0.882,7.073,0.676,11.542,-12.828,0.0,0.0,0.0,8.31,-0.111,5.736,0.0,0.509,0.0,15.435,-9.59,-2.634,0.0,-0.002,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.939,-4.168,-0.084,0.0,7.068,7.311,1.873
-base-hvac-air-to-air-heat-pump-var-speed-autosize-maxload.xml,32.359,0.0,20.53,9.917,0.849,0.0,0.0,0.0,3.185,3.876,0.882,7.072,0.676,11.541,-12.828,0.0,0.0,0.0,8.309,-0.111,5.371,0.0,0.509,0.0,14.97,-7.017,-2.634,0.0,-0.057,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.95,-4.182,-0.084,0.0,8.637,7.311,1.873
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,35.245,29.334,22.775,9.917,0.848,0.0,0.0,0.0,2.853,3.615,0.816,7.028,0.61,10.748,-11.967,0.0,0.0,0.0,8.178,-0.023,7.118,0.0,0.477,0.0,16.071,-7.827,-2.475,0.0,0.005,0.064,0.036,2.771,0.046,0.468,9.244,0.0,0.0,0.0,-4.198,-0.004,-0.588,-3.379,-0.027,0.0,11.627,5.363,1.324
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,38.833,17.557,22.919,9.917,0.85,0.0,0.0,0.0,2.914,3.839,0.871,6.969,0.661,11.322,-12.846,0.0,0.0,0.0,8.228,-0.079,7.091,0.0,0.501,0.0,19.799,-8.046,-2.607,0.0,-0.19,-0.264,-0.028,2.395,0.009,-0.536,12.651,0.0,0.0,0.0,-6.428,-0.075,-1.238,-4.145,-0.089,0.0,10.866,7.356,1.9
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,35.612,29.588,23.324,9.917,0.848,0.0,0.0,0.0,3.091,3.884,0.885,7.046,0.677,11.561,-12.876,0.0,0.0,0.0,8.26,-0.12,7.515,0.0,0.508,0.0,16.303,-8.514,-2.642,0.0,-0.218,-0.245,-0.021,2.41,0.018,-0.38,12.622,0.0,0.0,0.0,-6.496,-0.116,-1.167,-4.222,-0.085,0.0,12.052,7.278,1.865
-base-hvac-air-to-air-heat-pump-var-speed-backup-furnace-autosize-factor.xml,39.834,35.675,21.163,9.917,0.849,0.0,0.0,0.0,2.851,3.878,0.883,7.075,0.676,11.536,-12.828,0.0,0.0,0.0,8.316,-0.107,5.217,0.0,0.508,0.0,22.911,-8.473,-2.63,0.0,-0.079,-0.244,-0.021,2.448,0.018,-0.385,12.67,0.0,0.0,0.0,-6.424,-0.103,-0.962,-4.199,-0.085,0.0,9.331,7.319,1.877
-base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,36.557,31.417,21.815,9.917,0.848,0.0,0.0,0.0,2.976,3.874,0.882,7.064,0.676,11.534,-12.817,0.0,0.0,0.0,8.293,-0.113,5.216,0.0,0.508,0.0,19.556,-8.477,-2.633,0.0,-0.128,-0.255,-0.024,2.421,0.016,-0.409,12.681,0.0,0.0,0.0,-6.468,-0.109,-0.967,-4.246,-0.086,0.0,10.209,7.316,1.875
-base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-autosize.xml,38.114,0.364,21.552,9.917,0.849,0.0,0.0,0.0,2.938,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.315,-0.111,5.755,0.0,0.509,0.0,20.565,-9.198,-2.634,0.0,-0.105,-0.243,-0.021,2.454,0.019,-0.371,12.67,0.0,0.0,0.0,-6.415,-0.107,-0.94,-4.184,-0.084,0.0,9.684,7.311,1.873
-base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-normalized-capacities.xml,39.259,0.587,21.876,9.917,0.849,0.0,0.0,0.0,2.887,3.876,0.882,7.073,0.676,11.541,-12.828,0.0,0.0,0.0,8.311,-0.111,5.817,0.0,0.508,0.0,21.705,-9.384,-2.634,0.0,-0.121,-0.243,-0.021,2.454,0.019,-0.371,12.67,0.0,0.0,0.0,-6.415,-0.107,-0.938,-4.187,-0.084,0.0,10.023,7.311,1.873
-base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml,39.344,0.604,21.876,9.917,0.849,0.0,0.0,0.0,2.882,3.876,0.882,7.072,0.676,11.54,-12.828,0.0,0.0,0.0,8.31,-0.111,5.815,0.0,0.508,0.0,21.799,-9.4,-2.634,0.0,-0.121,-0.243,-0.021,2.454,0.019,-0.371,12.67,0.0,0.0,0.0,-6.415,-0.107,-0.938,-4.187,-0.084,0.0,10.023,7.311,1.873
-base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins.xml,38.439,0.633,22.572,9.917,0.85,0.0,0.0,0.0,2.939,3.9,0.889,7.082,0.687,11.624,-12.785,0.0,0.0,0.0,8.234,-0.105,5.739,0.0,0.513,0.0,20.865,-8.845,-2.639,0.0,-0.143,-0.252,-0.024,2.459,0.017,-0.358,12.658,0.0,0.0,0.0,-6.416,-0.1,-0.899,-3.965,-0.086,0.0,10.521,7.289,1.868
-base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems.xml,29.449,0.0,19.605,9.917,0.849,0.0,0.0,0.0,3.314,3.878,0.883,7.078,0.676,11.548,-12.828,0.0,0.0,0.0,8.32,-0.11,5.226,0.0,0.509,0.0,12.081,-9.227,-2.634,0.0,-0.011,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.957,-4.179,-0.084,0.0,7.687,7.311,1.873
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode.xml,38.128,0.123,22.093,9.917,0.849,0.0,0.0,0.0,2.937,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.314,-0.111,5.667,0.0,0.509,0.0,20.668,-9.037,-2.634,0.0,-0.134,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.942,-4.202,-0.084,0.0,10.279,7.311,1.873
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-defrost-mode.xml,38.128,0.123,22.093,9.917,0.849,0.0,0.0,0.0,2.937,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.314,-0.111,5.667,0.0,0.509,0.0,20.668,-9.037,-2.634,0.0,-0.134,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.942,-4.202,-0.084,0.0,10.279,7.311,1.873
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-heat-pump-mode.xml,38.128,0.123,22.093,9.917,0.849,0.0,0.0,0.0,2.937,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.314,-0.111,5.667,0.0,0.509,0.0,20.668,-9.037,-2.634,0.0,-0.134,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.942,-4.202,-0.084,0.0,10.279,7.311,1.873
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-none.xml,38.128,0.123,22.093,9.917,0.849,0.0,0.0,0.0,2.937,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.314,-0.111,5.667,0.0,0.509,0.0,20.668,-9.037,-2.634,0.0,-0.134,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.942,-4.202,-0.084,0.0,10.279,7.311,1.873
-base-hvac-air-to-air-heat-pump-var-speed-research-features.xml,37.706,0.206,22.076,9.917,0.85,0.0,0.0,0.0,2.92,3.858,0.878,7.029,0.671,11.485,-12.828,0.0,0.0,0.0,8.232,-0.113,5.721,0.0,0.506,0.0,20.488,-8.849,-2.634,0.0,-0.134,-0.244,-0.021,2.451,0.019,-0.374,12.67,0.0,0.0,0.0,-6.424,-0.107,-0.942,-4.202,-0.084,0.0,10.274,7.311,1.873
-base-hvac-air-to-air-heat-pump-var-speed.xml,38.128,0.123,22.093,9.917,0.849,0.0,0.0,0.0,2.937,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.314,-0.111,5.667,0.0,0.509,0.0,20.668,-9.037,-2.634,0.0,-0.134,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.942,-4.202,-0.084,0.0,10.279,7.311,1.873
-base-hvac-autosize-sizing-controls.xml,8.152,0.0,12.008,17.671,0.891,0.0,0.0,0.0,2.795,2.886,0.648,5.097,0.434,8.428,-12.326,0.0,0.0,0.0,5.892,-0.049,3.756,0.0,0.39,0.0,2.91,-10.224,-2.526,0.0,-0.133,-0.528,-0.09,2.061,-0.047,-1.239,13.172,0.0,0.0,0.0,-7.469,-0.05,-1.217,-7.506,-0.118,0.0,3.352,9.814,1.981
-base-hvac-autosize.xml,27.504,0.0,17.747,9.917,0.849,0.0,0.0,0.0,3.393,3.874,0.882,7.067,0.676,11.536,-12.828,0.0,0.0,0.0,8.299,-0.111,5.361,0.0,0.509,0.0,9.937,-8.481,-2.634,0.0,0.047,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.42,-0.107,-0.94,-4.166,-0.084,0.0,5.721,7.311,1.873
-base-hvac-boiler-coal-only.xml,17.696,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.182,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-elec-only.xml,17.696,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.182,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-gas-central-ac-1-speed.xml,17.866,0.0,20.656,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-8.481,-2.634,0.0,-0.078,-0.246,-0.022,2.446,0.018,-0.38,12.67,0.0,0.0,0.0,-6.431,-0.107,-0.931,-4.181,-0.084,0.0,8.768,7.311,1.873
-base-hvac-boiler-gas-only-pilot.xml,17.696,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.182,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-gas-only.xml,17.696,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.182,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-oil-only.xml,17.696,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.182,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-propane-only.xml,17.696,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.182,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-boiler-wood-only.xml,17.696,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.182,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-central-ac-only-1-speed-autosize-factor.xml,0.0,0.0,17.188,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.084,-0.212,-0.013,2.395,0.028,-0.287,12.462,0.0,0.0,0.0,-6.717,-0.121,-0.907,-4.027,-0.081,0.0,5.531,7.191,1.847
-base-hvac-central-ac-only-1-speed-detailed-performance.xml,0.0,0.0,20.093,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.041,-0.214,-0.013,2.392,0.028,-0.296,12.462,0.0,0.0,0.0,-6.722,-0.119,-0.897,-4.041,-0.081,0.0,8.565,7.192,1.847
-base-hvac-central-ac-only-1-speed-seer.xml,0.0,0.0,20.104,9.917,0.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.042,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.119,-0.897,-4.041,-0.081,0.0,8.579,7.192,1.847
-base-hvac-central-ac-only-1-speed.xml,0.0,0.0,20.104,9.917,0.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.042,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.119,-0.897,-4.041,-0.081,0.0,8.579,7.192,1.847
-base-hvac-central-ac-only-2-speed-detailed-performance.xml,0.0,0.0,21.473,9.917,0.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.1,-0.214,-0.013,2.392,0.028,-0.295,12.462,0.0,0.0,0.0,-6.721,-0.119,-0.894,-4.049,-0.081,0.0,10.005,7.192,1.847
-base-hvac-central-ac-only-2-speed.xml,0.0,0.0,21.278,9.917,0.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.092,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.119,-0.896,-4.048,-0.081,0.0,9.805,7.192,1.847
-base-hvac-central-ac-only-var-speed-detailed-performance-autosize.xml,0.0,0.0,21.113,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.075,-0.211,-0.013,2.398,0.029,-0.285,12.462,0.0,0.0,0.0,-6.713,-0.121,-0.905,-4.045,-0.081,0.0,9.616,7.191,1.847
-base-hvac-central-ac-only-var-speed-detailed-performance.xml,0.0,0.0,21.6,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.099,-0.212,-0.013,2.397,0.028,-0.288,12.462,0.0,0.0,0.0,-6.712,-0.119,-0.905,-4.055,-0.081,0.0,10.138,7.192,1.847
-base-hvac-central-ac-only-var-speed-max-power-ratio-schedule.xml,0.0,0.0,22.277,9.917,0.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.158,-0.224,-0.016,2.369,0.025,-0.327,12.462,0.0,0.0,0.0,-6.76,-0.119,-0.912,-4.102,-0.083,0.0,11.051,7.193,1.847
-base-hvac-central-ac-only-var-speed.xml,0.0,0.0,22.57,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.151,-0.213,-0.013,2.395,0.028,-0.291,12.462,0.0,0.0,0.0,-6.717,-0.12,-0.899,-4.075,-0.081,0.0,11.172,7.192,1.847
-base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,30.019,1.048,20.659,9.917,0.849,0.0,0.0,0.0,3.294,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.676,0.0,0.509,0.0,12.214,-9.47,-2.634,0.0,-0.078,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.181,-0.084,0.0,8.769,7.311,1.873
-base-hvac-dse.xml,17.865,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-8.481,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,31.818,14.912,17.692,9.917,0.849,0.0,0.0,0.0,3.222,3.876,0.882,7.072,0.676,11.541,-12.828,0.0,0.0,0.0,8.308,-0.111,5.851,0.0,0.509,0.0,13.907,-8.996,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.166,-0.084,0.0,5.666,7.311,1.873
-base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,33.106,20.545,17.692,9.917,0.849,0.0,0.0,0.0,3.172,3.876,0.882,7.074,0.676,11.543,-12.828,0.0,0.0,0.0,8.311,-0.111,5.996,0.0,0.509,0.0,15.093,-8.774,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.166,-0.084,0.0,5.666,7.311,1.873
-base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,34.478,20.623,19.052,9.917,0.849,0.0,0.0,0.0,3.111,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.313,-0.111,6.011,0.0,0.509,0.0,16.505,-8.808,-2.634,0.0,-0.002,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.939,-4.168,-0.084,0.0,7.068,7.311,1.873
-base-hvac-dual-fuel-air-to-air-heat-pump-var-speed-dse.xml,17.865,10.057,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.871,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-8.663,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,38.207,20.548,22.093,9.917,0.849,0.0,0.0,0.0,2.945,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.314,-0.111,6.011,0.0,0.508,0.0,20.401,-8.691,-2.634,0.0,-0.134,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.942,-4.202,-0.084,0.0,10.279,7.311,1.873
-base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,20.934,11.939,13.903,9.917,0.849,0.0,0.0,0.0,3.707,3.872,0.881,7.061,0.675,11.529,-12.828,0.0,0.0,0.0,8.284,-0.111,5.283,0.0,0.509,0.0,3.168,-8.674,-2.634,0.0,0.187,-0.245,-0.021,2.449,0.019,-0.377,12.67,0.0,0.0,0.0,-6.425,-0.107,-0.955,-4.159,-0.084,0.0,1.775,7.311,1.873
-base-hvac-ducts-area-multipliers.xml,26.637,0.0,17.956,9.917,0.849,0.0,0.0,0.0,3.433,3.874,0.882,7.067,0.675,11.536,-12.828,0.0,0.0,0.0,8.297,-0.111,5.445,0.0,0.509,0.0,8.948,-8.481,-2.634,0.0,0.032,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.42,-0.107,-0.932,-4.165,-0.084,0.0,5.931,7.311,1.873
-base-hvac-ducts-areas.xml,23.597,0.0,16.003,9.917,0.849,0.0,0.0,0.0,3.571,3.873,0.881,7.063,0.675,11.532,-12.828,0.0,0.0,0.0,8.291,-0.111,5.409,0.0,0.509,0.0,5.823,-8.481,-2.634,0.0,0.104,-0.244,-0.021,2.451,0.019,-0.375,12.67,0.0,0.0,0.0,-6.422,-0.107,-0.935,-4.162,-0.084,0.0,3.917,7.311,1.873
-base-hvac-ducts-buried.xml,23.58,0.0,15.991,9.917,0.849,0.0,0.0,0.0,3.572,3.873,0.881,7.063,0.675,11.532,-12.828,0.0,0.0,0.0,8.291,-0.111,5.409,0.0,0.509,0.0,5.804,-8.481,-2.634,0.0,0.105,-0.244,-0.021,2.451,0.019,-0.375,12.67,0.0,0.0,0.0,-6.422,-0.107,-0.935,-4.163,-0.084,0.0,3.905,7.311,1.873
-base-hvac-ducts-defaults.xml,19.596,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.274,-0.111,5.4,0.0,0.509,0.0,1.553,-8.481,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-ducts-effective-rvalue.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-hvac-ducts-leakage-cfm50.xml,29.714,0.0,19.886,9.917,0.849,0.0,0.0,0.0,3.298,3.875,0.882,7.069,0.676,11.538,-12.828,0.0,0.0,0.0,8.303,-0.111,5.411,0.0,0.509,0.0,12.182,-8.481,-2.634,0.0,-0.041,-0.245,-0.021,2.448,0.018,-0.378,12.67,0.0,0.0,0.0,-6.425,-0.107,-0.937,-4.176,-0.084,0.0,7.963,7.311,1.873
-base-hvac-ducts-leakage-percent.xml,28.885,0.0,19.706,9.917,0.849,0.0,0.0,0.0,3.333,3.875,0.882,7.069,0.676,11.538,-12.828,0.0,0.0,0.0,8.301,-0.111,5.221,0.0,0.509,0.0,11.52,-8.481,-2.634,0.0,-0.012,-0.245,-0.021,2.449,0.018,-0.377,12.67,0.0,0.0,0.0,-6.424,-0.107,-0.958,-4.174,-0.084,0.0,7.798,7.311,1.873
-base-hvac-ducts-shape-rectangular.xml,29.787,0.0,19.829,9.917,0.849,0.0,0.0,0.0,3.296,3.875,0.882,7.069,0.676,11.538,-12.828,0.0,0.0,0.0,8.303,-0.111,5.486,0.0,0.509,0.0,12.179,-8.481,-2.634,0.0,-0.043,-0.245,-0.021,2.449,0.018,-0.378,12.67,0.0,0.0,0.0,-6.424,-0.107,-0.931,-4.176,-0.084,0.0,7.892,7.311,1.873
-base-hvac-ducts-shape-round.xml,31.503,0.0,20.749,9.917,0.849,0.0,0.0,0.0,3.224,3.876,0.882,7.07,0.676,11.54,-12.828,0.0,0.0,0.0,8.305,-0.111,5.509,0.0,0.509,0.0,13.936,-8.481,-2.634,0.0,-0.082,-0.246,-0.022,2.446,0.018,-0.382,12.67,0.0,0.0,0.0,-6.43,-0.107,-0.932,-4.182,-0.084,0.0,8.869,7.311,1.873
-base-hvac-elec-resistance-only.xml,17.696,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.182,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-evap-cooler-furnace-gas.xml,31.3,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.233,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.521,0.0,0.509,0.0,13.707,-8.481,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.38,12.67,0.0,0.0,0.0,-6.427,-0.107,-0.957,-4.156,-0.084,0.0,0.0,7.311,1.873
-base-hvac-evap-cooler-only-ducted.xml,0.0,0.0,13.224,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.228,-0.214,-0.013,2.393,0.028,-0.293,12.462,0.0,0.0,0.0,-6.719,-0.12,-0.905,-4.017,-0.081,0.0,1.434,7.192,1.847
-base-hvac-evap-cooler-only.xml,0.0,0.0,11.851,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.923,-4.018,-0.081,0.0,0.0,7.192,1.847
-base-hvac-fan-motor-type.xml,31.105,0.0,20.52,9.917,0.849,0.0,0.0,0.0,3.24,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.507,0.0,0.509,0.0,13.525,-8.481,-2.634,0.0,-0.073,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.931,-4.181,-0.084,0.0,8.628,7.311,1.873
-base-hvac-fireplace-wood-only.xml,18.766,0.0,0.0,9.917,0.815,0.0,0.0,0.0,3.864,3.853,0.876,7.023,0.672,11.479,-12.771,0.0,0.0,0.0,8.084,-0.109,6.339,0.0,0.507,0.0,0.0,-8.449,-2.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-floor-furnace-propane-only.xml,18.766,0.0,0.0,9.917,0.815,0.0,0.0,0.0,3.864,3.853,0.876,7.023,0.672,11.479,-12.771,0.0,0.0,0.0,8.084,-0.109,6.339,0.0,0.507,0.0,0.0,-8.449,-2.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-coal-only.xml,31.009,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.056,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.48,0.0,0.504,0.0,13.584,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-elec-central-ac-1-speed.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-hvac-furnace-elec-only.xml,31.009,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.056,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.48,0.0,0.504,0.0,13.584,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-central-ac-2-speed.xml,31.105,0.0,21.835,9.917,0.849,0.0,0.0,0.0,3.24,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.507,0.0,0.509,0.0,13.525,-8.481,-2.634,0.0,-0.128,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.93,-4.188,-0.084,0.0,10.001,7.311,1.873
-base-hvac-furnace-gas-central-ac-var-speed-max-power-ratio-schedule.xml,30.675,0.0,22.869,9.917,0.848,0.0,0.0,0.0,3.258,3.875,0.882,7.069,0.676,11.539,-12.828,0.0,0.0,0.0,8.301,-0.111,5.476,0.0,0.509,0.0,13.113,-8.481,-2.634,0.0,-0.197,-0.256,-0.024,2.424,0.016,-0.412,12.67,0.0,0.0,0.0,-6.466,-0.107,-0.947,-4.246,-0.086,0.0,11.29,7.312,1.873
-base-hvac-furnace-gas-central-ac-var-speed.xml,30.679,0.0,23.168,9.917,0.849,0.0,0.0,0.0,3.258,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.476,0.0,0.509,0.0,13.115,-8.481,-2.634,0.0,-0.189,-0.244,-0.021,2.45,0.019,-0.376,12.67,0.0,0.0,0.0,-6.422,-0.107,-0.933,-4.219,-0.084,0.0,11.415,7.311,1.873
-base-hvac-furnace-gas-only-autosize-factor.xml,27.229,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.362,3.838,0.873,7.052,0.669,11.439,-12.717,0.0,0.0,0.0,8.155,-0.101,5.353,0.0,0.504,0.0,9.791,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-only-detailed-setpoints.xml,11.19,0.0,0.0,9.917,0.877,0.0,0.0,0.0,2.621,2.801,0.627,4.875,0.413,8.153,-12.314,0.0,0.0,0.0,5.485,-0.043,3.712,0.0,0.379,0.0,4.916,-7.986,-2.521,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-only-pilot.xml,31.009,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.056,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.48,0.0,0.504,0.0,13.584,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-only.xml,31.009,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.056,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.48,0.0,0.504,0.0,13.584,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-plus-air-to-air-heat-pump-cooling.xml,31.244,0.0,17.491,9.917,0.849,0.0,0.0,0.0,3.235,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.517,0.0,0.509,0.0,13.653,-8.481,-2.634,0.0,0.058,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.165,-0.084,0.0,5.454,7.311,1.873
-base-hvac-furnace-gas-room-ac.xml,31.3,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.233,3.875,0.882,7.07,0.676,11.54,-12.828,0.0,0.0,0.0,8.305,-0.111,5.521,0.0,0.509,0.0,13.707,-8.481,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.426,-0.107,-0.957,-4.156,-0.084,0.0,0.0,7.311,1.873
-base-hvac-furnace-oil-only.xml,31.009,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.056,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.48,0.0,0.504,0.0,13.584,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-propane-only.xml,31.009,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.056,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.48,0.0,0.504,0.0,13.584,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-wood-only.xml,31.009,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.056,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.48,0.0,0.504,0.0,13.584,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-x3-dse.xml,18.044,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.921,3.909,0.89,7.127,0.681,11.64,-12.956,0.0,0.0,0.0,8.358,-0.112,5.273,0.0,0.514,0.0,0.0,-8.566,-2.661,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-ground-to-air-heat-pump-1-speed-experimental.xml,30.064,0.0,18.004,9.917,0.849,0.0,0.0,0.0,3.283,3.875,0.882,7.069,0.676,11.538,-12.828,0.0,0.0,0.0,8.303,-0.111,5.611,0.0,0.509,0.0,12.339,-8.481,-2.634,0.0,0.035,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.939,-4.167,-0.084,0.0,5.986,7.311,1.873
-base-hvac-ground-to-air-heat-pump-1-speed.xml,27.932,0.0,18.053,9.917,0.849,0.0,0.0,0.0,3.376,3.874,0.882,7.068,0.676,11.537,-12.828,0.0,0.0,0.0,8.3,-0.111,5.434,0.0,0.509,0.0,10.305,-8.481,-2.634,0.0,0.035,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.94,-4.166,-0.084,0.0,6.036,7.311,1.873
-base-hvac-ground-to-air-heat-pump-2-speed-experimental.xml,31.937,0.0,18.812,9.917,0.849,0.0,0.0,0.0,3.211,3.875,0.882,7.07,0.676,11.538,-12.828,0.0,0.0,0.0,8.305,-0.111,5.689,0.0,0.509,0.0,14.198,-8.481,-2.634,0.0,0.006,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.418,-0.107,-0.936,-4.165,-0.084,0.0,6.811,7.311,1.873
-base-hvac-ground-to-air-heat-pump-2-speed.xml,28.006,0.0,18.023,9.917,0.849,0.0,0.0,0.0,3.373,3.875,0.882,7.068,0.676,11.537,-12.828,0.0,0.0,0.0,8.3,-0.111,5.439,0.0,0.509,0.0,10.377,-8.481,-2.634,0.0,0.036,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.94,-4.166,-0.084,0.0,6.005,7.311,1.873
-base-hvac-ground-to-air-heat-pump-backup-integrated.xml,27.932,0.0,18.053,9.917,0.849,0.0,0.0,0.0,3.376,3.874,0.882,7.068,0.676,11.537,-12.828,0.0,0.0,0.0,8.3,-0.111,5.434,0.0,0.509,0.0,10.305,-8.481,-2.634,0.0,0.035,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.94,-4.166,-0.084,0.0,6.036,7.311,1.873
-base-hvac-ground-to-air-heat-pump-backup-stove.xml,29.479,0.0,17.939,9.917,0.849,0.0,0.0,0.0,3.366,3.887,0.885,7.049,0.679,11.577,-12.876,0.0,0.0,0.0,8.268,-0.125,6.58,0.0,0.509,0.0,10.817,-8.519,-2.642,0.0,0.058,-0.223,-0.015,2.46,0.024,-0.304,12.622,0.0,0.0,0.0,-6.417,-0.121,-1.137,-4.094,-0.082,0.0,6.019,7.272,1.865
-base-hvac-ground-to-air-heat-pump-cooling-only.xml,0.0,0.0,17.145,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.085,-0.212,-0.013,2.396,0.028,-0.287,12.462,0.0,0.0,0.0,-6.717,-0.121,-0.906,-4.026,-0.081,0.0,5.481,7.191,1.847
-base-hvac-ground-to-air-heat-pump-detailed-geothermal-loop.xml,32.232,0.0,18.473,9.917,0.85,0.0,0.0,0.0,3.292,3.836,0.874,7.348,0.669,11.436,-12.876,0.0,0.0,0.0,11.726,-0.128,5.436,0.0,0.508,0.0,11.267,-8.522,-2.641,0.0,0.045,-0.232,-0.017,2.832,0.024,-0.325,12.621,0.0,0.0,0.0,-6.415,-0.125,-0.923,-4.131,-0.083,0.0,6.06,7.268,1.866
-base-hvac-ground-to-air-heat-pump-heating-only.xml,26.769,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.384,3.838,0.873,7.052,0.669,11.438,-12.717,0.0,0.0,0.0,8.155,-0.101,5.386,0.0,0.504,0.0,9.277,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-var-speed-experimental.xml,36.591,0.0,20.502,9.917,0.849,0.0,0.0,0.0,3.012,3.876,0.882,7.073,0.676,11.541,-12.828,0.0,0.0,0.0,8.311,-0.111,5.788,0.0,0.509,0.0,18.936,-8.481,-2.634,0.0,-0.061,-0.243,-0.021,2.454,0.019,-0.372,12.67,0.0,0.0,0.0,-6.415,-0.107,-0.936,-4.173,-0.084,0.0,8.569,7.311,1.873
-base-hvac-ground-to-air-heat-pump-var-speed.xml,28.005,0.0,18.017,9.917,0.849,0.0,0.0,0.0,3.373,3.875,0.882,7.068,0.676,11.537,-12.828,0.0,0.0,0.0,8.3,-0.111,5.439,0.0,0.509,0.0,10.376,-8.481,-2.634,0.0,0.037,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.94,-4.166,-0.084,0.0,6.0,7.311,1.873
-base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,33.957,2.259,19.461,9.917,0.849,0.0,0.0,0.0,3.132,3.876,0.882,7.073,0.676,11.542,-12.828,0.0,0.0,0.0,8.311,-0.111,5.868,0.0,0.509,0.0,16.103,-9.847,-2.634,0.0,-0.022,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.935,-4.172,-0.084,0.0,7.493,7.311,1.873
-base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,36.895,2.074,21.01,9.917,0.849,0.0,0.0,0.0,3.009,3.877,0.882,7.076,0.676,11.545,-12.828,0.0,0.0,0.0,8.316,-0.111,5.933,0.0,0.509,0.0,19.085,-9.632,-2.634,0.0,-0.084,-0.243,-0.021,2.454,0.019,-0.371,12.67,0.0,0.0,0.0,-6.415,-0.107,-0.932,-4.175,-0.084,0.0,9.093,7.311,1.873
-base-hvac-install-quality-air-to-air-heat-pump-var-speed-detailed-performance.xml,41.342,1.434,23.184,9.917,0.849,0.0,0.0,0.0,2.808,3.876,0.882,7.073,0.676,11.54,-12.828,0.0,0.0,0.0,8.31,-0.111,5.983,0.0,0.508,0.0,23.693,-9.845,-2.634,0.0,-0.182,-0.243,-0.021,2.454,0.019,-0.371,12.67,0.0,0.0,0.0,-6.415,-0.107,-0.933,-4.201,-0.084,0.0,11.393,7.311,1.873
-base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,40.706,0.465,23.148,9.917,0.849,0.0,0.0,0.0,2.831,3.876,0.882,7.073,0.676,11.541,-12.828,0.0,0.0,0.0,8.311,-0.111,5.844,0.0,0.508,0.0,23.173,-9.426,-2.634,0.0,-0.183,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.418,-0.107,-0.939,-4.215,-0.084,0.0,11.387,7.311,1.873
-base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,35.286,0.0,22.369,9.917,0.848,0.0,0.0,0.0,3.067,3.875,0.882,7.07,0.676,11.544,-12.817,0.0,0.0,0.0,8.302,-0.114,5.582,0.0,0.509,0.0,17.789,-8.479,-2.634,0.0,-0.183,-0.264,-0.026,2.402,0.014,-0.433,12.681,0.0,0.0,0.0,-6.499,-0.11,-0.957,-4.254,-0.087,0.0,10.872,7.314,1.873
-base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,35.29,0.0,23.237,9.917,0.848,0.0,0.0,0.0,3.067,3.875,0.882,7.07,0.676,11.544,-12.817,0.0,0.0,0.0,8.302,-0.115,5.582,0.0,0.509,0.0,17.794,-8.479,-2.634,0.0,-0.226,-0.266,-0.026,2.398,0.014,-0.438,12.681,0.0,0.0,0.0,-6.505,-0.11,-0.961,-4.27,-0.087,0.0,11.819,7.314,1.873
-base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,34.63,0.0,24.222,9.917,0.848,0.0,0.0,0.0,3.093,3.875,0.882,7.069,0.676,11.543,-12.817,0.0,0.0,0.0,8.302,-0.115,5.54,0.0,0.509,0.0,17.151,-8.479,-2.634,0.0,-0.259,-0.258,-0.024,2.417,0.016,-0.412,12.681,0.0,0.0,0.0,-6.474,-0.11,-0.953,-4.269,-0.086,0.0,12.736,7.313,1.873
-base-hvac-install-quality-furnace-gas-only.xml,35.271,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.027,3.841,0.873,7.059,0.669,11.445,-12.717,0.0,0.0,0.0,8.168,-0.101,5.56,0.0,0.504,0.0,17.922,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-install-quality-ground-to-air-heat-pump-1-speed.xml,31.56,0.0,19.762,9.917,0.849,0.0,0.0,0.0,3.222,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.564,0.0,0.509,0.0,13.937,-8.481,-2.634,0.0,-0.035,-0.243,-0.021,2.453,0.019,-0.372,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.935,-4.172,-0.084,0.0,7.801,7.311,1.873
-base-hvac-install-quality-ground-to-air-heat-pump-2-speed-experimental.xml,35.492,0.0,19.932,9.917,0.849,0.0,0.0,0.0,3.069,3.871,0.881,7.061,0.675,11.526,-12.828,0.0,0.0,0.0,8.293,-0.112,6.133,0.0,0.508,0.0,17.477,-8.481,-2.634,0.0,-0.049,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.418,-0.107,-0.922,-4.167,-0.084,0.0,7.954,7.311,1.873
-base-hvac-install-quality-ground-to-air-heat-pump-var-speed-experimental.xml,38.982,0.0,21.119,9.917,0.849,0.0,0.0,0.0,2.918,3.87,0.881,7.059,0.674,11.523,-12.828,0.0,0.0,0.0,8.29,-0.112,6.25,0.0,0.508,0.0,21.01,-8.481,-2.634,0.0,-0.098,-0.243,-0.021,2.454,0.019,-0.371,12.67,0.0,0.0,0.0,-6.416,-0.107,-0.922,-4.174,-0.084,0.0,9.194,7.311,1.873
-base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,0.0,0.0,13.947,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.189,-0.213,-0.013,2.393,0.028,-0.293,12.462,0.0,0.0,0.0,-6.719,-0.12,-0.921,-4.026,-0.081,0.0,2.221,7.192,1.847
-base-hvac-install-quality-mini-split-heat-pump-ducted.xml,21.323,0.0,14.113,9.917,0.849,0.0,0.0,0.0,3.688,3.872,0.881,7.061,0.675,11.53,-12.828,0.0,0.0,0.0,8.285,-0.111,5.246,0.0,0.509,0.0,3.609,-8.959,-2.634,0.0,0.174,-0.245,-0.021,2.449,0.019,-0.377,12.67,0.0,0.0,0.0,-6.425,-0.107,-0.955,-4.161,-0.084,0.0,1.999,7.311,1.873
-base-hvac-mini-split-air-conditioner-only-ducted.xml,0.0,0.0,13.731,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.201,-0.213,-0.013,2.393,0.028,-0.293,12.462,0.0,0.0,0.0,-6.719,-0.12,-0.921,-4.023,-0.081,0.0,1.991,7.192,1.847
-base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance-autosize.xml,0.0,0.0,11.852,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.923,-4.018,-0.081,0.0,0.0,7.192,1.847
-base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml,0.0,0.0,11.852,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.923,-4.018,-0.081,0.0,0.0,7.192,1.847
-base-hvac-mini-split-air-conditioner-only-ductless.xml,0.0,0.0,11.852,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.923,-4.018,-0.081,0.0,0.0,7.192,1.847
-base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,0.0,0.0,13.435,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.22,-0.214,-0.013,2.393,0.028,-0.293,12.462,0.0,0.0,0.0,-6.719,-0.12,-0.922,-4.02,-0.081,0.0,1.674,7.192,1.847
-base-hvac-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule.xml,20.533,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.68,3.833,0.871,7.037,0.667,11.421,-12.717,0.0,0.0,0.0,8.126,-0.101,5.198,0.0,0.504,0.0,3.015,-8.835,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-heating-only.xml,20.583,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.685,3.836,0.872,7.045,0.668,11.432,-12.717,0.0,0.0,0.0,8.141,-0.101,5.201,0.0,0.505,0.0,3.012,-8.894,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-max-power-ratio-schedule.xml,20.727,0.0,13.902,9.917,0.849,0.0,0.0,0.0,3.716,3.868,0.88,7.051,0.674,11.519,-12.828,0.0,0.0,0.0,8.269,-0.111,5.237,0.0,0.509,0.0,3.045,-8.91,-2.634,0.0,0.187,-0.245,-0.021,2.449,0.019,-0.377,12.67,0.0,0.0,0.0,-6.426,-0.107,-0.955,-4.159,-0.084,0.0,1.775,7.311,1.873
-base-hvac-mini-split-heat-pump-ducted.xml,20.777,0.0,13.903,9.917,0.849,0.0,0.0,0.0,3.72,3.872,0.881,7.06,0.675,11.529,-12.828,0.0,0.0,0.0,8.284,-0.111,5.24,0.0,0.509,0.0,3.041,-8.972,-2.634,0.0,0.187,-0.245,-0.021,2.449,0.019,-0.377,12.67,0.0,0.0,0.0,-6.425,-0.107,-0.955,-4.159,-0.084,0.0,1.775,7.311,1.873
-base-hvac-mini-split-heat-pump-ductless-autosize-factor.xml,17.866,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-7.67,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,17.866,0.317,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-7.699,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-mini-split-heat-pump-ductless-backup-furnace-ducts-defaults.xml,20.621,18.471,12.131,9.917,0.849,0.0,0.0,0.0,3.896,3.883,0.885,7.035,0.678,11.568,-12.876,0.0,0.0,0.0,8.241,-0.126,6.543,0.0,0.51,0.0,1.527,-8.52,-2.643,0.0,0.314,-0.224,-0.016,2.453,0.024,-0.307,12.622,0.0,0.0,0.0,-6.426,-0.123,-1.152,-4.083,-0.082,0.0,0.0,7.271,1.865
-base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml,23.943,21.872,12.23,9.917,0.849,0.0,0.0,0.0,3.564,3.873,0.881,7.065,0.675,11.534,-12.828,0.0,0.0,0.0,8.291,-0.111,5.311,0.0,0.509,0.0,6.27,-8.481,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.957,-4.156,-0.084,0.0,0.0,7.311,1.873
-base-hvac-mini-split-heat-pump-ductless-backup-integrated-defrost-with-backup-heat-active.xml,17.865,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.871,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-9.017,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-mini-split-heat-pump-ductless-backup-integrated.xml,17.866,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-7.67,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,18.932,16.796,12.131,9.917,0.849,0.0,0.0,0.0,3.896,3.883,0.885,7.035,0.678,11.568,-12.876,0.0,0.0,0.0,8.242,-0.126,6.379,0.0,0.51,0.0,0.0,-8.52,-2.643,0.0,0.314,-0.224,-0.016,2.453,0.024,-0.307,12.622,0.0,0.0,0.0,-6.426,-0.123,-1.152,-4.083,-0.082,0.0,0.0,7.271,1.865
-base-hvac-mini-split-heat-pump-ductless-detailed-performance-autosize.xml,17.809,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.878,3.867,0.88,7.047,0.674,11.513,-12.828,0.0,0.0,0.0,8.261,-0.111,5.212,0.0,0.509,0.0,0.0,-7.687,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.43,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-mini-split-heat-pump-ductless-detailed-performance.xml,17.866,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-7.672,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml,17.866,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-7.671,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-mini-split-heat-pump-ductless.xml,17.866,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-7.67,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-multiple.xml,41.414,0.705,21.912,9.917,0.849,0.0,0.0,0.0,3.394,3.886,0.885,7.047,0.678,11.576,-12.876,0.0,0.0,0.0,8.263,-0.125,9.9,0.0,0.509,0.0,19.414,-8.438,-2.642,0.0,0.035,-0.226,-0.016,2.453,0.023,-0.313,12.621,0.0,0.0,0.0,-6.429,-0.121,-1.042,-4.128,-0.082,0.0,9.98,7.272,1.865
+base-foundation-walkout-basement.xml,38.696,0.0,21.519,9.917,0.85,0.0,0.0,0.0,3.212,3.998,0.917,7.574,0.706,12.621,-13.382,0.0,0.0,0.0,9.932,-0.158,7.684,0.0,0.517,0.0,16.426,-8.687,-2.695,0.0,-0.059,-0.237,-0.02,1.605,0.024,-0.277,12.712,0.0,0.0,0.0,-4.002,-0.153,-1.124,-4.665,-0.072,0.0,8.841,7.102,1.812
+base-hvac-air-to-air-heat-pump-1-speed-autosize-factor.xml,30.316,1.037,17.693,9.917,0.849,0.0,0.0,0.0,3.281,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.679,0.0,0.509,0.0,12.524,-9.541,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.42,-0.107,-0.941,-4.164,-0.084,0.0,5.666,7.311,1.873
+base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,0.0,0.0,16.987,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.092,-0.212,-0.013,2.395,0.028,-0.288,12.462,0.0,0.0,0.0,-6.717,-0.121,-0.908,-4.024,-0.081,0.0,5.322,7.191,1.847
+base-hvac-air-to-air-heat-pump-1-speed-detailed-electric-panel.xml,30.353,1.046,17.693,9.917,0.849,0.0,0.0,0.0,3.279,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.681,0.0,0.509,0.0,12.56,-9.475,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.42,-0.107,-0.941,-4.164,-0.084,0.0,5.666,7.311,1.873
+base-hvac-air-to-air-heat-pump-1-speed-detailed-performance.xml,30.282,0.953,17.677,9.917,0.849,0.0,0.0,0.0,3.282,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.674,0.0,0.509,0.0,12.494,-9.454,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.42,-0.107,-0.941,-4.164,-0.084,0.0,5.649,7.311,1.873
+base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,30.499,1.254,17.693,9.917,0.849,0.0,0.0,0.0,3.273,3.875,0.882,7.07,0.676,11.54,-12.828,0.0,0.0,0.0,8.305,-0.111,5.696,0.0,0.509,0.0,12.696,-9.514,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.42,-0.107,-0.941,-4.164,-0.084,0.0,5.666,7.311,1.873
+base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,29.749,1.044,0.0,9.917,0.814,0.0,0.0,0.0,3.262,3.839,0.873,7.055,0.669,11.442,-12.717,0.0,0.0,0.0,8.161,-0.101,5.634,0.0,0.505,0.0,12.111,-9.386,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-hvac-seasons.xml,30.163,1.046,17.435,9.917,0.849,0.0,0.0,0.0,3.048,3.619,0.817,7.038,0.612,10.765,-11.967,0.0,0.0,0.0,8.193,-0.026,5.378,0.0,0.479,0.0,12.489,-8.82,-2.475,0.0,0.279,0.082,0.04,2.818,0.051,0.526,9.244,0.0,0.0,0.0,-4.114,-0.003,-0.455,-3.289,-0.025,0.0,5.584,5.361,1.324
+base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,30.613,3.009,17.165,9.917,0.847,0.0,0.0,0.0,3.446,3.961,0.89,7.413,0.669,11.468,-13.28,0.0,0.0,0.0,9.376,0.113,5.675,0.0,0.54,0.0,11.176,-9.172,-2.678,0.0,0.126,-0.191,-0.02,2.567,0.006,-0.535,12.217,0.0,0.0,0.0,-6.265,0.104,-0.954,-4.681,-0.075,0.0,5.544,7.261,1.829
+base-hvac-air-to-air-heat-pump-1-speed-power-outage.xml,18.779,1.333,17.601,8.005,0.714,0.0,0.0,0.0,2.948,3.26,0.74,5.242,0.526,9.624,-12.845,0.0,0.0,0.0,5.013,-0.209,4.632,0.0,0.399,0.0,7.352,-6.788,-1.73,0.0,0.055,-0.24,-0.02,2.442,0.02,-0.366,12.657,0.0,0.0,0.0,-6.5,-0.106,-0.925,-4.145,-0.101,0.0,5.643,7.305,1.872
+base-hvac-air-to-air-heat-pump-1-speed-research-features.xml,87.657,1.778,2.396,12.403,0.876,0.0,0.0,0.0,5.489,7.04,1.593,14.339,1.474,20.777,-14.022,0.0,0.0,0.0,17.617,0.303,14.516,0.0,1.119,0.0,31.106,-12.656,-3.29,0.0,-0.193,-0.546,-0.117,0.238,-0.134,-1.788,7.607,0.0,0.0,0.0,-7.031,0.284,-1.144,-1.928,-0.129,0.0,0.694,5.0,1.217
+base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml,30.353,1.046,17.693,9.917,0.849,0.0,0.0,0.0,3.279,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.681,0.0,0.509,0.0,12.56,-9.475,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.42,-0.107,-0.941,-4.164,-0.084,0.0,5.666,7.311,1.873
+base-hvac-air-to-air-heat-pump-1-speed.xml,30.353,1.046,17.693,9.917,0.849,0.0,0.0,0.0,3.279,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.681,0.0,0.509,0.0,12.56,-9.475,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.42,-0.107,-0.941,-4.164,-0.084,0.0,5.666,7.311,1.873
+base-hvac-air-to-air-heat-pump-2-speed-detailed-performance.xml,33.504,1.273,19.529,9.917,0.849,0.0,0.0,0.0,3.148,3.876,0.882,7.073,0.676,11.542,-12.828,0.0,0.0,0.0,8.311,-0.111,5.769,0.0,0.509,0.0,15.738,-9.499,-2.634,0.0,-0.02,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.938,-4.17,-0.084,0.0,7.566,7.311,1.873
+base-hvac-air-to-air-heat-pump-2-speed-research-features.xml,89.945,1.188,2.754,12.403,0.877,0.0,0.0,0.0,5.222,6.955,1.598,13.925,1.499,21.103,-13.307,0.0,0.0,0.0,16.276,-0.102,14.573,0.0,1.073,0.0,34.961,-13.313,-3.211,0.0,-0.288,-0.614,-0.109,0.072,-0.108,-1.433,8.323,0.0,0.0,0.0,-7.405,-0.105,-1.083,-1.846,-0.143,0.0,1.03,5.122,1.296
+base-hvac-air-to-air-heat-pump-2-speed.xml,33.181,1.017,19.053,9.917,0.849,0.0,0.0,0.0,3.16,3.876,0.882,7.073,0.676,11.542,-12.828,0.0,0.0,0.0,8.31,-0.111,5.737,0.0,0.509,0.0,15.436,-9.59,-2.634,0.0,-0.002,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.939,-4.166,-0.084,0.0,7.068,7.311,1.873
+base-hvac-air-to-air-heat-pump-var-speed-autosize-maxload.xml,32.362,0.0,20.532,9.917,0.849,0.0,0.0,0.0,3.185,3.876,0.882,7.072,0.676,11.541,-12.828,0.0,0.0,0.0,8.309,-0.111,5.372,0.0,0.509,0.0,14.971,-7.017,-2.634,0.0,-0.057,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.95,-4.179,-0.084,0.0,8.637,7.311,1.873
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,35.11,29.784,22.413,9.917,0.85,0.0,0.0,0.0,2.862,3.616,0.816,7.03,0.611,10.748,-11.967,0.0,0.0,0.0,8.187,-0.022,7.097,0.0,0.478,0.0,15.936,-7.825,-2.474,0.0,0.06,0.084,0.04,2.819,0.051,0.526,9.244,0.0,0.0,0.0,-4.117,-0.003,-0.56,-3.305,-0.025,0.0,10.882,5.364,1.325
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,38.835,17.557,22.92,9.917,0.85,0.0,0.0,0.0,2.914,3.839,0.871,6.969,0.661,11.322,-12.846,0.0,0.0,0.0,8.228,-0.079,7.092,0.0,0.501,0.0,19.8,-8.046,-2.607,0.0,-0.19,-0.264,-0.028,2.395,0.009,-0.536,12.651,0.0,0.0,0.0,-6.428,-0.075,-1.238,-4.143,-0.089,0.0,10.867,7.356,1.9
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,35.463,30.043,22.916,9.917,0.849,0.0,0.0,0.0,3.102,3.887,0.885,7.047,0.678,11.572,-12.876,0.0,0.0,0.0,8.264,-0.124,7.497,0.0,0.509,0.0,16.152,-8.516,-2.641,0.0,-0.16,-0.223,-0.015,2.457,0.024,-0.31,12.622,0.0,0.0,0.0,-6.422,-0.12,-1.134,-4.143,-0.083,0.0,11.254,7.275,1.866
+base-hvac-air-to-air-heat-pump-var-speed-backup-furnace-autosize-factor.xml,39.836,35.676,21.164,9.917,0.849,0.0,0.0,0.0,2.851,3.878,0.883,7.075,0.676,11.536,-12.828,0.0,0.0,0.0,8.316,-0.107,5.218,0.0,0.509,0.0,22.911,-8.473,-2.63,0.0,-0.079,-0.244,-0.021,2.447,0.018,-0.385,12.67,0.0,0.0,0.0,-6.424,-0.103,-0.962,-4.197,-0.085,0.0,9.331,7.319,1.877
+base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,36.577,31.833,21.655,9.917,0.849,0.0,0.0,0.0,2.981,3.876,0.882,7.069,0.675,11.532,-12.828,0.0,0.0,0.0,8.304,-0.108,5.217,0.0,0.509,0.0,19.554,-8.476,-2.632,0.0,-0.103,-0.244,-0.021,2.448,0.018,-0.383,12.67,0.0,0.0,0.0,-6.425,-0.104,-0.962,-4.208,-0.085,0.0,9.862,7.316,1.876
+base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-autosize.xml,38.116,0.364,21.554,9.917,0.849,0.0,0.0,0.0,2.938,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.315,-0.111,5.756,0.0,0.509,0.0,20.566,-9.198,-2.634,0.0,-0.105,-0.243,-0.021,2.454,0.019,-0.372,12.67,0.0,0.0,0.0,-6.415,-0.107,-0.94,-4.182,-0.084,0.0,9.684,7.311,1.873
+base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-normalized-capacities.xml,39.259,0.587,21.877,9.917,0.849,0.0,0.0,0.0,2.887,3.876,0.882,7.073,0.676,11.541,-12.828,0.0,0.0,0.0,8.31,-0.111,5.818,0.0,0.509,0.0,21.706,-9.384,-2.634,0.0,-0.121,-0.243,-0.021,2.454,0.019,-0.371,12.67,0.0,0.0,0.0,-6.415,-0.107,-0.938,-4.185,-0.084,0.0,10.023,7.311,1.873
+base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml,39.346,0.604,21.878,9.917,0.849,0.0,0.0,0.0,2.882,3.876,0.882,7.072,0.676,11.54,-12.828,0.0,0.0,0.0,8.31,-0.111,5.817,0.0,0.509,0.0,21.799,-9.4,-2.634,0.0,-0.121,-0.243,-0.021,2.454,0.019,-0.371,12.67,0.0,0.0,0.0,-6.415,-0.107,-0.938,-4.185,-0.084,0.0,10.024,7.311,1.873
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode.xml,38.13,0.123,22.095,9.917,0.849,0.0,0.0,0.0,2.937,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.314,-0.111,5.668,0.0,0.509,0.0,20.669,-9.036,-2.634,0.0,-0.134,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.943,-4.2,-0.084,0.0,10.28,7.311,1.873
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-defrost-mode.xml,38.13,0.123,22.095,9.917,0.849,0.0,0.0,0.0,2.937,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.314,-0.111,5.668,0.0,0.509,0.0,20.669,-9.036,-2.634,0.0,-0.134,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.943,-4.2,-0.084,0.0,10.28,7.311,1.873
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-heat-pump-mode.xml,38.13,0.123,22.095,9.917,0.849,0.0,0.0,0.0,2.937,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.314,-0.111,5.668,0.0,0.509,0.0,20.669,-9.036,-2.634,0.0,-0.134,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.943,-4.2,-0.084,0.0,10.28,7.311,1.873
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-none.xml,38.13,0.123,22.095,9.917,0.849,0.0,0.0,0.0,2.937,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.314,-0.111,5.668,0.0,0.509,0.0,20.669,-9.036,-2.634,0.0,-0.134,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.943,-4.2,-0.084,0.0,10.28,7.311,1.873
+base-hvac-air-to-air-heat-pump-var-speed-research-features-10-mins.xml,38.441,0.633,22.574,9.917,0.85,0.0,0.0,0.0,2.939,3.9,0.889,7.082,0.687,11.624,-12.785,0.0,0.0,0.0,8.234,-0.105,5.741,0.0,0.513,0.0,20.866,-8.845,-2.639,0.0,-0.143,-0.252,-0.024,2.459,0.017,-0.358,12.658,0.0,0.0,0.0,-6.416,-0.101,-0.9,-3.963,-0.086,0.0,10.521,7.289,1.868
+base-hvac-air-to-air-heat-pump-var-speed-research-features-two-systems.xml,29.451,0.0,19.606,9.917,0.849,0.0,0.0,0.0,3.314,3.878,0.883,7.078,0.676,11.548,-12.828,0.0,0.0,0.0,8.32,-0.11,5.227,0.0,0.51,0.0,12.082,-9.227,-2.634,0.0,-0.011,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.418,-0.107,-0.958,-4.177,-0.084,0.0,7.688,7.311,1.873
+base-hvac-air-to-air-heat-pump-var-speed-research-features.xml,37.708,0.206,22.078,9.917,0.85,0.0,0.0,0.0,2.92,3.858,0.878,7.029,0.671,11.485,-12.828,0.0,0.0,0.0,8.232,-0.113,5.722,0.0,0.506,0.0,20.489,-8.849,-2.634,0.0,-0.134,-0.244,-0.021,2.451,0.019,-0.374,12.67,0.0,0.0,0.0,-6.424,-0.107,-0.943,-4.2,-0.084,0.0,10.274,7.311,1.873
+base-hvac-air-to-air-heat-pump-var-speed.xml,38.13,0.123,22.095,9.917,0.849,0.0,0.0,0.0,2.937,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.314,-0.111,5.668,0.0,0.509,0.0,20.669,-9.036,-2.634,0.0,-0.134,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.943,-4.2,-0.084,0.0,10.28,7.311,1.873
+base-hvac-autosize-sizing-controls.xml,8.153,0.0,12.009,17.671,0.891,0.0,0.0,0.0,2.795,2.886,0.648,5.097,0.434,8.428,-12.326,0.0,0.0,0.0,5.891,-0.049,3.757,0.0,0.39,0.0,2.91,-10.224,-2.526,0.0,-0.133,-0.528,-0.09,2.06,-0.047,-1.239,13.172,0.0,0.0,0.0,-7.469,-0.05,-1.218,-7.504,-0.118,0.0,3.352,9.814,1.981
+base-hvac-autosize.xml,27.506,0.0,17.748,9.917,0.849,0.0,0.0,0.0,3.393,3.874,0.882,7.067,0.676,11.536,-12.828,0.0,0.0,0.0,8.299,-0.111,5.362,0.0,0.509,0.0,9.938,-8.481,-2.634,0.0,0.047,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.42,-0.107,-0.94,-4.163,-0.084,0.0,5.722,7.311,1.873
+base-hvac-boiler-coal-only.xml,17.697,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.183,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-elec-only.xml,17.697,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.183,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-gas-central-ac-1-speed.xml,17.867,0.0,20.658,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-8.481,-2.634,0.0,-0.078,-0.246,-0.022,2.446,0.018,-0.38,12.67,0.0,0.0,0.0,-6.431,-0.107,-0.932,-4.178,-0.085,0.0,8.768,7.311,1.873
+base-hvac-boiler-gas-only-pilot.xml,17.697,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.183,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-gas-only.xml,17.697,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.183,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-oil-only.xml,17.697,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.183,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-propane-only.xml,17.697,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.183,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-boiler-wood-only.xml,17.697,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.183,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-central-ac-only-1-speed-autosize-factor.xml,0.0,0.0,17.189,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.084,-0.212,-0.013,2.395,0.028,-0.287,12.462,0.0,0.0,0.0,-6.717,-0.121,-0.907,-4.025,-0.081,0.0,5.531,7.191,1.847
+base-hvac-central-ac-only-1-speed-detailed-performance.xml,0.0,0.0,20.095,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.042,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.119,-0.897,-4.038,-0.082,0.0,8.566,7.192,1.847
+base-hvac-central-ac-only-1-speed-seer.xml,0.0,0.0,20.106,9.917,0.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.042,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.119,-0.898,-4.039,-0.082,0.0,8.58,7.192,1.847
+base-hvac-central-ac-only-1-speed.xml,0.0,0.0,20.106,9.917,0.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.042,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.119,-0.898,-4.039,-0.082,0.0,8.58,7.192,1.847
+base-hvac-central-ac-only-2-speed-detailed-performance.xml,0.0,0.0,21.476,9.917,0.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.1,-0.214,-0.013,2.392,0.028,-0.295,12.462,0.0,0.0,0.0,-6.721,-0.119,-0.895,-4.046,-0.082,0.0,10.005,7.192,1.847
+base-hvac-central-ac-only-2-speed.xml,0.0,0.0,21.286,9.917,0.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.093,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.119,-0.897,-4.045,-0.082,0.0,9.812,7.192,1.847
+base-hvac-central-ac-only-var-speed-detailed-performance-autosize.xml,0.0,0.0,21.115,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.075,-0.211,-0.013,2.398,0.029,-0.285,12.462,0.0,0.0,0.0,-6.713,-0.121,-0.905,-4.042,-0.081,0.0,9.616,7.191,1.847
+base-hvac-central-ac-only-var-speed-detailed-performance.xml,0.0,0.0,21.602,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.1,-0.212,-0.013,2.397,0.028,-0.288,12.462,0.0,0.0,0.0,-6.712,-0.119,-0.905,-4.053,-0.081,0.0,10.139,7.192,1.847
+base-hvac-central-ac-only-var-speed-research-features.xml,0.0,0.0,22.279,9.917,0.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.158,-0.224,-0.016,2.369,0.025,-0.327,12.462,0.0,0.0,0.0,-6.761,-0.119,-0.913,-4.1,-0.083,0.0,11.052,7.193,1.847
+base-hvac-central-ac-only-var-speed.xml,0.0,0.0,22.572,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.151,-0.213,-0.013,2.395,0.028,-0.291,12.462,0.0,0.0,0.0,-6.717,-0.12,-0.899,-4.073,-0.081,0.0,11.173,7.192,1.847
+base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,30.021,1.048,20.66,9.917,0.849,0.0,0.0,0.0,3.294,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.677,0.0,0.509,0.0,12.215,-9.47,-2.634,0.0,-0.078,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.179,-0.085,0.0,8.769,7.311,1.873
+base-hvac-dse.xml,17.867,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-8.481,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,31.82,14.912,17.694,9.917,0.849,0.0,0.0,0.0,3.222,3.876,0.882,7.072,0.676,11.541,-12.828,0.0,0.0,0.0,8.308,-0.111,5.852,0.0,0.509,0.0,13.907,-8.996,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.164,-0.084,0.0,5.666,7.311,1.873
+base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,33.108,20.546,17.694,9.917,0.849,0.0,0.0,0.0,3.172,3.876,0.882,7.074,0.676,11.543,-12.828,0.0,0.0,0.0,8.311,-0.111,5.997,0.0,0.509,0.0,15.094,-8.774,-2.634,0.0,0.05,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.164,-0.084,0.0,5.666,7.311,1.873
+base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,34.48,20.624,19.053,9.917,0.849,0.0,0.0,0.0,3.111,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.313,-0.111,6.012,0.0,0.509,0.0,16.506,-8.808,-2.634,0.0,-0.002,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.939,-4.166,-0.084,0.0,7.068,7.311,1.873
+base-hvac-dual-fuel-air-to-air-heat-pump-var-speed-dse.xml,17.867,10.058,12.229,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-8.663,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.43,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,38.209,20.549,22.095,9.917,0.849,0.0,0.0,0.0,2.945,3.877,0.882,7.075,0.676,11.543,-12.828,0.0,0.0,0.0,8.314,-0.111,6.012,0.0,0.509,0.0,20.402,-8.691,-2.634,0.0,-0.134,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.943,-4.2,-0.084,0.0,10.28,7.311,1.873
+base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,20.936,11.94,13.904,9.917,0.849,0.0,0.0,0.0,3.707,3.872,0.881,7.061,0.675,11.529,-12.828,0.0,0.0,0.0,8.284,-0.111,5.284,0.0,0.509,0.0,3.168,-8.674,-2.634,0.0,0.187,-0.245,-0.021,2.449,0.019,-0.377,12.67,0.0,0.0,0.0,-6.425,-0.107,-0.956,-4.157,-0.084,0.0,1.775,7.311,1.873
+base-hvac-ducts-area-multipliers.xml,26.639,0.0,17.958,9.917,0.849,0.0,0.0,0.0,3.433,3.874,0.882,7.067,0.675,11.536,-12.828,0.0,0.0,0.0,8.297,-0.111,5.446,0.0,0.509,0.0,8.949,-8.481,-2.634,0.0,0.032,-0.244,-0.021,2.451,0.019,-0.374,12.67,0.0,0.0,0.0,-6.42,-0.107,-0.932,-4.162,-0.084,0.0,5.931,7.311,1.873
+base-hvac-ducts-areas.xml,23.599,0.0,16.004,9.917,0.849,0.0,0.0,0.0,3.571,3.873,0.881,7.063,0.675,11.532,-12.828,0.0,0.0,0.0,8.291,-0.111,5.41,0.0,0.509,0.0,5.823,-8.481,-2.634,0.0,0.104,-0.244,-0.021,2.45,0.019,-0.375,12.67,0.0,0.0,0.0,-6.422,-0.107,-0.935,-4.16,-0.084,0.0,3.917,7.311,1.873
+base-hvac-ducts-buried.xml,23.582,0.0,15.992,9.917,0.849,0.0,0.0,0.0,3.572,3.873,0.881,7.063,0.675,11.532,-12.828,0.0,0.0,0.0,8.291,-0.111,5.41,0.0,0.509,0.0,5.805,-8.481,-2.634,0.0,0.104,-0.244,-0.021,2.45,0.019,-0.375,12.67,0.0,0.0,0.0,-6.422,-0.107,-0.935,-4.16,-0.084,0.0,3.905,7.311,1.873
+base-hvac-ducts-defaults.xml,19.597,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.274,-0.111,5.401,0.0,0.509,0.0,1.554,-8.481,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.43,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-ducts-effective-rvalue.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-hvac-ducts-leakage-cfm50.xml,29.716,0.0,19.887,9.917,0.849,0.0,0.0,0.0,3.298,3.875,0.882,7.069,0.676,11.538,-12.828,0.0,0.0,0.0,8.302,-0.111,5.412,0.0,0.509,0.0,12.183,-8.481,-2.634,0.0,-0.041,-0.245,-0.021,2.448,0.018,-0.378,12.67,0.0,0.0,0.0,-6.425,-0.107,-0.938,-4.174,-0.085,0.0,7.963,7.311,1.873
+base-hvac-ducts-leakage-percent.xml,28.886,0.0,19.707,9.917,0.849,0.0,0.0,0.0,3.333,3.875,0.882,7.068,0.676,11.538,-12.828,0.0,0.0,0.0,8.301,-0.111,5.222,0.0,0.509,0.0,11.521,-8.481,-2.634,0.0,-0.012,-0.245,-0.021,2.449,0.018,-0.377,12.67,0.0,0.0,0.0,-6.424,-0.107,-0.958,-4.172,-0.084,0.0,7.798,7.311,1.873
+base-hvac-ducts-shape-rectangular.xml,29.789,0.0,19.831,9.917,0.849,0.0,0.0,0.0,3.296,3.875,0.882,7.069,0.676,11.538,-12.828,0.0,0.0,0.0,8.303,-0.111,5.487,0.0,0.509,0.0,12.179,-8.481,-2.634,0.0,-0.044,-0.245,-0.021,2.449,0.018,-0.378,12.67,0.0,0.0,0.0,-6.425,-0.107,-0.931,-4.173,-0.085,0.0,7.893,7.311,1.873
+base-hvac-ducts-shape-round.xml,31.505,0.0,20.75,9.917,0.849,0.0,0.0,0.0,3.224,3.875,0.882,7.07,0.676,11.54,-12.828,0.0,0.0,0.0,8.305,-0.111,5.51,0.0,0.509,0.0,13.937,-8.481,-2.634,0.0,-0.082,-0.246,-0.022,2.446,0.018,-0.382,12.67,0.0,0.0,0.0,-6.43,-0.107,-0.932,-4.179,-0.085,0.0,8.87,7.311,1.873
+base-hvac-elec-resistance-only.xml,17.697,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.183,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-evap-cooler-furnace-gas.xml,31.302,0.0,12.231,9.917,0.849,0.0,0.0,0.0,3.233,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.523,0.0,0.509,0.0,13.708,-8.481,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.38,12.67,0.0,0.0,0.0,-6.427,-0.107,-0.957,-4.154,-0.084,0.0,0.0,7.311,1.873
+base-hvac-evap-cooler-only-ducted.xml,0.0,0.0,13.225,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.228,-0.214,-0.013,2.393,0.028,-0.293,12.462,0.0,0.0,0.0,-6.72,-0.12,-0.906,-4.014,-0.081,0.0,1.434,7.192,1.847
+base-hvac-evap-cooler-only.xml,0.0,0.0,11.852,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.924,-4.015,-0.081,0.0,0.0,7.192,1.847
+base-hvac-fan-motor-type.xml,31.107,0.0,20.522,9.917,0.849,0.0,0.0,0.0,3.24,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.508,0.0,0.509,0.0,13.526,-8.481,-2.634,0.0,-0.073,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.932,-4.178,-0.085,0.0,8.628,7.311,1.873
+base-hvac-fireplace-wood-only.xml,18.767,0.0,0.0,9.917,0.815,0.0,0.0,0.0,3.864,3.853,0.876,7.023,0.672,11.479,-12.771,0.0,0.0,0.0,8.084,-0.109,6.341,0.0,0.507,0.0,0.0,-8.449,-2.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-floor-furnace-propane-only.xml,18.767,0.0,0.0,9.917,0.815,0.0,0.0,0.0,3.864,3.853,0.876,7.023,0.672,11.479,-12.771,0.0,0.0,0.0,8.084,-0.109,6.341,0.0,0.507,0.0,0.0,-8.449,-2.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-coal-only.xml,31.011,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.055,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.481,0.0,0.505,0.0,13.585,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-elec-central-ac-1-speed.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-hvac-furnace-elec-only.xml,31.011,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.055,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.481,0.0,0.505,0.0,13.585,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-central-ac-2-speed.xml,31.107,0.0,21.836,9.917,0.849,0.0,0.0,0.0,3.24,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.508,0.0,0.509,0.0,13.526,-8.481,-2.634,0.0,-0.129,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.186,-0.085,0.0,10.0,7.311,1.873
+base-hvac-furnace-gas-central-ac-var-speed-research-features.xml,30.677,0.0,22.871,9.917,0.848,0.0,0.0,0.0,3.258,3.875,0.882,7.069,0.676,11.539,-12.828,0.0,0.0,0.0,8.301,-0.111,5.477,0.0,0.509,0.0,13.114,-8.481,-2.634,0.0,-0.197,-0.256,-0.024,2.424,0.016,-0.412,12.67,0.0,0.0,0.0,-6.467,-0.107,-0.947,-4.244,-0.086,0.0,11.291,7.312,1.873
+base-hvac-furnace-gas-central-ac-var-speed.xml,30.681,0.0,23.17,9.917,0.849,0.0,0.0,0.0,3.258,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.477,0.0,0.509,0.0,13.116,-8.481,-2.634,0.0,-0.189,-0.245,-0.021,2.45,0.019,-0.376,12.67,0.0,0.0,0.0,-6.423,-0.107,-0.934,-4.217,-0.085,0.0,11.416,7.311,1.873
+base-hvac-furnace-gas-only-autosize-factor.xml,27.23,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.362,3.838,0.873,7.052,0.669,11.439,-12.717,0.0,0.0,0.0,8.155,-0.101,5.355,0.0,0.505,0.0,9.792,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-only-detailed-setpoints.xml,11.191,0.0,0.0,9.917,0.877,0.0,0.0,0.0,2.621,2.801,0.627,4.875,0.413,8.153,-12.314,0.0,0.0,0.0,5.485,-0.043,3.713,0.0,0.38,0.0,4.916,-7.986,-2.521,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-only-pilot.xml,31.011,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.055,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.481,0.0,0.505,0.0,13.585,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-only.xml,31.011,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.055,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.481,0.0,0.505,0.0,13.585,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-plus-air-to-air-heat-pump-cooling.xml,31.246,0.0,17.492,9.917,0.849,0.0,0.0,0.0,3.235,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.518,0.0,0.509,0.0,13.654,-8.481,-2.634,0.0,0.058,-0.244,-0.021,2.451,0.019,-0.374,12.67,0.0,0.0,0.0,-6.42,-0.107,-0.942,-4.163,-0.084,0.0,5.455,7.311,1.873
+base-hvac-furnace-gas-room-ac.xml,31.302,0.0,12.231,9.917,0.849,0.0,0.0,0.0,3.233,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.523,0.0,0.509,0.0,13.708,-8.481,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.427,-0.107,-0.957,-4.154,-0.084,0.0,0.0,7.311,1.873
+base-hvac-furnace-oil-only.xml,31.011,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.055,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.481,0.0,0.505,0.0,13.585,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-propane-only.xml,31.011,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.055,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.481,0.0,0.505,0.0,13.585,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-wood-only.xml,31.011,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.202,3.84,0.873,7.055,0.669,11.442,-12.717,0.0,0.0,0.0,8.162,-0.101,5.481,0.0,0.505,0.0,13.585,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-x3-dse.xml,18.045,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.921,3.909,0.89,7.127,0.681,11.64,-12.956,0.0,0.0,0.0,8.358,-0.112,5.274,0.0,0.514,0.0,0.0,-8.566,-2.661,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-ground-to-air-heat-pump-1-speed-experimental.xml,30.066,0.0,18.005,9.917,0.849,0.0,0.0,0.0,3.283,3.875,0.882,7.069,0.676,11.538,-12.828,0.0,0.0,0.0,8.303,-0.111,5.612,0.0,0.509,0.0,12.34,-8.481,-2.634,0.0,0.035,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.939,-4.165,-0.084,0.0,5.986,7.311,1.873
+base-hvac-ground-to-air-heat-pump-1-speed.xml,27.934,0.0,18.055,9.917,0.849,0.0,0.0,0.0,3.376,3.874,0.882,7.068,0.676,11.537,-12.828,0.0,0.0,0.0,8.3,-0.111,5.435,0.0,0.509,0.0,10.306,-8.481,-2.634,0.0,0.035,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.94,-4.164,-0.084,0.0,6.036,7.311,1.873
+base-hvac-ground-to-air-heat-pump-2-speed-experimental.xml,31.939,0.0,18.814,9.917,0.849,0.0,0.0,0.0,3.211,3.875,0.882,7.07,0.676,11.538,-12.828,0.0,0.0,0.0,8.305,-0.111,5.69,0.0,0.509,0.0,14.199,-8.481,-2.634,0.0,0.006,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.418,-0.107,-0.937,-4.163,-0.084,0.0,6.811,7.311,1.873
+base-hvac-ground-to-air-heat-pump-2-speed.xml,28.008,0.0,18.025,9.917,0.849,0.0,0.0,0.0,3.372,3.875,0.882,7.068,0.676,11.537,-12.828,0.0,0.0,0.0,8.3,-0.111,5.44,0.0,0.509,0.0,10.377,-8.481,-2.634,0.0,0.036,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.164,-0.084,0.0,6.006,7.311,1.873
+base-hvac-ground-to-air-heat-pump-backup-integrated.xml,27.934,0.0,18.055,9.917,0.849,0.0,0.0,0.0,3.376,3.874,0.882,7.068,0.676,11.537,-12.828,0.0,0.0,0.0,8.3,-0.111,5.435,0.0,0.509,0.0,10.306,-8.481,-2.634,0.0,0.035,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.94,-4.164,-0.084,0.0,6.036,7.311,1.873
+base-hvac-ground-to-air-heat-pump-backup-stove.xml,29.481,0.0,17.94,9.917,0.849,0.0,0.0,0.0,3.366,3.887,0.885,7.049,0.679,11.577,-12.876,0.0,0.0,0.0,8.267,-0.125,6.582,0.0,0.51,0.0,10.817,-8.519,-2.642,0.0,0.058,-0.223,-0.015,2.46,0.024,-0.304,12.622,0.0,0.0,0.0,-6.417,-0.121,-1.138,-4.092,-0.082,0.0,6.02,7.272,1.865
+base-hvac-ground-to-air-heat-pump-cooling-only.xml,0.0,0.0,17.146,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.085,-0.212,-0.013,2.395,0.028,-0.287,12.462,0.0,0.0,0.0,-6.717,-0.121,-0.907,-4.023,-0.081,0.0,5.481,7.191,1.847
+base-hvac-ground-to-air-heat-pump-detailed-geothermal-loop.xml,32.234,0.0,18.474,9.917,0.85,0.0,0.0,0.0,3.292,3.836,0.874,7.348,0.669,11.436,-12.876,0.0,0.0,0.0,11.726,-0.128,5.437,0.0,0.508,0.0,11.267,-8.522,-2.641,0.0,0.045,-0.232,-0.017,2.832,0.024,-0.325,12.621,0.0,0.0,0.0,-6.415,-0.125,-0.923,-4.129,-0.083,0.0,6.061,7.268,1.866
+base-hvac-ground-to-air-heat-pump-heating-only.xml,26.771,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.384,3.838,0.873,7.052,0.669,11.438,-12.717,0.0,0.0,0.0,8.155,-0.101,5.387,0.0,0.505,0.0,9.277,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-ground-to-air-heat-pump-var-speed-experimental.xml,36.593,0.0,20.504,9.917,0.849,0.0,0.0,0.0,3.012,3.876,0.882,7.073,0.676,11.541,-12.828,0.0,0.0,0.0,8.311,-0.111,5.789,0.0,0.509,0.0,18.936,-8.481,-2.634,0.0,-0.062,-0.243,-0.021,2.454,0.019,-0.372,12.67,0.0,0.0,0.0,-6.415,-0.107,-0.936,-4.171,-0.084,0.0,8.569,7.311,1.873
+base-hvac-ground-to-air-heat-pump-var-speed.xml,28.007,0.0,18.019,9.917,0.849,0.0,0.0,0.0,3.373,3.875,0.882,7.068,0.676,11.537,-12.828,0.0,0.0,0.0,8.3,-0.111,5.44,0.0,0.509,0.0,10.376,-8.481,-2.634,0.0,0.037,-0.244,-0.021,2.452,0.019,-0.374,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.941,-4.164,-0.084,0.0,6.0,7.311,1.873
+base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,33.959,2.259,19.463,9.917,0.849,0.0,0.0,0.0,3.132,3.876,0.882,7.073,0.676,11.542,-12.828,0.0,0.0,0.0,8.311,-0.111,5.869,0.0,0.509,0.0,16.104,-9.847,-2.634,0.0,-0.022,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.936,-4.17,-0.084,0.0,7.493,7.311,1.873
+base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,36.895,2.074,21.012,9.917,0.849,0.0,0.0,0.0,3.009,3.877,0.882,7.076,0.676,11.545,-12.828,0.0,0.0,0.0,8.316,-0.111,5.934,0.0,0.509,0.0,19.084,-9.632,-2.634,0.0,-0.084,-0.243,-0.021,2.454,0.019,-0.371,12.67,0.0,0.0,0.0,-6.415,-0.107,-0.933,-4.173,-0.084,0.0,9.094,7.311,1.873
+base-hvac-install-quality-air-to-air-heat-pump-var-speed-detailed-performance.xml,41.344,1.434,23.186,9.917,0.849,0.0,0.0,0.0,2.808,3.876,0.882,7.073,0.676,11.54,-12.828,0.0,0.0,0.0,8.31,-0.111,5.984,0.0,0.508,0.0,23.694,-9.845,-2.634,0.0,-0.182,-0.243,-0.021,2.454,0.019,-0.371,12.67,0.0,0.0,0.0,-6.415,-0.107,-0.934,-4.198,-0.084,0.0,11.394,7.311,1.873
+base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,40.708,0.465,23.15,9.917,0.849,0.0,0.0,0.0,2.831,3.876,0.882,7.073,0.676,11.541,-12.828,0.0,0.0,0.0,8.311,-0.111,5.845,0.0,0.508,0.0,23.174,-9.426,-2.634,0.0,-0.183,-0.244,-0.021,2.452,0.019,-0.373,12.67,0.0,0.0,0.0,-6.418,-0.107,-0.939,-4.213,-0.084,0.0,11.388,7.311,1.873
+base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,35.288,0.0,22.371,9.917,0.848,0.0,0.0,0.0,3.067,3.875,0.882,7.07,0.676,11.544,-12.817,0.0,0.0,0.0,8.302,-0.115,5.583,0.0,0.509,0.0,17.79,-8.479,-2.634,0.0,-0.183,-0.264,-0.026,2.402,0.014,-0.433,12.681,0.0,0.0,0.0,-6.499,-0.11,-0.958,-4.252,-0.087,0.0,10.872,7.314,1.873
+base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,35.292,0.0,23.239,9.917,0.848,0.0,0.0,0.0,3.067,3.875,0.882,7.069,0.676,11.544,-12.817,0.0,0.0,0.0,8.302,-0.115,5.583,0.0,0.509,0.0,17.795,-8.479,-2.634,0.0,-0.226,-0.266,-0.026,2.398,0.014,-0.439,12.681,0.0,0.0,0.0,-6.506,-0.11,-0.962,-4.267,-0.087,0.0,11.82,7.314,1.873
+base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,34.632,0.0,24.225,9.917,0.848,0.0,0.0,0.0,3.093,3.875,0.882,7.069,0.676,11.543,-12.817,0.0,0.0,0.0,8.302,-0.115,5.541,0.0,0.509,0.0,17.152,-8.479,-2.634,0.0,-0.259,-0.258,-0.024,2.417,0.016,-0.412,12.681,0.0,0.0,0.0,-6.475,-0.11,-0.953,-4.266,-0.086,0.0,12.737,7.313,1.873
+base-hvac-install-quality-furnace-gas-only.xml,35.273,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.027,3.841,0.873,7.059,0.669,11.445,-12.717,0.0,0.0,0.0,8.168,-0.101,5.561,0.0,0.505,0.0,17.923,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-install-quality-ground-to-air-heat-pump-1-speed.xml,31.562,0.0,19.764,9.917,0.849,0.0,0.0,0.0,3.222,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.565,0.0,0.509,0.0,13.938,-8.481,-2.634,0.0,-0.035,-0.244,-0.021,2.453,0.019,-0.372,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.935,-4.169,-0.084,0.0,7.802,7.311,1.873
+base-hvac-install-quality-ground-to-air-heat-pump-2-speed-experimental.xml,35.494,0.0,19.933,9.917,0.849,0.0,0.0,0.0,3.069,3.871,0.881,7.061,0.675,11.526,-12.828,0.0,0.0,0.0,8.293,-0.112,6.134,0.0,0.508,0.0,17.477,-8.481,-2.634,0.0,-0.049,-0.244,-0.021,2.453,0.019,-0.373,12.67,0.0,0.0,0.0,-6.419,-0.107,-0.922,-4.164,-0.084,0.0,7.954,7.311,1.873
+base-hvac-install-quality-ground-to-air-heat-pump-var-speed-experimental.xml,38.984,0.0,21.121,9.917,0.849,0.0,0.0,0.0,2.918,3.87,0.881,7.059,0.674,11.523,-12.828,0.0,0.0,0.0,8.29,-0.112,6.251,0.0,0.508,0.0,21.01,-8.481,-2.634,0.0,-0.098,-0.243,-0.021,2.454,0.019,-0.371,12.67,0.0,0.0,0.0,-6.417,-0.107,-0.922,-4.172,-0.084,0.0,9.194,7.311,1.873
+base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,0.0,0.0,13.949,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.189,-0.213,-0.013,2.393,0.028,-0.293,12.462,0.0,0.0,0.0,-6.719,-0.12,-0.921,-4.023,-0.081,0.0,2.221,7.192,1.847
+base-hvac-install-quality-mini-split-heat-pump-ducted.xml,21.324,0.0,14.115,9.917,0.849,0.0,0.0,0.0,3.688,3.872,0.881,7.061,0.675,11.53,-12.828,0.0,0.0,0.0,8.285,-0.111,5.247,0.0,0.509,0.0,3.609,-8.959,-2.634,0.0,0.174,-0.245,-0.021,2.449,0.019,-0.377,12.67,0.0,0.0,0.0,-6.425,-0.107,-0.955,-4.159,-0.084,0.0,1.999,7.311,1.873
+base-hvac-mini-split-air-conditioner-only-ducted.xml,0.0,0.0,13.732,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.201,-0.214,-0.013,2.393,0.028,-0.293,12.462,0.0,0.0,0.0,-6.719,-0.12,-0.922,-4.021,-0.081,0.0,1.991,7.192,1.847
+base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance-autosize.xml,0.0,0.0,11.853,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.924,-4.015,-0.081,0.0,0.0,7.192,1.847
+base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml,0.0,0.0,11.853,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.924,-4.015,-0.081,0.0,0.0,7.192,1.847
+base-hvac-mini-split-air-conditioner-only-ductless.xml,0.0,0.0,11.853,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.924,-4.015,-0.081,0.0,0.0,7.192,1.847
+base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,0.0,0.0,13.436,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.22,-0.214,-0.013,2.393,0.028,-0.293,12.462,0.0,0.0,0.0,-6.72,-0.12,-0.922,-4.017,-0.081,0.0,1.674,7.192,1.847
+base-hvac-mini-split-heat-pump-ducted-heating-only-research-features.xml,20.534,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.68,3.833,0.871,7.037,0.667,11.421,-12.717,0.0,0.0,0.0,8.126,-0.101,5.199,0.0,0.504,0.0,3.016,-8.835,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-heating-only.xml,20.584,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.685,3.836,0.872,7.045,0.668,11.432,-12.717,0.0,0.0,0.0,8.141,-0.101,5.202,0.0,0.505,0.0,3.012,-8.894,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-research-features.xml,20.728,0.0,13.903,9.917,0.849,0.0,0.0,0.0,3.716,3.868,0.88,7.051,0.674,11.519,-12.828,0.0,0.0,0.0,8.269,-0.111,5.238,0.0,0.509,0.0,3.045,-8.909,-2.634,0.0,0.187,-0.245,-0.021,2.449,0.019,-0.377,12.67,0.0,0.0,0.0,-6.426,-0.107,-0.956,-4.156,-0.084,0.0,1.775,7.311,1.873
+base-hvac-mini-split-heat-pump-ducted.xml,20.778,0.0,13.904,9.917,0.849,0.0,0.0,0.0,3.72,3.872,0.881,7.06,0.675,11.529,-12.828,0.0,0.0,0.0,8.284,-0.111,5.241,0.0,0.509,0.0,3.041,-8.971,-2.634,0.0,0.187,-0.245,-0.021,2.449,0.019,-0.377,12.67,0.0,0.0,0.0,-6.425,-0.107,-0.956,-4.157,-0.084,0.0,1.775,7.311,1.873
+base-hvac-mini-split-heat-pump-ductless-autosize-factor.xml,17.867,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-7.67,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,17.867,0.317,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-7.699,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-mini-split-heat-pump-ductless-backup-furnace-ducts-defaults.xml,20.623,18.473,12.132,9.917,0.849,0.0,0.0,0.0,3.896,3.883,0.885,7.035,0.678,11.568,-12.876,0.0,0.0,0.0,8.241,-0.126,6.545,0.0,0.51,0.0,1.527,-8.52,-2.643,0.0,0.314,-0.224,-0.016,2.453,0.024,-0.307,12.622,0.0,0.0,0.0,-6.427,-0.123,-1.153,-4.081,-0.082,0.0,0.0,7.271,1.865
+base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml,23.945,21.874,12.231,9.917,0.849,0.0,0.0,0.0,3.564,3.873,0.881,7.065,0.675,11.534,-12.828,0.0,0.0,0.0,8.291,-0.111,5.313,0.0,0.509,0.0,6.27,-8.481,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-mini-split-heat-pump-ductless-backup-integrated-defrost-with-backup-heat-active.xml,17.867,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-9.017,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-mini-split-heat-pump-ductless-backup-integrated.xml,17.867,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-7.67,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,18.933,16.797,12.132,9.917,0.849,0.0,0.0,0.0,3.896,3.883,0.885,7.035,0.678,11.568,-12.876,0.0,0.0,0.0,8.242,-0.126,6.381,0.0,0.51,0.0,0.0,-8.52,-2.643,0.0,0.314,-0.224,-0.016,2.453,0.024,-0.307,12.622,0.0,0.0,0.0,-6.427,-0.123,-1.153,-4.081,-0.082,0.0,0.0,7.271,1.865
+base-hvac-mini-split-heat-pump-ductless-detailed-performance-autosize.xml,17.81,0.0,12.229,9.917,0.849,0.0,0.0,0.0,3.878,3.867,0.88,7.047,0.674,11.513,-12.828,0.0,0.0,0.0,8.261,-0.111,5.213,0.0,0.509,0.0,0.0,-7.687,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.43,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-mini-split-heat-pump-ductless-detailed-performance.xml,17.867,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-7.672,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml,17.867,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-7.671,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-mini-split-heat-pump-ductless.xml,17.867,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-7.67,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-multiple.xml,41.417,0.705,21.914,9.917,0.849,0.0,0.0,0.0,3.394,3.886,0.885,7.047,0.678,11.576,-12.876,0.0,0.0,0.0,8.262,-0.125,9.901,0.0,0.509,0.0,19.415,-8.438,-2.642,0.0,0.035,-0.226,-0.016,2.452,0.023,-0.313,12.621,0.0,0.0,0.0,-6.429,-0.121,-1.043,-4.125,-0.083,0.0,9.98,7.272,1.865
base-hvac-none.xml,0.0,0.0,0.0,4.826,0.445,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-ptac-cfis.xml,0.0,0.0,11.692,9.917,0.927,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.365,-0.168,-0.001,2.395,0.04,-0.137,12.326,0.0,0.0,0.0,-6.721,-0.149,-0.465,-3.902,-0.795,0.0,0.0,7.086,1.819
-base-hvac-ptac-with-heating-electricity.xml,17.866,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-8.481,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-ptac-with-heating-natural-gas.xml,17.866,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-8.481,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-ptac.xml,0.0,0.0,11.852,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.923,-4.018,-0.081,0.0,0.0,7.192,1.847
-base-hvac-pthp-cfis.xml,19.651,0.045,12.129,9.917,0.85,0.0,0.0,0.0,3.906,3.894,0.888,7.032,0.68,11.601,-12.926,0.0,0.0,0.0,8.227,-0.13,3.315,0.0,4.346,0.0,0.0,-9.263,-2.652,0.0,0.328,-0.209,-0.012,2.464,0.027,-0.259,12.571,0.0,0.0,0.0,-6.422,-0.127,-0.49,-4.045,-0.792,0.0,0.0,7.239,1.855
-base-hvac-pthp-heating-capacity-17f.xml,17.866,0.08,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-7.672,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-pthp.xml,17.866,0.062,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-7.671,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-room-ac-only-detailed-setpoints.xml,0.0,0.0,8.969,9.917,0.911,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.202,-0.341,-0.041,1.918,-0.003,-0.704,12.184,0.0,0.0,0.0,-7.331,-0.15,-1.007,-4.49,-0.097,0.0,0.0,7.027,1.804
-base-hvac-room-ac-only-eer.xml,0.0,0.0,11.852,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.923,-4.018,-0.081,0.0,0.0,7.192,1.847
-base-hvac-room-ac-only-partial-conditioning.xml,0.0,0.0,4.148,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.112,-0.075,-0.005,0.837,0.01,-0.103,4.362,0.0,0.0,0.0,-2.353,-0.042,-0.323,-1.406,-0.028,0.0,0.0,2.517,0.646
-base-hvac-room-ac-only-research-features.xml,0.0,0.0,8.932,9.917,0.911,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.253,-0.367,-0.048,1.875,-0.009,-0.735,12.179,0.0,0.0,0.0,-7.447,-0.134,-0.989,-4.359,-0.101,0.0,0.0,7.014,1.8
-base-hvac-room-ac-only.xml,0.0,0.0,11.852,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.923,-4.018,-0.081,0.0,0.0,7.192,1.847
-base-hvac-room-ac-with-heating.xml,17.866,0.0,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-8.481,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-room-ac-with-reverse-cycle.xml,17.866,0.062,12.228,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.221,0.0,0.509,0.0,0.0,-7.671,-2.634,0.0,0.292,-0.246,-0.021,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.956,-4.155,-0.084,0.0,0.0,7.311,1.873
-base-hvac-seasons-and-inverted-setpoints.xml,56.909,0.0,30.785,9.917,0.797,0.0,0.0,0.0,3.504,4.578,1.069,9.118,0.925,14.235,-10.393,0.0,0.0,0.0,11.041,-0.141,7.351,0.001,0.587,0.0,24.674,-7.371,-2.292,0.0,0.284,0.355,0.105,3.54,0.119,1.39,9.208,0.0,0.0,0.0,-2.313,0.012,-0.204,-0.01,0.007,0.0,11.647,5.285,1.313
-base-hvac-seasons.xml,30.84,0.0,20.208,9.917,0.849,0.0,0.0,0.0,3.013,3.619,0.817,7.038,0.612,10.765,-11.967,0.0,0.0,0.0,8.193,-0.026,5.199,0.0,0.479,0.0,13.381,-7.828,-2.475,0.0,0.16,0.08,0.039,2.813,0.05,0.519,9.244,0.0,0.0,0.0,-4.123,-0.003,-0.444,-3.304,-0.025,0.0,8.486,5.362,1.324
-base-hvac-setpoints-daily-schedules.xml,30.366,0.0,17.768,9.917,0.851,0.0,0.0,0.0,3.233,3.827,0.867,7.061,0.657,11.301,-12.89,0.0,0.0,0.0,8.725,-0.05,5.418,0.0,0.51,0.0,13.002,-8.469,-2.641,0.0,-0.003,-0.259,-0.027,2.385,0.009,-0.497,12.608,0.0,0.0,0.0,-6.673,-0.06,-0.985,-4.75,-0.086,0.0,7.047,7.319,1.866
-base-hvac-setpoints-daily-setbacks.xml,29.391,0.0,18.58,9.917,0.851,0.0,0.0,0.0,3.237,3.807,0.858,6.971,0.64,11.093,-13.12,0.0,0.0,0.0,8.393,0.03,5.325,0.0,0.509,0.0,12.577,-8.483,-2.648,0.0,-0.017,-0.27,-0.035,2.384,-0.007,-0.683,12.378,0.0,0.0,0.0,-6.547,0.029,-1.013,-4.573,-0.089,0.0,7.593,7.305,1.859
-base-hvac-setpoints.xml,11.133,0.0,13.367,9.917,0.897,0.0,0.0,0.0,2.651,2.828,0.632,4.918,0.416,8.231,-12.468,0.0,0.0,0.0,5.575,-0.036,3.744,0.0,0.382,0.0,4.843,-8.091,-2.552,0.0,-0.172,-0.463,-0.077,2.213,-0.036,-1.054,13.029,0.0,0.0,0.0,-7.273,-0.036,-1.147,-7.083,-0.112,0.0,5.95,7.634,1.955
-base-hvac-space-heater-gas-only.xml,17.696,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.182,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-stove-oil-only.xml,18.766,0.0,0.0,9.917,0.815,0.0,0.0,0.0,3.864,3.853,0.876,7.023,0.672,11.479,-12.771,0.0,0.0,0.0,8.084,-0.109,6.339,0.0,0.507,0.0,0.0,-8.449,-2.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-stove-wood-pellets-only.xml,18.766,0.0,0.0,9.917,0.815,0.0,0.0,0.0,3.864,3.853,0.876,7.023,0.672,11.479,-12.771,0.0,0.0,0.0,8.084,-0.109,6.339,0.0,0.507,0.0,0.0,-8.449,-2.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-undersized-allow-increased-fixed-capacities.xml,25.457,0.0,16.653,9.917,0.849,0.0,0.0,0.0,3.49,3.874,0.882,7.065,0.675,11.534,-12.828,0.0,0.0,0.0,8.294,-0.111,5.221,0.0,0.509,0.0,7.949,-8.481,-2.634,0.0,0.107,-0.244,-0.021,2.451,0.019,-0.375,12.67,0.0,0.0,0.0,-6.422,-0.107,-0.957,-4.163,-0.084,0.0,4.605,7.311,1.873
-base-hvac-undersized.xml,22.174,0.0,14.261,9.917,0.896,0.0,0.0,0.0,1.768,2.757,0.622,3.863,0.401,8.01,-12.914,0.0,0.0,0.0,3.042,-0.196,3.454,0.0,0.37,0.0,22.028,-8.442,-2.644,0.0,-0.406,-0.57,-0.098,1.486,-0.061,-1.409,12.584,0.0,0.0,0.0,-8.063,-0.119,-1.202,-6.434,-0.128,0.0,9.493,7.284,1.863
-base-hvac-wall-furnace-elec-only.xml,17.696,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.182,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-lighting-ceiling-fans-label-energy-use.xml,31.018,0.0,20.136,9.917,0.846,0.0,0.0,0.0,3.241,3.873,0.881,7.065,0.676,11.535,-12.813,0.0,0.0,0.0,8.285,-0.112,5.501,0.0,0.509,0.0,13.455,-8.475,-2.633,0.0,-0.111,-0.297,-0.033,2.322,0.006,-0.538,12.685,0.0,0.0,0.0,-6.634,-0.108,-0.975,-4.399,-0.09,0.0,8.405,8.003,1.875
-base-lighting-ceiling-fans.xml,31.019,0.0,19.969,9.917,0.846,0.0,0.0,0.0,3.241,3.873,0.881,7.065,0.676,11.535,-12.813,0.0,0.0,0.0,8.286,-0.112,5.5,0.0,0.509,0.0,13.455,-8.475,-2.633,0.0,-0.107,-0.295,-0.033,2.326,0.006,-0.533,12.685,0.0,0.0,0.0,-6.627,-0.108,-0.974,-4.385,-0.09,0.0,8.358,7.845,1.875
-base-lighting-holiday.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-lighting-kwh-per-year.xml,30.593,0.0,20.737,9.917,0.848,0.0,0.0,0.0,3.25,3.875,0.882,7.083,0.676,11.541,-12.8,0.0,0.0,0.0,8.328,-0.111,5.496,0.0,0.509,0.0,13.292,-8.469,-2.986,0.0,-0.085,-0.256,-0.024,2.433,0.016,-0.407,12.695,0.0,0.0,0.0,-6.449,-0.107,-0.94,-4.215,-0.085,0.0,8.685,7.323,2.129
-base-lighting-mixed.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-lighting-none-ceiling-fans.xml,34.397,0.0,18.329,9.917,0.848,0.0,0.0,0.0,3.2,3.889,0.887,6.961,0.68,11.593,-13.041,0.0,0.0,0.0,8.124,-0.128,5.576,0.0,0.513,0.0,14.744,-8.623,0.0,0.0,0.002,-0.207,-0.011,2.421,0.028,-0.266,12.48,0.0,0.0,0.0,-6.47,-0.123,-0.887,-4.116,-0.081,0.0,7.843,7.694,0.0
-base-lighting-none.xml,34.422,0.0,18.868,9.917,0.851,0.0,0.0,0.0,3.201,3.89,0.887,6.962,0.681,11.604,-13.041,0.0,0.0,0.0,8.138,-0.133,5.579,0.0,0.513,0.0,14.754,-8.631,0.0,0.0,0.035,-0.159,0.001,2.538,0.04,-0.107,12.48,0.0,0.0,0.0,-6.276,-0.128,-0.843,-3.916,-0.076,0.0,8.103,7.158,0.0
-base-location-AMY-2012.xml,43.483,0.0,13.816,10.393,0.856,0.0,0.0,0.0,3.761,4.502,1.052,8.727,0.859,13.855,-13.017,0.0,0.0,0.0,10.641,-0.305,5.923,0.0,0.511,0.0,18.879,-9.135,-2.808,0.0,-0.022,-0.234,-0.009,0.95,0.008,-1.048,11.417,0.0,0.0,0.0,-7.844,-0.296,-0.827,-2.918,-0.065,0.0,6.275,6.692,1.713
-base-location-TMYx.xml,38.27,0.0,11.208,10.394,0.858,0.0,0.0,0.0,4.102,4.513,1.042,8.145,0.744,13.529,-17.036,0.0,0.0,0.0,12.47,-0.195,5.789,0.0,0.588,0.0,16.951,-9.522,-2.877,0.0,-0.823,-0.799,-0.158,1.424,-0.122,-2.119,11.642,0.0,0.0,0.0,-6.904,-0.192,-0.812,-2.28,-0.078,0.0,4.544,6.257,1.63
+base-hvac-ptac-cfis.xml,0.0,0.0,11.693,9.917,0.927,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.365,-0.168,-0.001,2.395,0.04,-0.137,12.326,0.0,0.0,0.0,-6.721,-0.149,-0.465,-3.9,-0.797,0.0,0.0,7.086,1.819
+base-hvac-ptac-with-heating-electricity.xml,17.867,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-8.481,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-ptac-with-heating-natural-gas.xml,17.867,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-8.481,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-ptac.xml,0.0,0.0,11.853,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.924,-4.015,-0.081,0.0,0.0,7.192,1.847
+base-hvac-pthp-cfis.xml,19.654,0.045,12.129,9.917,0.85,0.0,0.0,0.0,3.907,3.894,0.888,7.031,0.681,11.605,-12.926,0.0,0.0,0.0,8.224,-0.132,3.317,0.0,4.349,0.0,0.0,-9.264,-2.652,0.0,0.329,-0.209,-0.011,2.463,0.028,-0.255,12.571,0.0,0.0,0.0,-6.425,-0.128,-0.49,-4.043,-0.792,0.0,0.0,7.238,1.855
+base-hvac-pthp-heating-capacity-17f.xml,17.867,0.08,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-7.672,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-pthp.xml,17.867,0.062,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-7.671,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-room-ac-only-detailed-setpoints.xml,0.0,0.0,8.97,9.917,0.911,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.202,-0.341,-0.041,1.918,-0.003,-0.704,12.184,0.0,0.0,0.0,-7.331,-0.15,-1.008,-4.488,-0.097,0.0,0.0,7.027,1.804
+base-hvac-room-ac-only-eer.xml,0.0,0.0,11.853,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.924,-4.015,-0.081,0.0,0.0,7.192,1.847
+base-hvac-room-ac-only-partial-conditioning.xml,0.0,0.0,4.148,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.112,-0.075,-0.005,0.837,0.01,-0.103,4.362,0.0,0.0,0.0,-2.353,-0.042,-0.323,-1.405,-0.028,0.0,0.0,2.517,0.646
+base-hvac-room-ac-only-research-features.xml,0.0,0.0,8.932,9.917,0.911,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.253,-0.367,-0.048,1.875,-0.009,-0.736,12.179,0.0,0.0,0.0,-7.447,-0.134,-0.99,-4.357,-0.101,0.0,0.0,7.014,1.8
+base-hvac-room-ac-only.xml,0.0,0.0,11.853,9.917,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.319,-0.214,-0.013,2.391,0.028,-0.296,12.462,0.0,0.0,0.0,-6.723,-0.12,-0.924,-4.015,-0.081,0.0,0.0,7.192,1.847
+base-hvac-room-ac-with-heating.xml,17.867,0.0,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-8.481,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-room-ac-with-reverse-cycle.xml,17.867,0.062,12.23,9.917,0.849,0.0,0.0,0.0,3.882,3.87,0.881,7.056,0.675,11.525,-12.828,0.0,0.0,0.0,8.275,-0.111,5.222,0.0,0.509,0.0,0.0,-7.671,-2.634,0.0,0.292,-0.246,-0.022,2.447,0.018,-0.379,12.67,0.0,0.0,0.0,-6.429,-0.107,-0.957,-4.153,-0.084,0.0,0.0,7.311,1.873
+base-hvac-seasons-and-inverted-setpoints.xml,56.911,0.0,30.784,9.917,0.797,0.0,0.0,0.0,3.504,4.578,1.069,9.118,0.925,14.235,-10.393,0.0,0.0,0.0,11.041,-0.141,7.353,0.001,0.587,0.0,24.675,-7.371,-2.292,0.0,0.285,0.357,0.105,3.536,0.12,1.4,9.208,0.0,0.0,0.0,-2.317,0.009,-0.201,-0.01,0.007,0.0,11.647,5.28,1.313
+base-hvac-seasons.xml,30.842,0.0,20.209,9.917,0.849,0.0,0.0,0.0,3.012,3.619,0.817,7.038,0.612,10.765,-11.967,0.0,0.0,0.0,8.193,-0.026,5.2,0.0,0.479,0.0,13.382,-7.828,-2.475,0.0,0.16,0.08,0.039,2.813,0.05,0.519,9.244,0.0,0.0,0.0,-4.123,-0.003,-0.445,-3.302,-0.025,0.0,8.486,5.362,1.324
+base-hvac-setpoints-daily-schedules.xml,30.368,0.0,17.77,9.917,0.851,0.0,0.0,0.0,3.233,3.827,0.867,7.061,0.657,11.301,-12.89,0.0,0.0,0.0,8.725,-0.05,5.42,0.0,0.51,0.0,13.003,-8.469,-2.641,0.0,-0.003,-0.259,-0.027,2.384,0.009,-0.498,12.608,0.0,0.0,0.0,-6.673,-0.06,-0.985,-4.748,-0.086,0.0,7.047,7.32,1.866
+base-hvac-setpoints-daily-setbacks.xml,29.393,0.0,18.582,9.917,0.851,0.0,0.0,0.0,3.237,3.807,0.858,6.971,0.64,11.093,-13.12,0.0,0.0,0.0,8.393,0.03,5.326,0.0,0.509,0.0,12.578,-8.483,-2.648,0.0,-0.017,-0.27,-0.035,2.384,-0.007,-0.683,12.378,0.0,0.0,0.0,-6.547,0.029,-1.014,-4.57,-0.089,0.0,7.594,7.305,1.859
+base-hvac-setpoints.xml,11.135,0.0,13.368,9.917,0.897,0.0,0.0,0.0,2.65,2.828,0.632,4.918,0.416,8.231,-12.468,0.0,0.0,0.0,5.575,-0.036,3.745,0.0,0.383,0.0,4.844,-8.091,-2.552,0.0,-0.172,-0.463,-0.077,2.213,-0.036,-1.054,13.029,0.0,0.0,0.0,-7.274,-0.036,-1.148,-7.081,-0.112,0.0,5.95,7.634,1.955
+base-hvac-space-heater-gas-only.xml,17.697,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.183,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-stove-oil-only.xml,18.767,0.0,0.0,9.917,0.815,0.0,0.0,0.0,3.864,3.853,0.876,7.023,0.672,11.479,-12.771,0.0,0.0,0.0,8.084,-0.109,6.341,0.0,0.507,0.0,0.0,-8.449,-2.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-stove-wood-pellets-only.xml,18.767,0.0,0.0,9.917,0.815,0.0,0.0,0.0,3.864,3.853,0.876,7.023,0.672,11.479,-12.771,0.0,0.0,0.0,8.084,-0.109,6.341,0.0,0.507,0.0,0.0,-8.449,-2.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-undersized-allow-increased-fixed-capacities.xml,25.459,0.0,16.655,9.917,0.849,0.0,0.0,0.0,3.49,3.874,0.882,7.065,0.675,11.534,-12.828,0.0,0.0,0.0,8.294,-0.111,5.222,0.0,0.509,0.0,7.95,-8.481,-2.634,0.0,0.107,-0.244,-0.021,2.45,0.019,-0.375,12.67,0.0,0.0,0.0,-6.422,-0.107,-0.957,-4.161,-0.084,0.0,4.605,7.311,1.873
+base-hvac-undersized.xml,22.174,0.0,14.261,9.917,0.896,0.0,0.0,0.0,1.768,2.757,0.622,3.863,0.401,8.01,-12.914,0.0,0.0,0.0,3.042,-0.196,3.454,0.0,0.37,0.0,22.028,-8.442,-2.644,0.0,-0.406,-0.57,-0.098,1.486,-0.061,-1.409,12.584,0.0,0.0,0.0,-8.063,-0.119,-1.202,-6.433,-0.128,0.0,9.493,7.284,1.863
+base-hvac-wall-furnace-elec-only.xml,17.697,0.0,0.0,9.917,0.814,0.0,0.0,0.0,3.845,3.835,0.872,7.042,0.668,11.428,-12.717,0.0,0.0,0.0,8.132,-0.101,5.183,0.0,0.505,0.0,0.0,-8.404,-2.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-lighting-ceiling-fans-label-energy-use.xml,31.02,0.0,20.138,9.917,0.846,0.0,0.0,0.0,3.241,3.873,0.881,7.065,0.676,11.535,-12.813,0.0,0.0,0.0,8.285,-0.112,5.502,0.0,0.509,0.0,13.456,-8.475,-2.633,0.0,-0.111,-0.297,-0.033,2.322,0.006,-0.538,12.685,0.0,0.0,0.0,-6.634,-0.108,-0.976,-4.396,-0.09,0.0,8.405,8.003,1.875
+base-lighting-ceiling-fans.xml,31.021,0.0,19.971,9.917,0.846,0.0,0.0,0.0,3.241,3.873,0.881,7.065,0.676,11.535,-12.813,0.0,0.0,0.0,8.286,-0.112,5.502,0.0,0.509,0.0,13.456,-8.475,-2.633,0.0,-0.107,-0.295,-0.033,2.326,0.006,-0.533,12.685,0.0,0.0,0.0,-6.627,-0.108,-0.975,-4.382,-0.09,0.0,8.359,7.845,1.875
+base-lighting-holiday.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-lighting-kwh-per-year.xml,30.595,0.0,20.739,9.917,0.848,0.0,0.0,0.0,3.25,3.875,0.882,7.083,0.676,11.541,-12.8,0.0,0.0,0.0,8.328,-0.111,5.497,0.0,0.509,0.0,13.293,-8.469,-2.986,0.0,-0.085,-0.256,-0.024,2.433,0.016,-0.408,12.695,0.0,0.0,0.0,-6.449,-0.107,-0.94,-4.213,-0.086,0.0,8.685,7.323,2.129
+base-lighting-mixed.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-lighting-none-ceiling-fans.xml,34.399,0.0,18.331,9.917,0.848,0.0,0.0,0.0,3.2,3.889,0.887,6.961,0.68,11.593,-13.041,0.0,0.0,0.0,8.124,-0.128,5.578,0.0,0.513,0.0,14.745,-8.623,0.0,0.0,0.002,-0.207,-0.011,2.421,0.028,-0.266,12.48,0.0,0.0,0.0,-6.47,-0.123,-0.887,-4.113,-0.082,0.0,7.844,7.694,0.0
+base-lighting-none.xml,34.424,0.0,18.869,9.917,0.851,0.0,0.0,0.0,3.201,3.89,0.887,6.962,0.681,11.604,-13.041,0.0,0.0,0.0,8.138,-0.133,5.581,0.0,0.513,0.0,14.755,-8.631,0.0,0.0,0.035,-0.159,0.001,2.538,0.04,-0.107,12.48,0.0,0.0,0.0,-6.276,-0.128,-0.844,-3.913,-0.076,0.0,8.103,7.158,0.0
+base-location-AMY-2012.xml,43.485,0.0,13.817,10.393,0.856,0.0,0.0,0.0,3.761,4.502,1.052,8.727,0.859,13.855,-13.017,0.0,0.0,0.0,10.641,-0.305,5.924,0.0,0.511,0.0,18.88,-9.135,-2.808,0.0,-0.022,-0.234,-0.009,0.95,0.008,-1.048,11.417,0.0,0.0,0.0,-7.844,-0.296,-0.828,-2.916,-0.065,0.0,6.276,6.692,1.713
+base-location-TMYx.xml,38.273,0.0,11.208,10.394,0.858,0.0,0.0,0.0,4.102,4.513,1.042,8.145,0.743,13.529,-17.036,0.0,0.0,0.0,12.47,-0.195,5.791,0.0,0.588,0.0,16.952,-9.522,-2.877,0.0,-0.823,-0.799,-0.158,1.424,-0.122,-2.119,11.642,0.0,0.0,0.0,-6.904,-0.192,-0.812,-2.279,-0.078,0.0,4.544,6.257,1.63
base-location-baltimore-md.xml,10.417,0.0,18.778,9.071,0.916,0.0,0.0,0.0,3.214,3.111,0.0,0.0,0.657,8.736,-7.074,0.0,0.0,2.308,0.0,-0.345,2.057,0.0,0.467,0.0,2.55,-4.218,-1.087,0.0,-0.217,-0.821,0.0,0.0,-0.056,-0.501,14.452,0.0,0.0,-1.795,0.0,-0.34,-0.627,-2.538,-0.193,0.0,2.798,7.195,1.558
base-location-capetown-zaf.xml,0.193,0.0,15.983,7.872,0.958,0.0,0.0,0.0,0.853,0.719,0.0,0.0,0.227,1.742,-2.564,0.0,0.0,0.943,0.0,-0.384,0.305,0.0,0.095,0.0,0.048,-1.501,-0.271,0.0,-1.478,-2.2,0.0,0.0,-0.794,-3.561,21.528,0.0,0.0,-5.536,0.0,-0.387,-1.237,-3.982,-0.377,0.0,1.874,9.988,2.375
-base-location-dallas-tx.xml,2.005,0.0,33.043,7.067,0.794,0.0,0.0,0.0,1.361,1.312,0.0,0.0,0.295,3.84,-3.63,0.0,0.0,0.0,0.753,-0.29,0.847,0.0,0.197,0.0,0.081,-2.244,-0.535,0.0,0.317,-0.301,0.0,0.0,0.119,2.09,20.317,0.0,0.0,0.0,1.319,-0.285,-0.521,-2.634,-0.115,0.0,0.698,10.039,2.11
-base-location-detailed.xml,32.33,0.0,19.187,9.917,0.85,0.0,0.0,0.0,3.276,3.911,0.892,7.271,0.699,11.653,-12.599,0.0,0.0,0.0,8.453,-0.125,5.517,0.0,0.509,0.0,14.023,-8.53,-2.645,0.0,-0.116,-0.249,-0.022,2.15,0.008,-0.378,12.335,0.0,0.0,0.0,-6.647,-0.121,-0.9,-4.04,-0.082,0.0,8.106,7.26,1.862
+base-location-dallas-tx.xml,2.005,0.0,33.044,7.067,0.794,0.0,0.0,0.0,1.361,1.312,0.0,0.0,0.295,3.84,-3.63,0.0,0.0,0.0,0.753,-0.29,0.847,0.0,0.197,0.0,0.081,-2.244,-0.535,0.0,0.317,-0.301,0.0,0.0,0.119,2.09,20.317,0.0,0.0,0.0,1.319,-0.285,-0.521,-2.633,-0.115,0.0,0.698,10.039,2.11
+base-location-detailed.xml,32.332,0.0,19.188,9.917,0.85,0.0,0.0,0.0,3.276,3.911,0.892,7.271,0.699,11.653,-12.599,0.0,0.0,0.0,8.453,-0.125,5.518,0.0,0.51,0.0,14.024,-8.53,-2.645,0.0,-0.116,-0.249,-0.022,2.15,0.008,-0.378,12.335,0.0,0.0,0.0,-6.647,-0.121,-0.901,-4.037,-0.082,0.0,8.107,7.26,1.862
base-location-duluth-mn.xml,42.955,0.0,5.993,12.403,1.136,0.0,0.0,0.0,6.798,6.905,0.0,0.0,1.525,20.15,-11.383,0.0,0.0,8.549,0.0,-0.316,6.359,0.0,0.0,0.0,10.899,-4.814,-1.733,0.0,-0.521,-0.967,0.0,0.0,-0.155,-1.7,9.854,0.0,0.0,-2.058,0.0,-0.317,-0.731,-1.939,0.0,0.0,0.761,2.998,0.912
-base-location-helena-mt.xml,50.013,0.0,9.082,11.264,0.864,0.0,0.0,0.0,4.52,5.224,1.19,10.706,0.971,15.623,-13.075,0.0,0.0,0.0,12.782,-0.087,8.055,0.0,0.753,0.0,16.293,-9.906,-3.04,0.0,-0.311,-0.517,-0.088,1.065,-0.067,-1.298,10.75,0.0,0.0,0.0,-7.166,-0.081,-1.114,-2.745,-0.128,0.0,3.463,5.864,1.467
-base-location-honolulu-hi.xml,0.0,0.0,52.167,4.826,0.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.354,0.752,0.0,0.0,0.293,6.244,23.505,0.0,0.0,0.0,5.817,-0.004,0.004,-2.18,0.043,0.0,1.362,12.33,2.646
+base-location-helena-mt.xml,50.016,0.0,9.084,11.264,0.864,0.0,0.0,0.0,4.52,5.224,1.19,10.706,0.971,15.623,-13.075,0.0,0.0,0.0,12.782,-0.087,8.057,0.0,0.753,0.0,16.294,-9.906,-3.04,0.0,-0.311,-0.517,-0.088,1.065,-0.067,-1.298,10.75,0.0,0.0,0.0,-7.166,-0.081,-1.114,-2.743,-0.128,0.0,3.465,5.864,1.467
+base-location-honolulu-hi.xml,0.0,0.0,52.167,4.826,0.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.354,0.751,0.0,0.0,0.293,6.244,23.505,0.0,0.0,0.0,5.817,-0.004,0.003,-2.18,0.043,0.0,1.362,12.33,2.646
base-location-miami-fl.xml,0.0,0.0,48.356,4.973,0.763,0.0,0.0,0.0,0.001,0.001,0.0,0.0,0.0,0.003,-0.002,0.0,0.0,0.0,-0.001,-0.001,0.001,0.0,0.0,0.0,0.0,-0.001,-0.0,0.0,1.15,0.596,0.0,0.0,0.302,5.408,22.571,0.0,0.0,0.0,5.384,-0.005,-0.15,-3.118,-0.001,0.0,1.256,12.326,2.645
-base-location-phoenix-az.xml,0.003,0.0,56.558,5.228,0.769,0.0,0.0,0.0,0.173,0.152,0.0,0.0,0.047,0.504,-0.45,0.0,0.0,0.0,-0.076,-0.101,0.087,0.0,0.021,0.0,0.0,-0.284,-0.06,0.0,1.478,1.069,0.0,0.0,0.64,5.915,28.04,0.0,0.0,0.0,6.832,-0.113,-0.015,-3.421,0.034,0.0,1.607,12.034,2.586
-base-location-portland-or.xml,11.074,0.0,9.377,9.423,1.072,0.0,0.0,0.0,3.039,2.953,0.0,0.0,0.627,7.903,-6.137,0.0,0.0,4.724,0.0,-0.256,1.457,0.0,0.454,0.0,2.987,-5.3,-1.36,0.0,-0.532,-1.061,0.0,0.0,-0.112,-1.958,12.864,0.0,0.0,-3.821,0.0,-0.254,-0.635,-3.226,-0.239,0.0,1.11,6.071,1.286
-base-location-zipcode.xml,31.033,0.0,20.505,9.917,0.849,0.0,0.0,0.0,3.242,3.875,0.882,7.066,0.676,11.54,-12.826,0.0,0.0,0.0,8.301,-0.111,5.503,0.0,0.509,0.0,13.461,-8.481,-2.634,0.0,-0.071,-0.246,-0.022,2.448,0.018,-0.382,12.665,0.0,0.0,0.0,-6.426,-0.107,-0.931,-4.18,-0.084,0.0,8.614,7.311,1.873
-base-mechvent-balanced.xml,53.333,0.0,19.034,9.917,0.856,0.0,0.0,0.0,3.03,4.018,0.924,6.871,0.706,12.067,-13.859,0.0,0.0,0.0,8.14,-0.271,5.961,0.0,16.038,0.0,21.709,-9.154,-2.823,0.0,0.188,0.009,0.047,2.556,0.077,0.516,11.638,0.0,0.0,0.0,-6.131,-0.267,-0.582,-3.356,-2.322,0.0,8.313,6.627,1.685
-base-mechvent-bath-kitchen-fans.xml,33.197,0.0,20.275,9.917,0.849,0.0,0.0,0.0,3.231,3.898,0.888,7.054,0.681,11.593,-12.925,0.0,0.0,0.0,8.274,-0.119,5.106,0.0,2.377,0.0,14.311,-8.547,-2.656,0.0,-0.034,-0.212,-0.013,2.463,0.026,-0.288,12.573,0.0,0.0,0.0,-6.41,-0.115,-0.809,-4.09,-0.486,0.0,8.556,7.244,1.851
-base-mechvent-cfis-15-mins.xml,49.492,0.0,19.262,9.917,0.856,0.0,0.0,0.0,3.11,4.058,0.939,6.814,0.727,12.22,-13.795,0.0,0.0,0.0,8.014,-0.336,2.746,0.0,15.474,0.0,21.454,-9.135,-2.81,0.0,0.247,0.003,0.049,2.458,0.082,0.551,11.652,0.0,0.0,0.0,-6.245,-0.331,-0.378,-3.112,-1.864,0.0,7.793,6.647,1.697
-base-mechvent-cfis-airflow-fraction-zero.xml,46.395,0.0,19.472,9.917,0.853,0.0,0.0,0.0,3.103,3.989,0.917,6.925,0.706,11.96,-13.452,0.0,0.0,0.0,8.107,-0.242,1.744,0.0,15.101,0.0,19.225,-8.924,-2.759,0.0,0.12,-0.06,0.03,2.503,0.066,0.277,12.046,0.0,0.0,0.0,-6.328,-0.238,-0.162,-3.616,-2.24,0.0,8.428,6.862,1.748
-base-mechvent-cfis-control-type-timer.xml,49.054,0.0,19.665,9.917,0.855,0.0,0.0,0.0,2.99,4.031,0.928,6.852,0.709,12.065,-13.793,0.0,0.0,0.0,8.075,-0.307,1.714,0.0,14.747,0.0,22.926,-9.072,-2.797,0.0,0.244,0.004,0.047,2.494,0.075,0.457,11.704,0.0,0.0,0.0,-6.257,-0.302,-0.155,-3.413,-1.796,0.0,8.127,6.711,1.71
-base-mechvent-cfis-dse.xml,27.639,0.0,11.489,9.917,0.854,0.0,0.0,0.0,3.996,3.981,0.915,6.905,0.704,11.939,-13.449,0.0,0.0,0.0,8.071,-0.243,1.638,0.0,14.875,0.0,0.0,-8.923,-2.759,0.0,0.476,-0.059,0.03,2.508,0.067,0.283,12.048,0.0,0.0,0.0,-6.319,-0.239,-0.164,-3.589,-2.169,0.0,0.0,6.862,1.748
-base-mechvent-cfis-evap-cooler-only-ducted.xml,0.0,0.0,12.919,9.917,0.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.503,0.05,0.058,2.426,0.086,0.574,11.237,0.0,0.0,0.0,-6.481,-0.311,-0.147,-3.278,-1.519,0.0,1.624,6.454,1.649
-base-mechvent-cfis-no-additional-runtime.xml,41.444,0.0,20.487,9.917,0.849,0.0,0.0,0.0,3.081,3.876,0.882,7.072,0.676,11.541,-12.828,0.0,0.0,0.0,8.308,-0.111,2.755,0.0,9.873,0.0,17.402,-8.481,-2.634,0.0,-0.078,-0.247,-0.022,2.444,0.018,-0.385,12.67,0.0,0.0,0.0,-6.433,-0.107,-0.88,-4.17,-0.226,0.0,8.694,7.311,1.873
-base-mechvent-cfis-no-outdoor-air-control.xml,59.195,0.0,19.602,9.917,0.856,0.0,0.0,0.0,2.935,4.007,0.923,6.792,0.703,11.993,-13.793,0.0,0.0,0.0,7.975,-0.314,1.321,0.0,23.981,0.0,24.566,-9.07,-2.797,0.0,0.247,-0.001,0.046,2.48,0.074,0.438,11.704,0.0,0.0,0.0,-6.286,-0.302,-0.165,-3.426,-1.436,0.0,7.796,6.712,1.71
-base-mechvent-cfis-supplemental-fan-exhaust-15-mins.xml,47.502,0.0,19.686,9.917,0.855,0.0,0.0,0.0,3.141,4.039,0.928,6.941,0.716,12.101,-13.722,0.0,0.0,0.0,8.152,-0.215,2.842,0.0,14.71,0.0,19.751,-9.08,-2.801,0.0,0.153,-0.026,0.036,2.554,0.069,0.399,11.726,0.0,0.0,0.0,-6.16,-0.21,-0.125,-3.253,-2.581,0.0,8.683,6.703,1.706
-base-mechvent-cfis-supplemental-fan-exhaust-synchronized.xml,47.355,0.0,19.021,9.917,0.855,0.0,0.0,0.0,3.115,4.01,0.921,6.902,0.704,12.01,-13.731,0.0,0.0,0.0,8.158,-0.244,2.899,0.0,14.894,0.0,19.587,-9.062,-2.795,0.0,0.172,-0.013,0.041,2.552,0.072,0.414,11.767,0.0,0.0,0.0,-6.169,-0.24,-0.18,-3.439,-2.7,0.0,8.273,6.721,1.712
-base-mechvent-cfis-supplemental-fan-exhaust.xml,45.851,0.0,19.075,9.917,0.855,0.0,0.0,0.0,3.138,4.01,0.921,6.902,0.704,12.01,-13.731,0.0,0.0,0.0,8.157,-0.244,2.368,0.0,14.438,0.0,19.046,-9.062,-2.795,0.0,0.172,-0.013,0.041,2.552,0.072,0.414,11.767,0.0,0.0,0.0,-6.17,-0.24,-0.19,-3.442,-2.637,0.0,8.279,6.721,1.712
-base-mechvent-cfis-supplemental-fan-supply.xml,47.073,0.0,19.087,9.917,0.854,0.0,0.0,0.0,3.115,4.006,0.92,6.917,0.705,11.995,-13.653,0.0,0.0,0.0,8.139,-0.238,1.774,0.0,15.723,0.0,19.478,-9.018,-2.785,0.0,0.159,-0.027,0.037,2.541,0.07,0.368,11.845,0.0,0.0,0.0,-6.226,-0.233,-0.153,-3.495,-2.636,0.0,8.306,6.766,1.722
-base-mechvent-cfis.xml,47.525,0.0,18.97,9.917,0.855,0.0,0.0,0.0,3.097,4.03,0.928,6.848,0.708,12.061,-13.793,0.0,0.0,0.0,8.068,-0.306,1.782,0.0,15.282,0.0,20.711,-9.072,-2.797,0.0,0.261,0.005,0.047,2.495,0.075,0.457,11.704,0.0,0.0,0.0,-6.257,-0.302,-0.153,-3.412,-1.986,0.0,7.602,6.711,1.71
-base-mechvent-erv-atre-asre.xml,36.603,0.0,20.338,9.917,0.851,0.0,0.0,0.0,3.205,3.929,0.897,7.017,0.689,11.718,-13.06,0.0,0.0,0.0,8.213,-0.157,5.628,0.0,4.223,0.0,15.613,-8.651,-2.681,0.0,0.009,-0.165,0.0,2.475,0.039,-0.111,12.438,0.0,0.0,0.0,-6.406,-0.153,-0.826,-3.952,-0.617,0.0,8.616,7.139,1.826
-base-mechvent-erv.xml,36.626,0.0,20.336,9.917,0.851,0.0,0.0,0.0,3.205,3.929,0.897,7.016,0.689,11.721,-13.06,0.0,0.0,0.0,8.212,-0.158,5.629,0.0,4.239,0.0,15.622,-8.652,-2.682,0.0,0.009,-0.165,0.0,2.475,0.039,-0.108,12.438,0.0,0.0,0.0,-6.406,-0.154,-0.825,-3.951,-0.619,0.0,8.616,7.137,1.825
-base-mechvent-exhaust.xml,49.84,0.0,18.986,9.917,0.855,0.0,0.0,0.0,3.078,4.009,0.921,6.901,0.704,12.009,-13.731,0.0,0.0,0.0,8.157,-0.244,2.955,0.0,16.482,0.0,20.463,-9.062,-2.795,0.0,0.171,-0.014,0.041,2.551,0.072,0.413,11.767,0.0,0.0,0.0,-6.171,-0.24,-0.101,-3.434,-2.827,0.0,8.286,6.721,1.712
-base-mechvent-hrv-asre.xml,36.606,0.0,20.343,9.917,0.851,0.0,0.0,0.0,3.205,3.929,0.897,7.017,0.689,11.718,-13.06,0.0,0.0,0.0,8.213,-0.157,5.627,0.0,4.219,0.0,15.62,-8.651,-2.681,0.0,0.008,-0.165,0.0,2.475,0.039,-0.112,12.438,0.0,0.0,0.0,-6.406,-0.153,-0.826,-3.952,-0.617,0.0,8.623,7.139,1.826
-base-mechvent-hrv.xml,36.629,0.0,20.341,9.917,0.851,0.0,0.0,0.0,3.205,3.929,0.897,7.017,0.689,11.721,-13.06,0.0,0.0,0.0,8.212,-0.158,5.629,0.0,4.235,0.0,15.629,-8.652,-2.682,0.0,0.008,-0.165,0.0,2.475,0.039,-0.108,12.438,0.0,0.0,0.0,-6.407,-0.154,-0.825,-3.951,-0.619,0.0,8.623,7.137,1.825
-base-mechvent-multiple.xml,41.348,0.0,12.334,9.917,0.86,0.0,0.0,0.0,3.293,4.043,0.931,6.88,0.714,12.089,-13.88,0.0,0.0,0.0,8.283,-0.245,4.362,0.0,10.237,0.0,16.569,-9.135,-2.81,0.0,0.445,0.112,0.072,2.774,0.103,0.781,11.618,0.0,0.0,0.0,-5.685,-0.241,-0.37,0.0,-1.236,-10.03,5.591,6.64,1.698
-base-mechvent-supply.xml,46.598,0.0,19.314,9.917,0.854,0.0,0.0,0.0,3.121,4.004,0.919,6.919,0.704,11.99,-13.64,0.0,0.0,0.0,8.139,-0.237,1.772,0.0,15.4,0.0,19.307,-9.011,-2.783,0.0,0.153,-0.029,0.037,2.54,0.069,0.361,11.857,0.0,0.0,0.0,-6.229,-0.233,-0.153,-3.502,-2.472,0.0,8.378,6.773,1.724
-base-mechvent-whole-house-fan.xml,31.293,0.0,9.51,9.917,0.862,0.0,0.0,0.0,3.358,3.99,0.916,7.034,0.712,11.988,-13.213,0.0,0.0,0.0,8.424,-0.175,5.662,0.0,0.523,0.0,13.572,-8.819,-2.718,0.0,0.408,0.092,0.065,2.995,0.109,0.771,12.285,0.0,0.0,0.0,-5.427,-0.171,-0.555,0.0,-0.047,-14.747,4.909,6.954,1.789
-base-misc-additional-properties.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-misc-bills-battery-scheduled-detailed-only.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-misc-bills-detailed-only.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-misc-bills-pv-detailed-only.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-misc-bills-pv-mixed.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-misc-bills-pv.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-misc-bills.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-misc-defaults.xml,36.104,0.0,5.925,10.458,0.943,0.0,9.175,0.0,3.851,4.044,0.934,6.812,1.241,12.241,-14.126,0.0,0.0,0.0,8.399,-0.283,3.622,0.0,16.935,0.0,4.868,-9.565,-2.874,0.0,0.893,0.233,0.103,3.001,-0.071,1.303,11.372,0.0,0.0,0.0,-5.085,-0.279,-0.002,0.0,-1.805,-13.436,0.719,7.305,1.633
-base-misc-emissions.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-misc-generators-battery-scheduled.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-misc-generators-battery.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-misc-generators.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-misc-ground-conductivity.xml,28.382,0.0,20.415,9.917,0.848,0.0,0.0,0.0,3.311,3.897,0.886,6.87,0.679,11.598,-12.805,0.0,0.0,0.0,6.661,-0.103,5.479,0.0,0.509,0.0,12.455,-8.463,-2.631,0.0,-0.077,-0.253,-0.024,2.186,0.015,-0.409,12.693,0.0,0.0,0.0,-6.23,-0.099,-0.941,-4.207,-0.086,0.0,8.61,7.33,1.876
-base-misc-loads-large-uncommon.xml,23.316,0.0,26.093,9.917,0.842,0.0,0.0,0.0,3.361,3.848,0.874,7.269,0.67,11.449,-12.381,0.0,0.0,0.0,8.61,-0.064,5.363,0.0,0.504,0.0,10.389,-14.051,-2.556,0.0,-0.331,-0.447,-0.07,2.184,-0.029,-1.006,13.116,0.0,0.0,0.0,-6.848,-0.061,-1.141,-4.939,-0.104,0.0,10.235,13.55,1.951
-base-misc-loads-large-uncommon2.xml,23.316,0.0,26.093,9.917,0.842,0.0,0.0,0.0,3.361,3.848,0.874,7.269,0.67,11.449,-12.381,0.0,0.0,0.0,8.61,-0.064,5.363,0.0,0.504,0.0,10.389,-14.051,-2.556,0.0,-0.331,-0.447,-0.07,2.184,-0.029,-1.006,13.116,0.0,0.0,0.0,-6.848,-0.061,-1.141,-4.939,-0.104,0.0,10.235,13.55,1.951
-base-misc-loads-none.xml,37.673,0.0,16.604,9.917,0.853,0.0,0.0,0.0,3.179,3.922,0.897,6.881,0.687,11.695,-13.385,0.0,0.0,0.0,8.129,-0.157,5.666,0.0,0.519,0.0,15.971,-3.626,-2.732,0.0,0.161,-0.063,0.025,2.632,0.062,0.193,12.112,0.0,0.0,0.0,-6.025,-0.152,-0.737,-3.577,-0.064,0.0,7.362,2.876,1.775
-base-misc-multiple-buildings.xml,22.43,0.0,20.955,9.917,0.845,0.0,0.0,0.0,3.322,3.806,0.861,7.22,0.656,4.031,-11.127,0.0,0.0,0.0,8.649,-0.038,5.301,0.0,0.498,0.0,10.008,-8.222,-2.569,0.0,-0.247,-0.418,-0.067,2.408,-0.025,1.872,11.489,0.0,0.0,0.0,-6.364,-0.035,-1.127,-4.618,-0.102,0.0,8.651,7.575,1.938
-base-misc-neighbor-shading.xml,33.385,0.0,18.393,9.917,0.851,0.0,0.0,0.0,3.217,3.979,0.915,6.983,0.68,11.826,-11.42,0.0,0.0,0.0,8.155,-0.133,5.549,0.0,0.51,0.0,14.352,-8.592,-2.659,0.0,0.029,-0.286,-0.046,2.536,0.037,-0.499,10.812,0.0,0.0,0.0,-6.193,-0.129,-0.865,-3.917,-0.078,0.0,7.917,7.197,1.848
-base-misc-terrain-shielding.xml,38.6,0.0,15.743,9.917,0.855,0.0,0.0,0.0,3.359,4.167,0.97,7.775,0.809,12.303,-13.428,0.0,0.0,0.0,7.828,-0.204,9.772,0.0,0.522,0.0,16.344,-8.903,-2.747,0.0,0.012,-0.21,-0.017,1.469,0.016,0.324,12.069,0.0,0.0,0.0,-6.453,-0.199,-1.407,-5.199,-0.058,0.0,6.732,6.88,1.76
-base-misc-unit-multiplier-detailed-electric-panel.xml,310.432,0.0,205.103,99.17,8.486,0.0,0.0,0.0,32.429,38.754,8.819,70.701,6.758,115.393,-128.276,0.0,0.0,0.0,83.046,-1.112,55.028,0.0,5.089,0.0,134.654,-84.811,-26.342,0.0,-0.718,-2.461,-0.216,24.466,0.182,-3.806,126.7,0.0,0.0,0.0,-64.28,-1.07,-9.313,-41.8,-0.844,0.0,86.15,73.108,18.73
-base-misc-unit-multiplier.xml,310.432,0.0,205.103,99.17,8.486,0.0,0.0,0.0,32.429,38.754,8.819,70.701,6.758,115.393,-128.276,0.0,0.0,0.0,83.046,-1.112,55.028,0.0,5.089,0.0,134.654,-84.811,-26.342,0.0,-0.718,-2.461,-0.216,24.466,0.182,-3.806,126.7,0.0,0.0,0.0,-64.28,-1.07,-9.313,-41.8,-0.844,0.0,86.15,73.108,18.73
-base-misc-usage-multiplier.xml,28.675,0.0,21.958,7.438,0.847,0.0,0.0,0.0,3.28,3.872,0.88,7.141,0.674,11.533,-12.711,0.0,0.0,0.0,8.415,-0.1,5.548,0.0,0.381,0.0,12.54,-9.428,-3.381,0.0,-0.145,-0.301,-0.036,2.383,0.005,-0.54,12.779,0.0,0.0,0.0,-6.537,-0.096,-1.0,-4.395,-0.067,0.0,9.047,8.393,2.439
-base-pv-battery-ah.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-pv-battery-and-vehicle-ev.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-pv-battery-garage.xml,35.061,0.0,13.462,9.917,0.956,0.0,0.0,0.0,3.549,3.955,0.894,5.531,0.672,9.538,-7.329,0.0,0.0,0.0,6.613,-0.105,5.979,0.0,0.0,0.0,15.038,-6.497,-2.772,0.0,0.419,-0.001,0.03,2.248,0.055,-0.115,8.5,0.0,0.0,0.0,-5.73,-0.102,-0.793,-2.814,0.0,0.0,5.127,4.899,1.736
-base-pv-battery-round-trip-efficiency.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-pv-battery-scheduled.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-pv-battery.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-pv-generators-battery-scheduled.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-pv-generators-battery.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-pv-generators.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-pv-inverters.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-pv.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-residents-0.xml,43.568,0.0,16.687,0.0,0.854,0.0,0.0,0.0,3.078,3.924,0.899,6.699,0.685,11.728,-13.966,0.0,0.0,0.0,8.104,-0.184,6.117,0.0,0.0,0.0,18.147,-1.667,0.0,0.0,0.23,0.005,0.042,2.654,0.075,0.411,11.555,0.0,0.0,0.0,-5.748,-0.179,-0.726,0.0,0.0,0.0,7.139,1.248,0.0
-base-residents-1-misc-loads-large-uncommon.xml,29.567,0.0,21.716,3.829,0.847,0.0,0.0,0.0,3.266,3.873,0.88,7.128,0.675,11.535,-12.743,0.0,0.0,0.0,8.387,-0.101,5.476,0.0,0.507,0.0,12.903,-9.631,-2.623,0.0,-0.131,-0.29,-0.033,2.393,0.007,-0.513,12.755,0.0,0.0,0.0,-6.525,-0.097,-0.97,-4.345,-0.088,0.0,8.974,8.668,1.884
-base-residents-1-misc-loads-large-uncommon2.xml,29.567,0.0,21.716,3.829,0.847,0.0,0.0,0.0,3.266,3.873,0.88,7.128,0.675,11.535,-12.743,0.0,0.0,0.0,8.387,-0.101,5.476,0.0,0.507,0.0,12.903,-9.631,-2.623,0.0,-0.131,-0.29,-0.033,2.393,0.007,-0.513,12.755,0.0,0.0,0.0,-6.525,-0.097,-0.97,-4.345,-0.088,0.0,8.974,8.668,1.884
-base-residents-1.xml,33.733,0.0,18.928,3.829,0.851,0.0,0.0,0.0,3.221,3.899,0.889,7.001,0.682,11.614,-13.003,0.0,0.0,0.0,8.222,-0.135,5.564,0.0,0.511,0.0,14.513,-6.605,-2.668,0.0,0.019,-0.176,-0.003,2.507,0.036,-0.16,12.495,0.0,0.0,0.0,-6.313,-0.131,-0.855,-3.93,-0.077,0.0,8.113,5.54,1.839
-base-residents-5-5.xml,32.52,0.0,6.826,20.033,0.884,0.0,12.281,0.0,3.867,4.056,0.937,6.924,0.725,12.242,-13.773,0.0,0.0,0.0,8.417,-0.271,3.445,0.0,16.807,0.0,4.396,-12.468,-2.815,0.0,0.85,0.179,0.09,2.942,0.128,1.103,11.725,0.0,0.0,0.0,-5.348,-0.268,-0.009,0.0,-2.07,-14.809,0.826,9.734,1.692
-base-schedules-detailed-all-10-mins.xml,30.606,0.0,21.499,9.894,0.874,0.0,0.0,0.0,3.278,3.917,0.893,7.159,0.691,11.667,-12.766,0.0,0.0,0.0,8.351,-0.093,5.813,0.0,0.537,0.0,13.375,-9.576,-2.643,0.0,-0.114,-0.27,-0.029,2.446,0.012,-0.426,12.677,0.0,0.0,0.0,-6.444,-0.088,-0.968,-4.042,-0.092,0.0,9.193,7.771,1.866
-base-schedules-detailed-mixed-timesteps-power-outage.xml,6.49,0.0,14.428,7.941,0.769,0.0,0.0,0.0,2.42,2.515,0.562,3.935,0.345,7.27,-12.377,0.0,0.0,0.0,3.796,-0.079,3.51,0.0,0.266,0.0,2.737,-6.734,-1.68,0.0,-0.217,-0.491,-0.085,2.193,-0.042,-1.103,13.071,0.0,0.0,0.0,-7.359,-0.032,-1.21,-6.829,-0.12,0.0,6.571,8.125,1.938
-base-schedules-detailed-mixed-timesteps.xml,10.838,0.0,14.488,9.893,0.921,0.0,0.0,0.0,2.674,2.883,0.647,5.037,0.435,8.404,-12.365,0.0,0.0,0.0,5.692,-0.034,4.024,0.0,0.402,0.0,4.751,-9.153,-2.571,0.0,-0.221,-0.494,-0.086,2.197,-0.043,-1.111,13.078,0.0,0.0,0.0,-7.298,-0.032,-1.212,-6.847,-0.12,0.0,6.592,8.128,1.939
-base-schedules-detailed-occupancy-stochastic-10-mins.xml,29.966,0.0,20.853,9.917,0.849,0.0,0.0,0.0,3.262,3.875,0.881,7.1,0.675,11.53,-12.774,0.0,0.0,0.0,8.342,-0.101,5.745,0.0,0.523,0.0,13.043,-9.528,-2.637,0.0,-0.091,-0.261,-0.026,2.435,0.014,-0.435,12.723,0.0,0.0,0.0,-6.456,-0.097,-1.01,-4.247,-0.105,0.0,8.721,7.792,1.873
-base-schedules-detailed-occupancy-stochastic-no-space-cooling.xml,29.912,0.0,12.993,9.922,0.836,0.0,0.0,0.0,3.263,3.875,0.881,7.098,0.675,11.527,-12.774,0.0,0.0,0.0,8.309,-0.099,5.744,0.0,0.523,0.0,13.02,-9.525,-2.636,0.0,-0.136,-0.469,-0.075,1.874,-0.038,-1.097,12.723,0.0,0.0,0.0,-7.257,-0.095,-1.202,-6.071,-0.127,0.0,5.221,7.812,1.874
-base-schedules-detailed-occupancy-stochastic-no-space-heating.xml,26.065,0.0,20.851,9.922,0.855,0.0,0.0,0.0,3.243,3.766,0.857,6.691,0.65,11.203,-12.774,0.0,0.0,0.0,7.446,-0.166,5.531,0.0,0.502,0.0,11.255,-9.519,-2.637,0.0,-0.091,-0.261,-0.026,2.435,0.014,-0.435,12.723,0.0,0.0,0.0,-6.458,-0.097,-1.01,-4.247,-0.105,0.0,8.72,7.792,1.873
-base-schedules-detailed-occupancy-stochastic-power-outage.xml,18.727,0.0,20.75,7.942,0.714,0.0,0.0,0.0,2.934,3.267,0.741,5.306,0.527,9.64,-12.799,0.0,0.0,0.0,5.096,-0.196,4.75,0.0,0.344,0.0,7.899,-7.082,-1.746,0.0,-0.085,-0.257,-0.025,2.428,0.015,-0.427,12.703,0.0,0.0,0.0,-6.535,-0.095,-1.007,-4.231,-0.105,0.0,8.687,7.786,1.872
-base-schedules-detailed-occupancy-stochastic-vacancy.xml,34.728,0.0,20.85,7.938,0.849,0.0,0.0,0.0,3.163,3.852,0.876,7.029,0.67,11.467,-12.779,0.0,0.0,0.0,8.188,-0.102,5.812,0.0,0.344,0.0,14.816,-6.895,-1.74,0.0,-0.091,-0.261,-0.026,2.435,0.014,-0.435,12.723,0.0,0.0,0.0,-6.459,-0.097,-1.01,-4.247,-0.105,0.0,8.72,7.792,1.873
-base-schedules-detailed-occupancy-stochastic.xml,29.965,0.0,20.853,9.922,0.849,0.0,0.0,0.0,3.262,3.875,0.881,7.1,0.675,11.53,-12.774,0.0,0.0,0.0,8.342,-0.101,5.745,0.0,0.523,0.0,13.043,-9.528,-2.637,0.0,-0.091,-0.261,-0.026,2.435,0.014,-0.435,12.723,0.0,0.0,0.0,-6.456,-0.097,-1.01,-4.247,-0.105,0.0,8.721,7.792,1.873
-base-schedules-detailed-setpoints-daily-schedules.xml,30.366,0.0,17.768,9.917,0.851,0.0,0.0,0.0,3.233,3.827,0.867,7.061,0.657,11.301,-12.89,0.0,0.0,0.0,8.725,-0.05,5.418,0.0,0.51,0.0,13.002,-8.469,-2.641,0.0,-0.003,-0.259,-0.027,2.385,0.009,-0.497,12.608,0.0,0.0,0.0,-6.673,-0.06,-0.985,-4.75,-0.086,0.0,7.047,7.319,1.866
-base-schedules-detailed-setpoints-daily-setbacks.xml,29.391,0.0,18.58,9.917,0.851,0.0,0.0,0.0,3.237,3.807,0.858,6.971,0.64,11.093,-13.12,0.0,0.0,0.0,8.393,0.03,5.325,0.0,0.509,0.0,12.577,-8.483,-2.648,0.0,-0.017,-0.27,-0.035,2.384,-0.007,-0.683,12.378,0.0,0.0,0.0,-6.547,0.029,-1.013,-4.573,-0.089,0.0,7.593,7.305,1.859
-base-schedules-detailed-setpoints.xml,11.134,0.0,13.367,9.917,0.897,0.0,0.0,0.0,2.651,2.828,0.632,4.918,0.416,8.231,-12.468,0.0,0.0,0.0,5.575,-0.036,3.744,0.0,0.382,0.0,4.844,-8.091,-2.552,0.0,-0.172,-0.463,-0.077,2.213,-0.036,-1.054,13.029,0.0,0.0,0.0,-7.273,-0.036,-1.147,-7.083,-0.112,0.0,5.95,7.634,1.955
-base-schedules-simple-no-space-cooling.xml,31.0,0.0,15.016,9.917,0.84,0.0,0.0,0.0,3.242,3.873,0.881,7.064,0.676,11.535,-12.813,0.0,0.0,0.0,8.275,-0.112,5.5,0.0,0.509,0.0,13.447,-8.475,-2.633,0.0,-0.104,-0.391,-0.056,2.063,-0.017,-0.838,12.685,0.0,0.0,0.0,-6.99,-0.108,-1.05,-5.508,-0.103,0.0,6.19,7.329,1.875
-base-schedules-simple-no-space-heating.xml,25.645,0.0,20.51,9.917,0.858,0.0,0.0,0.0,3.199,3.712,0.846,6.503,0.637,11.047,-12.828,0.0,0.0,0.0,7.104,-0.198,5.187,0.0,0.489,0.0,11.062,-8.468,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-schedules-simple-power-outage.xml,30.105,0.0,15.57,7.852,0.801,0.0,0.0,0.0,3.254,3.869,0.879,7.096,0.673,11.511,-12.777,0.0,0.0,0.0,8.309,-0.094,5.453,0.0,0.556,0.0,13.087,-9.11,-2.632,0.0,-0.072,-0.348,-0.047,2.227,-0.008,-0.713,12.722,0.0,0.0,0.0,-6.781,-0.09,-1.036,-4.944,-0.09,0.0,6.412,6.743,1.567
-base-schedules-simple-vacancy.xml,34.691,0.0,20.984,6.796,0.848,0.0,0.0,0.0,3.162,3.85,0.875,7.028,0.669,11.463,-12.782,0.0,0.0,0.0,8.175,-0.099,5.599,0.0,0.396,0.0,14.797,-6.75,-1.718,0.0,-0.095,-0.264,-0.027,2.427,0.013,-0.443,12.72,0.0,0.0,0.0,-6.475,-0.094,-0.938,-4.271,-0.104,0.0,8.756,7.881,1.873
-base-schedules-simple.xml,30.101,0.0,20.987,8.434,0.848,0.0,0.0,0.0,3.254,3.869,0.88,7.096,0.673,11.513,-12.777,0.0,0.0,0.0,8.322,-0.095,5.482,0.0,0.509,0.0,13.087,-9.111,-2.633,0.0,-0.097,-0.266,-0.027,2.429,0.012,-0.451,12.72,0.0,0.0,0.0,-6.468,-0.091,-0.955,-4.273,-0.087,0.0,8.756,7.885,1.874
-base-simcontrol-calendar-year-custom.xml,31.047,0.0,20.282,9.917,0.849,0.0,0.0,0.0,3.244,3.876,0.883,7.067,0.677,11.55,-12.819,0.0,0.0,0.0,8.299,-0.12,5.505,0.0,0.509,0.0,13.467,-8.483,-2.635,0.0,-0.065,-0.243,-0.02,2.458,0.02,-0.364,12.679,0.0,0.0,0.0,-6.426,-0.115,-0.926,-4.358,-0.084,0.0,8.523,7.308,1.873
-base-simcontrol-daylight-saving-custom.xml,31.044,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-base-simcontrol-daylight-saving-disabled.xml,31.026,0.0,20.44,9.917,0.849,0.0,0.0,0.0,3.24,3.871,0.881,7.07,0.675,11.521,-12.817,0.0,0.0,0.0,8.305,-0.11,5.497,0.0,0.505,0.0,13.457,-8.472,-2.629,0.0,-0.073,-0.25,-0.023,2.443,0.017,-0.398,12.681,0.0,0.0,0.0,-6.427,-0.105,-0.938,-4.198,-0.085,0.0,8.573,7.32,1.878
-base-simcontrol-runperiod-1-month.xml,10.7356,0.0,0.0,1.0119,0.0756,0.0,0.0,0.0,0.4613,0.6639,0.1491,1.9426,0.1158,1.9938,-2.2447,0.0,0.0,0.0,3.816,0.0122,1.0187,0.0,0.0816,0.0,4.4205,-1.29,-0.3948,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-simcontrol-temperature-capacitance-multiplier.xml,30.959,0.0,20.297,9.917,0.849,0.0,0.0,0.0,3.246,3.878,0.881,7.086,0.673,11.51,-12.887,0.0,0.0,0.0,8.332,-0.087,5.5,0.0,0.509,0.0,13.414,-8.487,-2.637,0.0,-0.089,-0.241,-0.022,2.467,0.016,-0.402,12.61,0.0,0.0,0.0,-6.39,-0.083,-0.935,-4.226,-0.084,0.0,8.476,7.305,1.871
-base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,30.627,0.0,21.491,9.917,0.851,0.0,0.0,0.0,3.278,3.917,0.893,7.158,0.691,11.668,-12.767,0.0,0.0,0.0,8.35,-0.093,5.814,0.0,0.537,0.0,13.383,-9.563,-2.643,0.0,-0.113,-0.269,-0.029,2.446,0.012,-0.425,12.676,0.0,0.0,0.0,-6.444,-0.088,-0.968,-4.04,-0.092,0.0,9.191,7.76,1.866
-base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,30.568,0.0,21.496,9.922,0.848,0.0,0.0,0.0,3.277,3.915,0.892,7.156,0.691,11.665,-12.751,0.0,0.0,0.0,8.349,-0.095,5.767,0.0,0.53,0.0,13.362,-9.554,-2.642,0.0,-0.116,-0.272,-0.029,2.442,0.012,-0.428,12.692,0.0,0.0,0.0,-6.448,-0.09,-0.958,-4.043,-0.1,0.0,9.194,7.766,1.868
-base-simcontrol-timestep-10-mins.xml,31.634,0.0,21.151,9.917,0.848,0.0,0.0,0.0,3.26,3.915,0.893,7.119,0.691,11.674,-12.786,0.0,0.0,0.0,8.3,-0.105,5.513,0.0,0.515,0.0,13.783,-8.502,-2.639,0.0,-0.095,-0.257,-0.025,2.448,0.016,-0.373,12.657,0.0,0.0,0.0,-6.431,-0.1,-0.877,-3.977,-0.087,0.0,9.088,7.29,1.868
-base-simcontrol-timestep-30-mins.xml,31.431,0.0,20.856,9.917,0.848,0.0,0.0,0.0,3.253,3.9,0.889,7.099,0.686,11.635,-12.801,0.0,0.0,0.0,8.304,-0.107,5.506,0.0,0.512,0.0,13.668,-8.491,-2.636,0.0,-0.1,-0.257,-0.026,2.453,0.015,-0.392,12.667,0.0,0.0,0.0,-6.422,-0.102,-0.894,-4.052,-0.086,0.0,8.865,7.301,1.871
-base-vehicle-ev-charger-level1.xml,35.13,0.0,13.38,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.981,0.0,0.0,0.0,15.094,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.791,-2.812,0.0,0.0,5.054,4.896,1.735
-base-vehicle-ev-charger-miles-per-kwh.xml,35.13,0.0,13.38,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.981,0.0,0.0,0.0,15.094,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.791,-2.812,0.0,0.0,5.054,4.896,1.735
-base-vehicle-ev-charger-mpge.xml,35.13,0.0,13.38,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.981,0.0,0.0,0.0,15.094,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.791,-2.812,0.0,0.0,5.054,4.896,1.735
-base-vehicle-ev-charger-occupancy-stochastic.xml,33.574,0.0,13.773,9.922,0.964,0.0,0.0,0.0,3.562,3.975,0.892,5.559,0.67,9.513,-7.28,0.0,0.0,0.0,6.624,-0.095,5.955,0.0,0.0,0.0,14.51,-7.539,-2.762,0.0,0.393,-0.032,0.024,2.238,0.048,-0.176,8.549,0.0,0.0,0.0,-5.778,-0.091,-0.822,-2.875,0.0,0.0,5.167,5.383,1.748
-base-vehicle-ev-charger-plug-load-ev.xml,35.13,0.0,13.38,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.981,0.0,0.0,0.0,15.094,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.791,-2.812,0.0,0.0,5.054,4.896,1.735
-base-vehicle-ev-charger-scheduled.xml,35.13,0.0,13.38,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.981,0.0,0.0,0.0,15.094,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.791,-2.812,0.0,0.0,5.054,4.896,1.735
-base-vehicle-ev-charger-undercharged.xml,35.13,0.0,13.38,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.981,0.0,0.0,0.0,15.094,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.791,-2.812,0.0,0.0,5.054,4.896,1.735
-base-vehicle-ev-charger.xml,35.13,0.0,13.38,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.981,0.0,0.0,0.0,15.094,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.791,-2.812,0.0,0.0,5.054,4.896,1.735
-base-vehicle-ev-no-charger.xml,35.13,0.0,13.38,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.981,0.0,0.0,0.0,15.094,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.791,-2.812,0.0,0.0,5.054,4.896,1.735
-base-vehicle-multiple.xml,35.13,0.0,13.38,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.981,0.0,0.0,0.0,15.094,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.791,-2.812,0.0,0.0,5.054,4.896,1.735
-base-zones-spaces-multiple.xml,25.242,0.0,10.401,9.917,0.996,0.0,0.0,0.0,3.723,4.181,0.893,5.526,0.672,9.532,-7.329,0.0,0.0,0.0,6.602,-0.106,5.873,0.0,0.0,0.0,4.959,-6.498,-2.772,0.0,0.463,0.059,0.03,2.249,0.055,-0.115,8.5,0.0,0.0,0.0,-5.729,-0.102,-0.795,-2.799,0.0,0.0,1.958,4.897,1.735
-base-zones-spaces.xml,25.953,0.0,10.532,9.917,0.993,0.0,0.0,0.0,3.711,4.165,0.893,5.526,0.672,9.532,-7.329,0.0,0.0,0.0,6.603,-0.106,5.897,0.0,0.0,0.0,5.666,-6.498,-2.772,0.0,0.46,0.055,0.03,2.249,0.055,-0.115,8.5,0.0,0.0,0.0,-5.729,-0.102,-0.794,-2.8,0.0,0.0,2.091,4.897,1.735
-base.xml,31.043,0.0,20.51,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.503,0.0,0.509,0.0,13.465,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.447,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.931,-4.18,-0.084,0.0,8.615,7.311,1.873
-house001.xml,19.825,0.0,56.169,10.086,2.737,0.0,0.0,0.538,2.045,7.77,0.455,0.0,1.008,7.235,-5.708,0.0,0.0,0.466,0.916,-0.579,4.555,0.0,5.359,0.0,4.469,-5.751,-2.902,0.601,1.602,4.026,0.321,0.0,0.262,2.795,13.088,0.0,0.0,0.527,6.309,-0.565,-0.268,-2.053,-0.528,0.0,14.94,10.656,4.474
-house002.xml,11.833,0.0,43.119,7.403,2.938,0.0,0.0,0.0,2.674,5.155,0.0,0.0,0.845,5.673,-4.435,0.0,0.0,0.0,1.691,-0.285,1.608,0.0,3.843,0.0,1.742,-4.278,-2.4,0.0,2.757,2.832,0.0,0.0,0.428,1.122,10.039,0.0,0.0,0.0,8.088,-0.279,-0.162,-1.485,-0.589,0.0,7.835,8.562,3.978
+base-location-phoenix-az.xml,0.003,0.0,56.558,5.228,0.769,0.0,0.0,0.0,0.173,0.152,0.0,0.0,0.047,0.504,-0.45,0.0,0.0,0.0,-0.076,-0.101,0.087,0.0,0.021,0.0,0.0,-0.284,-0.06,0.0,1.478,1.069,0.0,0.0,0.64,5.915,28.04,0.0,0.0,0.0,6.832,-0.113,-0.015,-3.42,0.033,0.0,1.607,12.034,2.586
+base-location-portland-or.xml,11.074,0.0,9.377,9.423,1.072,0.0,0.0,0.0,3.039,2.953,0.0,0.0,0.627,7.903,-6.137,0.0,0.0,4.724,0.0,-0.256,1.457,0.0,0.454,0.0,2.987,-5.3,-1.36,0.0,-0.532,-1.061,0.0,0.0,-0.112,-1.958,12.864,0.0,0.0,-3.821,0.0,-0.254,-0.636,-3.226,-0.239,0.0,1.11,6.071,1.286
+base-location-zipcode.xml,31.035,0.0,20.507,9.917,0.849,0.0,0.0,0.0,3.242,3.875,0.882,7.066,0.676,11.54,-12.826,0.0,0.0,0.0,8.301,-0.111,5.504,0.0,0.509,0.0,13.462,-8.481,-2.634,0.0,-0.071,-0.246,-0.022,2.448,0.018,-0.382,12.665,0.0,0.0,0.0,-6.426,-0.107,-0.932,-4.177,-0.085,0.0,8.614,7.311,1.873
+base-mechvent-balanced.xml,53.346,0.0,19.031,9.917,0.856,0.0,0.0,0.0,3.03,4.018,0.924,6.871,0.706,12.067,-13.859,0.0,0.0,0.0,8.14,-0.271,5.963,0.0,16.046,0.0,21.714,-9.154,-2.823,0.0,0.188,0.009,0.047,2.556,0.077,0.516,11.638,0.0,0.0,0.0,-6.131,-0.267,-0.582,-3.353,-2.327,0.0,8.312,6.627,1.685
+base-mechvent-bath-kitchen-fans.xml,33.2,0.0,20.276,9.917,0.849,0.0,0.0,0.0,3.231,3.898,0.888,7.054,0.681,11.593,-12.925,0.0,0.0,0.0,8.274,-0.119,5.107,0.0,2.378,0.0,14.312,-8.547,-2.656,0.0,-0.034,-0.212,-0.013,2.463,0.026,-0.289,12.573,0.0,0.0,0.0,-6.41,-0.115,-0.809,-4.087,-0.487,0.0,8.556,7.244,1.851
+base-mechvent-cfis-15-mins.xml,49.503,0.0,19.259,9.917,0.856,0.0,0.0,0.0,3.11,4.058,0.939,6.814,0.727,12.22,-13.798,0.0,0.0,0.0,8.015,-0.335,2.747,0.0,15.482,0.0,21.458,-9.135,-2.81,0.0,0.248,0.003,0.049,2.459,0.082,0.551,11.65,0.0,0.0,0.0,-6.243,-0.33,-0.378,-3.109,-1.869,0.0,7.792,6.647,1.697
+base-mechvent-cfis-airflow-fraction-zero.xml,46.407,0.0,19.468,9.917,0.853,0.0,0.0,0.0,3.103,3.989,0.917,6.924,0.705,11.96,-13.452,0.0,0.0,0.0,8.107,-0.242,1.744,0.0,15.109,0.0,19.229,-8.924,-2.759,0.0,0.12,-0.06,0.03,2.503,0.066,0.277,12.046,0.0,0.0,0.0,-6.328,-0.238,-0.162,-3.613,-2.245,0.0,8.427,6.862,1.748
+base-mechvent-cfis-control-type-timer.xml,49.065,0.0,19.662,9.917,0.855,0.0,0.0,0.0,2.991,4.032,0.928,6.853,0.708,12.063,-13.803,0.0,0.0,0.0,8.078,-0.304,1.714,0.0,14.756,0.0,22.929,-9.074,-2.797,0.0,0.245,0.006,0.047,2.496,0.075,0.455,11.694,0.0,0.0,0.0,-6.254,-0.299,-0.155,-3.41,-1.801,0.0,8.126,6.71,1.71
+base-mechvent-cfis-dse.xml,27.647,0.0,11.487,9.917,0.854,0.0,0.0,0.0,3.996,3.981,0.915,6.905,0.704,11.939,-13.449,0.0,0.0,0.0,8.071,-0.243,1.638,0.0,14.883,0.0,0.0,-8.923,-2.759,0.0,0.476,-0.059,0.03,2.508,0.067,0.283,12.048,0.0,0.0,0.0,-6.319,-0.239,-0.164,-3.586,-2.175,0.0,0.0,6.862,1.748
+base-mechvent-cfis-evap-cooler-only-ducted.xml,0.0,0.0,12.916,9.917,0.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.503,0.05,0.058,2.426,0.086,0.574,11.237,0.0,0.0,0.0,-6.481,-0.311,-0.147,-3.276,-1.524,0.0,1.624,6.454,1.649
+base-mechvent-cfis-no-additional-runtime.xml,41.453,0.0,20.486,9.917,0.849,0.0,0.0,0.0,3.081,3.876,0.882,7.072,0.676,11.541,-12.828,0.0,0.0,0.0,8.308,-0.111,2.756,0.0,9.878,0.0,17.405,-8.481,-2.634,0.0,-0.078,-0.247,-0.022,2.443,0.018,-0.385,12.67,0.0,0.0,0.0,-6.433,-0.107,-0.88,-4.167,-0.228,0.0,8.693,7.311,1.873
+base-mechvent-cfis-no-outdoor-air-control.xml,43.168,0.0,16.73,9.917,0.855,0.0,0.0,0.0,3.317,4.03,0.928,6.844,0.707,12.052,-13.813,0.0,0.0,0.0,8.063,-0.302,1.626,0.0,16.337,0.0,15.271,-9.075,-2.798,0.0,0.378,0.011,0.048,2.507,0.076,0.467,11.685,0.0,0.0,0.0,-6.236,-0.297,-0.161,-3.392,-1.638,0.0,4.866,6.708,1.709
+base-mechvent-cfis-supplemental-fan-exhaust-15-mins.xml,47.513,0.0,19.683,9.917,0.855,0.0,0.0,0.0,3.141,4.039,0.928,6.94,0.716,12.101,-13.722,0.0,0.0,0.0,8.152,-0.215,2.843,0.0,14.718,0.0,19.755,-9.08,-2.801,0.0,0.153,-0.026,0.036,2.554,0.069,0.4,11.725,0.0,0.0,0.0,-6.16,-0.21,-0.125,-3.251,-2.586,0.0,8.682,6.703,1.706
+base-mechvent-cfis-supplemental-fan-exhaust-synchronized.xml,47.367,0.0,19.017,9.917,0.855,0.0,0.0,0.0,3.115,4.01,0.921,6.902,0.704,12.009,-13.731,0.0,0.0,0.0,8.158,-0.244,2.9,0.0,14.901,0.0,19.591,-9.062,-2.795,0.0,0.172,-0.013,0.041,2.552,0.072,0.415,11.767,0.0,0.0,0.0,-6.169,-0.24,-0.18,-3.436,-2.705,0.0,8.272,6.721,1.712
+base-mechvent-cfis-supplemental-fan-exhaust.xml,45.862,0.0,19.072,9.917,0.855,0.0,0.0,0.0,3.138,4.01,0.921,6.901,0.704,12.009,-13.731,0.0,0.0,0.0,8.157,-0.244,2.369,0.0,14.445,0.0,19.05,-9.062,-2.795,0.0,0.172,-0.013,0.041,2.552,0.072,0.414,11.767,0.0,0.0,0.0,-6.17,-0.24,-0.19,-3.44,-2.642,0.0,8.278,6.721,1.712
+base-mechvent-cfis-supplemental-fan-supply.xml,47.085,0.0,19.084,9.917,0.854,0.0,0.0,0.0,3.115,4.006,0.92,6.917,0.705,11.995,-13.653,0.0,0.0,0.0,8.139,-0.238,1.774,0.0,15.731,0.0,19.482,-9.018,-2.785,0.0,0.159,-0.026,0.037,2.541,0.07,0.368,11.845,0.0,0.0,0.0,-6.226,-0.233,-0.153,-3.493,-2.641,0.0,8.305,6.766,1.722
+base-mechvent-cfis.xml,47.536,0.0,18.967,9.917,0.855,0.0,0.0,0.0,3.098,4.031,0.928,6.85,0.708,12.059,-13.803,0.0,0.0,0.0,8.071,-0.303,1.783,0.0,15.291,0.0,20.714,-9.074,-2.797,0.0,0.262,0.006,0.047,2.497,0.075,0.455,11.694,0.0,0.0,0.0,-6.254,-0.299,-0.153,-3.409,-1.991,0.0,7.601,6.71,1.71
+base-mechvent-erv-atre-asre.xml,36.608,0.0,20.338,9.917,0.851,0.0,0.0,0.0,3.205,3.929,0.897,7.016,0.689,11.718,-13.06,0.0,0.0,0.0,8.213,-0.157,5.629,0.0,4.226,0.0,15.615,-8.651,-2.681,0.0,0.009,-0.165,0.0,2.475,0.039,-0.111,12.438,0.0,0.0,0.0,-6.406,-0.153,-0.827,-3.949,-0.619,0.0,8.616,7.139,1.826
+base-mechvent-erv.xml,36.631,0.0,20.336,9.917,0.851,0.0,0.0,0.0,3.205,3.929,0.897,7.016,0.689,11.721,-13.06,0.0,0.0,0.0,8.212,-0.158,5.63,0.0,4.241,0.0,15.624,-8.652,-2.682,0.0,0.009,-0.165,0.0,2.475,0.039,-0.108,12.438,0.0,0.0,0.0,-6.406,-0.154,-0.826,-3.948,-0.621,0.0,8.616,7.137,1.825
+base-mechvent-exhaust.xml,49.852,0.0,18.982,9.917,0.855,0.0,0.0,0.0,3.077,4.009,0.921,6.901,0.704,12.009,-13.731,0.0,0.0,0.0,8.157,-0.244,2.956,0.0,16.49,0.0,20.468,-9.062,-2.795,0.0,0.171,-0.013,0.041,2.551,0.072,0.413,11.767,0.0,0.0,0.0,-6.171,-0.24,-0.101,-3.431,-2.832,0.0,8.285,6.721,1.712
+base-mechvent-hrv-asre.xml,36.611,0.0,20.343,9.917,0.851,0.0,0.0,0.0,3.205,3.929,0.897,7.017,0.689,11.718,-13.06,0.0,0.0,0.0,8.213,-0.157,5.629,0.0,4.221,0.0,15.622,-8.651,-2.681,0.0,0.008,-0.165,0.0,2.475,0.039,-0.112,12.438,0.0,0.0,0.0,-6.406,-0.153,-0.827,-3.949,-0.618,0.0,8.623,7.139,1.826
+base-mechvent-hrv.xml,36.634,0.0,20.341,9.917,0.851,0.0,0.0,0.0,3.205,3.929,0.897,7.016,0.689,11.721,-13.06,0.0,0.0,0.0,8.212,-0.158,5.63,0.0,4.237,0.0,15.631,-8.652,-2.682,0.0,0.008,-0.165,0.0,2.475,0.039,-0.108,12.438,0.0,0.0,0.0,-6.407,-0.154,-0.826,-3.948,-0.621,0.0,8.623,7.137,1.825
+base-mechvent-multiple.xml,41.356,0.0,12.335,9.917,0.86,0.0,0.0,0.0,3.293,4.043,0.931,6.878,0.714,12.091,-13.88,0.0,0.0,0.0,8.284,-0.246,4.363,0.0,10.243,0.0,16.572,-9.137,-2.81,0.0,0.446,0.112,0.072,2.772,0.104,0.782,11.618,0.0,0.0,0.0,-5.685,-0.242,-0.37,0.0,-1.239,-10.024,5.592,6.639,1.697
+base-mechvent-supply.xml,46.61,0.0,19.311,9.917,0.854,0.0,0.0,0.0,3.12,4.004,0.919,6.919,0.704,11.99,-13.64,0.0,0.0,0.0,8.139,-0.237,1.773,0.0,15.408,0.0,19.312,-9.011,-2.783,0.0,0.153,-0.029,0.037,2.54,0.069,0.361,11.857,0.0,0.0,0.0,-6.229,-0.233,-0.154,-3.5,-2.477,0.0,8.377,6.773,1.724
+base-mechvent-whole-house-fan.xml,31.295,0.0,9.514,9.917,0.862,0.0,0.0,0.0,3.358,3.99,0.916,7.034,0.712,11.988,-13.213,0.0,0.0,0.0,8.424,-0.175,5.663,0.0,0.524,0.0,13.573,-8.819,-2.718,0.0,0.408,0.092,0.065,2.995,0.108,0.771,12.285,0.0,0.0,0.0,-5.428,-0.171,-0.555,0.0,-0.047,-14.742,4.91,6.954,1.789
+base-misc-additional-properties.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-misc-bills-battery-scheduled-detailed-only.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-misc-bills-detailed-only.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-misc-bills-pv-detailed-only.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-misc-bills-pv-mixed.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-misc-bills-pv.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-misc-bills.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-misc-defaults.xml,36.114,0.0,5.925,10.458,0.943,0.0,9.175,0.0,3.851,4.044,0.934,6.812,1.241,12.241,-14.126,0.0,0.0,0.0,8.398,-0.283,3.623,0.0,16.944,0.0,4.869,-9.565,-2.874,0.0,0.893,0.233,0.103,3.001,-0.071,1.302,11.372,0.0,0.0,0.0,-5.086,-0.279,-0.002,0.0,-1.811,-13.428,0.719,7.306,1.633
+base-misc-emissions.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-misc-generators-battery-scheduled.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-misc-generators-battery.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-misc-generators.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-misc-ground-conductivity.xml,28.384,0.0,20.417,9.917,0.848,0.0,0.0,0.0,3.311,3.897,0.886,6.87,0.679,11.598,-12.805,0.0,0.0,0.0,6.661,-0.103,5.48,0.0,0.51,0.0,12.455,-8.463,-2.631,0.0,-0.078,-0.254,-0.024,2.186,0.015,-0.409,12.693,0.0,0.0,0.0,-6.23,-0.099,-0.941,-4.205,-0.086,0.0,8.611,7.33,1.876
+base-misc-loads-large-uncommon.xml,23.318,0.0,26.095,9.917,0.842,0.0,0.0,0.0,3.361,3.848,0.874,7.269,0.67,11.449,-12.381,0.0,0.0,0.0,8.61,-0.064,5.364,0.0,0.504,0.0,10.39,-14.051,-2.556,0.0,-0.331,-0.447,-0.07,2.184,-0.029,-1.006,13.116,0.0,0.0,0.0,-6.848,-0.061,-1.142,-4.936,-0.104,0.0,10.235,13.55,1.951
+base-misc-loads-large-uncommon2.xml,23.318,0.0,26.095,9.917,0.842,0.0,0.0,0.0,3.361,3.848,0.874,7.269,0.67,11.449,-12.381,0.0,0.0,0.0,8.61,-0.064,5.364,0.0,0.504,0.0,10.39,-14.051,-2.556,0.0,-0.331,-0.447,-0.07,2.184,-0.029,-1.006,13.116,0.0,0.0,0.0,-6.848,-0.061,-1.142,-4.936,-0.104,0.0,10.235,13.55,1.951
+base-misc-loads-none.xml,37.675,0.0,16.604,9.917,0.853,0.0,0.0,0.0,3.179,3.922,0.897,6.881,0.687,11.695,-13.385,0.0,0.0,0.0,8.129,-0.157,5.667,0.0,0.519,0.0,15.972,-3.626,-2.732,0.0,0.161,-0.063,0.025,2.632,0.062,0.193,12.112,0.0,0.0,0.0,-6.025,-0.152,-0.737,-3.575,-0.065,0.0,7.362,2.876,1.775
+base-misc-multiple-buildings.xml,22.432,0.0,20.957,9.917,0.845,0.0,0.0,0.0,3.322,3.807,0.861,7.222,0.656,4.029,-11.133,0.0,0.0,0.0,8.653,-0.036,5.302,0.0,0.498,0.0,10.009,-8.223,-2.569,0.0,-0.246,-0.418,-0.067,2.409,-0.026,1.87,11.483,0.0,0.0,0.0,-6.36,-0.033,-1.127,-4.616,-0.102,0.0,8.652,7.573,1.938
+base-misc-neighbor-shading.xml,33.387,0.0,18.394,9.917,0.851,0.0,0.0,0.0,3.217,3.979,0.915,6.983,0.68,11.826,-11.42,0.0,0.0,0.0,8.155,-0.133,5.55,0.0,0.511,0.0,14.353,-8.592,-2.659,0.0,0.029,-0.286,-0.046,2.536,0.037,-0.5,10.812,0.0,0.0,0.0,-6.193,-0.129,-0.865,-3.915,-0.078,0.0,7.918,7.197,1.848
+base-misc-terrain-shielding.xml,38.602,0.0,15.744,9.917,0.855,0.0,0.0,0.0,3.359,4.167,0.97,7.775,0.809,12.303,-13.428,0.0,0.0,0.0,7.828,-0.204,9.773,0.0,0.523,0.0,16.344,-8.903,-2.747,0.0,0.012,-0.21,-0.017,1.469,0.016,0.324,12.069,0.0,0.0,0.0,-6.453,-0.199,-1.408,-5.196,-0.058,0.0,6.732,6.88,1.76
+base-misc-unit-multiplier-detailed-electric-panel.xml,310.452,0.0,205.119,99.17,8.486,0.0,0.0,0.0,32.429,38.754,8.819,70.701,6.758,115.392,-128.276,0.0,0.0,0.0,83.045,-1.112,55.04,0.0,5.091,0.0,134.662,-84.811,-26.342,0.0,-0.718,-2.461,-0.216,24.465,0.182,-3.807,126.7,0.0,0.0,0.0,-64.282,-1.07,-9.317,-41.776,-0.847,0.0,86.155,73.108,18.73
+base-misc-unit-multiplier.xml,310.452,0.0,205.119,99.17,8.486,0.0,0.0,0.0,32.429,38.754,8.819,70.701,6.758,115.392,-128.276,0.0,0.0,0.0,83.045,-1.112,55.04,0.0,5.091,0.0,134.662,-84.811,-26.342,0.0,-0.718,-2.461,-0.216,24.465,0.182,-3.807,126.7,0.0,0.0,0.0,-64.282,-1.07,-9.317,-41.776,-0.847,0.0,86.155,73.108,18.73
+base-misc-usage-multiplier.xml,28.677,0.0,21.96,7.438,0.847,0.0,0.0,0.0,3.28,3.872,0.88,7.141,0.674,11.533,-12.711,0.0,0.0,0.0,8.415,-0.1,5.549,0.0,0.382,0.0,12.541,-9.428,-3.381,0.0,-0.145,-0.301,-0.036,2.383,0.005,-0.54,12.779,0.0,0.0,0.0,-6.537,-0.096,-1.001,-4.392,-0.067,0.0,9.047,8.393,2.439
+base-pv-battery-ah.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-pv-battery-and-vehicle-ev.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-pv-battery-garage.xml,35.063,0.0,13.464,9.917,0.956,0.0,0.0,0.0,3.549,3.955,0.894,5.531,0.672,9.538,-7.329,0.0,0.0,0.0,6.613,-0.105,5.981,0.0,0.0,0.0,15.039,-6.497,-2.772,0.0,0.419,-0.001,0.03,2.248,0.055,-0.116,8.5,0.0,0.0,0.0,-5.73,-0.102,-0.793,-2.813,0.0,0.0,5.128,4.899,1.736
+base-pv-battery-round-trip-efficiency.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-pv-battery-scheduled.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-pv-battery.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-pv-generators-battery-scheduled.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-pv-generators-battery.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-pv-generators.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-pv-inverters.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-pv.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-residents-0.xml,43.569,0.0,16.686,0.0,0.854,0.0,0.0,0.0,3.079,3.924,0.899,6.699,0.685,11.728,-13.971,0.0,0.0,0.0,8.107,-0.183,6.119,0.0,0.0,0.0,18.147,-1.667,0.0,0.0,0.231,0.005,0.042,2.653,0.075,0.411,11.55,0.0,0.0,0.0,-5.745,-0.178,-0.726,0.0,0.0,0.0,7.139,1.248,0.0
+base-residents-1-misc-loads-large-uncommon.xml,29.569,0.0,21.718,3.829,0.847,0.0,0.0,0.0,3.266,3.873,0.88,7.127,0.675,11.535,-12.743,0.0,0.0,0.0,8.387,-0.101,5.477,0.0,0.507,0.0,12.904,-9.631,-2.623,0.0,-0.131,-0.29,-0.033,2.393,0.007,-0.513,12.755,0.0,0.0,0.0,-6.526,-0.097,-0.97,-4.343,-0.088,0.0,8.975,8.668,1.884
+base-residents-1-misc-loads-large-uncommon2.xml,29.569,0.0,21.718,3.829,0.847,0.0,0.0,0.0,3.266,3.873,0.88,7.127,0.675,11.535,-12.743,0.0,0.0,0.0,8.387,-0.101,5.477,0.0,0.507,0.0,12.904,-9.631,-2.623,0.0,-0.131,-0.29,-0.033,2.393,0.007,-0.513,12.755,0.0,0.0,0.0,-6.526,-0.097,-0.97,-4.343,-0.088,0.0,8.975,8.668,1.884
+base-residents-1.xml,33.735,0.0,18.929,3.829,0.851,0.0,0.0,0.0,3.221,3.899,0.889,7.001,0.682,11.614,-13.003,0.0,0.0,0.0,8.221,-0.135,5.565,0.0,0.511,0.0,14.513,-6.605,-2.668,0.0,0.019,-0.176,-0.003,2.507,0.036,-0.16,12.495,0.0,0.0,0.0,-6.313,-0.131,-0.856,-3.928,-0.077,0.0,8.114,5.54,1.839
+base-residents-5-5.xml,32.53,0.0,6.827,20.033,0.884,0.0,12.281,0.0,3.867,4.056,0.937,6.923,0.725,12.242,-13.773,0.0,0.0,0.0,8.416,-0.272,3.446,0.0,16.815,0.0,4.397,-12.468,-2.815,0.0,0.849,0.179,0.09,2.942,0.128,1.103,11.725,0.0,0.0,0.0,-5.349,-0.268,-0.009,0.0,-2.075,-14.801,0.826,9.734,1.692
+base-schedules-detailed-all-10-mins.xml,30.608,0.0,21.5,9.894,0.874,0.0,0.0,0.0,3.278,3.917,0.893,7.159,0.691,11.667,-12.766,0.0,0.0,0.0,8.351,-0.093,5.814,0.0,0.538,0.0,13.375,-9.576,-2.643,0.0,-0.114,-0.27,-0.029,2.446,0.012,-0.426,12.677,0.0,0.0,0.0,-6.444,-0.088,-0.969,-4.04,-0.092,0.0,9.193,7.771,1.866
+base-schedules-detailed-mixed-timesteps-power-outage.xml,6.491,0.0,14.43,7.941,0.769,0.0,0.0,0.0,2.42,2.515,0.562,3.935,0.345,7.27,-12.377,0.0,0.0,0.0,3.795,-0.079,3.51,0.0,0.266,0.0,2.738,-6.734,-1.68,0.0,-0.217,-0.491,-0.085,2.193,-0.042,-1.103,13.071,0.0,0.0,0.0,-7.359,-0.032,-1.21,-6.827,-0.121,0.0,6.571,8.125,1.938
+base-schedules-detailed-mixed-timesteps.xml,10.84,0.0,14.489,9.893,0.921,0.0,0.0,0.0,2.674,2.883,0.647,5.037,0.435,8.404,-12.365,0.0,0.0,0.0,5.692,-0.034,4.025,0.0,0.402,0.0,4.752,-9.153,-2.571,0.0,-0.221,-0.494,-0.086,2.196,-0.043,-1.111,13.078,0.0,0.0,0.0,-7.298,-0.032,-1.213,-6.845,-0.121,0.0,6.593,8.128,1.939
+base-schedules-detailed-occupancy-stochastic-10-mins.xml,29.968,0.0,20.855,9.917,0.849,0.0,0.0,0.0,3.262,3.875,0.881,7.1,0.675,11.53,-12.774,0.0,0.0,0.0,8.342,-0.101,5.746,0.0,0.523,0.0,13.044,-9.528,-2.637,0.0,-0.091,-0.261,-0.026,2.435,0.014,-0.435,12.723,0.0,0.0,0.0,-6.456,-0.097,-1.011,-4.245,-0.105,0.0,8.722,7.792,1.873
+base-schedules-detailed-occupancy-stochastic-no-space-cooling.xml,29.914,0.0,12.994,9.922,0.836,0.0,0.0,0.0,3.263,3.875,0.881,7.097,0.675,11.527,-12.774,0.0,0.0,0.0,8.309,-0.099,5.745,0.0,0.523,0.0,13.021,-9.525,-2.636,0.0,-0.136,-0.469,-0.075,1.874,-0.038,-1.097,12.723,0.0,0.0,0.0,-7.257,-0.095,-1.203,-6.068,-0.127,0.0,5.221,7.812,1.874
+base-schedules-detailed-occupancy-stochastic-no-space-heating.xml,26.067,0.0,20.853,9.922,0.855,0.0,0.0,0.0,3.243,3.766,0.857,6.691,0.65,11.203,-12.774,0.0,0.0,0.0,7.446,-0.166,5.533,0.0,0.503,0.0,11.255,-9.519,-2.637,0.0,-0.091,-0.261,-0.026,2.435,0.014,-0.435,12.723,0.0,0.0,0.0,-6.458,-0.097,-1.011,-4.244,-0.105,0.0,8.721,7.792,1.873
+base-schedules-detailed-occupancy-stochastic-power-outage.xml,18.729,0.0,20.752,7.942,0.714,0.0,0.0,0.0,2.934,3.267,0.741,5.306,0.527,9.64,-12.799,0.0,0.0,0.0,5.095,-0.196,4.751,0.0,0.344,0.0,7.899,-7.082,-1.746,0.0,-0.085,-0.257,-0.025,2.428,0.015,-0.427,12.703,0.0,0.0,0.0,-6.535,-0.095,-1.008,-4.228,-0.105,0.0,8.688,7.786,1.872
+base-schedules-detailed-occupancy-stochastic-vacancy.xml,34.73,0.0,20.852,7.938,0.849,0.0,0.0,0.0,3.163,3.852,0.876,7.029,0.67,11.467,-12.779,0.0,0.0,0.0,8.188,-0.102,5.813,0.0,0.345,0.0,14.817,-6.895,-1.74,0.0,-0.091,-0.261,-0.026,2.435,0.014,-0.435,12.723,0.0,0.0,0.0,-6.459,-0.097,-1.011,-4.244,-0.105,0.0,8.721,7.792,1.873
+base-schedules-detailed-occupancy-stochastic.xml,29.967,0.0,20.855,9.922,0.849,0.0,0.0,0.0,3.262,3.875,0.881,7.1,0.675,11.53,-12.774,0.0,0.0,0.0,8.342,-0.101,5.746,0.0,0.523,0.0,13.043,-9.528,-2.637,0.0,-0.091,-0.261,-0.026,2.435,0.014,-0.435,12.723,0.0,0.0,0.0,-6.456,-0.097,-1.011,-4.245,-0.105,0.0,8.722,7.792,1.873
+base-schedules-detailed-setpoints-daily-schedules.xml,30.368,0.0,17.77,9.917,0.851,0.0,0.0,0.0,3.233,3.827,0.867,7.061,0.657,11.301,-12.89,0.0,0.0,0.0,8.725,-0.05,5.42,0.0,0.51,0.0,13.003,-8.469,-2.641,0.0,-0.003,-0.259,-0.027,2.384,0.009,-0.498,12.608,0.0,0.0,0.0,-6.673,-0.06,-0.985,-4.748,-0.086,0.0,7.047,7.32,1.866
+base-schedules-detailed-setpoints-daily-setbacks.xml,29.393,0.0,18.582,9.917,0.851,0.0,0.0,0.0,3.237,3.807,0.858,6.971,0.64,11.093,-13.12,0.0,0.0,0.0,8.393,0.03,5.326,0.0,0.509,0.0,12.578,-8.483,-2.648,0.0,-0.017,-0.27,-0.035,2.384,-0.007,-0.683,12.378,0.0,0.0,0.0,-6.547,0.029,-1.014,-4.57,-0.089,0.0,7.594,7.305,1.859
+base-schedules-detailed-setpoints.xml,11.135,0.0,13.368,9.917,0.897,0.0,0.0,0.0,2.65,2.828,0.632,4.918,0.416,8.231,-12.468,0.0,0.0,0.0,5.575,-0.036,3.745,0.0,0.383,0.0,4.844,-8.091,-2.552,0.0,-0.172,-0.463,-0.077,2.213,-0.036,-1.054,13.029,0.0,0.0,0.0,-7.274,-0.036,-1.148,-7.081,-0.112,0.0,5.95,7.634,1.955
+base-schedules-simple-no-space-cooling.xml,31.002,0.0,15.017,9.917,0.84,0.0,0.0,0.0,3.241,3.873,0.881,7.064,0.676,11.535,-12.813,0.0,0.0,0.0,8.275,-0.112,5.502,0.0,0.509,0.0,13.448,-8.475,-2.633,0.0,-0.104,-0.391,-0.056,2.062,-0.017,-0.838,12.685,0.0,0.0,0.0,-6.99,-0.108,-1.051,-5.506,-0.103,0.0,6.19,7.329,1.875
+base-schedules-simple-no-space-heating.xml,25.647,0.0,20.512,9.917,0.858,0.0,0.0,0.0,3.198,3.712,0.846,6.503,0.637,11.047,-12.828,0.0,0.0,0.0,7.104,-0.198,5.188,0.0,0.489,0.0,11.062,-8.468,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-schedules-simple-power-outage.xml,30.107,0.0,15.572,7.852,0.801,0.0,0.0,0.0,3.254,3.869,0.879,7.096,0.673,11.511,-12.777,0.0,0.0,0.0,8.309,-0.094,5.454,0.0,0.556,0.0,13.088,-9.11,-2.632,0.0,-0.072,-0.348,-0.047,2.227,-0.008,-0.713,12.722,0.0,0.0,0.0,-6.781,-0.09,-1.036,-4.942,-0.09,0.0,6.413,6.743,1.567
+base-schedules-simple-vacancy.xml,34.693,0.0,20.986,6.796,0.848,0.0,0.0,0.0,3.162,3.85,0.875,7.028,0.669,11.463,-12.782,0.0,0.0,0.0,8.175,-0.099,5.6,0.0,0.396,0.0,14.798,-6.75,-1.718,0.0,-0.095,-0.264,-0.027,2.427,0.013,-0.443,12.72,0.0,0.0,0.0,-6.475,-0.094,-0.939,-4.269,-0.104,0.0,8.756,7.881,1.873
+base-schedules-simple.xml,30.103,0.0,20.988,8.434,0.848,0.0,0.0,0.0,3.254,3.869,0.879,7.096,0.673,11.513,-12.777,0.0,0.0,0.0,8.322,-0.095,5.483,0.0,0.51,0.0,13.088,-9.111,-2.633,0.0,-0.097,-0.266,-0.027,2.429,0.012,-0.451,12.72,0.0,0.0,0.0,-6.468,-0.091,-0.955,-4.271,-0.087,0.0,8.756,7.885,1.874
+base-simcontrol-calendar-year-custom.xml,31.049,0.0,20.284,9.917,0.849,0.0,0.0,0.0,3.244,3.876,0.883,7.067,0.677,11.55,-12.819,0.0,0.0,0.0,8.299,-0.12,5.507,0.0,0.509,0.0,13.468,-8.483,-2.635,0.0,-0.065,-0.243,-0.02,2.458,0.02,-0.364,12.679,0.0,0.0,0.0,-6.426,-0.115,-0.927,-4.355,-0.084,0.0,8.524,7.308,1.873
+base-simcontrol-daylight-saving-custom.xml,31.046,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.305,-0.111,5.504,0.0,0.509,0.0,13.467,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+base-simcontrol-daylight-saving-disabled.xml,31.028,0.0,20.442,9.917,0.849,0.0,0.0,0.0,3.24,3.871,0.881,7.07,0.675,11.521,-12.817,0.0,0.0,0.0,8.305,-0.11,5.498,0.0,0.505,0.0,13.458,-8.472,-2.629,0.0,-0.073,-0.25,-0.023,2.443,0.017,-0.398,12.681,0.0,0.0,0.0,-6.427,-0.105,-0.938,-4.195,-0.085,0.0,8.574,7.32,1.878
+base-simcontrol-runperiod-1-month.xml,10.7359,0.0,0.0,1.0119,0.0756,0.0,0.0,0.0,0.4613,0.6639,0.1491,1.9426,0.1158,1.9938,-2.2447,0.0,0.0,0.0,3.816,0.0122,1.0189,0.0,0.0817,0.0,4.4206,-1.29,-0.3948,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-simcontrol-temperature-capacitance-multiplier.xml,30.961,0.0,20.297,9.917,0.849,0.0,0.0,0.0,3.246,3.878,0.881,7.086,0.673,11.51,-12.887,0.0,0.0,0.0,8.332,-0.087,5.501,0.0,0.509,0.0,13.414,-8.487,-2.637,0.0,-0.089,-0.241,-0.022,2.467,0.016,-0.402,12.61,0.0,0.0,0.0,-6.39,-0.083,-0.935,-4.224,-0.084,0.0,8.476,7.305,1.871
+base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,30.629,0.0,21.493,9.917,0.851,0.0,0.0,0.0,3.278,3.917,0.893,7.158,0.691,11.668,-12.767,0.0,0.0,0.0,8.35,-0.093,5.815,0.0,0.538,0.0,13.384,-9.563,-2.643,0.0,-0.113,-0.269,-0.029,2.446,0.012,-0.425,12.676,0.0,0.0,0.0,-6.444,-0.088,-0.968,-4.037,-0.092,0.0,9.192,7.76,1.866
+base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,30.57,0.0,21.497,9.922,0.848,0.0,0.0,0.0,3.277,3.915,0.892,7.156,0.691,11.665,-12.751,0.0,0.0,0.0,8.349,-0.095,5.769,0.0,0.531,0.0,13.363,-9.554,-2.642,0.0,-0.116,-0.272,-0.029,2.442,0.012,-0.429,12.692,0.0,0.0,0.0,-6.448,-0.09,-0.959,-4.041,-0.1,0.0,9.195,7.766,1.868
+base-simcontrol-timestep-10-mins.xml,31.636,0.0,21.153,9.917,0.848,0.0,0.0,0.0,3.26,3.915,0.893,7.119,0.691,11.674,-12.786,0.0,0.0,0.0,8.3,-0.105,5.514,0.0,0.515,0.0,13.783,-8.502,-2.639,0.0,-0.095,-0.257,-0.025,2.448,0.016,-0.373,12.657,0.0,0.0,0.0,-6.431,-0.1,-0.877,-3.975,-0.087,0.0,9.088,7.29,1.868
+base-simcontrol-timestep-30-mins.xml,31.433,0.0,20.857,9.917,0.848,0.0,0.0,0.0,3.253,3.9,0.889,7.099,0.686,11.635,-12.801,0.0,0.0,0.0,8.304,-0.107,5.507,0.0,0.512,0.0,13.669,-8.491,-2.636,0.0,-0.1,-0.257,-0.026,2.453,0.015,-0.392,12.667,0.0,0.0,0.0,-6.422,-0.102,-0.894,-4.05,-0.087,0.0,8.865,7.301,1.871
+base-vehicle-ev-charger-level1.xml,35.132,0.0,13.381,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.982,0.0,0.0,0.0,15.095,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.792,-2.81,0.0,0.0,5.054,4.896,1.735
+base-vehicle-ev-charger-miles-per-kwh.xml,35.132,0.0,13.381,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.982,0.0,0.0,0.0,15.095,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.792,-2.81,0.0,0.0,5.054,4.896,1.735
+base-vehicle-ev-charger-mpge.xml,35.132,0.0,13.381,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.982,0.0,0.0,0.0,15.095,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.792,-2.81,0.0,0.0,5.054,4.896,1.735
+base-vehicle-ev-charger-occupancy-stochastic.xml,33.576,0.0,13.774,9.922,0.964,0.0,0.0,0.0,3.562,3.975,0.892,5.559,0.67,9.513,-7.28,0.0,0.0,0.0,6.624,-0.095,5.956,0.0,0.0,0.0,14.511,-7.539,-2.762,0.0,0.393,-0.032,0.024,2.238,0.048,-0.176,8.549,0.0,0.0,0.0,-5.778,-0.091,-0.822,-2.873,0.0,0.0,5.168,5.383,1.748
+base-vehicle-ev-charger-plug-load-ev.xml,35.132,0.0,13.381,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.982,0.0,0.0,0.0,15.095,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.792,-2.81,0.0,0.0,5.054,4.896,1.735
+base-vehicle-ev-charger-scheduled.xml,35.132,0.0,13.381,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.982,0.0,0.0,0.0,15.095,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.792,-2.81,0.0,0.0,5.054,4.896,1.735
+base-vehicle-ev-charger-undercharged.xml,35.132,0.0,13.381,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.982,0.0,0.0,0.0,15.095,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.792,-2.81,0.0,0.0,5.054,4.896,1.735
+base-vehicle-ev-charger.xml,35.132,0.0,13.381,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.982,0.0,0.0,0.0,15.095,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.792,-2.81,0.0,0.0,5.054,4.896,1.735
+base-vehicle-ev-no-charger.xml,35.132,0.0,13.381,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.982,0.0,0.0,0.0,15.095,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.792,-2.81,0.0,0.0,5.054,4.896,1.735
+base-vehicle-multiple.xml,35.132,0.0,13.381,9.917,0.96,0.0,0.0,0.0,3.555,3.964,0.894,5.531,0.673,9.541,-7.329,0.0,0.0,0.0,6.615,-0.107,5.982,0.0,0.0,0.0,15.095,-6.499,-2.772,0.0,0.413,-0.009,0.03,2.249,0.055,-0.112,8.5,0.0,0.0,0.0,-5.726,-0.103,-0.792,-2.81,0.0,0.0,5.054,4.896,1.735
+base-zones-spaces-multiple.xml,25.244,0.0,10.403,9.917,0.996,0.0,0.0,0.0,3.723,4.181,0.893,5.526,0.672,9.532,-7.329,0.0,0.0,0.0,6.602,-0.106,5.874,0.0,0.0,0.0,4.959,-6.498,-2.772,0.0,0.463,0.059,0.03,2.249,0.055,-0.115,8.5,0.0,0.0,0.0,-5.729,-0.102,-0.795,-2.798,0.0,0.0,1.959,4.897,1.735
+base-zones-spaces.xml,25.954,0.0,10.533,9.917,0.993,0.0,0.0,0.0,3.711,4.165,0.893,5.526,0.672,9.532,-7.329,0.0,0.0,0.0,6.603,-0.106,5.898,0.0,0.0,0.0,5.667,-6.498,-2.772,0.0,0.46,0.055,0.03,2.249,0.055,-0.115,8.5,0.0,0.0,0.0,-5.729,-0.102,-0.794,-2.798,0.0,0.0,2.091,4.897,1.735
+base.xml,31.045,0.0,20.512,9.917,0.849,0.0,0.0,0.0,3.243,3.875,0.882,7.07,0.676,11.539,-12.828,0.0,0.0,0.0,8.304,-0.111,5.504,0.0,0.509,0.0,13.466,-8.481,-2.634,0.0,-0.072,-0.246,-0.022,2.446,0.018,-0.381,12.67,0.0,0.0,0.0,-6.428,-0.107,-0.932,-4.178,-0.085,0.0,8.615,7.311,1.873
+house001.xml,19.82,0.0,56.175,10.086,2.737,0.0,0.0,0.538,2.045,7.77,0.455,0.0,1.008,7.235,-5.708,0.0,0.0,0.466,0.917,-0.579,4.554,0.0,5.355,0.0,4.468,-5.751,-2.902,0.601,1.602,4.026,0.321,0.0,0.262,2.795,13.088,0.0,0.0,0.527,6.309,-0.565,-0.267,-2.054,-0.523,0.0,14.941,10.656,4.474
+house002.xml,11.834,0.0,43.118,7.403,2.938,0.0,0.0,0.0,2.674,5.155,0.0,0.0,0.845,5.673,-4.435,0.0,0.0,0.0,1.691,-0.285,1.608,0.0,3.844,0.0,1.742,-4.278,-2.4,0.0,2.757,2.832,0.0,0.0,0.428,1.122,10.039,0.0,0.0,0.0,8.088,-0.279,-0.162,-1.485,-0.59,0.0,7.835,8.562,3.978
house003.xml,12.936,0.0,45.766,7.403,2.729,0.0,0.0,0.698,2.972,4.942,0.0,0.0,0.978,6.18,-4.446,0.0,0.0,0.0,1.013,-0.34,2.042,0.0,4.01,0.0,2.016,-4.505,-2.615,0.827,2.709,2.798,0.0,0.0,0.66,1.912,11.308,0.0,0.0,0.0,6.128,-0.333,-0.188,-1.55,-0.573,0.0,9.029,8.814,4.257
-house004.xml,36.745,0.0,117.03,8.758,3.556,0.0,0.0,0.143,5.06,11.241,0.0,0.0,1.249,13.571,-5.972,0.0,0.0,0.0,3.347,-0.721,5.022,0.0,6.228,0.0,7.539,-6.102,-3.819,0.212,5.658,11.396,0.0,0.0,0.506,8.84,20.822,0.0,0.0,0.0,18.583,-0.71,1.041,0.0,1.806,0.0,26.571,14.608,7.737
-house005.xml,23.023,0.0,68.666,8.758,2.79,0.0,0.0,0.0,3.176,8.745,0.287,0.0,1.392,9.474,-7.563,0.0,0.0,0.388,0.902,-0.701,5.319,0.0,5.25,0.0,5.774,-5.862,-3.553,0.0,2.415,4.52,0.206,0.0,0.296,3.824,17.591,0.0,0.0,0.418,6.853,-0.684,-0.355,-2.643,-0.569,0.0,20.225,10.97,5.596
-house006.xml,78.508,0.0,8.266,12.907,3.279,0.0,0.0,0.0,4.296,21.963,1.973,36.997,1.825,17.256,-9.028,0.0,0.0,0.0,8.944,-0.193,8.847,0.0,4.303,0.0,0.0,-12.555,-6.09,0.0,0.082,-1.165,-0.071,2.584,-0.123,-0.541,5.48,0.0,0.0,0.0,-4.331,-0.193,-0.592,-1.725,-0.133,0.0,0.0,6.41,2.592
-house007.xml,72.531,0.0,6.337,15.3,3.27,0.0,0.0,0.0,4.764,23.36,4.357,10.123,1.468,18.387,-8.906,0.0,0.0,0.075,11.058,-0.28,6.439,0.0,20.354,0.0,3.359,-14.689,-7.314,0.0,0.121,-1.003,-0.093,0.526,-0.071,-0.258,5.876,0.0,0.0,-0.01,-4.574,-0.276,-0.268,-1.524,-2.334,0.0,0.136,7.139,2.979
-house008.xml,105.558,0.0,11.07,17.644,3.215,0.0,0.0,0.0,7.332,27.137,4.651,24.199,1.171,20.88,-7.414,0.0,0.0,1.27,17.525,-0.273,18.169,0.0,6.285,0.0,8.236,-15.819,-7.741,0.0,0.112,-1.601,-0.151,1.461,-0.12,-0.346,6.777,0.0,0.0,-0.14,-3.207,-0.275,-1.188,-1.917,-0.376,0.0,0.77,8.033,3.258
-house009.xml,86.337,0.0,6.048,15.3,3.276,0.0,0.0,0.0,5.189,28.178,4.251,13.065,2.217,18.52,-7.85,0.0,0.0,0.261,15.118,-0.327,9.18,0.0,21.065,0.0,0.0,-15.046,-7.457,0.0,0.186,-0.947,-0.049,0.674,-0.106,-0.058,5.793,0.0,0.0,-0.033,-4.729,-0.324,-0.345,-1.42,-2.158,0.0,0.0,6.757,2.809
-house010.xml,79.82,0.0,8.097,17.644,3.215,0.0,0.0,0.878,4.968,25.111,4.791,9.771,1.235,22.323,-8.709,0.0,0.0,0.912,10.894,-0.285,19.516,0.0,6.278,0.0,5.525,-15.704,-7.662,0.026,0.108,-1.225,-0.162,0.494,-0.108,-0.848,6.524,0.0,0.0,-0.069,-4.753,-0.283,-1.288,-1.857,-0.381,0.0,0.478,8.13,3.318
-house011.xml,15.17,0.082,27.419,9.154,1.456,0.0,0.0,0.0,2.778,5.454,0.0,0.0,1.604,3.393,-3.393,0.0,0.0,1.808,0.0,-0.374,1.836,0.0,5.397,0.0,3.958,-5.591,-1.991,0.0,1.482,1.144,0.0,0.0,0.108,0.512,6.256,0.0,0.0,0.664,0.0,-0.374,-0.204,-0.32,-1.018,0.0,7.889,8.455,2.911
+house004.xml,36.746,0.0,117.03,8.758,3.556,0.0,0.0,0.143,5.061,11.245,0.0,0.0,1.25,13.581,-5.972,0.0,0.0,0.0,3.343,-0.723,5.022,0.0,6.232,0.0,7.541,-6.106,-3.82,0.212,5.659,11.397,0.0,0.0,0.507,8.843,20.822,0.0,0.0,0.0,18.58,-0.71,1.041,0.0,1.807,0.0,26.571,14.606,7.737
+house005.xml,23.018,0.0,68.671,8.758,2.79,0.0,0.0,0.0,3.177,8.746,0.287,0.0,1.392,9.474,-7.563,0.0,0.0,0.388,0.902,-0.701,5.317,0.0,5.246,0.0,5.773,-5.862,-3.553,0.0,2.415,4.52,0.206,0.0,0.296,3.824,17.591,0.0,0.0,0.418,6.853,-0.684,-0.354,-2.644,-0.564,0.0,20.227,10.97,5.596
+house006.xml,78.506,0.0,8.266,12.907,3.279,0.0,0.0,0.0,4.296,21.963,1.973,36.997,1.825,17.256,-9.028,0.0,0.0,0.0,8.944,-0.193,8.847,0.0,4.302,0.0,0.0,-12.555,-6.09,0.0,0.082,-1.165,-0.071,2.584,-0.123,-0.541,5.48,0.0,0.0,0.0,-4.331,-0.193,-0.592,-1.726,-0.133,0.0,0.0,6.41,2.592
+house007.xml,72.527,0.0,6.338,15.3,3.27,0.0,0.0,0.0,4.763,23.358,4.356,10.124,1.468,18.387,-8.903,0.0,0.0,0.075,11.058,-0.279,6.438,0.0,20.349,0.0,3.359,-14.687,-7.313,0.0,0.12,-1.006,-0.093,0.526,-0.071,-0.259,5.88,0.0,0.0,-0.01,-4.575,-0.276,-0.268,-1.525,-2.334,0.0,0.136,7.142,2.98
+house008.xml,105.553,0.0,11.07,17.644,3.215,0.0,0.0,0.0,7.332,27.137,4.651,24.199,1.171,20.88,-7.414,0.0,0.0,1.27,17.525,-0.273,18.167,0.0,6.283,0.0,8.236,-15.819,-7.741,0.0,0.112,-1.601,-0.151,1.461,-0.12,-0.346,6.777,0.0,0.0,-0.14,-3.207,-0.275,-1.188,-1.919,-0.375,0.0,0.77,8.033,3.258
+house009.xml,86.333,0.0,6.049,15.3,3.276,0.0,0.0,0.0,5.189,28.178,4.251,13.065,2.217,18.52,-7.85,0.0,0.0,0.261,15.118,-0.327,9.179,0.0,21.062,0.0,0.0,-15.046,-7.457,0.0,0.186,-0.947,-0.049,0.674,-0.106,-0.058,5.793,0.0,0.0,-0.033,-4.729,-0.324,-0.345,-1.42,-2.157,0.0,0.0,6.757,2.809
+house010.xml,79.817,0.0,8.097,17.644,3.215,0.0,0.0,0.878,4.968,25.111,4.791,9.771,1.235,22.323,-8.709,0.0,0.0,0.912,10.894,-0.285,19.514,0.0,6.277,0.0,5.525,-15.704,-7.662,0.026,0.108,-1.225,-0.162,0.494,-0.108,-0.848,6.524,0.0,0.0,-0.069,-4.753,-0.283,-1.287,-1.858,-0.38,0.0,0.478,8.13,3.318
+house011.xml,15.289,0.077,26.307,9.154,1.458,0.0,0.0,0.0,2.766,5.453,0.0,0.0,1.604,3.393,-3.39,0.0,0.0,1.807,0.0,-0.374,1.836,0.0,5.395,0.0,4.087,-5.589,-1.99,0.0,1.571,1.182,0.0,0.0,0.118,0.538,6.258,0.0,0.0,0.691,0.0,-0.374,-0.198,-0.32,-0.987,0.0,6.544,8.457,2.912
house012.xml,10.729,0.0,16.751,7.69,1.498,0.0,0.0,0.0,2.506,4.792,0.0,0.0,0.636,2.619,-2.073,0.0,0.0,1.969,0.0,-0.248,1.659,0.0,4.4,0.0,0.591,-3.966,-1.911,0.0,1.769,1.04,0.0,0.0,-0.03,0.722,3.973,0.0,0.0,1.489,0.0,-0.248,-0.15,-0.284,-0.688,0.0,0.445,6.276,2.464
house013.xml,6.476,0.0,16.001,6.833,1.106,0.0,0.0,0.0,1.682,2.839,0.0,0.0,0.627,2.428,-2.214,0.0,0.0,1.966,0.0,-0.242,1.653,0.0,1.014,0.0,1.228,-3.203,-1.374,0.0,1.02,0.344,0.0,0.0,-0.123,0.309,4.345,0.0,0.0,0.365,0.0,-0.242,-0.344,-0.36,-0.322,0.0,2.045,6.431,2.59
-house014.xml,7.888,0.003,17.788,6.833,0.774,0.0,0.0,0.0,1.761,3.706,0.0,0.0,0.568,2.844,-2.595,0.0,0.0,2.086,0.0,-0.232,1.883,0.0,1.081,0.0,1.462,-3.282,-1.482,0.0,1.073,0.527,0.0,0.0,-0.089,0.736,5.48,0.0,0.0,0.424,0.0,-0.232,-0.323,-0.404,-0.292,0.0,2.254,6.12,2.569
+house014.xml,7.887,0.003,17.788,6.833,0.774,0.0,0.0,0.0,1.761,3.706,0.0,0.0,0.568,2.844,-2.595,0.0,0.0,2.086,0.0,-0.232,1.883,0.0,1.081,0.0,1.462,-3.282,-1.482,0.0,1.073,0.527,0.0,0.0,-0.089,0.736,5.48,0.0,0.0,0.424,0.0,-0.232,-0.323,-0.404,-0.292,0.0,2.254,6.12,2.569
house015.xml,6.476,0.0,16.001,6.833,1.106,0.0,0.0,0.0,1.682,2.839,0.0,0.0,0.627,2.428,-2.214,0.0,0.0,1.966,0.0,-0.242,1.653,0.0,1.014,0.0,1.228,-3.203,-1.374,0.0,1.02,0.344,0.0,0.0,-0.123,0.309,4.345,0.0,0.0,0.365,0.0,-0.242,-0.344,-0.36,-0.322,0.0,2.045,6.431,2.59
-house016.xml,25.35,0.055,11.575,10.12,0.0,0.0,0.0,0.0,4.682,11.463,0.658,5.498,0.31,7.933,-9.673,0.0,0.0,0.0,7.755,-0.001,6.014,0.0,4.042,0.0,0.0,-8.773,-5.141,0.0,0.248,0.209,0.021,2.758,-0.034,-0.76,10.219,0.0,0.0,0.0,-7.748,-0.003,-1.059,-2.208,-0.809,0.0,0.0,6.984,3.461
-house017.xml,43.214,0.0,10.196,13.909,3.423,0.0,0.0,0.0,5.517,15.147,0.677,10.359,0.365,7.31,-10.302,0.0,0.0,0.736,4.622,0.19,19.626,0.0,1.269,0.0,0.0,-10.1,-2.985,0.0,0.351,-0.341,0.006,4.464,-0.057,-1.285,6.489,0.0,0.0,0.026,-4.535,0.191,-2.599,-1.708,-0.194,0.0,0.0,7.011,1.683
+house016.xml,25.353,0.055,11.574,10.12,0.0,0.0,0.0,0.0,4.681,11.462,0.658,5.499,0.31,7.934,-9.673,0.0,0.0,0.0,7.758,-0.001,6.016,0.0,4.045,0.0,0.0,-8.776,-5.142,0.0,0.247,0.208,0.021,2.76,-0.034,-0.759,10.219,0.0,0.0,0.0,-7.744,-0.003,-1.059,-2.207,-0.81,0.0,0.0,6.981,3.459
+house017.xml,43.212,0.0,10.197,13.909,3.423,0.0,0.0,0.0,5.517,15.147,0.677,10.359,0.365,7.31,-10.302,0.0,0.0,0.736,4.622,0.19,19.624,0.0,1.269,0.0,0.0,-10.1,-2.985,0.0,0.351,-0.341,0.006,4.464,-0.057,-1.285,6.489,0.0,0.0,0.026,-4.535,0.191,-2.599,-1.708,-0.194,0.0,0.0,7.011,1.683
house018.xml,8.407,0.0,9.846,6.934,0.715,0.0,0.0,0.0,4.524,4.621,0.0,0.0,0.27,3.546,-3.633,0.0,0.0,2.048,0.0,-0.152,2.548,0.0,2.083,0.0,1.668,-6.832,-2.42,0.0,-0.396,-0.855,0.0,0.0,-0.104,-1.514,4.32,0.0,0.0,-0.192,0.0,-0.148,-0.851,-1.282,-0.75,0.0,1.415,7.878,2.338
-house019.xml,69.653,0.0,40.938,7.481,2.352,0.0,0.0,0.0,11.369,43.994,0.664,5.059,1.834,15.818,-15.648,0.0,0.0,0.0,6.28,0.714,8.96,0.0,1.869,0.0,0.0,-9.383,-5.122,0.0,3.007,8.166,0.144,2.602,0.133,0.615,15.578,0.0,0.0,0.0,-4.295,0.726,-0.406,-0.748,-0.001,0.0,0.0,8.22,3.796
-house020.xml,38.293,0.0,31.474,10.12,4.237,0.0,0.0,0.969,11.349,11.173,1.186,8.89,0.639,15.398,-15.673,0.0,0.0,0.0,7.078,-0.578,15.878,0.0,0.875,0.0,0.0,-12.003,-6.912,0.325,1.421,1.033,0.131,5.749,0.032,-1.965,20.191,0.0,0.0,0.0,-6.765,-0.569,-2.335,-3.129,-0.145,0.0,0.0,11.726,5.83
-house021.xml,81.084,0.0,16.831,10.615,3.828,0.0,0.0,0.0,8.437,27.992,2.518,8.456,0.883,22.281,-21.28,0.0,0.0,1.096,9.532,-0.887,32.316,0.0,2.574,0.0,6.522,-12.428,-6.915,0.0,0.494,0.389,0.129,1.578,-0.061,-1.58,13.69,0.0,0.0,0.07,-5.822,-0.864,-2.173,-1.473,-0.285,0.0,1.335,7.772,3.719
-house022.xml,72.404,0.0,19.312,10.615,1.919,0.0,0.0,3.886,3.789,21.47,0.0,0.0,1.515,16.737,-13.767,0.0,0.0,13.79,0.0,-0.552,37.431,0.0,1.127,0.0,0.0,-9.573,-4.193,1.294,0.517,1.529,0.0,0.0,-0.101,-1.347,10.814,0.0,0.0,1.162,0.0,-0.544,-2.36,-1.235,-0.09,0.0,0.0,6.675,2.494
-house023.xml,68.687,0.0,15.872,16.354,3.591,0.0,0.0,0.0,10.337,22.364,1.257,15.733,0.88,10.251,-8.426,0.0,0.0,0.0,6.26,-0.536,29.608,0.0,1.705,0.0,0.0,-14.671,-6.024,0.0,0.568,0.06,0.049,5.413,-0.08,-0.708,8.526,0.0,0.0,0.0,-5.862,-0.515,-2.482,-1.514,-0.235,0.0,0.0,9.468,3.191
-house024.xml,68.738,0.0,16.658,14.315,2.681,0.0,0.0,0.0,7.09,30.027,0.0,0.0,0.7,7.364,-8.109,0.0,0.0,5.149,0.0,-0.279,25.488,0.0,1.874,0.0,11.215,-9.235,-2.51,0.0,1.072,1.343,0.0,0.0,-0.029,-0.231,5.786,0.0,0.0,0.222,0.0,-0.272,-1.232,-0.718,-0.158,0.0,3.239,6.256,1.404
-house025.xml,37.24,0.0,49.002,7.923,4.963,0.0,0.0,0.0,3.403,17.724,0.0,0.0,2.109,7.139,-6.2,0.0,0.0,6.656,0.0,-0.941,13.347,0.0,0.407,0.0,5.765,-8.356,-3.873,0.0,1.269,5.849,0.0,0.0,0.374,1.682,11.904,0.0,0.0,5.28,0.0,-0.94,-0.86,-0.28,-0.007,0.0,7.561,11.907,5.386
-house026.xml,14.118,0.0,0.0,8.47,2.068,0.0,0.0,0.0,2.009,7.329,0.249,0.0,0.21,4.484,-3.342,0.0,0.0,6.783,0.0,-0.302,2.511,0.0,3.286,0.0,0.0,-5.966,-3.117,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house027.xml,19.376,0.0,24.004,8.431,5.234,0.0,0.0,0.801,1.995,8.726,0.468,0.0,0.64,5.172,-4.557,0.0,0.0,0.371,2.663,-0.583,1.8,0.0,11.239,0.0,2.08,-8.426,-2.951,0.583,1.142,1.54,0.122,0.0,-0.059,1.132,6.051,0.0,0.0,0.101,3.096,-0.584,-0.227,-1.647,-2.628,0.0,2.379,9.925,2.993
-house028.xml,13.442,0.0,24.026,9.98,3.62,0.0,0.0,0.844,1.843,7.469,0.361,0.0,0.439,4.92,-4.065,0.0,0.0,0.23,2.031,-0.426,4.122,0.0,4.564,0.0,1.691,-7.789,-2.758,0.692,1.186,-0.182,0.126,0.0,0.073,0.997,7.388,0.0,0.0,0.059,1.312,-0.428,-0.89,-2.121,-1.534,0.0,2.648,11.26,3.376
-house029.xml,31.729,0.0,14.482,9.47,0.0,0.0,0.0,0.0,3.686,15.415,0.412,0.0,0.3,6.38,-6.788,0.0,0.0,6.507,0.0,-0.252,6.991,0.0,7.671,0.0,3.127,-7.817,-3.887,0.0,1.297,0.121,0.028,0.0,0.085,1.286,5.744,0.0,0.0,-1.154,0.0,-0.249,-0.512,-1.926,-1.138,0.0,1.7,6.513,2.652
-house030.xml,18.202,0.0,0.0,7.695,2.218,0.0,0.0,0.0,1.811,10.674,0.509,1.111,1.079,5.363,-3.558,0.0,0.0,0.0,2.996,-0.084,2.937,0.0,5.928,0.0,0.0,-7.483,-3.078,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house031.xml,120.102,0.0,39.842,17.698,5.237,0.0,0.0,0.0,14.472,42.611,1.076,6.34,1.389,19.996,-18.121,0.0,0.0,1.965,6.141,-0.566,55.841,0.0,0.658,0.0,9.588,-15.033,-6.493,0.0,2.738,5.754,0.202,2.505,0.108,0.446,15.584,0.0,0.0,0.26,-3.54,-0.534,-1.591,-0.845,-0.001,0.0,3.458,10.463,3.861
-house032.xml,49.843,0.0,0.0,7.587,4.931,0.0,0.0,0.0,10.531,9.026,1.966,20.337,1.412,8.266,-9.607,0.0,0.0,0.0,4.264,0.029,15.006,0.0,0.622,0.0,0.0,-8.953,-3.152,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house019.xml,69.652,0.0,40.938,7.481,2.352,0.0,0.0,0.0,11.369,43.994,0.664,5.059,1.834,15.818,-15.648,0.0,0.0,0.0,6.28,0.714,8.959,0.0,1.869,0.0,0.0,-9.383,-5.122,0.0,3.007,8.166,0.144,2.602,0.133,0.615,15.578,0.0,0.0,0.0,-4.295,0.726,-0.406,-0.749,-0.001,0.0,0.0,8.22,3.796
+house020.xml,38.297,0.0,31.474,10.12,4.237,0.0,0.0,0.969,11.349,11.173,1.186,8.89,0.639,15.398,-15.673,0.0,0.0,0.0,7.078,-0.578,15.882,0.0,0.875,0.0,0.0,-12.003,-6.912,0.325,1.421,1.033,0.131,5.749,0.032,-1.965,20.191,0.0,0.0,0.0,-6.765,-0.569,-2.336,-3.127,-0.145,0.0,0.0,11.726,5.83
+house021.xml,81.08,0.0,16.831,10.615,3.828,0.0,0.0,0.0,8.437,27.992,2.518,8.456,0.883,22.281,-21.28,0.0,0.0,1.096,9.532,-0.887,32.313,0.0,2.573,0.0,6.522,-12.428,-6.915,0.0,0.494,0.389,0.129,1.578,-0.061,-1.58,13.69,0.0,0.0,0.07,-5.822,-0.864,-2.173,-1.474,-0.285,0.0,1.335,7.772,3.719
+house022.xml,72.394,0.0,19.314,10.615,1.919,0.0,0.0,3.886,3.789,21.471,0.0,0.0,1.514,16.734,-13.767,0.0,0.0,13.789,0.0,-0.552,37.418,0.0,1.127,0.0,0.0,-9.57,-4.191,1.294,0.517,1.529,0.0,0.0,-0.101,-1.35,10.814,0.0,0.0,1.162,0.0,-0.543,-2.362,-1.236,-0.089,0.0,0.0,6.678,2.496
+house023.xml,68.684,0.0,15.872,16.354,3.591,0.0,0.0,0.0,10.337,22.364,1.257,15.733,0.88,10.251,-8.426,0.0,0.0,0.0,6.26,-0.536,29.606,0.0,1.704,0.0,0.0,-14.671,-6.024,0.0,0.568,0.06,0.049,5.413,-0.08,-0.708,8.526,0.0,0.0,0.0,-5.862,-0.515,-2.482,-1.514,-0.235,0.0,0.0,9.468,3.191
+house024.xml,68.73,0.0,16.66,14.315,2.681,0.0,0.0,0.0,7.09,30.027,0.0,0.0,0.7,7.364,-8.109,0.0,0.0,5.15,0.0,-0.279,25.481,0.0,1.873,0.0,11.214,-9.235,-2.51,0.0,1.072,1.343,0.0,0.0,-0.029,-0.231,5.786,0.0,0.0,0.222,0.0,-0.272,-1.231,-0.718,-0.157,0.0,3.239,6.256,1.404
+house025.xml,37.236,0.0,49.004,7.923,4.963,0.0,0.0,0.0,3.403,17.724,0.0,0.0,2.109,7.139,-6.2,0.0,0.0,6.656,0.0,-0.941,13.344,0.0,0.407,0.0,5.764,-8.356,-3.873,0.0,1.269,5.849,0.0,0.0,0.374,1.682,11.904,0.0,0.0,5.28,0.0,-0.94,-0.858,-0.281,-0.006,0.0,7.562,11.907,5.386
+house026.xml,14.115,0.0,0.0,8.47,2.068,0.0,0.0,0.0,2.009,7.329,0.249,0.0,0.21,4.484,-3.342,0.0,0.0,6.783,0.0,-0.302,2.51,0.0,3.284,0.0,0.0,-5.966,-3.117,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house027.xml,19.372,0.0,24.009,8.431,5.234,0.0,0.0,0.801,1.995,8.726,0.468,0.0,0.64,5.172,-4.557,0.0,0.0,0.371,2.663,-0.583,1.799,0.0,11.235,0.0,2.08,-8.426,-2.951,0.582,1.142,1.539,0.122,0.0,-0.059,1.131,6.051,0.0,0.0,0.101,3.096,-0.584,-0.227,-1.647,-2.624,0.0,2.38,9.925,2.993
+house028.xml,13.439,0.0,24.029,9.98,3.62,0.0,0.0,0.844,1.843,7.469,0.361,0.0,0.439,4.92,-4.065,0.0,0.0,0.23,2.031,-0.426,4.121,0.0,4.562,0.0,1.691,-7.789,-2.758,0.692,1.186,-0.182,0.126,0.0,0.073,0.996,7.388,0.0,0.0,0.059,1.312,-0.428,-0.889,-2.122,-1.532,0.0,2.648,11.26,3.376
+house029.xml,31.722,0.0,14.485,9.47,0.0,0.0,0.0,0.0,3.687,15.415,0.412,0.0,0.3,6.38,-6.788,0.0,0.0,6.508,0.0,-0.252,6.988,0.0,7.666,0.0,3.126,-7.817,-3.887,0.0,1.297,0.121,0.028,0.0,0.085,1.286,5.744,0.0,0.0,-1.154,0.0,-0.249,-0.511,-1.927,-1.134,0.0,1.7,6.513,2.652
+house030.xml,18.198,0.0,0.0,7.695,2.218,0.0,0.0,0.0,1.811,10.674,0.509,1.111,1.079,5.363,-3.558,0.0,0.0,0.0,2.996,-0.084,2.936,0.0,5.924,0.0,0.0,-7.483,-3.078,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house031.xml,120.094,0.0,39.843,17.698,5.237,0.0,0.0,0.0,14.472,42.611,1.076,6.34,1.389,19.996,-18.121,0.0,0.0,1.965,6.141,-0.566,55.834,0.0,0.657,0.0,9.587,-15.033,-6.493,0.0,2.738,5.754,0.202,2.505,0.108,0.446,15.584,0.0,0.0,0.26,-3.54,-0.534,-1.59,-0.845,-0.001,0.0,3.458,10.463,3.861
+house032.xml,49.844,0.0,0.0,7.587,4.931,0.0,0.0,0.0,10.531,9.026,1.966,20.337,1.412,8.266,-9.607,0.0,0.0,0.0,4.264,0.029,15.007,0.0,0.622,0.0,0.0,-8.953,-3.152,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house033.xml,62.694,0.0,0.0,3.425,0.0,0.0,0.0,0.0,18.918,14.773,0.0,0.0,0.992,10.799,-7.833,0.0,0.0,14.177,0.0,-0.197,18.345,0.0,0.777,0.0,0.0,-5.295,-3.141,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house034.xml,65.264,0.0,0.0,11.131,5.463,0.0,0.0,0.0,8.865,26.871,0.0,2.527,1.808,25.32,-26.024,0.0,0.0,10.412,2.347,0.42,32.774,0.0,0.553,0.0,0.0,-11.887,-9.815,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house035.xml,27.313,0.0,2.549,3.918,3.826,0.0,0.0,0.381,6.347,11.549,0.0,0.0,0.561,6.39,-8.05,0.0,0.0,7.577,0.0,-0.178,14.186,0.0,0.507,0.0,0.0,-8.19,-3.616,0.076,-0.092,-0.876,0.0,0.0,-0.059,-1.141,6.34,0.0,0.0,-4.561,0.0,-0.173,-2.218,-1.36,-0.1,0.0,0.0,4.929,1.819
-house036.xml,32.334,0.0,14.499,7.798,5.845,0.0,0.0,5.624,2.242,4.058,0.0,0.0,1.787,6.64,-7.217,0.0,0.0,20.752,0.0,0.041,7.335,0.0,0.547,0.0,0.0,-6.234,-3.29,1.715,0.217,0.081,0.0,0.0,-0.259,-1.038,5.68,0.0,0.0,2.252,0.0,0.042,-0.81,-0.97,-0.058,0.0,0.0,5.121,2.156
-house037.xml,37.186,0.0,0.0,7.039,0.0,0.0,0.0,0.0,16.511,12.193,0.0,0.0,1.599,7.503,-12.674,0.0,0.0,6.228,0.0,0.307,14.776,0.0,0.472,0.0,0.0,-6.708,-3.979,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house038.xml,39.918,0.0,31.677,14.367,4.605,0.0,0.0,0.0,3.666,14.94,0.655,4.367,0.806,12.286,-10.627,0.0,0.0,1.821,2.321,0.02,21.906,0.0,0.594,0.0,0.0,-9.793,-3.815,0.0,0.949,2.655,0.144,2.14,0.013,0.788,12.551,0.0,0.0,0.345,-0.612,0.03,-0.653,-0.31,0.01,0.0,0.0,9.198,3.09
-house039.xml,45.086,0.0,0.0,14.011,1.115,0.0,0.0,0.0,14.522,5.428,0.0,0.0,2.485,15.851,-13.375,0.0,0.0,13.212,0.0,-0.24,13.138,0.0,0.541,0.0,0.0,-4.099,-2.654,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house040.xml,61.236,0.0,0.0,7.587,5.542,0.0,0.0,12.061,5.797,23.083,0.0,3.211,2.104,12.877,-11.987,0.0,0.0,1.942,2.749,-1.185,23.681,0.0,0.599,0.0,0.0,-9.14,-4.438,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-house041.xml,178.358,0.0,4.679,15.3,5.046,0.0,0.0,0.0,11.609,45.394,3.509,34.658,3.084,38.676,-19.415,0.0,0.0,4.434,16.637,-0.912,66.856,0.0,2.754,0.0,0.0,-18.213,-10.633,0.0,0.237,-1.627,-0.079,1.331,-0.231,-2.511,10.876,0.0,0.0,-0.381,-6.077,-0.912,-3.616,-2.255,-0.255,0.0,0.0,6.926,3.302
-house042.xml,167.41,0.0,2.695,15.3,3.234,0.0,0.0,0.0,9.514,40.398,4.071,43.35,2.655,34.372,-18.227,0.0,0.0,2.368,14.059,-0.866,58.961,0.0,1.752,0.0,0.0,-17.442,-7.478,0.0,0.379,-0.74,0.032,2.503,-0.126,-2.574,6.393,0.0,0.0,-0.235,-5.499,-0.864,-2.689,-1.341,-0.131,0.0,0.0,5.549,2.056
-house043.xml,105.482,0.0,2.729,12.907,2.212,0.0,0.0,0.0,3.255,23.37,2.291,33.638,5.53,22.801,-9.054,0.0,0.0,0.542,9.494,-0.474,30.295,0.0,1.565,0.0,0.0,-12.735,-4.979,0.0,0.051,-0.612,-0.069,1.591,-0.359,-1.953,5.398,0.0,0.0,-0.068,-4.086,-0.474,-1.704,-1.175,-0.147,0.0,0.0,4.77,1.579
-house044.xml,151.991,0.0,3.631,12.907,4.458,0.0,0.0,4.487,7.103,36.941,9.149,18.859,2.752,18.141,-10.869,0.0,0.0,12.112,14.659,-0.872,64.736,0.0,1.434,0.0,0.0,-16.515,-10.043,0.374,0.568,-0.899,-0.055,0.751,-0.109,-0.549,6.278,0.0,0.0,-1.017,-5.326,-0.87,-2.674,-1.097,-0.095,0.0,0.0,5.469,2.905
-house045.xml,89.223,0.0,4.097,12.907,4.371,0.0,0.0,3.478,3.104,14.826,2.232,32.449,1.105,17.352,-10.662,0.943,-0.368,0.083,11.843,-0.185,21.407,0.0,10.63,0.0,0.0,-12.449,-6.55,-0.023,-0.043,-1.271,-0.139,0.671,-0.107,-1.42,8.113,-0.085,0.446,-0.015,-4.864,-0.185,-1.533,-2.132,-1.516,0.0,0.0,5.739,2.51
-house046.xml,14.484,0.255,14.21,5.172,0.799,0.0,0.0,0.0,2.523,4.007,0.0,0.0,0.323,2.109,-1.778,0.0,0.0,-0.17,0.0,-0.38,8.328,0.0,0.367,0.0,2.938,-3.425,-0.451,0.0,1.418,2.648,0.0,0.0,0.017,0.959,2.861,0.0,0.0,-0.169,0.0,-0.378,-0.563,-0.208,0.01,0.0,2.427,4.658,0.578
-house047.xml,6.207,0.0,1.677,5.082,0.0,0.0,0.0,0.0,-0.001,0.817,0.133,0.0,0.0,1.834,-0.735,0.0,0.0,0.0,1.421,-0.024,1.402,0.0,5.484,0.0,0.242,-3.782,-0.585,0.0,-0.001,0.138,0.038,0.0,0.0,0.152,0.808,0.0,0.0,0.0,-1.095,-0.024,-0.107,-0.37,-0.86,0.0,0.0,2.663,0.335
-house048.xml,29.545,0.0,57.014,7.18,2.641,0.0,0.0,1.101,2.509,12.132,0.0,0.0,0.799,4.268,-2.931,0.0,0.0,0.055,1.911,-0.676,7.366,0.0,4.182,0.0,6.658,-6.32,-1.452,1.397,1.228,9.85,0.0,0.0,0.565,4.484,5.043,0.0,0.0,0.075,9.743,-0.664,0.686,-0.679,1.725,0.0,10.272,11.118,2.237
-house049.xml,6.54,0.0,32.718,4.263,1.296,0.0,0.0,0.0,1.543,4.696,0.0,0.0,0.0,5.028,-7.545,0.0,0.0,0.0,1.185,-0.168,3.012,0.0,2.205,0.0,0.0,-2.848,-0.599,0.0,2.096,7.876,0.0,0.0,0.0,4.575,10.32,0.0,0.0,0.0,3.101,-0.168,0.324,-3.581,0.998,0.0,0.0,6.304,0.874
-house050.xml,15.896,0.0,6.365,8.503,0.0,0.0,0.0,0.0,3.921,6.205,0.0,0.0,1.86,4.813,-3.516,0.0,0.0,4.443,0.0,-0.126,2.126,0.0,3.363,0.0,1.927,-8.026,-1.097,0.0,-0.439,-0.617,0.0,0.0,-0.563,0.535,5.612,0.0,0.0,-1.361,0.0,-0.126,-0.65,-2.887,-1.05,0.0,0.983,6.243,0.684
-house051.xml,12.323,0.0,12.387,10.999,0.792,0.0,0.0,0.0,2.758,3.432,0.0,0.0,0.657,9.619,-9.014,0.0,0.0,0.0,10.286,-0.043,2.104,0.0,0.764,0.0,2.769,-9.873,-0.634,0.0,-0.313,-0.667,0.0,0.0,-0.01,-1.222,6.969,0.0,0.0,0.0,-0.899,-0.042,-0.282,-3.696,-0.149,0.0,1.909,10.306,0.48
+house034.xml,65.246,0.0,0.0,11.131,5.463,0.0,0.0,0.0,8.865,26.871,0.0,2.527,1.808,25.321,-26.024,0.0,0.0,10.412,2.347,0.42,32.754,0.0,0.552,0.0,0.0,-11.887,-9.815,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house035.xml,27.31,0.0,2.549,3.918,3.826,0.0,0.0,0.381,6.347,11.549,0.0,0.0,0.561,6.39,-8.05,0.0,0.0,7.577,0.0,-0.178,14.182,0.0,0.506,0.0,0.0,-8.19,-3.616,0.076,-0.092,-0.877,0.0,0.0,-0.059,-1.141,6.34,0.0,0.0,-4.561,0.0,-0.173,-2.217,-1.36,-0.1,0.0,0.0,4.929,1.819
+house036.xml,32.332,0.0,14.5,7.798,5.845,0.0,0.0,5.624,2.242,4.058,0.0,0.0,1.787,6.64,-7.217,0.0,0.0,20.752,0.0,0.041,7.333,0.0,0.547,0.0,0.0,-6.234,-3.29,1.715,0.217,0.081,0.0,0.0,-0.259,-1.038,5.68,0.0,0.0,2.252,0.0,0.042,-0.81,-0.97,-0.058,0.0,0.0,5.121,2.156
+house037.xml,37.183,0.0,0.0,7.039,0.0,0.0,0.0,0.0,16.496,12.185,0.0,0.0,1.598,7.496,-12.674,0.0,0.0,6.236,0.0,0.314,14.765,0.0,0.472,0.0,0.0,-6.703,-3.978,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house038.xml,39.913,0.0,31.678,14.367,4.605,0.0,0.0,0.0,3.666,14.938,0.655,4.368,0.805,12.284,-10.627,0.0,0.0,1.822,2.322,0.022,21.9,0.0,0.594,0.0,0.0,-9.791,-3.814,0.0,0.948,2.653,0.144,2.141,0.013,0.786,12.551,0.0,0.0,0.345,-0.611,0.032,-0.654,-0.31,0.011,0.0,0.0,9.199,3.09
+house039.xml,45.085,0.0,0.0,14.011,1.115,0.0,0.0,0.0,14.522,5.428,0.0,0.0,2.485,15.851,-13.375,0.0,0.0,13.212,0.0,-0.24,13.137,0.0,0.541,0.0,0.0,-4.099,-2.654,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house040.xml,61.229,0.0,0.0,7.587,5.541,0.0,0.0,12.061,5.797,23.083,0.0,3.211,2.104,12.877,-11.987,0.0,0.0,1.942,2.749,-1.185,23.674,0.0,0.598,0.0,0.0,-9.14,-4.438,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+house041.xml,178.352,0.0,4.679,15.3,5.046,0.0,0.0,0.0,11.609,45.394,3.509,34.658,3.084,38.676,-19.415,0.0,0.0,4.434,16.637,-0.912,66.851,0.0,2.753,0.0,0.0,-18.213,-10.633,0.0,0.237,-1.627,-0.079,1.331,-0.231,-2.511,10.876,0.0,0.0,-0.381,-6.077,-0.912,-3.615,-2.255,-0.255,0.0,0.0,6.926,3.302
+house042.xml,167.406,0.0,2.696,15.3,3.234,0.0,0.0,0.0,9.514,40.398,4.071,43.35,2.655,34.372,-18.227,0.0,0.0,2.368,14.059,-0.866,58.957,0.0,1.752,0.0,0.0,-17.442,-7.478,0.0,0.379,-0.74,0.032,2.503,-0.126,-2.574,6.393,0.0,0.0,-0.235,-5.499,-0.864,-2.689,-1.342,-0.131,0.0,0.0,5.549,2.056
+house043.xml,105.48,0.0,2.729,12.907,2.212,0.0,0.0,0.0,3.255,23.37,2.291,33.638,5.53,22.801,-9.054,0.0,0.0,0.542,9.494,-0.474,30.293,0.0,1.564,0.0,0.0,-12.735,-4.979,0.0,0.051,-0.612,-0.069,1.591,-0.359,-1.953,5.398,0.0,0.0,-0.068,-4.086,-0.474,-1.704,-1.175,-0.147,0.0,0.0,4.77,1.579
+house044.xml,151.986,0.0,3.631,12.907,4.458,0.0,0.0,4.487,7.103,36.942,9.149,18.859,2.752,18.141,-10.869,0.0,0.0,12.112,14.659,-0.872,64.732,0.0,1.434,0.0,0.0,-16.515,-10.043,0.374,0.568,-0.899,-0.055,0.751,-0.109,-0.549,6.278,0.0,0.0,-1.017,-5.326,-0.87,-2.674,-1.097,-0.095,0.0,0.0,5.469,2.905
+house045.xml,89.22,0.0,4.097,12.907,4.371,0.0,0.0,3.478,3.104,14.826,2.232,32.449,1.105,17.352,-10.662,0.943,-0.368,0.083,11.843,-0.185,21.406,0.0,10.629,0.0,0.0,-12.449,-6.55,-0.023,-0.043,-1.271,-0.139,0.671,-0.107,-1.42,8.113,-0.085,0.446,-0.015,-4.864,-0.185,-1.533,-2.133,-1.515,0.0,0.0,5.739,2.51
+house046.xml,14.484,0.255,14.209,5.172,0.799,0.0,0.0,0.0,2.523,4.007,0.0,0.0,0.323,2.109,-1.778,0.0,0.0,-0.17,0.0,-0.38,8.329,0.0,0.367,0.0,2.938,-3.425,-0.451,0.0,1.418,2.648,0.0,0.0,0.017,0.959,2.861,0.0,0.0,-0.169,0.0,-0.378,-0.563,-0.208,0.01,0.0,2.427,4.658,0.578
+house047.xml,6.21,0.0,1.675,5.082,0.0,0.0,0.0,0.0,-0.001,0.817,0.133,0.0,0.0,1.834,-0.735,0.0,0.0,0.0,1.421,-0.024,1.402,0.0,5.487,0.0,0.243,-3.782,-0.585,0.0,-0.001,0.138,0.038,0.0,0.0,0.151,0.808,0.0,0.0,0.0,-1.095,-0.024,-0.107,-0.37,-0.862,0.0,0.0,2.662,0.335
+house048.xml,29.539,0.0,57.021,7.18,2.641,0.0,0.0,1.101,2.509,12.132,0.0,0.0,0.799,4.268,-2.931,0.0,0.0,0.055,1.911,-0.676,7.363,0.0,4.179,0.0,6.657,-6.32,-1.452,1.397,1.228,9.85,0.0,0.0,0.565,4.484,5.043,0.0,0.0,0.075,9.743,-0.664,0.688,-0.68,1.731,0.0,10.274,11.118,2.237
+house049.xml,6.54,0.0,32.718,4.263,1.296,0.0,0.0,0.0,1.543,4.696,0.0,0.0,0.0,5.028,-7.545,0.0,0.0,0.0,1.185,-0.168,3.012,0.0,2.206,0.0,0.0,-2.848,-0.599,0.0,2.096,7.876,0.0,0.0,0.0,4.575,10.32,0.0,0.0,0.0,3.101,-0.168,0.324,-3.581,0.998,0.0,0.0,6.304,0.874
+house050.xml,15.895,0.0,6.365,8.503,0.0,0.0,0.0,0.0,3.919,6.204,0.0,0.0,1.86,4.814,-3.514,0.0,0.0,4.442,0.0,-0.127,2.126,0.0,3.362,0.0,1.927,-8.024,-1.097,0.0,-0.44,-0.618,0.0,0.0,-0.563,0.536,5.614,0.0,0.0,-1.362,0.0,-0.126,-0.65,-2.887,-1.05,0.0,0.983,6.244,0.685
+house051.xml,12.323,0.0,12.387,10.999,0.792,0.0,0.0,0.0,2.758,3.431,0.0,0.0,0.657,9.619,-9.014,0.0,0.0,0.0,10.286,-0.043,2.104,0.0,0.764,0.0,2.769,-9.873,-0.634,0.0,-0.313,-0.667,0.0,0.0,-0.01,-1.222,6.969,0.0,0.0,0.0,-0.899,-0.042,-0.282,-3.696,-0.149,0.0,1.909,10.306,0.48
+house052.xml,154.241,0.0,56.958,10.027,0.967,0.0,0.0,20.112,0.0,53.043,7.756,13.38,1.389,59.363,-54.715,0.0,0.0,3.428,33.221,-1.291,76.277,0.0,6.02,0.0,0.87,-50.748,-13.891,6.549,0.0,6.65,1.38,7.732,-0.164,10.514,53.02,0.0,0.0,-0.369,-36.422,-0.986,-9.266,-28.109,-0.323,0.0,0.156,37.452,8.769
diff --git a/hpxml-measures/workflow/tests/base_results/results_simulations_misc.csv b/hpxml-measures/workflow/tests/base_results/results_simulations_misc.csv
index ed0041daf4..75e8c2e1f1 100644
--- a/hpxml-measures/workflow/tests/base_results/results_simulations_misc.csv
+++ b/hpxml-measures/workflow/tests/base_results/results_simulations_misc.csv
@@ -1,205 +1,209 @@
HPXML,Unmet Hours: Heating (hr),Unmet Hours: Cooling (hr),Unmet Hours: EV Driving (hr),Hot Water: Clothes Washer (gal),Hot Water: Dishwasher (gal),Hot Water: Fixtures (gal),Hot Water: Distribution Waste (gal),Peak Electricity: Winter Total (W),Peak Electricity: Summer Total (W),Peak Electricity: Annual Total (W),Peak Electricity: Winter Net (W),Peak Electricity: Summer Net (W),Peak Electricity: Annual Net (W),Peak Load: Heating: Delivered (Btu/hr),Peak Load: Cooling: Delivered (Btu/hr),Resilience: Battery (hr)
-base-appliances-coal.xml,0.0,102.0,0.0,1286.4,890.5,11468.5,3942.3,2229.9,3677.3,3677.3,2229.9,3677.3,3677.3,33233.0,23022.0,0.0
-base-appliances-dehumidifier-ef-portable.xml,0.0,0.0,0.0,1286.4,890.5,10049.5,3454.5,1897.2,3083.3,3083.3,1897.2,3083.3,3083.3,10347.0,16646.0,0.0
-base-appliances-dehumidifier-ef-whole-home.xml,0.0,0.0,0.0,1286.4,890.5,10049.5,3454.5,1995.7,3083.3,3083.3,1995.7,3083.3,3083.3,10338.0,16646.0,0.0
-base-appliances-dehumidifier-multiple.xml,0.0,0.0,0.0,1286.4,890.5,10049.5,3454.5,2034.9,3147.5,3147.5,2034.9,3147.5,3147.5,10351.0,16646.0,0.0
-base-appliances-dehumidifier.xml,0.0,0.0,0.0,1286.4,890.5,10049.5,3454.5,1987.0,3083.4,3083.4,1987.0,3083.4,3083.4,10322.0,16645.0,0.0
-base-appliances-freezer-temperature-dependent-schedule.xml,0.0,97.0,0.0,1286.4,890.5,11468.5,3942.3,2327.6,3830.3,3830.3,2327.6,3830.3,3830.3,33117.0,23014.0,0.0
-base-appliances-gas.xml,0.0,102.0,0.0,1286.4,890.5,11468.5,3942.3,2229.9,3677.3,3677.3,2229.9,3677.3,3677.3,33233.0,23022.0,0.0
-base-appliances-modified.xml,0.0,95.0,0.0,1286.4,1783.1,11468.6,3942.3,2372.2,4038.5,4038.5,2372.2,4038.5,4038.5,33230.0,23012.0,0.0
-base-appliances-none.xml,0.0,55.0,0.0,0.0,0.0,11468.5,3942.3,2046.6,3458.0,3458.0,2046.6,3458.0,3458.0,33697.0,22646.0,0.0
-base-appliances-oil.xml,0.0,102.0,0.0,1286.4,890.5,11468.5,3942.3,2229.9,3677.3,3677.3,2229.9,3677.3,3677.3,33233.0,23022.0,0.0
-base-appliances-propane.xml,0.0,102.0,0.0,1286.4,890.5,11468.5,3942.3,2229.9,3677.3,3677.3,2229.9,3677.3,3677.3,33233.0,23022.0,0.0
-base-appliances-refrigerator-temperature-dependent-schedule.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33305.0,23005.0,0.0
-base-appliances-wood.xml,0.0,102.0,0.0,1286.4,890.5,11468.5,3942.3,2229.9,3677.3,3677.3,2229.9,3677.3,3677.3,33233.0,23022.0,0.0
-base-atticroof-cathedral.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2288.5,3768.0,3768.0,2288.5,3768.0,3768.0,22985.0,18593.0,0.0
-base-atticroof-conditioned.xml,0.0,3.0,0.0,1286.4,890.5,11468.6,3942.3,2544.6,3957.8,3957.8,2544.6,3957.8,3957.8,24080.0,21002.0,0.0
+base-appliances-coal.xml,0.0,102.0,0.0,1286.4,890.5,11468.5,3942.3,2229.9,3677.3,3677.3,2229.9,3677.3,3677.3,33234.0,23022.0,0.0
+base-appliances-dehumidifier-ef-portable.xml,0.0,0.0,0.0,1286.4,890.5,10049.5,3454.5,1897.7,3083.3,3083.3,1897.7,3083.3,3083.3,10347.0,16646.0,0.0
+base-appliances-dehumidifier-ef-whole-home.xml,0.0,0.0,0.0,1286.4,890.5,10049.5,3454.5,1995.8,3083.3,3083.3,1995.8,3083.3,3083.3,10338.0,16646.0,0.0
+base-appliances-dehumidifier-mechvent-latent-degradation-model-0s.xml,0.0,0.0,0.0,1286.4,890.5,9734.7,3346.3,2044.1,3396.8,3396.8,2044.1,3396.8,3396.8,7789.0,17048.0,0.0
+base-appliances-dehumidifier-mechvent-latent-degradation-model-45s.xml,0.0,0.0,0.0,1286.4,890.5,9734.7,3346.3,1992.9,3418.4,3418.4,1992.9,3418.4,3418.4,7789.0,16975.0,0.0
+base-appliances-dehumidifier-mechvent-latent-degradation-model-ashp.xml,0.0,0.0,0.0,1286.4,890.5,9734.7,3346.3,2092.5,3102.6,3102.6,2092.5,3102.6,3102.6,8015.0,17052.0,0.0
+base-appliances-dehumidifier-mechvent.xml,0.0,0.0,0.0,1286.4,890.5,9734.7,3346.3,2086.2,3396.0,3396.0,2086.2,3396.0,3396.0,7789.0,17049.0,0.0
+base-appliances-dehumidifier-multiple.xml,0.0,0.0,0.0,1286.4,890.5,10049.5,3454.5,2035.0,3147.5,3147.5,2035.0,3147.5,3147.5,10351.0,16646.0,0.0
+base-appliances-dehumidifier.xml,0.0,0.0,0.0,1286.4,890.5,10049.5,3454.5,1987.3,3083.4,3083.4,1987.3,3083.4,3083.4,10322.0,16645.0,0.0
+base-appliances-freezer-temperature-dependent-schedule.xml,0.0,97.0,0.0,1286.4,890.5,11468.5,3942.3,2327.6,3830.3,3830.3,2327.6,3830.3,3830.3,33118.0,23014.0,0.0
+base-appliances-gas.xml,0.0,102.0,0.0,1286.4,890.5,11468.5,3942.3,2229.9,3677.3,3677.3,2229.9,3677.3,3677.3,33234.0,23022.0,0.0
+base-appliances-modified.xml,0.0,95.0,0.0,1286.4,1783.1,11468.6,3942.3,2372.2,4038.5,4038.5,2372.2,4038.5,4038.5,33231.0,23012.0,0.0
+base-appliances-none.xml,0.0,55.0,0.0,0.0,0.0,11468.5,3942.3,2046.6,3458.0,3458.0,2046.6,3458.0,3458.0,33698.0,22646.0,0.0
+base-appliances-oil.xml,0.0,102.0,0.0,1286.4,890.5,11468.5,3942.3,2229.9,3677.3,3677.3,2229.9,3677.3,3677.3,33234.0,23022.0,0.0
+base-appliances-propane.xml,0.0,102.0,0.0,1286.4,890.5,11468.5,3942.3,2229.9,3677.3,3677.3,2229.9,3677.3,3677.3,33234.0,23022.0,0.0
+base-appliances-refrigerator-temperature-dependent-schedule.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33306.0,23005.0,0.0
+base-appliances-wood.xml,0.0,102.0,0.0,1286.4,890.5,11468.5,3942.3,2229.9,3677.3,3677.3,2229.9,3677.3,3677.3,33234.0,23022.0,0.0
+base-atticroof-cathedral.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2288.5,3768.3,3768.3,2288.5,3768.3,3768.3,22986.0,18593.0,0.0
+base-atticroof-conditioned.xml,0.0,3.0,0.0,1286.4,890.5,11468.6,3942.3,2544.6,3957.8,3957.8,2544.6,3957.8,3957.8,24079.0,21002.0,0.0
base-atticroof-flat.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2237.2,3150.7,3150.7,2237.2,3150.7,3150.7,17878.0,14350.0,0.0
-base-atticroof-radiant-barrier-ceiling.xml,0.0,3.0,0.0,1286.4,890.5,10049.4,3454.5,1855.6,3494.4,3494.4,1855.6,3494.4,3494.4,14879.0,20710.0,0.0
+base-atticroof-radiant-barrier-ceiling.xml,0.0,3.0,0.0,1286.4,890.5,10049.4,3454.5,1855.7,3494.4,3494.4,1855.7,3494.4,3494.4,14879.0,20710.0,0.0
base-atticroof-radiant-barrier.xml,0.0,0.0,0.0,1286.4,890.5,10049.5,3454.5,1858.0,3513.2,3513.2,1858.0,3513.2,3513.2,13900.0,20130.0,0.0
-base-atticroof-unvented-insulated-roof.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2259.0,3616.6,3616.6,2259.0,3616.6,3616.6,21436.0,17223.0,0.0
+base-atticroof-unvented-insulated-roof.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2259.0,3616.7,3616.7,2259.0,3616.7,3616.7,21436.0,17223.0,0.0
base-atticroof-vented.xml,0.0,27.0,0.0,1286.4,890.5,11468.5,3942.3,2379.3,3773.3,3773.3,2379.3,3773.3,3773.3,36233.0,22378.0,0.0
base-battery-scheduled-power-outage.xml,0.0,66.0,0.0,1178.8,816.4,10565.4,3631.8,8119.7,8280.2,8280.2,8119.7,8280.2,8280.2,33306.0,23007.0,1.38
-base-battery-scheduled.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,8119.5,8427.4,8427.4,8119.5,8427.4,8427.4,33305.0,23005.0,1.473
-base-battery.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33305.0,23005.0,0.0
-base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml,479.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1728.4,2173.6,2173.6,1728.4,2173.6,2173.6,10422.0,9028.0,0.0
+base-battery-scheduled.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,8119.5,8427.4,8427.4,8119.5,8427.4,8427.4,33306.0,23005.0,1.473
+base-battery.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33306.0,23005.0,0.0
+base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1692.1,2019.7,2019.7,1692.1,2019.7,2019.7,8389.0,7257.0,0.0
base-bldgtype-mf-unit-adjacent-to-multiple-hvac-none.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1654.5,1576.8,1654.5,1654.5,1576.8,1654.5,0.0,0.0,0.0
-base-bldgtype-mf-unit-adjacent-to-multiple.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,1684.8,2660.7,2660.7,1684.8,2660.7,2660.7,8776.0,10242.0,0.0
-base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml,0.0,0.0,0.0,1323.0,910.7,12046.1,4107.5,1707.9,2440.5,2440.5,1707.9,2440.5,2440.5,11649.0,10242.0,0.0
-base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1676.8,2173.6,2173.6,1676.8,2173.6,2173.6,5939.0,9030.0,0.0
-base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1690.3,1922.2,1922.2,1690.3,1922.2,1922.2,8262.0,5698.0,0.0
-base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1672.1,2288.6,2288.6,1672.1,2288.6,2288.6,6351.0,6294.0,0.0
-base-bldgtype-mf-unit-infil-compartmentalization-test.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1711.3,2127.5,2127.5,1711.3,2127.5,2127.5,3675.0,8371.0,0.0
-base-bldgtype-mf-unit-infil-leakiness-description.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1729.4,2435.5,2435.5,1729.4,2435.5,2435.5,3218.0,8313.0,0.0
-base-bldgtype-mf-unit-neighbor-shading.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1704.5,2096.0,2096.0,1704.5,2096.0,2096.0,3864.0,8332.0,0.0
-base-bldgtype-mf-unit-residents-1.xml,0.0,0.0,0.0,821.3,625.4,3517.0,1830.1,1109.8,1894.9,1894.9,1109.8,1894.9,1894.9,4052.0,7914.0,0.0
-base-bldgtype-mf-unit-shared-boiler-chiller-baseboard.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1712.2,2180.6,2180.6,1712.2,2180.6,2180.6,3876.0,8096.0,0.0
-base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,1754.3,2412.5,2412.5,1754.3,2412.5,2412.5,4035.0,9507.0,0.0
-base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1727.0,2263.7,2263.7,1727.0,2263.7,2263.7,3871.0,8096.0,0.0
-base-bldgtype-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,2278.6,3773.7,3773.7,2278.6,3773.7,3773.7,3965.0,9508.0,0.0
-base-bldgtype-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,1737.5,2354.2,2354.2,1737.5,2354.2,2354.2,3965.0,9507.0,0.0
+base-bldgtype-mf-unit-adjacent-to-multiple.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1685.9,2675.7,2675.7,1685.9,2675.7,2675.7,6550.0,10446.0,0.0
+base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml,0.0,0.0,0.0,1323.0,910.7,12046.1,4107.5,1707.9,2440.5,2440.5,1707.9,2440.5,2440.5,11648.0,10242.0,0.0
+base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1676.4,2031.3,2031.3,1676.4,2031.3,2031.3,4121.0,7259.0,0.0
+base-bldgtype-mf-unit-adjacent-to-other-housing-unit-basement.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1683.3,1885.4,1885.4,1683.3,1885.4,1885.4,5696.0,4985.0,0.0
+base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1677.0,2068.7,2068.7,1677.0,2068.7,2068.7,4396.0,5502.0,0.0
+base-bldgtype-mf-unit-infil-compartmentalization-test.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1715.9,2135.5,2135.5,1715.9,2135.5,2135.5,3675.0,8371.0,0.0
+base-bldgtype-mf-unit-infil-leakiness-description.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1734.0,2451.3,2451.3,1734.0,2451.3,2451.3,3217.0,8313.0,0.0
+base-bldgtype-mf-unit-neighbor-shading.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1709.5,2115.2,2115.2,1709.5,2115.2,2115.2,3864.0,8332.0,0.0
+base-bldgtype-mf-unit-residents-1.xml,0.0,0.0,0.0,821.3,625.4,3517.0,1830.1,1100.7,1911.4,1911.4,1100.7,1911.4,1911.4,4052.0,7914.0,0.0
+base-bldgtype-mf-unit-shared-boiler-chiller-baseboard.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1712.2,2180.9,2180.9,1712.2,2180.9,2180.9,3868.0,8096.0,0.0
+base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,1754.3,2412.9,2412.9,1754.3,2412.9,2412.9,4079.0,9506.0,0.0
+base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1727.0,2264.0,2264.0,1727.0,2264.0,2264.0,3870.0,8096.0,0.0
+base-bldgtype-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,2278.8,3773.8,3773.8,2278.8,3773.8,3773.8,3965.0,9507.0,0.0
+base-bldgtype-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,1737.5,2354.6,2354.6,1737.5,2354.6,2354.6,3965.0,9506.0,0.0
base-bldgtype-mf-unit-shared-boiler-only-baseboard-combi-tankless.xml,0.0,0.0,0.0,1094.7,763.8,9607.3,3275.9,801.0,766.4,801.0,801.0,766.4,801.0,3975.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,0.0,0.0,0.0,1323.0,910.7,12046.3,4107.6,1666.8,1579.9,1666.8,1666.8,1579.9,1666.8,3868.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,0.0,0.0,0.0,1323.0,910.7,12046.3,4107.6,1684.7,1585.1,1684.7,1684.7,1585.1,1684.7,4036.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml,0.0,0.0,0.0,1323.0,910.7,12046.3,4107.6,1699.8,1579.9,1699.8,1699.8,1579.9,1699.8,3873.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml,0.0,0.0,0.0,1323.0,910.7,12046.3,4107.6,1814.8,1585.1,1814.8,1814.8,1585.1,1814.8,3873.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,0.0,0.0,0.0,1323.0,910.7,12046.3,4107.6,1702.1,1579.9,1702.1,1702.1,1579.9,1702.1,3873.0,0.0,0.0
-base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,0.0,0.0,0.0,1323.0,910.7,12046.3,4107.6,1690.7,1585.1,1690.7,1690.7,1585.1,1690.7,3966.0,0.0,0.0
-base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1712.6,2238.2,2238.2,1712.6,2238.2,2238.2,0.0,8096.0,0.0
-base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,1735.6,2628.2,2628.2,1735.6,2628.2,2628.2,0.0,9507.0,0.0
-base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1721.8,2314.5,2314.5,1721.8,2314.5,2314.5,0.0,8096.0,0.0
-base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,2098.6,4009.1,4009.1,2098.6,4009.1,4009.1,0.0,9508.0,0.0
-base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,1726.3,2574.8,2574.8,1726.3,2574.8,2574.8,0.0,9507.0,0.0
-base-bldgtype-mf-unit-shared-generator.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1475.5,1874.9,1874.9,1475.5,1874.9,1874.9,3871.0,8399.0,0.0
-base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1732.9,2048.0,2088.6,1732.9,2048.0,2088.6,3871.0,8399.0,0.0
-base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,0.0,0.0,0.0,1323.0,910.6,12046.4,4107.6,845.0,1659.7,1659.7,845.0,1659.7,1659.7,3987.0,8217.0,0.0
-base-bldgtype-mf-unit-shared-laundry-room.xml,0.0,0.0,0.0,1323.0,910.6,12046.3,4107.6,845.0,1659.7,1659.7,845.0,1659.7,1659.7,3987.0,8217.0,0.0
-base-bldgtype-mf-unit-shared-mechvent-multiple.xml,0.0,0.0,0.0,1323.0,910.7,12046.1,4107.6,1905.3,2507.6,2507.6,1905.3,2507.6,2507.6,7900.0,9715.0,0.0
-base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1759.4,2339.5,2339.5,1759.4,2339.5,2339.5,4247.0,8556.0,0.0
-base-bldgtype-mf-unit-shared-mechvent.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1736.2,2305.8,2305.8,1736.2,2305.8,2305.8,6067.0,9174.0,0.0
-base-bldgtype-mf-unit-shared-pv-battery.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,3987.3,3950.9,4370.0,1676.9,1312.5,1676.9,3871.0,8399.0,32.789
-base-bldgtype-mf-unit-shared-pv.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1703.8,2103.2,2103.2,1703.8,1820.9,1820.9,3871.0,8399.0,0.0
-base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml,0.0,0.0,0.0,1323.1,910.7,11328.8,3863.0,1283.2,2131.7,2131.7,1283.2,2131.7,2131.7,3977.0,8312.0,0.0
-base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml,0.0,0.0,0.0,954.8,701.3,5559.7,0.0,730.0,1486.7,1486.7,730.0,1486.7,1486.7,4338.0,7637.0,0.0
-base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml,0.0,0.0,0.0,1323.0,910.6,12046.2,4107.6,880.3,1705.6,1705.6,880.3,1705.6,1705.6,3977.0,8312.0,0.0
-base-bldgtype-mf-unit-shared-water-heater-recirc.xml,0.0,0.0,0.0,1323.0,910.6,12046.2,4107.6,880.3,1705.6,1705.6,880.3,1705.6,1705.6,3977.0,8312.0,0.0
-base-bldgtype-mf-unit-shared-water-heater.xml,0.0,0.0,0.0,1323.0,910.6,12046.2,4107.6,843.6,1668.9,1668.9,843.6,1668.9,1668.9,3977.0,8312.0,0.0
-base-bldgtype-mf-unit.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1703.8,2103.2,2103.2,1703.8,2103.2,2103.2,3871.0,8399.0,0.0
-base-bldgtype-mf-whole-building-common-spaces.xml,0.0,1.0,0.0,7938.3,5463.9,72300.8,24653.6,18244.6,14064.1,18244.6,18244.6,14064.1,18244.6,34080.0,24044.0,0.0
-base-bldgtype-mf-whole-building-detailed-electric-panel.xml,0.0,3.0,0.0,7938.3,5463.9,72300.5,24653.5,22676.9,17047.4,22676.9,22676.9,17047.4,22676.9,56418.0,56020.0,0.0
-base-bldgtype-mf-whole-building-fuels.xml,0.0,3.0,0.0,7938.3,5463.9,72281.5,24647.0,7208.6,11512.3,11512.3,7208.6,11512.3,11512.3,56587.0,58148.0,0.0
-base-bldgtype-mf-whole-building-inter-unit-heat-transfer.xml,0.0,13.0,0.0,7938.3,5463.9,72301.4,24653.8,17409.8,13347.5,17409.8,17409.8,13347.5,17409.8,32785.0,29246.0,0.0
-base-bldgtype-mf-whole-building-pv-battery.xml,0.0,3.0,0.0,7938.3,5463.9,72300.5,24653.5,22676.9,16870.2,22676.9,22676.9,11525.8,22676.9,56418.0,56020.0,3.201
-base-bldgtype-mf-whole-building-vehicle-ev-charger.xml,0.0,3.0,0.0,7938.3,5463.9,72300.5,24653.5,47794.7,44767.0,47794.7,47794.7,44767.0,47794.7,56418.0,56020.0,0.0
-base-bldgtype-mf-whole-building.xml,0.0,3.0,0.0,7938.3,5463.9,72300.5,24653.5,22676.9,17047.4,22676.9,22676.9,17047.4,22676.9,56418.0,56020.0,0.0
-base-bldgtype-sfa-unit-2stories.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2282.4,4156.5,4156.5,2282.4,4156.5,4156.5,23910.0,23996.0,0.0
-base-bldgtype-sfa-unit-atticroof-cathedral.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2346.7,4242.0,4242.0,2346.7,4242.0,4242.0,27681.0,24163.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,0.0,0.0,0.0,1323.0,910.7,12046.3,4107.6,1666.8,1586.2,1666.8,1666.8,1586.2,1666.8,3868.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,0.0,0.0,0.0,1323.0,910.7,12046.3,4107.6,1685.2,1579.9,1685.2,1685.2,1579.9,1685.2,4080.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml,0.0,0.0,0.0,1323.0,910.7,12046.3,4107.6,1699.9,1586.2,1699.9,1699.9,1586.2,1699.9,3872.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml,0.0,0.0,0.0,1323.0,910.7,12046.3,4107.6,1814.9,1579.9,1814.9,1814.9,1579.9,1814.9,3872.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,0.0,0.0,0.0,1323.0,910.7,12046.3,4107.6,1702.2,1586.2,1702.2,1702.2,1586.2,1702.2,3872.0,0.0,0.0
+base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,0.0,0.0,0.0,1323.0,910.7,12046.3,4107.6,1690.7,1579.9,1690.7,1690.7,1579.9,1690.7,3967.0,0.0,0.0
+base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1712.6,2236.7,2236.7,1712.6,2236.7,2236.7,0.0,8096.0,0.0
+base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,1734.8,2617.2,2617.2,1734.8,2617.2,2617.2,0.0,9506.0,0.0
+base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1721.2,2313.0,2313.0,1721.2,2313.0,2313.0,0.0,8096.0,0.0
+base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,2098.3,4013.0,4013.0,2098.3,4013.0,4013.0,0.0,9507.0,0.0
+base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,0.0,2.0,0.0,1323.0,910.7,12046.2,4107.6,1725.5,2563.7,2563.7,1725.5,2563.7,2563.7,0.0,9506.0,0.0
+base-bldgtype-mf-unit-shared-generator.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1480.5,1894.4,1894.4,1480.5,1894.4,1894.4,3871.0,8399.0,0.0
+base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1732.8,2048.5,2088.6,1732.8,2048.5,2088.6,3871.0,8399.0,0.0
+base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,0.0,0.0,0.0,1323.0,910.6,12046.4,4107.7,836.8,1678.5,1678.5,836.8,1678.5,1678.5,3987.0,8217.0,0.0
+base-bldgtype-mf-unit-shared-laundry-room.xml,0.0,0.0,0.0,1323.0,910.6,12046.3,4107.6,836.8,1678.5,1678.5,836.8,1678.5,1678.5,3987.0,8217.0,0.0
+base-bldgtype-mf-unit-shared-mechvent-multiple.xml,0.0,0.0,0.0,1323.0,910.7,12046.1,4107.6,1929.3,2533.7,2533.7,1929.3,2533.7,2533.7,7896.0,9717.0,0.0
+base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1750.8,2324.6,2324.6,1750.8,2324.6,2324.6,4247.0,8556.0,0.0
+base-bldgtype-mf-unit-shared-mechvent.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1743.0,2330.6,2330.6,1743.0,2330.6,2330.6,6066.0,9175.0,0.0
+base-bldgtype-mf-unit-shared-pv-battery.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,3987.3,3950.9,4370.0,1680.2,1313.4,1680.2,3871.0,8399.0,32.101
+base-bldgtype-mf-unit-shared-pv.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1708.8,2122.7,2122.7,1708.8,1828.8,1828.8,3871.0,8399.0,0.0
+base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml,0.0,0.0,0.0,1323.1,910.7,11328.8,3863.0,1288.0,2150.9,2150.9,1288.0,2150.9,2150.9,3977.0,8312.0,0.0
+base-bldgtype-mf-unit-shared-water-heater-recirc-beds-0.xml,0.0,0.0,0.0,954.8,701.3,5559.7,0.0,736.1,1501.9,1501.9,736.1,1501.9,1501.9,4338.0,7637.0,0.0
+base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml,0.0,0.0,0.0,1323.0,910.6,12046.2,4107.6,872.0,1724.8,1724.8,872.0,1724.8,1724.8,3977.0,8312.0,0.0
+base-bldgtype-mf-unit-shared-water-heater-recirc.xml,0.0,0.0,0.0,1323.0,910.6,12046.2,4107.6,872.0,1724.8,1724.8,872.0,1724.8,1724.8,3977.0,8312.0,0.0
+base-bldgtype-mf-unit-shared-water-heater.xml,0.0,0.0,0.0,1323.0,910.6,12046.2,4107.6,835.3,1688.2,1688.2,835.3,1688.2,1688.2,3977.0,8312.0,0.0
+base-bldgtype-mf-unit.xml,0.0,0.0,0.0,1323.0,910.7,12046.2,4107.6,1708.8,2122.7,2122.7,1708.8,2122.7,2122.7,3871.0,8399.0,0.0
+base-bldgtype-mf-whole-building-common-spaces.xml,0.0,1.0,0.0,7938.3,5463.9,72300.8,24653.6,18244.3,14064.1,18244.3,18244.3,14064.1,18244.3,34079.0,24044.0,0.0
+base-bldgtype-mf-whole-building-detailed-electric-panel.xml,0.0,3.0,0.0,7938.3,5463.9,72300.5,24653.5,22673.0,17047.6,22673.0,22673.0,17047.6,22673.0,56417.0,56021.0,0.0
+base-bldgtype-mf-whole-building-fuels.xml,0.0,3.0,0.0,7938.3,5463.9,72281.5,24647.0,7208.7,11512.5,11512.5,7208.7,11512.5,11512.5,56578.0,58149.0,0.0
+base-bldgtype-mf-whole-building-inter-unit-heat-transfer.xml,0.0,13.0,0.0,7938.3,5463.9,72301.3,24653.8,17407.7,13347.9,17407.7,17407.7,13347.9,17407.7,32778.0,29247.0,0.0
+base-bldgtype-mf-whole-building-pv-battery.xml,0.0,3.0,0.0,7938.3,5463.9,72300.5,24653.5,22673.0,16870.2,22673.0,22673.0,11525.9,22673.0,56417.0,56021.0,3.201
+base-bldgtype-mf-whole-building-vehicle-ev-charger.xml,0.0,3.0,0.0,7938.3,5463.9,72300.5,24653.5,47792.2,44767.0,47792.2,47792.2,44767.0,47792.2,56417.0,56021.0,0.0
+base-bldgtype-mf-whole-building.xml,0.0,3.0,0.0,7938.3,5463.9,72300.5,24653.5,22673.0,17047.6,22673.0,22673.0,17047.6,22673.0,56417.0,56021.0,0.0
+base-bldgtype-sfa-unit-2stories.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2282.4,4156.5,4156.5,2282.4,4156.5,4156.5,23909.0,23996.0,0.0
+base-bldgtype-sfa-unit-atticroof-cathedral.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2346.7,4242.0,4242.0,2346.7,4242.0,4242.0,27680.0,24163.0,0.0
base-bldgtype-sfa-unit-infil-compartmentalization-test.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,1971.4,2890.4,2890.4,1971.4,2890.4,2890.4,16301.0,13938.0,0.0
base-bldgtype-sfa-unit.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,1971.4,2890.4,2890.4,1971.4,2890.4,2890.4,16301.0,13938.0,0.0
-base-detailed-electric-panel-no-calculation-types.xml,0.0,19.0,0.0,1286.4,0.0,11468.7,3942.3,837.8,2261.8,2261.8,837.8,2261.8,2261.8,17155.0,16772.0,0.0
-base-detailed-electric-panel.xml,0.0,19.0,0.0,1286.4,0.0,11468.7,3942.3,837.8,2261.8,2261.8,837.8,2261.8,2261.8,17155.0,16772.0,0.0
+base-detailed-electric-panel-no-calculation-types.xml,0.0,19.0,0.0,1286.4,0.0,11468.7,3942.3,837.8,2261.8,2261.8,837.8,2261.8,2261.8,17157.0,16772.0,0.0
+base-detailed-electric-panel.xml,0.0,19.0,0.0,1286.4,0.0,11468.7,3942.3,837.8,2261.8,2261.8,837.8,2261.8,2261.8,17157.0,16772.0,0.0
base-dhw-combi-tankless-outside.xml,0.0,0.0,0.0,1054.8,737.4,9054.0,3112.3,1290.6,1157.6,1290.6,1290.6,1157.6,1290.6,17064.0,0.0,0.0
base-dhw-combi-tankless.xml,0.0,0.0,0.0,1054.8,737.4,9054.0,3112.3,1290.6,1157.6,1290.6,1290.6,1157.6,1290.6,17064.0,0.0,0.0
-base-dhw-desuperheater-2-speed.xml,0.0,99.0,0.0,1286.4,890.5,11483.5,3947.4,2138.1,3254.1,3254.1,2138.1,3254.1,3254.1,0.0,22897.0,0.0
-base-dhw-desuperheater-ghp-experimental.xml,9.0,0.0,0.0,1286.4,890.5,11484.7,3947.8,5086.2,3162.8,5086.2,5086.2,3162.8,5086.2,28531.0,25447.0,0.0
-base-dhw-desuperheater-ghp.xml,0.0,0.0,0.0,1286.4,890.5,11483.7,3947.5,4527.1,3159.3,4527.1,4527.1,3159.3,4527.1,31043.0,25807.0,0.0
-base-dhw-desuperheater-hpwh.xml,0.0,109.0,0.0,1286.3,890.4,11361.1,3905.3,1914.2,3354.7,3354.7,1914.2,3354.7,3354.7,34858.0,22821.0,0.0
+base-dhw-desuperheater-2-speed.xml,0.0,98.0,0.0,1286.4,890.5,11483.2,3947.3,2138.1,3059.0,3059.0,2138.1,3059.0,3059.0,0.0,22897.0,0.0
+base-dhw-desuperheater-ghp-experimental.xml,9.0,0.0,0.0,1286.4,890.5,11484.6,3947.8,5086.2,3162.8,5086.2,5086.2,3162.8,5086.2,28531.0,25447.0,0.0
+base-dhw-desuperheater-ghp.xml,0.0,0.0,0.0,1286.4,890.5,11483.7,3947.5,4527.2,3159.4,4527.2,4527.2,3159.4,4527.2,31044.0,25807.0,0.0
+base-dhw-desuperheater-hpwh.xml,0.0,109.0,0.0,1286.3,890.4,11361.1,3905.3,1914.2,3354.7,3354.7,1914.2,3354.7,3354.7,34859.0,22821.0,0.0
base-dhw-desuperheater-tankless.xml,0.0,92.0,0.0,1286.4,890.5,11420.9,3925.9,1881.5,3351.6,3351.6,1881.5,3351.6,3351.6,0.0,23001.0,0.0
-base-dhw-desuperheater-var-speed.xml,0.0,25.0,0.0,1286.4,890.5,11484.6,3947.8,2138.2,3294.8,3294.8,2138.2,3294.8,3294.8,0.0,24124.0,0.0
-base-dhw-desuperheater.xml,0.0,97.0,0.0,1286.4,890.5,11483.2,3947.3,2138.2,3351.6,3351.6,2138.2,3351.6,3351.6,0.0,23006.0,0.0
+base-dhw-desuperheater-var-speed.xml,0.0,25.0,0.0,1286.4,890.5,11484.4,3947.7,2138.2,3294.8,3294.8,2138.2,3294.8,3294.8,0.0,24124.0,0.0
+base-dhw-desuperheater.xml,0.0,97.0,0.0,1286.4,890.5,11483.1,3947.3,2138.2,3351.6,3351.6,2138.2,3351.6,3351.6,0.0,23006.0,0.0
base-dhw-dwhr.xml,0.0,87.0,0.0,1286.4,890.5,10339.3,3554.1,2038.6,3725.1,3725.1,2038.6,3725.1,3725.1,33307.0,23005.0,0.0
-base-dhw-indirect-detailed-setpoints.xml,0.0,0.0,0.0,1126.5,793.4,10132.0,3482.9,1289.9,1157.9,1289.9,1289.9,1157.9,1289.9,16712.0,0.0,0.0
-base-dhw-indirect-dse.xml,0.0,0.0,0.0,1030.4,723.9,9285.9,3192.0,1296.3,1157.9,1296.3,1296.3,1157.9,1296.3,16805.0,0.0,0.0
+base-dhw-indirect-detailed-setpoints.xml,0.0,0.0,0.0,1126.5,793.4,10132.0,3482.9,1289.9,1157.9,1289.9,1289.9,1157.9,1289.9,16735.0,0.0,0.0
+base-dhw-indirect-dse.xml,0.0,0.0,0.0,1030.4,723.9,9285.9,3192.0,1296.3,1157.9,1296.3,1296.3,1157.9,1296.3,16806.0,0.0,0.0
base-dhw-indirect-outside.xml,0.0,0.0,0.0,1030.5,724.2,9286.8,3192.3,1290.6,1157.6,1290.6,1290.6,1157.6,1290.6,17064.0,0.0,0.0
base-dhw-indirect-standbyloss.xml,0.0,0.0,0.0,1030.5,723.9,9286.5,3192.2,1289.8,1157.9,1289.8,1289.8,1157.9,1289.8,16782.0,0.0,0.0
base-dhw-indirect-with-solar-fraction.xml,0.0,0.0,0.0,1066.3,738.7,9281.6,3190.5,1290.3,1157.7,1290.3,1290.3,1157.7,1290.3,16970.0,0.0,0.0
-base-dhw-indirect.xml,0.0,0.0,0.0,1030.4,723.9,9285.9,3192.0,1289.8,1157.9,1289.8,1289.8,1157.9,1289.8,16805.0,0.0,0.0
-base-dhw-jacket-electric.xml,0.0,85.0,0.0,1286.4,890.5,11468.6,3942.3,2340.9,3849.6,3849.6,2340.9,3849.6,3849.6,33376.0,23003.0,0.0
-base-dhw-jacket-gas.xml,0.0,90.0,0.0,1286.4,890.5,11468.7,3942.3,1484.0,3351.7,3351.7,1484.0,3351.7,3351.7,34008.0,23009.0,0.0
+base-dhw-indirect.xml,0.0,0.0,0.0,1030.4,723.9,9285.9,3192.0,1289.8,1157.9,1289.8,1289.8,1157.9,1289.8,16806.0,0.0,0.0
+base-dhw-jacket-electric.xml,0.0,85.0,0.0,1286.4,890.5,11468.6,3942.3,2340.9,3849.0,3849.0,2340.9,3849.0,3849.0,33377.0,23003.0,0.0
+base-dhw-jacket-gas.xml,0.0,90.0,0.0,1286.4,890.5,11468.7,3942.3,1484.0,3351.7,3351.7,1484.0,3351.7,3351.7,34009.0,23009.0,0.0
base-dhw-jacket-hpwh.xml,0.0,57.0,0.0,1286.4,890.5,10922.8,3754.7,1915.7,3735.2,3735.2,1915.7,3735.2,3735.2,36104.0,22706.0,0.0
base-dhw-jacket-indirect.xml,0.0,0.0,0.0,1030.5,724.1,9292.3,3194.2,1290.0,1157.9,1290.0,1290.0,1157.9,1290.0,16829.0,0.0,0.0
-base-dhw-low-flow-fixtures.xml,0.0,87.0,0.0,1286.4,890.5,10895.1,3745.2,2338.0,3775.0,3775.0,2338.0,3775.0,3775.0,33302.0,23005.0,0.0
-base-dhw-multiple.xml,0.0,0.0,0.0,1279.8,885.8,11477.0,3945.2,2151.7,2013.1,2151.7,2151.7,2013.1,2151.7,17323.0,0.0,0.0
-base-dhw-none.xml,0.0,78.0,0.0,0.0,0.0,0.0,0.0,1383.3,3259.2,3259.2,1383.3,3259.2,3259.2,33487.0,22998.0,0.0
-base-dhw-recirc-demand-scheduled.xml,0.0,87.0,0.0,1286.4,890.5,11468.6,1281.2,2287.3,3801.5,3801.5,2287.3,3801.5,3801.5,33303.0,23005.0,0.0
-base-dhw-recirc-demand.xml,0.0,87.0,0.0,1286.4,890.5,11468.6,1281.2,2287.3,3801.5,3801.5,2287.3,3801.5,3801.5,33303.0,23005.0,0.0
-base-dhw-recirc-manual.xml,0.0,87.0,0.0,1286.4,890.5,11468.6,1281.2,2248.1,3763.8,3763.8,2248.1,3763.8,3763.8,33303.0,23005.0,0.0
-base-dhw-recirc-nocontrol.xml,0.0,87.0,0.0,1286.4,890.5,11468.6,1281.2,3108.4,4386.6,4386.6,3108.4,4386.6,4386.6,33303.0,23005.0,0.0
-base-dhw-recirc-temperature.xml,0.0,87.0,0.0,1286.4,890.5,11468.6,1281.2,2754.8,4179.7,4179.7,2754.8,4179.7,4179.7,33303.0,23005.0,0.0
-base-dhw-recirc-timer.xml,0.0,87.0,0.0,1286.4,890.5,11468.6,1281.2,3108.4,4386.6,4386.6,3108.4,4386.6,4386.6,33303.0,23005.0,0.0
+base-dhw-low-flow-fixtures.xml,0.0,87.0,0.0,1286.4,890.5,10895.1,3745.2,2338.0,3775.0,3775.0,2338.0,3775.0,3775.0,33303.0,23005.0,0.0
+base-dhw-multiple.xml,0.0,0.0,0.0,1279.8,885.8,11477.0,3945.2,2151.7,2013.0,2151.7,2151.7,2013.0,2151.7,17323.0,0.0,0.0
+base-dhw-none.xml,0.0,78.0,0.0,0.0,0.0,0.0,0.0,1383.3,3259.2,3259.2,1383.3,3259.2,3259.2,33488.0,22998.0,0.0
+base-dhw-recirc-demand-scheduled.xml,0.0,87.0,0.0,1286.4,890.5,11468.6,1281.2,2287.3,3801.5,3801.5,2287.3,3801.5,3801.5,33304.0,23005.0,0.0
+base-dhw-recirc-demand.xml,0.0,87.0,0.0,1286.4,890.5,11468.6,1281.2,2287.3,3801.5,3801.5,2287.3,3801.5,3801.5,33304.0,23005.0,0.0
+base-dhw-recirc-manual.xml,0.0,87.0,0.0,1286.4,890.5,11468.6,1281.2,2248.1,3763.8,3763.8,2248.1,3763.8,3763.8,33304.0,23005.0,0.0
+base-dhw-recirc-nocontrol.xml,0.0,87.0,0.0,1286.4,890.5,11468.6,1281.2,3108.4,4386.6,4386.6,3108.4,4386.6,4386.6,33304.0,23005.0,0.0
+base-dhw-recirc-temperature.xml,0.0,87.0,0.0,1286.4,890.5,11468.6,1281.2,2754.8,4179.7,4179.7,2754.8,4179.7,4179.7,33304.0,23005.0,0.0
+base-dhw-recirc-timer.xml,0.0,87.0,0.0,1286.4,890.5,11468.6,1281.2,3108.4,4386.6,4386.6,3108.4,4386.6,4386.6,33304.0,23005.0,0.0
base-dhw-setpoint-temperature.xml,0.0,90.0,0.0,1286.4,890.5,9980.5,3430.8,2315.6,3887.6,3887.6,2315.6,3887.6,3887.6,33275.0,23006.0,0.0
base-dhw-solar-direct-evacuated-tube.xml,0.0,88.0,0.0,1286.3,890.4,11388.2,3914.7,2337.6,3383.6,3383.6,2337.6,3383.6,3383.6,33304.0,23005.0,0.0
-base-dhw-solar-direct-flat-plate.xml,0.0,90.0,0.0,1286.0,890.2,10691.6,3675.2,2200.1,3383.6,3383.6,2200.1,3383.6,3383.6,33302.0,23006.0,0.0
-base-dhw-solar-direct-ics.xml,0.0,90.0,0.0,1286.4,890.4,11138.8,3828.9,2344.2,3383.6,3383.6,2344.2,3383.6,3383.6,33306.0,23005.0,0.0
-base-dhw-solar-fraction.xml,0.0,83.0,0.0,1286.4,890.5,11468.6,3942.3,1884.0,3753.7,3753.7,1884.0,3753.7,3753.7,33416.0,23002.0,0.0
-base-dhw-solar-indirect-flat-plate.xml,0.0,101.0,0.0,1286.0,890.1,10798.5,3711.9,1984.2,3383.7,3383.7,1984.2,3383.7,3383.7,33352.0,23016.0,0.0
-base-dhw-solar-thermosyphon-flat-plate.xml,0.0,90.0,0.0,1286.1,890.2,10716.9,3683.9,2186.8,3351.6,3351.6,2186.8,3351.6,3351.6,33302.0,23006.0,0.0
-base-dhw-tank-coal.xml,0.0,96.0,0.0,1286.4,890.5,11468.8,3942.4,1483.0,3351.7,3351.7,1483.0,3351.7,3351.7,33900.0,23012.0,0.0
+base-dhw-solar-direct-flat-plate.xml,0.0,90.0,0.0,1286.0,890.2,10691.6,3675.2,2200.1,3383.6,3383.6,2200.1,3383.6,3383.6,33303.0,23006.0,0.0
+base-dhw-solar-direct-ics.xml,0.0,90.0,0.0,1286.4,890.4,11138.8,3828.9,2344.2,3383.6,3383.6,2344.2,3383.6,3383.6,33307.0,23005.0,0.0
+base-dhw-solar-fraction.xml,0.0,83.0,0.0,1286.4,890.5,11468.6,3942.3,1884.0,3753.7,3753.7,1884.0,3753.7,3753.7,33417.0,23002.0,0.0
+base-dhw-solar-indirect-flat-plate.xml,0.0,101.0,0.0,1286.0,890.1,10798.5,3711.9,1984.1,3383.7,3383.7,1984.1,3383.7,3383.7,33353.0,23016.0,0.0
+base-dhw-solar-thermosyphon-flat-plate.xml,0.0,90.0,0.0,1286.1,890.2,10716.9,3683.9,2186.8,3351.6,3351.6,2186.8,3351.6,3351.6,33303.0,23006.0,0.0
+base-dhw-tank-coal.xml,0.0,96.0,0.0,1286.4,890.5,11468.8,3942.4,1483.0,3351.7,3351.7,1483.0,3351.7,3351.7,33901.0,23012.0,0.0
base-dhw-tank-detailed-setpoints.xml,0.0,88.0,0.0,1286.4,890.4,11462.2,3940.1,2920.6,4128.2,4128.2,2920.6,4128.2,4128.2,33267.0,23005.0,0.0
-base-dhw-tank-elec-ef.xml,0.0,90.0,0.0,1286.4,890.5,11468.6,3942.3,2175.7,3982.7,3982.7,2175.7,3982.7,3982.7,33244.0,23006.0,0.0
-base-dhw-tank-gas-ef.xml,0.0,101.0,0.0,1286.4,890.5,11468.9,3942.4,1482.1,3351.7,3351.7,1482.1,3351.7,3351.7,33813.0,23014.0,0.0
-base-dhw-tank-gas-fhr.xml,0.0,96.0,0.0,1286.4,890.5,11468.8,3942.4,1483.0,3351.7,3351.7,1483.0,3351.7,3351.7,33900.0,23012.0,0.0
-base-dhw-tank-gas-outside.xml,0.0,81.0,0.0,1286.4,890.5,11468.6,3942.3,1479.2,3351.6,3351.6,1479.2,3351.6,3351.6,33477.0,23000.0,0.0
-base-dhw-tank-gas.xml,0.0,96.0,0.0,1286.4,890.5,11468.8,3942.4,1483.0,3351.7,3351.7,1483.0,3351.7,3351.7,33900.0,23012.0,0.0
-base-dhw-tank-heat-pump-capacities.xml,0.0,59.0,0.0,1286.4,890.5,11076.4,3807.5,1716.0,3353.3,3353.3,1716.0,3353.3,3353.3,32953.0,22790.0,0.0
-base-dhw-tank-heat-pump-confined-space.xml,0.0,54.0,0.0,1286.4,890.5,10972.3,3771.7,1973.3,3750.6,3750.6,1973.3,3750.6,3750.6,35753.0,23036.0,0.0
+base-dhw-tank-elec-ef.xml,0.0,90.0,0.0,1286.4,890.5,11468.6,3942.3,2175.7,3982.7,3982.7,2175.7,3982.7,3982.7,33245.0,23006.0,0.0
+base-dhw-tank-gas-ef.xml,0.0,101.0,0.0,1286.4,890.5,11468.9,3942.4,1482.2,3351.7,3351.7,1482.2,3351.7,3351.7,33814.0,23014.0,0.0
+base-dhw-tank-gas-fhr.xml,0.0,96.0,0.0,1286.4,890.5,11468.8,3942.4,1483.0,3351.7,3351.7,1483.0,3351.7,3351.7,33901.0,23012.0,0.0
+base-dhw-tank-gas-outside.xml,0.0,81.0,0.0,1286.4,890.5,11468.6,3942.3,1479.2,3351.6,3351.6,1479.2,3351.6,3351.6,33478.0,23000.0,0.0
+base-dhw-tank-gas.xml,0.0,96.0,0.0,1286.4,890.5,11468.8,3942.4,1483.0,3351.7,3351.7,1483.0,3351.7,3351.7,33901.0,23012.0,0.0
+base-dhw-tank-heat-pump-capacities.xml,0.0,59.0,0.0,1286.4,890.5,11076.4,3807.5,1716.0,3353.3,3353.3,1716.0,3353.3,3353.3,32954.0,22790.0,0.0
+base-dhw-tank-heat-pump-confined-space.xml,0.0,54.0,0.0,1286.4,890.5,10972.3,3771.7,1973.3,3750.6,3750.6,1973.3,3750.6,3750.6,35754.0,23036.0,0.0
base-dhw-tank-heat-pump-detailed-schedules.xml,0.0,64.0,0.0,1286.4,890.5,10054.2,3456.1,1839.6,3608.9,3608.9,1839.6,3608.9,3608.9,36443.0,22997.0,0.0
base-dhw-tank-heat-pump-ducting.xml,1.0,112.0,0.0,1286.4,890.5,10967.0,3769.9,1887.7,3686.2,3686.2,1887.7,3686.2,3686.2,36621.0,23003.0,0.0
base-dhw-tank-heat-pump-ef.xml,0.0,66.0,0.0,1286.4,890.5,10994.7,3779.4,1903.3,3768.5,3768.5,1903.3,3768.5,3768.5,36071.0,22795.0,0.0
base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,0.0,66.0,0.0,1286.4,890.5,10994.7,3779.4,1903.3,3768.5,3768.5,1903.3,3768.5,3768.5,36071.0,22795.0,0.0
-base-dhw-tank-heat-pump-outside.xml,0.0,81.0,0.0,1286.4,890.5,11190.6,3846.7,2644.8,3584.5,3584.5,2644.8,3584.5,3584.5,33477.0,23000.0,0.0
-base-dhw-tank-heat-pump-with-solar-fraction.xml,0.0,74.0,0.0,1286.4,890.5,11087.9,3811.4,1901.8,3527.7,3527.7,1901.8,3527.7,3527.7,35047.0,23002.0,0.0
+base-dhw-tank-heat-pump-outside.xml,0.0,81.0,0.0,1286.4,890.5,11190.6,3846.7,2644.8,3584.5,3584.5,2644.8,3584.5,3584.5,33478.0,23000.0,0.0
+base-dhw-tank-heat-pump-with-solar-fraction.xml,0.0,74.0,0.0,1286.4,890.5,11087.9,3811.4,1901.8,3527.7,3527.7,1901.8,3527.7,3527.7,35048.0,23002.0,0.0
base-dhw-tank-heat-pump-with-solar.xml,0.0,103.0,0.0,1286.0,890.1,11904.0,4091.9,1917.0,3354.7,3354.7,1917.0,3354.7,3354.7,36066.0,23017.0,0.0
-base-dhw-tank-heat-pump.xml,0.0,53.0,0.0,1286.4,890.5,10972.4,3771.7,1900.6,3685.8,3685.8,1900.6,3685.8,3685.8,35982.0,23038.0,0.0
-base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,0.0,96.0,0.0,1286.4,890.5,11158.5,3835.7,6231.7,6649.9,6890.3,6231.7,6649.9,6890.3,36215.0,22887.0,0.0
-base-dhw-tank-model-type-stratified.xml,0.0,87.0,0.0,1286.4,890.5,11161.6,3836.8,2061.9,3819.2,3819.2,2061.9,3819.2,3819.2,33327.0,23004.0,0.0
-base-dhw-tank-oil.xml,0.0,96.0,0.0,1286.4,890.5,11468.8,3942.4,1483.2,3351.7,3351.7,1483.2,3351.7,3351.7,33926.0,23011.0,0.0
-base-dhw-tank-wood.xml,0.0,96.0,0.0,1286.4,890.5,11468.8,3942.4,1483.0,3351.7,3351.7,1483.0,3351.7,3351.7,33900.0,23012.0,0.0
-base-dhw-tankless-detailed-setpoints.xml,0.0,81.0,0.0,1286.4,890.5,11646.9,4003.6,1479.2,3351.6,3351.6,1479.2,3351.6,3351.6,33477.0,23000.0,0.0
-base-dhw-tankless-electric-ef.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,2131.5,3823.5,3823.5,2131.5,3823.5,3823.5,33477.0,23000.0,0.0
-base-dhw-tankless-electric-outside.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,2117.9,3813.8,3813.8,2117.9,3813.8,3813.8,33477.0,23000.0,0.0
-base-dhw-tankless-electric.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,2103.9,3804.0,3804.0,2103.9,3804.0,3804.0,33477.0,23000.0,0.0
-base-dhw-tankless-gas-ef.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,1479.2,3351.6,3351.6,1479.2,3351.6,3351.6,33477.0,23000.0,0.0
-base-dhw-tankless-gas-with-solar-fraction.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,1479.2,3351.6,3351.6,1479.2,3351.6,3351.6,33477.0,23000.0,0.0
-base-dhw-tankless-gas-with-solar.xml,0.0,90.0,0.0,1276.0,881.8,10180.1,3499.4,1479.5,3351.7,3351.7,1479.5,3351.7,3351.7,33523.0,23009.0,0.0
-base-dhw-tankless-gas.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,1479.2,3351.6,3351.6,1479.2,3351.6,3351.6,33477.0,23000.0,0.0
-base-dhw-tankless-propane.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,1479.2,3351.6,3351.6,1479.2,3351.6,3351.6,33477.0,23000.0,0.0
-base-enclosure-2stories-garage.xml,0.0,205.0,0.0,1286.4,890.5,11468.6,3942.3,2611.3,5043.8,5043.8,2611.3,5043.8,5043.8,47548.0,34751.0,0.0
-base-enclosure-2stories.xml,5.0,250.0,0.0,1286.4,890.5,11468.6,3942.3,2773.4,5202.4,5202.4,2773.4,5202.4,5202.4,51913.0,34967.0,0.0
-base-enclosure-beds-1.xml,0.0,61.0,0.0,992.7,723.0,6269.7,2543.2,1903.0,3539.7,3539.7,1903.0,3539.7,3539.7,33724.0,22804.0,0.0
-base-enclosure-beds-2.xml,0.0,74.0,0.0,1139.6,806.8,8869.1,3353.4,1983.0,3725.5,3725.5,1983.0,3725.5,3725.5,33512.0,22991.0,0.0
-base-enclosure-beds-4.xml,0.0,102.0,0.0,1433.3,974.2,14067.8,4421.8,2396.6,4252.3,4252.3,2396.6,4252.3,4252.3,33093.0,23018.0,0.0
-base-enclosure-beds-5.xml,0.0,112.0,0.0,1580.2,1057.9,16667.2,4833.5,2686.9,4211.1,4211.1,2686.9,4211.1,4211.1,32884.0,23031.0,0.0
+base-dhw-tank-heat-pump.xml,0.0,53.0,0.0,1286.4,890.5,10972.4,3771.7,1900.6,3685.8,3685.8,1900.6,3685.8,3685.8,35983.0,23038.0,0.0
+base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,0.0,96.0,0.0,1286.4,890.5,11158.6,3835.7,6231.7,6509.5,6876.0,6231.7,6509.5,6876.0,36215.0,22888.0,0.0
+base-dhw-tank-model-type-stratified.xml,0.0,87.0,0.0,1286.4,890.5,11161.6,3836.8,2059.0,3818.7,3818.7,2059.0,3818.7,3818.7,33328.0,23004.0,0.0
+base-dhw-tank-oil.xml,0.0,96.0,0.0,1286.4,890.5,11468.8,3942.4,1483.2,3351.7,3351.7,1483.2,3351.7,3351.7,33927.0,23011.0,0.0
+base-dhw-tank-wood.xml,0.0,96.0,0.0,1286.4,890.5,11468.8,3942.4,1483.0,3351.7,3351.7,1483.0,3351.7,3351.7,33901.0,23012.0,0.0
+base-dhw-tankless-detailed-setpoints.xml,0.0,81.0,0.0,1286.4,890.5,11646.9,4003.6,1479.2,3351.6,3351.6,1479.2,3351.6,3351.6,33478.0,23000.0,0.0
+base-dhw-tankless-electric-ef.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,2131.5,3823.5,3823.5,2131.5,3823.5,3823.5,33478.0,23000.0,0.0
+base-dhw-tankless-electric-outside.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,2117.9,3813.8,3813.8,2117.9,3813.8,3813.8,33478.0,23000.0,0.0
+base-dhw-tankless-electric.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,2103.9,3804.0,3804.0,2103.9,3804.0,3804.0,33478.0,23000.0,0.0
+base-dhw-tankless-gas-ef.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,1479.2,3351.6,3351.6,1479.2,3351.6,3351.6,33478.0,23000.0,0.0
+base-dhw-tankless-gas-with-solar-fraction.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,1479.2,3351.6,3351.6,1479.2,3351.6,3351.6,33478.0,23000.0,0.0
+base-dhw-tankless-gas-with-solar.xml,0.0,90.0,0.0,1276.0,881.8,10180.1,3499.4,1479.5,3351.7,3351.7,1479.5,3351.7,3351.7,33524.0,23009.0,0.0
+base-dhw-tankless-gas.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,1479.2,3351.6,3351.6,1479.2,3351.6,3351.6,33478.0,23000.0,0.0
+base-dhw-tankless-propane.xml,0.0,81.0,0.0,1286.4,890.5,11466.0,3941.4,1479.2,3351.6,3351.6,1479.2,3351.6,3351.6,33478.0,23000.0,0.0
+base-enclosure-2stories-garage.xml,0.0,203.0,0.0,1286.4,890.5,11468.6,3942.3,2611.3,5043.8,5043.8,2611.3,5043.8,5043.8,47547.0,34751.0,0.0
+base-enclosure-2stories.xml,5.0,250.0,0.0,1286.4,890.5,11468.6,3942.3,2773.4,5202.4,5202.4,2773.4,5202.4,5202.4,51913.0,34966.0,0.0
+base-enclosure-beds-1.xml,0.0,61.0,0.0,992.7,723.0,6269.7,2543.2,1903.0,3539.7,3539.7,1903.0,3539.7,3539.7,33725.0,22804.0,0.0
+base-enclosure-beds-2.xml,0.0,74.0,0.0,1139.6,806.8,8869.1,3353.4,1983.0,3725.1,3725.1,1983.0,3725.1,3725.1,33513.0,22991.0,0.0
+base-enclosure-beds-4.xml,0.0,102.0,0.0,1433.3,974.2,14067.8,4421.8,2396.6,4252.3,4252.3,2396.6,4252.3,4252.3,33094.0,23018.0,0.0
+base-enclosure-beds-5.xml,0.0,112.0,0.0,1580.2,1057.9,16667.2,4833.5,2687.0,4211.1,4211.1,2687.0,4211.1,4211.1,32885.0,23031.0,0.0
base-enclosure-ceilingtypes.xml,1.0,69.0,0.0,1286.4,890.5,11468.6,3942.3,2334.2,3774.6,3774.6,2334.2,3774.6,3774.6,36295.0,22386.0,0.0
base-enclosure-floortypes.xml,0.0,8.0,0.0,1286.4,890.5,11468.6,3942.3,2001.2,3495.1,3495.1,2001.2,3495.1,3495.1,31357.0,21973.0,0.0
base-enclosure-garage.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2308.0,3674.0,3674.0,2308.0,3674.0,3674.0,28164.0,19325.0,0.0
-base-enclosure-infil-ach-house-pressure.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33305.0,23005.0,0.0
+base-enclosure-infil-ach-house-pressure.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33306.0,23005.0,0.0
base-enclosure-infil-cfm-house-pressure.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.9,3776.5,3776.5,2314.9,3776.5,3776.5,33317.0,23005.0,0.0
-base-enclosure-infil-cfm50.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33305.0,23005.0,0.0
+base-enclosure-infil-cfm50.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33306.0,23005.0,0.0
base-enclosure-infil-ela.xml,3.0,100.0,0.0,1286.4,890.5,11468.6,3942.3,2327.8,3776.5,3776.5,2327.8,3776.5,3776.5,36350.0,23007.0,0.0
-base-enclosure-infil-flue.xml,0.0,89.0,0.0,1286.4,890.5,11468.5,3942.3,2291.9,3834.7,3834.7,2291.9,3834.7,3834.7,34115.0,23006.0,0.0
-base-enclosure-infil-leakiness-description.xml,84.0,130.0,0.0,1286.4,890.5,11468.6,3942.3,2417.3,3949.4,3949.4,2417.3,3949.4,3949.4,36926.0,23013.0,0.0
-base-enclosure-infil-natural-ach.xml,1.0,100.0,0.0,1286.4,890.5,11468.6,3942.3,2325.7,3776.5,3776.5,2325.7,3776.5,3776.5,36336.0,23007.0,0.0
-base-enclosure-infil-natural-cfm.xml,1.0,100.0,0.0,1286.4,890.5,11468.6,3942.3,2325.7,3776.5,3776.5,2325.7,3776.5,3776.5,36336.0,23007.0,0.0
+base-enclosure-infil-flue.xml,0.0,89.0,0.0,1286.4,890.5,11468.5,3942.3,2291.9,3833.6,3833.6,2291.9,3833.6,3833.6,34116.0,23006.0,0.0
+base-enclosure-infil-leakiness-description.xml,84.0,130.0,0.0,1286.4,890.5,11468.6,3942.3,2417.3,3950.8,3950.8,2417.3,3950.8,3950.8,36927.0,23013.0,0.0
+base-enclosure-infil-natural-ach.xml,2.0,100.0,0.0,1286.4,890.5,11468.6,3942.3,2325.7,3776.5,3776.5,2325.7,3776.5,3776.5,36336.0,23007.0,0.0
+base-enclosure-infil-natural-cfm.xml,2.0,100.0,0.0,1286.4,890.5,11468.6,3942.3,2325.7,3776.5,3776.5,2325.7,3776.5,3776.5,36336.0,23007.0,0.0
base-enclosure-infil-sla.xml,3.0,101.0,0.0,1286.4,890.5,11468.6,3942.3,2328.7,3776.5,3776.5,2328.7,3776.5,3776.5,36357.0,23007.0,0.0
-base-enclosure-orientations.xml,0.0,82.0,0.0,1286.4,890.5,11468.5,3942.3,2315.7,3776.5,3776.5,2315.7,3776.5,3776.5,33319.0,23002.0,0.0
-base-enclosure-overhangs.xml,0.0,75.0,0.0,1286.4,890.5,11468.5,3942.3,2315.0,3908.4,3908.4,2315.0,3908.4,3908.4,33289.0,23008.0,0.0
-base-enclosure-rooftypes.xml,0.0,29.0,0.0,1286.4,890.5,11468.5,3942.3,2315.1,3835.9,3835.9,2315.1,3835.9,3835.9,32794.0,22405.0,0.0
+base-enclosure-orientations.xml,0.0,82.0,0.0,1286.4,890.5,11468.5,3942.3,2315.7,3776.5,3776.5,2315.7,3776.5,3776.5,33320.0,23002.0,0.0
+base-enclosure-overhangs.xml,0.0,75.0,0.0,1286.4,890.5,11468.5,3942.3,2315.0,3907.6,3907.6,2315.0,3907.6,3907.6,33290.0,23008.0,0.0
+base-enclosure-rooftypes.xml,0.0,29.0,0.0,1286.4,890.5,11468.5,3942.3,2315.1,3833.9,3833.9,2315.1,3833.9,3833.9,32795.0,22405.0,0.0
base-enclosure-skylights-cathedral.xml,0.0,1.0,0.0,1286.4,890.5,11468.6,3942.3,2642.1,4050.5,4050.5,2642.1,4050.5,4050.5,25459.0,20572.0,0.0
-base-enclosure-skylights-physical-properties.xml,0.0,279.0,0.0,1286.4,890.5,11468.6,3942.3,2339.2,3778.6,3778.6,2339.2,3778.6,3778.6,36097.0,23286.0,0.0
-base-enclosure-skylights-shading.xml,0.0,115.0,0.0,1286.4,890.5,11468.5,3942.3,2297.7,3776.8,3776.8,2297.7,3776.8,3776.8,35212.0,23010.0,0.0
-base-enclosure-skylights-storms.xml,0.0,281.0,0.0,1286.4,890.5,11468.5,3942.3,2344.3,3924.2,3924.2,2344.3,3924.2,3924.2,34751.0,23290.0,0.0
-base-enclosure-skylights.xml,0.0,260.0,0.0,1286.4,890.5,11468.6,3942.3,2348.6,3778.2,3778.2,2348.6,3778.2,3778.2,35152.0,23227.0,0.0
+base-enclosure-skylights-physical-properties.xml,0.0,279.0,0.0,1286.4,890.5,11468.6,3942.3,2339.2,3778.6,3778.6,2339.2,3778.6,3778.6,36098.0,23286.0,0.0
+base-enclosure-skylights-shading.xml,0.0,115.0,0.0,1286.4,890.5,11468.5,3942.3,2297.7,3776.8,3776.8,2297.7,3776.8,3776.8,35213.0,23011.0,0.0
+base-enclosure-skylights-storms.xml,0.0,281.0,0.0,1286.4,890.5,11468.5,3942.3,2344.3,3921.2,3921.2,2344.3,3921.2,3921.2,34752.0,23290.0,0.0
+base-enclosure-skylights.xml,0.0,260.0,0.0,1286.4,890.5,11468.6,3942.3,2348.6,3778.2,3778.2,2348.6,3778.2,3778.2,35153.0,23227.0,0.0
base-enclosure-split-level.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,1867.9,2870.0,2870.0,1867.9,2870.0,2870.0,13954.0,14513.0,0.0
-base-enclosure-thermal-mass.xml,0.0,72.0,0.0,1286.4,890.5,11468.5,3942.3,2284.5,3776.3,3776.3,2284.5,3776.3,3776.3,33141.0,22805.0,0.0
-base-enclosure-walltypes.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2340.8,3775.3,3775.3,2340.8,3775.3,3775.3,35749.0,21077.0,0.0
-base-enclosure-windows-exterior-shading-solar-film.xml,0.0,17.0,0.0,1286.4,890.5,11468.5,3942.3,2325.6,3775.8,3775.8,2325.6,3775.8,3775.8,33701.0,21678.0,0.0
-base-enclosure-windows-exterior-shading-solar-screens.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2318.7,3775.7,3775.7,2318.7,3775.7,3775.7,34207.0,20873.0,0.0
-base-enclosure-windows-insect-screens-exterior.xml,0.0,22.0,0.0,1286.4,890.5,11468.6,3942.3,2297.4,3778.3,3778.3,2297.4,3778.3,3778.3,33625.0,21930.0,0.0
-base-enclosure-windows-insect-screens-interior.xml,0.0,73.0,0.0,1286.4,890.5,11468.5,3942.3,2316.1,4006.6,4006.6,2316.1,4006.6,4006.6,33353.0,22785.0,0.0
+base-enclosure-thermal-mass.xml,0.0,72.0,0.0,1286.4,890.5,11468.5,3942.3,2284.5,3776.3,3776.3,2284.5,3776.3,3776.3,33142.0,22806.0,0.0
+base-enclosure-walltypes.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2340.8,3775.3,3775.3,2340.8,3775.3,3775.3,35750.0,21077.0,0.0
+base-enclosure-windows-exterior-shading-solar-film.xml,0.0,17.0,0.0,1286.4,890.5,11468.5,3942.3,2325.6,3775.8,3775.8,2325.6,3775.8,3775.8,33702.0,21678.0,0.0
+base-enclosure-windows-exterior-shading-solar-screens.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2318.7,3775.7,3775.7,2318.7,3775.7,3775.7,34208.0,20873.0,0.0
+base-enclosure-windows-insect-screens-exterior.xml,0.0,22.0,0.0,1286.4,890.5,11468.6,3942.3,2297.4,3778.3,3778.3,2297.4,3778.3,3778.3,33625.0,21931.0,0.0
+base-enclosure-windows-insect-screens-interior.xml,0.0,73.0,0.0,1286.4,890.5,11468.5,3942.3,2316.1,4002.7,4002.7,2316.1,4002.7,4002.7,33354.0,22786.0,0.0
base-enclosure-windows-interior-shading-blinds.xml,0.0,133.0,0.0,1286.4,890.5,11468.5,3942.3,2310.6,3776.8,3776.8,2310.6,3776.8,3776.8,33158.0,23044.0,0.0
base-enclosure-windows-interior-shading-coefficients.xml,0.0,35.0,0.0,1286.4,890.5,11468.6,3942.3,2287.2,3777.9,3777.9,2287.2,3777.9,3777.9,33350.0,22528.0,0.0
-base-enclosure-windows-natural-ventilation-availability.xml,0.0,85.0,0.0,1286.4,890.5,11468.5,3942.3,2312.1,3777.9,3777.9,2312.1,3777.9,3777.9,33305.0,22864.0,0.0
-base-enclosure-windows-none.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2259.6,3348.7,3348.7,2259.6,3348.7,3348.7,25558.0,15231.0,0.0
+base-enclosure-windows-natural-ventilation-availability.xml,0.0,86.0,0.0,1286.4,890.5,11468.5,3942.3,2311.9,3777.9,3777.9,2311.9,3777.9,3777.9,33306.0,22866.0,0.0
+base-enclosure-windows-none.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2259.6,3342.2,3342.2,2259.6,3342.2,3342.2,25559.0,15231.0,0.0
base-enclosure-windows-physical-properties.xml,1.0,161.0,0.0,1286.4,890.5,11468.6,3942.3,2317.1,3777.4,3777.4,2317.1,3777.4,3777.4,36319.0,23085.0,0.0
-base-enclosure-windows-shading-factors.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2284.9,3734.5,3734.5,2284.9,3734.5,3734.5,33318.0,20252.0,0.0
-base-enclosure-windows-shading-seasons.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33305.0,23005.0,0.0
-base-enclosure-windows-shading-types-detailed.xml,0.0,3.0,0.0,1286.4,890.5,11468.6,3942.3,2324.8,3776.0,3776.0,2324.8,3776.0,3776.0,33569.0,21339.0,0.0
-base-enclosure-windows-storms.xml,0.0,114.0,0.0,1286.4,890.5,11468.5,3942.3,2316.4,3776.5,3776.5,2316.4,3776.5,3776.5,31909.0,23036.0,0.0
-base-ev-charger.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33305.0,23005.0,0.0
+base-enclosure-windows-shading-factors.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2284.9,3734.6,3734.6,2284.9,3734.6,3734.6,33319.0,20252.0,0.0
+base-enclosure-windows-shading-seasons.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33306.0,23005.0,0.0
+base-enclosure-windows-shading-types-detailed.xml,0.0,3.0,0.0,1286.4,890.5,11468.6,3942.3,2324.8,3776.0,3776.0,2324.8,3776.0,3776.0,33570.0,21339.0,0.0
+base-enclosure-windows-storms.xml,0.0,114.0,0.0,1286.4,890.5,11468.5,3942.3,2316.4,3776.5,3776.5,2316.4,3776.5,3776.5,31910.0,23036.0,0.0
+base-ev-charger.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33306.0,23005.0,0.0
base-foundation-ambient.xml,0.0,20.0,0.0,1286.4,890.5,11468.5,3942.3,1863.6,3495.8,3495.8,1863.6,3495.8,3495.8,22418.0,21972.0,0.0
base-foundation-basement-garage.xml,0.0,30.0,0.0,1286.4,890.5,11468.5,3942.3,2101.9,3618.2,3618.2,2101.9,3618.2,3618.2,28562.0,22649.0,0.0
base-foundation-belly-wing-no-skirt.xml,102.0,75.0,0.0,1286.4,890.5,11468.5,3942.3,2081.2,3499.5,3499.5,2081.2,3499.5,3499.5,37788.0,22535.0,0.0
base-foundation-belly-wing-skirt.xml,101.0,75.0,0.0,1286.4,890.5,11468.5,3942.3,2081.3,3499.5,3499.5,2081.3,3499.5,3499.5,37776.0,22537.0,0.0
-base-foundation-complex.xml,25.0,325.0,0.0,1286.4,890.5,11468.5,3942.3,2369.8,3779.2,3779.2,2369.8,3779.2,3779.2,36602.0,23301.0,0.0
+base-foundation-complex.xml,14.0,31.0,0.0,1286.4,890.5,11468.6,3942.3,2345.9,4346.8,4346.8,2345.9,4346.8,4346.8,36484.0,28110.0,0.0
base-foundation-conditioned-basement-slab-insulation-full.xml,0.0,176.0,0.0,1286.4,890.5,11468.5,3942.3,2313.4,3777.3,3777.3,2313.4,3777.3,3777.3,32816.0,23069.0,0.0
-base-foundation-conditioned-basement-slab-insulation.xml,0.0,147.0,0.0,1286.4,890.5,11468.5,3942.3,2332.6,3777.1,3777.1,2332.6,3777.1,3777.1,33400.0,23056.0,0.0
-base-foundation-conditioned-basement-wall-insulation.xml,0.0,92.0,0.0,1286.4,890.5,11468.6,3942.3,2330.3,3776.4,3776.4,2330.3,3776.4,3776.4,33853.0,23033.0,0.0
+base-foundation-conditioned-basement-slab-insulation.xml,0.0,147.0,0.0,1286.4,890.5,11468.5,3942.3,2332.6,3777.1,3777.1,2332.6,3777.1,3777.1,33401.0,23056.0,0.0
+base-foundation-conditioned-basement-wall-insulation.xml,0.0,92.0,0.0,1286.4,890.5,11468.6,3942.3,2330.3,3776.4,3776.4,2330.3,3776.4,3776.4,33854.0,23033.0,0.0
base-foundation-conditioned-crawlspace.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,1870.4,2706.2,2706.2,1870.4,2706.2,2706.2,16391.0,12958.0,0.0
base-foundation-multiple.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,1852.6,3234.5,3234.5,1852.6,3234.5,3234.5,16832.0,17975.0,0.0
base-foundation-slab-exterior-horizontal-insulation.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,1854.6,2762.9,2762.9,1854.6,2762.9,2762.9,13558.0,13481.0,0.0
base-foundation-slab.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,1861.1,2876.2,2876.2,1861.1,2876.2,2876.2,13507.0,14594.0,0.0
-base-foundation-unconditioned-basement-above-grade.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,1851.3,3354.0,3354.0,1851.3,3354.0,3354.0,18128.0,19088.0,0.0
+base-foundation-unconditioned-basement-above-grade.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,1851.3,3354.0,3354.0,1851.3,3354.0,3354.0,18127.0,19088.0,0.0
base-foundation-unconditioned-basement-assembly-r.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,1859.8,3082.2,3082.2,1859.8,3082.2,3082.2,16090.0,16486.0,0.0
base-foundation-unconditioned-basement-wall-insulation.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,1864.8,3024.6,3024.6,1864.8,3024.6,3024.6,19345.0,15878.0,0.0
base-foundation-unconditioned-basement.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,1860.7,3259.9,3259.9,1860.7,3259.9,3259.9,16984.0,18192.0,0.0
@@ -208,334 +212,337 @@ base-foundation-vented-crawlspace-above-grade.xml,0.0,0.0,0.0,1286.4,890.5,11468
base-foundation-vented-crawlspace-above-grade2.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,1879.0,3312.1,3312.1,1879.0,3312.1,3312.1,17622.0,18768.0,0.0
base-foundation-vented-crawlspace.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,1881.1,3279.8,3279.8,1881.1,3279.8,3279.8,17998.0,18425.0,0.0
base-foundation-walkout-basement.xml,0.0,139.0,0.0,1286.4,890.5,11468.5,3942.3,2318.1,3777.1,3777.1,2318.1,3777.1,3777.1,36300.0,23033.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-autosize-factor.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9064.5,4233.1,9064.5,9064.5,4233.1,9064.5,31054.0,24785.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-autosize-factor.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9034.7,4233.1,9034.7,9034.7,4233.1,9034.7,31055.0,24785.0,0.0
base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2151.6,4172.1,4172.1,2151.6,4172.1,4172.1,0.0,24255.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-detailed-electric-panel.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9063.9,4233.1,9063.9,9063.9,4233.1,9063.9,31054.0,24785.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-detailed-performance.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9679.0,3681.4,9679.0,9679.0,3681.4,9679.0,31046.0,24814.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9035.1,4233.1,9035.1,9035.1,4233.1,9035.1,31072.0,24785.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,9046.3,1887.6,9046.3,9046.3,1887.6,9046.3,31055.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-detailed-electric-panel.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9034.1,4233.1,9034.1,9034.1,4233.1,9034.1,31055.0,24785.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-detailed-performance.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9679.1,3681.4,9679.1,9679.1,3681.4,9679.1,31046.0,24814.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9005.2,4233.1,9005.2,9005.2,4233.1,9005.2,31072.0,24785.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,9016.4,1891.8,9016.4,9016.4,1891.8,9016.4,31056.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-hvac-seasons.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9033.5,4233.0,9033.5,9033.5,4233.0,9033.5,31055.0,24783.0,0.0
base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,148.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,15409.2,4217.6,15409.2,15409.2,4217.6,15409.2,51750.0,24621.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-research-features.xml,405.117,0.0,0.0,1286.4,890.5,12241.8,4208.1,20788.0,9769.6,20788.0,20788.0,9769.6,20788.0,63206.0,33162.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9099.4,4416.8,9099.4,9099.4,4416.8,9099.4,31054.0,24785.0,0.0
-base-hvac-air-to-air-heat-pump-1-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9063.9,4233.1,9063.9,9063.9,4233.1,9063.9,31054.0,24785.0,0.0
-base-hvac-air-to-air-heat-pump-2-speed-detailed-performance.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,8970.5,4139.6,8970.5,8970.5,4139.6,8970.5,31065.0,26551.0,0.0
-base-hvac-air-to-air-heat-pump-2-speed-research-features.xml,371.3,0.0,0.0,1286.4,890.5,12241.8,4208.1,20428.5,8271.9,20428.5,20428.5,8271.9,20428.5,61169.0,24149.0,0.0
-base-hvac-air-to-air-heat-pump-2-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9006.7,3885.5,9006.7,9006.7,3885.5,9006.7,31037.0,26784.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-autosize-maxload.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,6255.1,3407.2,6255.1,6255.1,3407.2,6255.1,29024.0,24805.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,3.0,460.0,0.0,1286.4,890.5,11468.6,3942.3,3285.6,3239.0,3285.6,3285.6,3239.0,3285.6,26537.0,18943.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,122.0,21.0,0.0,1286.4,890.5,11468.6,3942.3,4196.8,3910.3,4196.8,4196.8,3910.3,4196.8,33919.0,24082.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,3.0,460.0,0.0,1286.4,890.5,11468.5,3942.3,3285.6,3239.1,3285.6,3285.6,3239.1,3285.6,26537.0,18943.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-furnace-autosize-factor.xml,3.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2970.4,3702.2,3702.2,2970.4,3702.2,3702.2,34879.0,24454.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,3.0,261.0,0.0,1286.4,890.5,11468.5,3942.3,3148.1,3236.5,3236.5,3148.1,3236.5,3236.5,30662.0,18773.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-autosize.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7387.6,4948.9,7387.6,7387.6,4948.9,7387.6,30649.0,25950.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-normalized-capacities.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7736.2,5074.0,7736.2,7736.2,5074.0,7736.2,30993.0,26197.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7753.9,5068.6,7753.9,7753.9,5068.6,7753.9,30993.0,26199.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins.xml,336.0,2.833,0.0,1286.4,890.5,11468.8,3942.3,17953.6,6733.7,17953.6,17953.6,6733.7,17953.6,64514.0,34418.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems.xml,31.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,6365.7,3319.8,6365.7,6365.7,3319.8,6365.7,27897.0,24246.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7603.3,3867.0,7603.3,7603.3,3867.0,7603.3,30660.0,25946.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-defrost-mode.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7511.3,3867.0,7511.3,7511.3,3867.0,7511.3,30660.0,25946.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-heat-pump-mode.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7603.3,3867.0,7603.3,7603.3,3867.0,7603.3,30660.0,25946.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-pan-heater-none.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7503.3,3867.0,7503.3,7503.3,3867.0,7503.3,30660.0,25946.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-research-features.xml,368.0,4.0,0.0,1286.4,890.5,11468.6,3942.3,10196.6,4927.0,10196.6,10196.6,4927.0,10196.6,37960.0,31815.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7653.3,3867.0,7653.3,7653.3,3867.0,7653.3,30660.0,25946.0,0.0
-base-hvac-autosize-sizing-controls.xml,0.0,0.0,0.0,1910.5,1245.6,22532.8,5645.9,2976.0,4522.0,4522.0,2976.0,4522.0,4522.0,21413.0,20815.0,0.0
-base-hvac-autosize.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2297.4,4258.8,4258.8,2297.4,4258.8,4258.8,29156.0,25202.0,0.0
-base-hvac-boiler-coal-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2168.7,1863.6,2168.7,2168.7,1863.6,2168.7,16947.0,0.0,0.0
-base-hvac-boiler-elec-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,6256.5,1863.6,6256.5,6256.5,1863.6,6256.5,16947.0,0.0,0.0
-base-hvac-boiler-gas-central-ac-1-speed.xml,0.0,88.0,0.0,1286.4,890.5,11468.5,3942.3,2174.8,3776.5,3776.5,2174.8,3776.5,3776.5,16947.0,22990.0,0.0
-base-hvac-boiler-gas-only-pilot.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2153.2,1863.6,2153.2,2153.2,1863.6,2153.2,16947.0,0.0,0.0
-base-hvac-boiler-gas-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2153.2,1863.6,2153.2,2153.2,1863.6,2153.2,16947.0,0.0,0.0
-base-hvac-boiler-oil-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2168.7,1863.6,2168.7,2168.7,1863.6,2168.7,16947.0,0.0,0.0
-base-hvac-boiler-propane-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2149.6,1863.6,2149.6,2149.6,1863.6,2149.6,16947.0,0.0,0.0
-base-hvac-boiler-wood-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2149.6,1863.6,2149.6,2149.6,1863.6,2149.6,16947.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-power-outage.xml,6.0,0.0,0.0,1069.6,740.8,9450.0,3248.4,17136.6,4257.3,17136.6,17136.6,4257.3,17136.6,59177.0,24748.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-research-features.xml,405.05,0.0,0.0,1286.4,890.5,12241.8,4208.1,20793.9,9769.5,20793.9,20793.9,9769.5,20793.9,63206.0,33159.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9099.6,4416.7,9099.6,9099.6,4416.7,9099.6,31055.0,24785.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9034.1,4233.1,9034.1,9034.1,4233.1,9034.1,31055.0,24785.0,0.0
+base-hvac-air-to-air-heat-pump-2-speed-detailed-performance.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,8940.7,4139.6,8940.7,8940.7,4139.6,8940.7,31066.0,26551.0,0.0
+base-hvac-air-to-air-heat-pump-2-speed-research-features.xml,372.067,0.0,0.0,1286.4,890.5,12241.8,4208.1,20434.6,8271.9,20434.6,20434.6,8271.9,20434.6,61182.0,24149.0,0.0
+base-hvac-air-to-air-heat-pump-2-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,8976.9,3885.5,8976.9,8976.9,3885.5,8976.9,31038.0,26784.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-autosize-maxload.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,6255.2,3407.2,6255.2,6255.2,3407.2,6255.2,29024.0,24805.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,3.0,21.0,0.0,1286.4,890.5,11468.6,3942.3,3203.7,3856.9,3856.9,3203.7,3856.9,3856.9,26859.0,24082.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,122.0,21.0,0.0,1286.4,890.5,11468.6,3942.3,4196.8,3909.4,4196.8,4196.8,3909.4,4196.8,33919.0,24082.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,3.0,21.0,0.0,1286.4,890.5,11468.6,3942.3,3203.7,3850.9,3850.9,3203.7,3850.9,3850.9,26859.0,24082.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-furnace-autosize-factor.xml,3.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2970.4,3702.2,3702.2,2970.4,3702.2,3702.2,34880.0,24453.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,3.0,2.0,0.0,1286.4,890.5,11468.5,3942.3,3089.7,3810.0,3810.0,3089.7,3810.0,3810.0,30906.0,23073.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-autosize.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7387.7,4948.9,7387.7,7387.7,4948.9,7387.7,30649.0,25950.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-normalized-capacities.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7736.4,5074.0,7736.4,7736.4,5074.0,7736.4,30994.0,26197.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7754.1,5068.5,7754.1,7754.1,5068.5,7754.1,30993.0,26198.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7603.4,3867.0,7603.4,7603.4,3867.0,7603.4,30660.0,25945.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-defrost-mode.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7511.4,3867.0,7511.4,7511.4,3867.0,7511.4,30660.0,25945.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-heat-pump-mode.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7603.4,3867.0,7603.4,7603.4,3867.0,7603.4,30660.0,25945.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-pan-heater-none.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7503.4,3867.0,7503.4,7503.4,3867.0,7503.4,30660.0,25945.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-research-features-10-mins.xml,336.0,2.833,0.0,1286.4,890.5,11468.8,3942.3,17953.6,6732.7,17953.6,17953.6,6732.7,17953.6,64514.0,34418.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-research-features-two-systems.xml,31.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,6373.3,3319.8,6373.3,6373.3,3319.8,6373.3,27898.0,24246.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-research-features.xml,368.0,4.0,0.0,1286.4,890.5,11468.6,3942.3,10197.1,4925.5,10197.1,10197.1,4925.5,10197.1,37961.0,31815.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,7653.4,3867.0,7653.4,7653.4,3867.0,7653.4,30660.0,25945.0,0.0
+base-hvac-autosize-sizing-controls.xml,0.0,0.0,0.0,1910.5,1245.6,22532.8,5645.9,2976.0,4521.8,4521.8,2976.0,4521.8,4521.8,21413.0,20816.0,0.0
+base-hvac-autosize.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2297.4,4258.8,4258.8,2297.4,4258.8,4258.8,29157.0,25202.0,0.0
+base-hvac-boiler-coal-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2168.7,1863.2,2168.7,2168.7,1863.2,2168.7,16946.0,0.0,0.0
+base-hvac-boiler-elec-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,6256.4,1863.2,6256.4,6256.4,1863.2,6256.4,16946.0,0.0,0.0
+base-hvac-boiler-gas-central-ac-1-speed.xml,0.0,88.0,0.0,1286.4,890.5,11468.5,3942.3,2174.7,3776.5,3776.5,2174.7,3776.5,3776.5,16946.0,22990.0,0.0
+base-hvac-boiler-gas-only-pilot.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2153.2,1863.2,2153.2,2153.2,1863.2,2153.2,16946.0,0.0,0.0
+base-hvac-boiler-gas-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2153.2,1863.2,2153.2,2153.2,1863.2,2153.2,16946.0,0.0,0.0
+base-hvac-boiler-oil-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2168.7,1863.2,2168.7,2168.7,1863.2,2168.7,16946.0,0.0,0.0
+base-hvac-boiler-propane-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2149.6,1863.2,2149.6,2149.6,1863.2,2149.6,16946.0,0.0,0.0
+base-hvac-boiler-wood-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2149.6,1863.2,2149.6,2149.6,1863.2,2149.6,16946.0,0.0,0.0
base-hvac-central-ac-only-1-speed-autosize-factor.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2151.6,4201.2,4201.2,2151.6,4201.2,4201.2,0.0,24447.0,0.0
-base-hvac-central-ac-only-1-speed-detailed-performance.xml,0.0,79.0,0.0,1286.4,890.5,11468.6,3942.3,2141.6,3896.8,3896.8,2141.6,3896.8,3896.8,0.0,23203.0,0.0
+base-hvac-central-ac-only-1-speed-detailed-performance.xml,0.0,79.0,0.0,1286.4,890.5,11468.6,3942.3,2141.6,3896.8,3896.8,2141.6,3896.8,3896.8,0.0,23204.0,0.0
base-hvac-central-ac-only-1-speed-seer.xml,0.0,81.0,0.0,1286.4,890.5,11468.6,3942.3,2141.6,3928.8,3928.8,2141.6,3928.8,3928.8,0.0,22988.0,0.0
base-hvac-central-ac-only-1-speed.xml,0.0,81.0,0.0,1286.4,890.5,11468.6,3942.3,2141.6,3775.9,3775.9,2141.6,3775.9,3775.9,0.0,22987.0,0.0
-base-hvac-central-ac-only-2-speed-detailed-performance.xml,0.0,72.0,0.0,1286.4,890.5,11468.6,3942.3,2141.6,3649.5,3649.5,2141.6,3649.5,3649.5,0.0,23140.0,0.0
+base-hvac-central-ac-only-2-speed-detailed-performance.xml,0.0,72.0,0.0,1286.4,890.5,11468.6,3942.3,2141.6,3649.5,3649.5,2141.6,3649.5,3649.5,0.0,23141.0,0.0
base-hvac-central-ac-only-2-speed.xml,0.0,86.0,0.0,1286.4,890.5,11468.6,3942.3,2141.6,3483.3,3483.3,2141.6,3483.3,3483.3,0.0,22868.0,0.0
-base-hvac-central-ac-only-var-speed-detailed-performance-autosize.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2153.5,4945.8,4945.8,2153.5,4945.8,4945.8,0.0,25784.0,0.0
+base-hvac-central-ac-only-var-speed-detailed-performance-autosize.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2153.5,4945.8,4945.8,2153.5,4945.8,4945.8,0.0,25783.0,0.0
base-hvac-central-ac-only-var-speed-detailed-performance.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2151.6,5021.9,5021.9,2151.6,5021.9,5021.9,0.0,25934.0,0.0
-base-hvac-central-ac-only-var-speed-max-power-ratio-schedule.xml,0.0,186.0,0.0,1286.4,890.5,11468.5,3942.3,2141.3,3741.1,3741.1,2141.3,3741.1,3741.1,0.0,23557.0,0.0
+base-hvac-central-ac-only-var-speed-research-features.xml,0.0,186.0,0.0,1286.4,890.5,11468.5,3942.3,2141.3,3741.1,3741.1,2141.3,3741.1,3741.1,0.0,23558.0,0.0
base-hvac-central-ac-only-var-speed.xml,0.0,19.0,0.0,1286.4,890.5,11468.6,3942.3,2141.6,3718.6,3718.6,2141.6,3718.6,3718.6,0.0,24052.0,0.0
-base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,0.0,88.0,0.0,1286.4,890.5,11468.5,3942.3,9089.1,3776.5,9089.1,9089.1,3776.5,9089.1,31055.0,22990.0,0.0
+base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,0.0,88.0,0.0,1286.4,890.5,11468.5,3942.3,9059.3,3776.5,9059.3,9059.3,3776.5,9059.3,31056.0,22990.0,0.0
base-hvac-dse.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2273.4,3694.1,3694.1,2273.4,3694.1,3694.1,16963.0,13284.0,0.0
-base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4419.4,4233.2,4419.4,4419.4,4233.2,4419.4,31261.0,24785.0,0.0
-base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4390.3,4233.2,4390.3,4390.3,4233.2,4390.3,31259.0,24785.0,0.0
-base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3868.6,3885.5,3885.5,3868.6,3885.5,3885.5,31255.0,26785.0,0.0
-base-hvac-dual-fuel-air-to-air-heat-pump-var-speed-dse.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3064.5,3053.0,3064.5,3064.5,3053.0,3064.5,16962.0,13284.0,0.0
-base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3831.8,3867.0,3867.0,3831.8,3867.0,3867.0,30843.0,25946.0,0.0
-base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2973.7,2860.6,2973.7,2973.7,2860.6,2973.7,19503.0,15519.0,0.0
-base-hvac-ducts-area-multipliers.xml,0.0,6.0,0.0,1286.4,890.5,11468.5,3942.3,2291.1,3776.3,3776.3,2291.1,3776.3,3776.3,28395.0,21828.0,0.0
-base-hvac-ducts-areas.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2274.9,3765.5,3765.5,2274.9,3765.5,3765.5,24217.0,20777.0,0.0
-base-hvac-ducts-buried.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2274.8,3763.1,3763.1,2274.8,3763.1,3763.1,24186.0,20733.0,0.0
-base-hvac-ducts-defaults.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3169.4,3749.2,3749.2,3169.4,3749.2,3749.2,18910.0,13284.0,0.0
-base-hvac-ducts-effective-rvalue.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33305.0,23005.0,0.0
-base-hvac-ducts-leakage-cfm50.xml,0.0,56.0,0.0,1286.4,890.5,11468.5,3942.3,2307.7,3775.8,3775.8,2307.7,3775.8,3775.8,31741.0,22653.0,0.0
-base-hvac-ducts-leakage-percent.xml,0.0,38.0,0.0,1286.4,890.5,11468.5,3942.3,2301.5,3777.7,3777.7,2301.5,3777.7,3777.7,30671.0,22840.0,0.0
-base-hvac-ducts-shape-rectangular.xml,0.0,49.0,0.0,1286.4,890.5,11468.5,3942.3,2308.2,3775.9,3775.9,2308.2,3775.9,3775.9,31916.0,22643.0,0.0
+base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4446.1,4233.1,4446.1,4446.1,4233.1,4446.1,31261.0,24785.0,0.0
+base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4415.7,4233.2,4415.7,4415.7,4233.2,4415.7,31259.0,24785.0,0.0
+base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3898.6,3885.5,3898.6,3898.6,3885.5,3898.6,31256.0,26784.0,0.0
+base-hvac-dual-fuel-air-to-air-heat-pump-var-speed-dse.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3072.1,3053.0,3072.1,3072.1,3053.0,3072.1,16963.0,13284.0,0.0
+base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3861.9,3867.0,3867.0,3861.9,3867.0,3867.0,30844.0,25945.0,0.0
+base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3001.8,2860.6,3001.8,3001.8,2860.6,3001.8,19503.0,15519.0,0.0
+base-hvac-ducts-area-multipliers.xml,0.0,6.0,0.0,1286.4,890.5,11468.5,3942.3,2291.1,3776.3,3776.3,2291.1,3776.3,3776.3,28396.0,21828.0,0.0
+base-hvac-ducts-areas.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2274.9,3765.5,3765.5,2274.9,3765.5,3765.5,24218.0,20777.0,0.0
+base-hvac-ducts-buried.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2274.8,3763.1,3763.1,2274.8,3763.1,3763.1,24187.0,20733.0,0.0
+base-hvac-ducts-defaults.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3169.4,3749.2,3749.2,3169.4,3749.2,3749.2,18911.0,13284.0,0.0
+base-hvac-ducts-effective-rvalue.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33306.0,23005.0,0.0
+base-hvac-ducts-leakage-cfm50.xml,0.0,56.0,0.0,1286.4,890.5,11468.5,3942.3,2307.7,3775.8,3775.8,2307.7,3775.8,3775.8,31742.0,22653.0,0.0
+base-hvac-ducts-leakage-percent.xml,0.0,38.0,0.0,1286.4,890.5,11468.5,3942.3,2301.5,3777.7,3777.7,2301.5,3777.7,3777.7,30672.0,22840.0,0.0
+base-hvac-ducts-shape-rectangular.xml,0.0,49.0,0.0,1286.4,890.5,11468.5,3942.3,2308.3,3775.9,3775.9,2308.3,3775.9,3775.9,31917.0,22643.0,0.0
base-hvac-ducts-shape-round.xml,0.0,101.0,0.0,1286.4,890.5,11468.5,3942.3,2317.2,3776.7,3776.7,2317.2,3776.7,3776.7,33814.0,23016.0,0.0
-base-hvac-elec-resistance-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,6157.1,1863.6,6157.1,6157.1,1863.6,6157.1,16963.0,0.0,0.0
-base-hvac-evap-cooler-furnace-gas.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2256.2,2054.6,2256.2,2256.2,2054.6,2256.2,33615.0,13290.0,0.0
+base-hvac-elec-resistance-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,6157.3,1863.2,6157.3,6157.3,1863.2,6157.3,16963.0,0.0,0.0
+base-hvac-evap-cooler-furnace-gas.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2256.2,2054.6,2256.2,2256.2,2054.6,2256.2,33616.0,13290.0,0.0
base-hvac-evap-cooler-only-ducted.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2121.6,2235.9,2235.9,2121.6,2235.9,2235.9,0.0,20128.0,0.0
-base-hvac-evap-cooler-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2121.6,1986.0,2121.6,2121.6,1986.0,2121.6,0.0,13069.0,0.0
-base-hvac-fan-motor-type.xml,0.0,90.0,0.0,1286.4,890.5,11468.5,3942.3,2269.5,3791.7,3791.7,2269.5,3791.7,3791.7,33395.0,22984.0,0.0
-base-hvac-fireplace-wood-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2129.0,1864.0,2129.0,2129.0,1864.0,2129.0,17518.0,0.0,0.0
-base-hvac-floor-furnace-propane-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2129.0,1864.0,2129.0,2129.0,1864.0,2129.0,17518.0,0.0,0.0
-base-hvac-furnace-coal-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2233.8,1879.5,2233.8,2233.8,1879.5,2233.8,33615.0,0.0,0.0
-base-hvac-furnace-elec-central-ac-1-speed.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,10976.7,3776.5,10976.7,10976.7,3776.5,10976.7,33305.0,23005.0,0.0
-base-hvac-furnace-elec-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,11238.5,1879.5,11238.5,11238.5,1879.5,11238.5,33615.0,0.0,0.0
-base-hvac-furnace-gas-central-ac-2-speed.xml,0.0,93.0,0.0,1286.4,890.5,11468.5,3942.3,2269.5,3483.8,3483.8,2269.5,3483.8,3483.8,33395.0,22874.0,0.0
-base-hvac-furnace-gas-central-ac-var-speed-max-power-ratio-schedule.xml,0.0,188.0,0.0,1286.4,890.5,11468.5,3942.3,2236.4,3742.2,3742.2,2236.4,3742.2,3742.2,32896.0,23455.0,0.0
+base-hvac-evap-cooler-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2121.6,1985.9,2121.6,2121.6,1985.9,2121.6,0.0,13069.0,0.0
+base-hvac-fan-motor-type.xml,0.0,90.0,0.0,1286.4,890.5,11468.5,3942.3,2269.5,3791.7,3791.7,2269.5,3791.7,3791.7,33396.0,22984.0,0.0
+base-hvac-fireplace-wood-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2129.0,1867.4,2129.0,2129.0,1867.4,2129.0,17519.0,0.0,0.0
+base-hvac-floor-furnace-propane-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2129.0,1867.4,2129.0,2129.0,1867.4,2129.0,17519.0,0.0,0.0
+base-hvac-furnace-coal-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2233.8,1883.4,2233.8,2233.8,1883.4,2233.8,33616.0,0.0,0.0
+base-hvac-furnace-elec-central-ac-1-speed.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,10976.9,3776.5,10976.9,10976.9,3776.5,10976.9,33306.0,23005.0,0.0
+base-hvac-furnace-elec-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,11238.7,1883.4,11238.7,11238.7,1883.4,11238.7,33616.0,0.0,0.0
+base-hvac-furnace-gas-central-ac-2-speed.xml,0.0,93.0,0.0,1286.4,890.5,11468.5,3942.3,2269.5,3483.8,3483.8,2269.5,3483.8,3483.8,33396.0,22874.0,0.0
+base-hvac-furnace-gas-central-ac-var-speed-research-features.xml,0.0,188.0,0.0,1286.4,890.5,11468.5,3942.3,2236.4,3742.2,3742.2,2236.4,3742.2,3742.2,32896.0,23456.0,0.0
base-hvac-furnace-gas-central-ac-var-speed.xml,0.0,22.0,0.0,1286.4,890.5,11468.5,3942.3,2254.6,3719.0,3719.0,2254.6,3719.0,3719.0,32896.0,24069.0,0.0
-base-hvac-furnace-gas-only-autosize-factor.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2223.2,1872.7,2223.2,2223.2,1872.7,2223.2,29143.0,0.0,0.0
-base-hvac-furnace-gas-only-detailed-setpoints.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2209.6,1843.1,2209.6,2209.6,1843.1,2209.6,25787.0,0.0,0.0
-base-hvac-furnace-gas-only-pilot.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2233.8,1879.5,2233.8,2233.8,1879.5,2233.8,33615.0,0.0,0.0
-base-hvac-furnace-gas-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2233.8,1879.5,2233.8,2233.8,1879.5,2233.8,33615.0,0.0,0.0
+base-hvac-furnace-gas-only-autosize-factor.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2223.2,1873.8,2223.2,2223.2,1873.8,2223.2,29144.0,0.0,0.0
+base-hvac-furnace-gas-only-detailed-setpoints.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2209.6,1843.1,2209.6,2209.6,1843.1,2209.6,25788.0,0.0,0.0
+base-hvac-furnace-gas-only-pilot.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2233.8,1883.4,2233.8,2233.8,1883.4,2233.8,33616.0,0.0,0.0
+base-hvac-furnace-gas-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2233.8,1883.4,2233.8,2233.8,1883.4,2233.8,33616.0,0.0,0.0
base-hvac-furnace-gas-plus-air-to-air-heat-pump-cooling.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2327.2,4205.1,4205.1,2327.2,4205.1,4205.1,33533.0,24600.0,0.0
-base-hvac-furnace-gas-room-ac.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2256.2,3749.3,3749.3,2256.2,3749.3,3749.3,33615.0,13285.0,0.0
-base-hvac-furnace-oil-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2233.8,1879.5,2233.8,2233.8,1879.5,2233.8,33615.0,0.0,0.0
-base-hvac-furnace-propane-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2233.8,1879.5,2233.8,2233.8,1879.5,2233.8,33615.0,0.0,0.0
-base-hvac-furnace-wood-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2233.8,1879.5,2233.8,2233.8,1879.5,2233.8,33615.0,0.0,0.0
-base-hvac-furnace-x3-dse.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2247.6,3694.1,3694.1,2247.6,3694.1,3694.1,17132.0,13284.0,0.0
-base-hvac-ground-to-air-heat-pump-1-speed-experimental.xml,9.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4953.8,3439.4,4953.8,4953.8,3439.4,4953.8,28527.0,24971.0,0.0
-base-hvac-ground-to-air-heat-pump-1-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4519.1,3525.7,4519.1,4519.1,3525.7,4519.1,30897.0,25366.0,0.0
-base-hvac-ground-to-air-heat-pump-2-speed-experimental.xml,15.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4446.9,3085.0,4446.9,4446.9,3085.0,4446.9,27069.0,26767.0,0.0
-base-hvac-ground-to-air-heat-pump-2-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4220.3,3121.0,4220.3,4220.3,3121.0,4220.3,31058.0,25236.0,0.0
-base-hvac-ground-to-air-heat-pump-backup-integrated.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4519.1,3525.7,4519.1,4519.1,3525.7,4519.1,30897.0,25366.0,0.0
-base-hvac-ground-to-air-heat-pump-backup-stove.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4607.3,3698.7,4607.3,4607.3,3698.7,4607.3,31699.0,25581.0,0.0
-base-hvac-ground-to-air-heat-pump-cooling-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2121.6,3569.0,3569.0,2121.6,3569.0,3569.0,0.0,24823.0,0.0
-base-hvac-ground-to-air-heat-pump-detailed-geothermal-loop.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,4030.3,3242.1,4030.3,4030.3,3242.1,4030.3,30944.0,25031.0,0.0
-base-hvac-ground-to-air-heat-pump-heating-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,4469.6,1872.3,4469.6,4469.6,1872.3,4469.6,30690.0,0.0,0.0
-base-hvac-ground-to-air-heat-pump-var-speed-experimental.xml,23.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4420.7,2564.5,4420.7,4420.7,2564.5,4420.7,26656.0,26356.0,0.0
-base-hvac-ground-to-air-heat-pump-var-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4002.3,2679.4,4002.3,4002.3,2679.4,4002.3,31066.0,25206.0,0.0
-base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9818.3,4591.9,9818.3,9818.3,4591.9,9818.3,32581.0,26645.0,0.0
-base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9559.8,4294.4,9559.8,9559.8,4294.4,9559.8,32566.0,26239.0,0.0
+base-hvac-furnace-gas-room-ac.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2256.2,3749.3,3749.3,2256.2,3749.3,3749.3,33616.0,13285.0,0.0
+base-hvac-furnace-oil-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2233.8,1883.4,2233.8,2233.8,1883.4,2233.8,33616.0,0.0,0.0
+base-hvac-furnace-propane-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2233.8,1883.4,2233.8,2233.8,1883.4,2233.8,33616.0,0.0,0.0
+base-hvac-furnace-wood-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2233.8,1883.4,2233.8,2233.8,1883.4,2233.8,33616.0,0.0,0.0
+base-hvac-furnace-x3-dse.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2247.6,3694.1,3694.1,2247.6,3694.1,3694.1,17133.0,13284.0,0.0
+base-hvac-ground-to-air-heat-pump-1-speed-experimental.xml,9.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4953.9,3439.4,4953.9,4953.9,3439.4,4953.9,28527.0,24971.0,0.0
+base-hvac-ground-to-air-heat-pump-1-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4519.2,3525.6,4519.2,4519.2,3525.6,4519.2,30898.0,25365.0,0.0
+base-hvac-ground-to-air-heat-pump-2-speed-experimental.xml,15.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4447.0,3085.0,4447.0,4447.0,3085.0,4447.0,27069.0,26767.0,0.0
+base-hvac-ground-to-air-heat-pump-2-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4220.4,3121.0,4220.4,4220.4,3121.0,4220.4,31059.0,25236.0,0.0
+base-hvac-ground-to-air-heat-pump-backup-integrated.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4519.2,3525.6,4519.2,4519.2,3525.6,4519.2,30898.0,25365.0,0.0
+base-hvac-ground-to-air-heat-pump-backup-stove.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4607.4,3696.9,4607.4,4607.4,3696.9,4607.4,31699.0,25580.0,0.0
+base-hvac-ground-to-air-heat-pump-cooling-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2121.6,3568.9,3568.9,2121.6,3568.9,3568.9,0.0,24823.0,0.0
+base-hvac-ground-to-air-heat-pump-detailed-geothermal-loop.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,4030.4,3242.1,4030.4,4030.4,3242.1,4030.4,30945.0,25031.0,0.0
+base-hvac-ground-to-air-heat-pump-heating-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,4469.7,1873.4,4469.7,4469.7,1873.4,4469.7,30691.0,0.0,0.0
+base-hvac-ground-to-air-heat-pump-var-speed-experimental.xml,23.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4420.9,2564.5,4420.9,4420.9,2564.5,4420.9,26657.0,26356.0,0.0
+base-hvac-ground-to-air-heat-pump-var-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4002.4,2679.4,4002.4,4002.4,2679.4,4002.4,31067.0,25206.0,0.0
+base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9818.4,4591.9,9818.4,9818.4,4591.9,9818.4,32582.0,26645.0,0.0
+base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9559.8,4294.5,9559.8,9559.8,4294.5,9559.8,32566.0,26239.0,0.0
base-hvac-install-quality-air-to-air-heat-pump-var-speed-detailed-performance.xml,0.0,2.0,0.0,1286.4,890.5,11468.5,3942.3,8842.6,5574.7,8842.6,8842.6,5574.7,8842.6,32522.0,25952.0,0.0
base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,8899.6,4491.7,8899.6,8899.6,4491.7,8899.6,31945.0,26925.0,0.0
base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,0.0,436.0,0.0,1286.4,890.5,11468.6,3942.3,2233.0,3553.9,3553.9,2233.0,3553.9,3553.9,35711.0,19575.0,0.0
base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,0.0,474.0,0.0,1286.4,890.5,11468.5,3942.3,2247.7,3364.1,3364.1,2247.7,3364.1,3364.1,35686.0,19331.0,0.0
base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,0.0,316.0,0.0,1286.4,890.5,11468.6,3942.3,2219.7,3589.5,3589.5,2219.7,3589.5,3589.5,35594.0,20523.0,0.0
-base-hvac-install-quality-furnace-gas-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2214.3,1889.1,2214.3,2214.3,1889.1,2214.3,35737.0,0.0,0.0
-base-hvac-install-quality-ground-to-air-heat-pump-1-speed.xml,6.0,3.0,0.0,1286.4,890.5,11468.5,3942.3,4663.4,3731.7,4663.4,4663.4,3731.7,4663.4,30268.0,25729.0,0.0
-base-hvac-install-quality-ground-to-air-heat-pump-2-speed-experimental.xml,143.0,17.0,0.0,1286.4,890.5,11468.5,3942.3,4722.7,3446.6,4722.7,4722.7,3446.6,4722.7,25597.0,24468.0,0.0
-base-hvac-install-quality-ground-to-air-heat-pump-var-speed-experimental.xml,169.0,8.0,0.0,1286.4,890.5,11468.6,3942.3,4592.4,3064.7,4592.4,4592.4,3064.7,4592.4,24808.0,25134.0,0.0
+base-hvac-install-quality-furnace-gas-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2214.3,1893.5,2214.3,2214.3,1893.5,2214.3,35737.0,0.0,0.0
+base-hvac-install-quality-ground-to-air-heat-pump-1-speed.xml,6.0,3.0,0.0,1286.4,890.5,11468.5,3942.3,4663.4,3731.7,4663.4,4663.4,3731.7,4663.4,30269.0,25729.0,0.0
+base-hvac-install-quality-ground-to-air-heat-pump-2-speed-experimental.xml,143.0,17.0,0.0,1286.4,890.5,11468.5,3942.3,4722.7,3446.6,4722.7,4722.7,3446.6,4722.7,25598.0,24467.0,0.0
+base-hvac-install-quality-ground-to-air-heat-pump-var-speed-experimental.xml,169.0,8.0,0.0,1286.4,890.5,11468.6,3942.3,4592.4,3066.5,4592.4,4592.4,3066.5,4592.4,24809.0,25134.0,0.0
base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2141.6,3392.2,3392.2,2141.6,3392.2,3392.2,0.0,15704.0,0.0
base-hvac-install-quality-mini-split-heat-pump-ducted.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5917.1,3255.5,5917.1,5917.1,3255.5,5917.1,19604.0,15664.0,0.0
-base-hvac-mini-split-air-conditioner-only-ducted.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2141.6,2973.7,2973.7,2141.6,2973.7,2973.7,0.0,15499.0,0.0
-base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance-autosize.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2134.2,3392.2,3392.2,2134.2,3392.2,3392.2,0.0,12917.0,0.0
+base-hvac-mini-split-air-conditioner-only-ducted.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2141.6,2973.7,2973.7,2141.6,2973.7,2973.7,0.0,15498.0,0.0
+base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance-autosize.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2134.2,3392.2,3392.2,2134.2,3392.2,3392.2,0.0,12916.0,0.0
base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2151.6,3149.9,3149.9,2151.6,3149.9,3149.9,0.0,13064.0,0.0
base-hvac-mini-split-air-conditioner-only-ductless.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2141.6,2703.8,2703.8,2141.6,2703.8,2703.8,0.0,13064.0,0.0
base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2151.6,2844.0,2844.0,2151.6,2844.0,2844.0,0.0,15306.0,0.0
-base-hvac-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule.xml,93.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,5562.0,1861.4,5562.0,5562.0,1861.4,5562.0,21165.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-heating-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,5226.9,1863.5,5226.9,5226.9,1863.5,5226.9,19425.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-max-power-ratio-schedule.xml,93.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5564.8,2860.5,5564.8,5564.8,2860.5,5564.8,21171.0,15519.0,0.0
-base-hvac-mini-split-heat-pump-ducted.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5228.4,2860.6,5228.4,5228.4,2860.6,5228.4,19426.0,15519.0,0.0
-base-hvac-mini-split-heat-pump-ductless-autosize-factor.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4551.3,2606.2,4551.3,4551.3,2606.2,4551.3,16963.0,13284.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5071.0,2782.3,5071.0,5071.0,2782.3,5071.0,16963.0,13284.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-furnace-ducts-defaults.xml,3.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2595.1,2919.6,2919.6,2595.1,2919.6,2919.6,19573.0,13449.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml,3.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2562.6,2782.3,2782.3,2562.6,2782.3,2782.3,25511.0,13285.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-integrated-defrost-with-backup-heat-active.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4685.7,2606.2,4685.7,4685.7,2606.2,4685.7,16963.0,13284.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-integrated.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4551.3,2606.2,4551.3,4551.3,2606.2,4551.3,16963.0,13284.0,0.0
-base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,3.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2595.1,2919.6,2919.6,2595.1,2919.6,2919.6,17518.0,13449.0,0.0
+base-hvac-mini-split-heat-pump-ducted-heating-only-research-features.xml,93.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,5562.2,1861.0,5562.2,5562.2,1861.0,5562.2,21166.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-heating-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,5227.1,1864.3,5227.1,5227.1,1864.3,5227.1,19426.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-research-features.xml,93.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5565.0,2860.5,5565.0,5565.0,2860.5,5565.0,21172.0,15519.0,0.0
+base-hvac-mini-split-heat-pump-ducted.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5228.5,2860.6,5228.5,5228.5,2860.6,5228.5,19426.0,15519.0,0.0
+base-hvac-mini-split-heat-pump-ductless-autosize-factor.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4551.5,2606.2,4551.5,4551.5,2606.2,4551.5,16963.0,13284.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5071.1,2782.3,5071.1,5071.1,2782.3,5071.1,16963.0,13284.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-furnace-ducts-defaults.xml,3.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2595.1,2918.8,2918.8,2595.1,2918.8,2918.8,19574.0,13449.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml,3.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2562.6,2782.3,2782.3,2562.6,2782.3,2782.3,25511.0,13284.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-integrated-defrost-with-backup-heat-active.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4685.9,2606.2,4685.9,4685.9,2606.2,4685.9,16963.0,13284.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-integrated.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4551.5,2606.2,4551.5,4551.5,2606.2,4551.5,16963.0,13284.0,0.0
+base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,3.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2595.1,2918.8,2918.8,2595.1,2918.8,2918.8,17519.0,13449.0,0.0
base-hvac-mini-split-heat-pump-ductless-detailed-performance-autosize.xml,90.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4215.2,3340.1,4215.2,4215.2,3340.1,4215.2,16436.0,13283.0,0.0
-base-hvac-mini-split-heat-pump-ductless-detailed-performance.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4795.0,3171.0,4795.0,4795.0,3171.0,4795.0,16898.0,13284.0,0.0
-base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4433.3,2606.2,4433.3,4433.3,2606.2,4433.3,16963.0,13284.0,0.0
-base-hvac-mini-split-heat-pump-ductless.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4551.3,2606.2,4551.3,4551.3,2606.2,4551.3,16963.0,13284.0,0.0
-base-hvac-multiple.xml,0.0,68.0,0.0,1286.4,890.5,11468.6,3942.3,8965.7,4351.4,8965.7,8965.7,4351.4,8965.7,47951.0,24104.0,0.0
+base-hvac-mini-split-heat-pump-ductless-detailed-performance.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4795.1,3171.0,4795.1,4795.1,3171.0,4795.1,16899.0,13284.0,0.0
+base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4433.4,2606.2,4433.4,4433.4,2606.2,4433.4,16963.0,13284.0,0.0
+base-hvac-mini-split-heat-pump-ductless.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,4551.5,2606.2,4551.5,4551.5,2606.2,4551.5,16963.0,13284.0,0.0
+base-hvac-multiple.xml,0.0,68.0,0.0,1286.4,890.5,11468.6,3942.3,8965.8,4351.4,8965.8,8965.8,4351.4,8965.8,47951.0,24104.0,0.0
base-hvac-none.xml,0.0,0.0,0.0,1286.4,890.5,8592.3,2953.6,1350.1,1271.0,1350.1,1350.1,1271.0,1350.1,0.0,0.0,0.0
-base-hvac-ptac-cfis.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2152.3,3293.1,3293.1,2152.3,3293.1,3293.1,0.0,13374.0,0.0
-base-hvac-ptac-with-heating-electricity.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,6157.1,3280.9,6157.1,6157.1,3280.9,6157.1,16963.0,13284.0,0.0
-base-hvac-ptac-with-heating-natural-gas.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2129.0,3280.9,3280.9,2129.0,3280.9,3280.9,16963.0,13284.0,0.0
+base-hvac-ptac-cfis.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2152.7,3293.1,3293.1,2152.7,3293.1,3293.1,0.0,13374.0,0.0
+base-hvac-ptac-with-heating-electricity.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,6157.3,3280.8,6157.3,6157.3,3280.8,6157.3,16963.0,13284.0,0.0
+base-hvac-ptac-with-heating-natural-gas.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2129.0,3280.8,3280.8,2129.0,3280.8,3280.8,16963.0,13284.0,0.0
base-hvac-ptac.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2121.6,3260.4,3260.4,2121.6,3260.4,3260.4,0.0,13064.0,0.0
-base-hvac-pthp-cfis.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5529.5,3363.6,5529.5,5529.5,3363.6,5529.5,17810.0,13607.0,0.0
-base-hvac-pthp-heating-capacity-17f.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5253.1,3192.0,5253.1,5253.1,3192.0,5253.1,16962.0,13284.0,0.0
-base-hvac-pthp.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5253.1,3192.0,5253.1,5253.1,3192.0,5253.1,16962.0,13284.0,0.0
+base-hvac-pthp-cfis.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5529.8,3363.5,5529.8,5529.8,3363.5,5529.8,17811.0,13606.0,0.0
+base-hvac-pthp-heating-capacity-17f.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5253.3,3192.0,5253.3,5253.3,3192.0,5253.3,16963.0,13284.0,0.0
+base-hvac-pthp.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5253.3,3192.0,5253.3,5253.3,3192.0,5253.3,16963.0,13284.0,0.0
base-hvac-room-ac-only-detailed-setpoints.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2122.4,3573.7,3573.7,2122.4,3573.7,3573.7,0.0,11911.0,0.0
base-hvac-room-ac-only-eer.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2121.6,3718.2,3718.2,2121.6,3718.2,3718.2,0.0,13064.0,0.0
base-hvac-room-ac-only-partial-conditioning.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2121.6,2323.1,2323.1,2121.6,2323.1,2323.1,0.0,4573.0,0.0
-base-hvac-room-ac-only-research-features.xml,0.0,0.0,0.0,1286.4,890.5,11468.9,3942.4,6760.0,9638.6,9638.6,6760.0,9638.6,9638.6,0.0,24018.0,0.0
+base-hvac-room-ac-only-research-features.xml,0.0,0.0,0.0,1286.4,890.5,11468.9,3942.4,6760.0,9638.6,9638.6,6760.0,9638.6,9638.6,0.0,24017.0,0.0
base-hvac-room-ac-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2121.6,3723.5,3723.5,2121.6,3723.5,3723.5,0.0,13064.0,0.0
-base-hvac-room-ac-with-heating.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,6157.1,3749.2,6157.1,6157.1,3749.2,6157.1,16963.0,13284.0,0.0
-base-hvac-room-ac-with-reverse-cycle.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5253.1,3189.1,5253.1,5253.1,3189.1,5253.1,16962.0,13284.0,0.0
+base-hvac-room-ac-with-heating.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,6157.3,3749.2,6157.3,6157.3,3749.2,6157.3,16963.0,13284.0,0.0
+base-hvac-room-ac-with-reverse-cycle.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,5253.3,3189.1,5253.3,5253.3,3189.1,5253.3,16963.0,13284.0,0.0
base-hvac-seasons-and-inverted-setpoints.xml,8.0,204.0,0.0,1286.4,890.5,11468.6,3942.3,2432.5,3773.0,3773.0,2432.5,3773.0,3773.0,36438.0,23161.0,0.0
-base-hvac-seasons.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2331.8,3776.5,3776.5,2331.8,3776.5,3776.5,33305.0,23005.0,0.0
+base-hvac-seasons.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2331.8,3776.5,3776.5,2331.8,3776.5,3776.5,33306.0,23005.0,0.0
base-hvac-setpoints-daily-schedules.xml,129.0,178.0,0.0,1286.4,890.5,11468.6,3942.3,2382.8,3778.7,3778.7,2382.8,3778.7,3778.7,35973.0,22725.0,0.0
base-hvac-setpoints-daily-setbacks.xml,3.0,268.0,0.0,1286.4,890.5,11468.6,3942.3,2355.6,3778.7,3778.7,2355.6,3778.7,3778.7,35644.0,22969.0,0.0
-base-hvac-setpoints.xml,0.0,17.0,0.0,1286.4,890.5,11468.6,3942.3,2266.1,3978.4,3978.4,2266.1,3978.4,3978.4,25550.0,21936.0,0.0
-base-hvac-space-heater-gas-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2129.2,1863.7,2129.2,2129.2,1863.7,2129.2,16963.0,0.0,0.0
-base-hvac-stove-oil-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2139.7,1864.0,2139.7,2139.7,1864.0,2139.7,17518.0,0.0,0.0
-base-hvac-stove-wood-pellets-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2139.7,1864.0,2139.7,2139.7,1864.0,2139.7,17518.0,0.0,0.0
-base-hvac-undersized-allow-increased-fixed-capacities.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2285.2,4019.1,4019.1,2285.2,4019.1,4019.1,26783.0,23037.0,0.0
-base-hvac-undersized.xml,4152.0,2368.0,0.0,1286.4,890.5,11468.6,3942.3,2171.1,2360.9,2360.9,2171.1,2360.9,2360.9,5554.0,6657.0,0.0
-base-hvac-wall-furnace-elec-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,6253.7,1863.7,6253.7,6253.7,1863.7,6253.7,16963.0,0.0,0.0
-base-lighting-ceiling-fans-label-energy-use.xml,0.0,75.0,0.0,1286.4,890.5,11468.6,3942.3,2314.7,3870.3,3870.3,2314.7,3870.3,3870.3,33305.0,22996.0,0.0
-base-lighting-ceiling-fans.xml,0.0,74.0,0.0,1286.4,890.5,11468.6,3942.3,2314.7,3848.9,3848.9,2314.7,3848.9,3848.9,33305.0,22986.0,0.0
-base-lighting-holiday.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2570.9,3776.5,3776.5,2570.9,3776.5,3776.5,33305.0,23005.0,0.0
-base-lighting-kwh-per-year.xml,0.0,90.0,0.0,1286.4,890.5,11468.5,3942.3,2405.9,3817.4,3817.4,2405.9,3817.4,3817.4,33243.0,23010.0,0.0
-base-lighting-mixed.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2326.5,3783.8,3783.8,2326.5,3783.8,3783.8,33305.0,23005.0,0.0
-base-lighting-none-ceiling-fans.xml,0.0,51.0,0.0,1286.4,890.5,11468.5,3942.3,1920.4,3773.7,3773.7,1920.4,3773.7,3773.7,33761.0,22649.0,0.0
-base-lighting-none.xml,0.0,59.0,0.0,1286.4,890.5,11468.6,3942.3,1920.4,3531.5,3531.5,1920.4,3531.5,3531.5,33761.0,22646.0,0.0
-base-location-AMY-2012.xml,0.0,11.0,0.0,1290.0,892.9,11657.7,4007.3,2359.2,3515.1,3515.1,2359.2,3515.1,3515.1,33297.0,22849.0,0.0
-base-location-TMYx.xml,0.0,25.0,0.0,1286.4,890.5,11642.7,4002.1,2285.1,3688.3,3688.3,2285.1,3688.3,3688.3,34779.0,21206.0,0.0
-base-location-baltimore-md.xml,0.0,0.0,0.0,1286.4,890.5,11102.7,3816.5,1850.0,2816.9,2816.9,1850.0,2816.9,2816.9,15322.0,16701.0,0.0
+base-hvac-setpoints.xml,0.0,17.0,0.0,1286.4,890.5,11468.6,3942.3,2266.1,3978.4,3978.4,2266.1,3978.4,3978.4,25550.0,21937.0,0.0
+base-hvac-space-heater-gas-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2129.2,1863.3,2129.2,2129.2,1863.3,2129.2,16963.0,0.0,0.0
+base-hvac-stove-oil-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2139.7,1867.4,2139.7,2139.7,1867.4,2139.7,17519.0,0.0,0.0
+base-hvac-stove-wood-pellets-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2139.7,1867.4,2139.7,2139.7,1867.4,2139.7,17519.0,0.0,0.0
+base-hvac-undersized-allow-increased-fixed-capacities.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2285.2,4019.1,4019.1,2285.2,4019.1,4019.1,26784.0,23037.0,0.0
+base-hvac-undersized.xml,4152.0,2367.0,0.0,1286.4,890.5,11468.6,3942.3,2171.1,2360.9,2360.9,2171.1,2360.9,2360.9,5554.0,6657.0,0.0
+base-hvac-wall-furnace-elec-only.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,6253.9,1863.3,6253.9,6253.9,1863.3,6253.9,16963.0,0.0,0.0
+base-lighting-ceiling-fans-label-energy-use.xml,0.0,75.0,0.0,1286.4,890.5,11468.6,3942.3,2314.7,3870.3,3870.3,2314.7,3870.3,3870.3,33306.0,22996.0,0.0
+base-lighting-ceiling-fans.xml,0.0,74.0,0.0,1286.4,890.5,11468.6,3942.3,2314.7,3848.9,3848.9,2314.7,3848.9,3848.9,33306.0,22987.0,0.0
+base-lighting-holiday.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2570.9,3776.5,3776.5,2570.9,3776.5,3776.5,33306.0,23005.0,0.0
+base-lighting-kwh-per-year.xml,0.0,90.0,0.0,1286.4,890.5,11468.5,3942.3,2405.9,3817.4,3817.4,2405.9,3817.4,3817.4,33244.0,23010.0,0.0
+base-lighting-mixed.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2326.5,3783.8,3783.8,2326.5,3783.8,3783.8,33306.0,23005.0,0.0
+base-lighting-none-ceiling-fans.xml,0.0,51.0,0.0,1286.4,890.5,11468.5,3942.3,1920.4,3773.7,3773.7,1920.4,3773.7,3773.7,33762.0,22649.0,0.0
+base-lighting-none.xml,0.0,59.0,0.0,1286.4,890.5,11468.6,3942.3,1920.4,3531.5,3531.5,1920.4,3531.5,3531.5,33762.0,22646.0,0.0
+base-location-AMY-2012.xml,0.0,11.0,0.0,1290.0,892.9,11657.7,4007.3,2359.2,3515.5,3515.5,2359.2,3515.5,3515.5,33297.0,22849.0,0.0
+base-location-TMYx.xml,0.0,25.0,0.0,1286.4,890.5,11642.7,4002.1,2285.1,3688.3,3688.3,2285.1,3688.3,3688.3,34780.0,21206.0,0.0
+base-location-baltimore-md.xml,0.0,0.0,0.0,1286.4,890.5,11102.7,3816.5,1850.0,2816.8,2816.8,1850.0,2816.8,2816.8,15322.0,16701.0,0.0
base-location-capetown-zaf.xml,0.0,0.0,0.0,1286.4,890.5,10644.5,3659.0,1969.2,2492.9,2579.5,1969.2,2492.9,2579.5,4847.0,14790.0,0.0
-base-location-dallas-tx.xml,0.0,0.0,0.0,1286.4,890.5,10049.5,3454.5,1895.7,3147.4,3147.4,1895.7,3147.4,3147.4,10420.0,16646.0,0.0
-base-location-detailed.xml,0.0,58.0,0.0,1286.4,890.5,11468.6,3942.3,2331.3,3775.7,3775.7,2331.3,3775.7,3775.7,33376.0,22775.0,0.0
+base-location-dallas-tx.xml,0.0,0.0,0.0,1286.4,890.5,10049.5,3454.5,1895.3,3147.4,3147.4,1895.3,3147.4,3147.4,10420.0,16646.0,0.0
+base-location-detailed.xml,0.0,58.0,0.0,1286.4,890.5,11468.6,3942.3,2331.3,3775.7,3775.7,2331.3,3775.7,3775.7,33377.0,22775.0,0.0
base-location-duluth-mn.xml,0.0,0.0,0.0,1286.4,890.5,12241.5,4208.0,1975.4,2888.2,2888.2,1975.4,2888.2,2888.2,29212.0,13734.0,0.0
-base-location-helena-mt.xml,0.0,0.0,0.0,1286.4,890.5,11923.7,4098.7,2402.8,3784.0,3784.0,2402.8,3784.0,3784.0,37807.0,22287.0,0.0
-base-location-honolulu-hi.xml,0.0,0.0,0.0,1286.4,890.5,8592.2,2953.5,2198.7,2165.5,2407.4,2198.7,2165.5,2407.4,0.0,14459.0,0.0
+base-location-helena-mt.xml,0.0,0.0,0.0,1286.4,890.5,11923.7,4098.7,2402.8,3787.6,3787.6,2402.8,3787.6,3787.6,37808.0,22287.0,0.0
+base-location-honolulu-hi.xml,0.0,0.0,0.0,1286.4,890.5,8592.2,2953.5,2198.7,2165.5,2407.4,2198.7,2165.5,2407.4,0.0,14458.0,0.0
base-location-miami-fl.xml,0.0,0.0,0.0,1286.4,890.5,8677.4,2982.8,2134.2,2631.1,2631.1,2134.2,2631.1,2631.1,0.0,15027.0,0.0
-base-location-phoenix-az.xml,0.0,0.0,0.0,1286.4,890.5,8480.0,2915.0,2339.2,3594.3,3594.3,2339.2,3594.3,3594.3,1181.0,20049.0,0.0
+base-location-phoenix-az.xml,0.0,0.0,0.0,1286.4,890.5,8480.0,2915.0,2339.2,3594.3,3594.3,2339.2,3594.3,3594.3,1182.0,20049.0,0.0
base-location-portland-or.xml,0.0,0.0,0.0,1286.4,890.5,11307.5,3886.9,1837.9,3128.7,3128.7,1837.9,3128.7,3128.7,10213.0,17269.0,0.0
base-location-zipcode.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33303.0,23005.0,0.0
-base-mechvent-balanced.xml,18.0,146.0,0.0,1286.4,890.5,11468.5,3942.3,2437.5,3838.0,3838.0,2437.5,3838.0,3838.0,36550.0,23018.0,0.0
-base-mechvent-bath-kitchen-fans.xml,0.0,97.0,0.0,1286.4,890.5,11468.5,3942.3,2353.3,3901.9,3901.9,2353.3,3901.9,3901.9,35647.0,23005.0,0.0
-base-mechvent-cfis-15-mins.xml,20.0,178.25,0.0,1286.4,890.5,11468.7,3942.3,3367.8,4993.6,4993.6,3367.8,4993.6,4993.6,36636.0,22852.0,0.0
-base-mechvent-cfis-airflow-fraction-zero.xml,6.0,133.0,0.0,1286.4,890.5,11468.5,3942.3,2344.8,3777.2,3777.2,2344.8,3777.2,3777.2,36415.0,23008.0,0.0
+base-mechvent-balanced.xml,18.0,146.0,0.0,1286.4,890.5,11468.5,3942.3,2437.5,3838.0,3838.0,2437.5,3838.0,3838.0,36551.0,23018.0,0.0
+base-mechvent-bath-kitchen-fans.xml,0.0,97.0,0.0,1286.4,890.5,11468.5,3942.3,2353.4,3901.4,3901.4,2353.4,3901.4,3901.4,35649.0,23005.0,0.0
+base-mechvent-cfis-15-mins.xml,20.0,178.5,0.0,1286.4,890.5,11468.7,3942.3,3367.8,4993.6,4993.6,3367.8,4993.6,4993.6,36636.0,22852.0,0.0
+base-mechvent-cfis-airflow-fraction-zero.xml,6.0,133.0,0.0,1286.4,890.5,11468.5,3942.3,2344.9,3777.2,3777.2,2344.9,3777.2,3777.2,36415.0,23008.0,0.0
base-mechvent-cfis-control-type-timer.xml,6.0,140.0,0.0,1286.4,890.5,11468.5,3942.3,2401.5,3777.4,3777.4,2401.5,3777.4,3777.4,36388.0,22951.0,0.0
-base-mechvent-cfis-dse.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2310.3,3921.5,3921.5,2310.3,3921.5,3921.5,21767.0,14834.0,0.0
-base-mechvent-cfis-evap-cooler-only-ducted.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2218.4,2312.3,2312.3,2218.4,2312.3,2312.3,0.0,21969.0,0.0
-base-mechvent-cfis-no-additional-runtime.xml,6.0,130.0,0.0,1286.4,890.5,11468.5,3942.3,2363.3,3777.4,3777.4,2363.3,3777.4,3777.4,36415.0,23010.0,0.0
-base-mechvent-cfis-no-outdoor-air-control.xml,318.0,237.0,0.0,1286.4,890.5,11468.6,3942.3,2426.2,4013.4,4013.4,2426.2,4013.4,4013.4,37734.0,23070.0,0.0
-base-mechvent-cfis-supplemental-fan-exhaust-15-mins.xml,20.0,181.75,0.0,1286.4,890.5,11468.6,3942.3,3367.7,5077.5,5077.5,3367.7,5077.5,5077.5,36636.0,22874.0,0.0
-base-mechvent-cfis-supplemental-fan-exhaust-synchronized.xml,7.0,134.0,0.0,1286.4,890.5,11468.6,3942.3,2401.9,3990.2,3990.2,2401.9,3990.2,3990.2,36448.0,23007.0,0.0
-base-mechvent-cfis-supplemental-fan-exhaust.xml,6.0,128.0,0.0,1286.4,890.5,11468.6,3942.3,2384.5,3980.6,3980.6,2384.5,3980.6,3980.6,36415.0,23006.0,0.0
-base-mechvent-cfis-supplemental-fan-supply.xml,6.0,131.0,0.0,1286.4,890.5,11468.5,3942.3,2345.4,3777.4,3777.4,2345.4,3777.4,3777.4,36415.0,23007.0,0.0
+base-mechvent-cfis-dse.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2310.3,3921.3,3921.3,2310.3,3921.3,3921.3,21769.0,14833.0,0.0
+base-mechvent-cfis-evap-cooler-only-ducted.xml,0.0,0.0,0.0,1286.4,890.5,11468.6,3942.3,2218.4,2312.2,2312.2,2218.4,2312.2,2312.2,0.0,21966.0,0.0
+base-mechvent-cfis-no-additional-runtime.xml,6.0,130.0,0.0,1286.4,890.5,11468.5,3942.3,2363.1,3777.4,3777.4,2363.1,3777.4,3777.4,36415.0,23010.0,0.0
+base-mechvent-cfis-no-outdoor-air-control.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2370.1,4916.5,4916.5,2370.1,4916.5,4916.5,51810.0,31908.0,0.0
+base-mechvent-cfis-supplemental-fan-exhaust-15-mins.xml,20.0,181.75,0.0,1286.4,890.5,11468.6,3942.3,3367.8,5077.5,5077.5,3367.8,5077.5,5077.5,36636.0,22873.0,0.0
+base-mechvent-cfis-supplemental-fan-exhaust-synchronized.xml,7.0,134.0,0.0,1286.4,890.5,11468.6,3942.3,2402.0,3990.2,3990.2,2402.0,3990.2,3990.2,36448.0,23007.0,0.0
+base-mechvent-cfis-supplemental-fan-exhaust.xml,6.0,128.0,0.0,1286.4,890.5,11468.6,3942.3,2384.6,3980.6,3980.6,2384.6,3980.6,3980.6,36415.0,23006.0,0.0
+base-mechvent-cfis-supplemental-fan-supply.xml,6.0,130.0,0.0,1286.4,890.5,11468.5,3942.3,2345.4,3777.4,3777.4,2345.4,3777.4,3777.4,36415.0,23007.0,0.0
base-mechvent-cfis.xml,6.0,130.0,0.0,1286.4,890.5,11468.5,3942.3,2345.0,3777.4,3777.4,2345.0,3777.4,3777.4,36415.0,22999.0,0.0
-base-mechvent-erv-atre-asre.xml,0.0,113.0,0.0,1286.4,890.5,11468.6,3942.3,2368.6,3836.6,3836.6,2368.6,3836.6,3836.6,36201.0,23013.0,0.0
+base-mechvent-erv-atre-asre.xml,0.0,113.0,0.0,1286.4,890.5,11468.6,3942.3,2368.7,3836.6,3836.6,2368.7,3836.6,3836.6,36202.0,23013.0,0.0
base-mechvent-erv.xml,0.0,112.0,0.0,1286.4,890.5,11468.6,3942.3,2368.7,3836.6,3836.6,2368.7,3836.6,3836.6,36203.0,23013.0,0.0
-base-mechvent-exhaust.xml,13.0,141.0,0.0,1286.4,890.5,11468.6,3942.3,2432.0,4009.7,4009.7,2432.0,4009.7,4009.7,36493.0,23012.0,0.0
-base-mechvent-hrv-asre.xml,0.0,110.0,0.0,1286.4,890.5,11468.6,3942.3,2368.6,3836.7,3836.7,2368.6,3836.7,3836.7,36202.0,23013.0,0.0
+base-mechvent-exhaust.xml,13.0,141.0,0.0,1286.4,890.5,11468.6,3942.3,2432.1,4009.7,4009.7,2432.1,4009.7,4009.7,36493.0,23012.0,0.0
+base-mechvent-hrv-asre.xml,0.0,110.0,0.0,1286.4,890.5,11468.6,3942.3,2368.7,3836.7,3836.7,2368.7,3836.7,3836.7,36202.0,23013.0,0.0
base-mechvent-hrv.xml,0.0,110.0,0.0,1286.4,890.5,11468.6,3942.3,2368.7,3836.7,3836.7,2368.7,3836.7,3836.7,36203.0,23013.0,0.0
-base-mechvent-multiple.xml,0.0,46.0,0.0,1286.4,890.5,11468.6,3942.3,2382.0,3834.9,3834.9,2382.0,3834.9,3834.9,35870.0,22640.0,0.0
-base-mechvent-supply.xml,6.0,136.0,0.0,1286.4,890.5,11468.5,3942.3,2373.9,3819.5,3819.5,2373.9,3819.5,3819.5,36407.0,23012.0,0.0
-base-mechvent-whole-house-fan.xml,0.0,35.0,0.0,1286.4,890.5,11468.6,3942.3,2332.5,3778.4,3778.4,2332.5,3778.4,3778.4,33305.0,22029.0,0.0
-base-misc-additional-properties.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33305.0,23005.0,0.0
-base-misc-bills-battery-scheduled-detailed-only.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,8119.5,8427.4,8427.4,8119.5,8427.4,8427.4,33305.0,23005.0,1.473
-base-misc-bills-detailed-only.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33305.0,23005.0,0.0
-base-misc-bills-pv-detailed-only.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3611.3,3611.3,33305.0,23005.0,0.0
-base-misc-bills-pv-mixed.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3611.3,3611.3,33305.0,23005.0,0.0
-base-misc-bills-pv.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3559.1,3559.1,33305.0,23005.0,0.0
-base-misc-bills.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33305.0,23005.0,0.0
-base-misc-defaults.xml,0.0,0.0,0.0,1529.1,1405.1,10758.9,3698.3,7474.9,7687.6,7687.6,7474.9,6789.4,7474.9,30858.0,17779.0,2.937
-base-misc-emissions.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,10663.8,10189.2,10987.6,7999.5,6711.3,8056.0,33305.0,23005.0,9.862
-base-misc-generators-battery-scheduled.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,7845.5,8153.5,8153.5,7845.5,8153.5,8153.5,33305.0,23005.0,1.828
-base-misc-generators-battery.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2040.9,3502.5,3502.5,2040.9,3502.5,3502.5,33305.0,23005.0,0.0
-base-misc-generators.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2040.9,3502.5,3502.5,2040.9,3502.5,3502.5,33305.0,23005.0,0.0
-base-misc-ground-conductivity.xml,0.0,82.0,0.0,1286.4,890.5,11468.6,3942.3,2275.4,3776.2,3776.2,2275.4,3776.2,3776.2,32233.0,22998.0,0.0
+base-mechvent-multiple.xml,0.0,46.0,0.0,1286.4,890.5,11468.6,3942.3,2382.0,3834.9,3834.9,2382.0,3834.9,3834.9,35872.0,22640.0,0.0
+base-mechvent-supply.xml,6.0,136.0,0.0,1286.4,890.5,11468.5,3942.3,2373.9,3818.6,3818.6,2373.9,3818.6,3818.6,36407.0,23012.0,0.0
+base-mechvent-whole-house-fan.xml,0.0,35.0,0.0,1286.4,890.5,11468.6,3942.3,2332.5,3778.4,3778.4,2332.5,3778.4,3778.4,33306.0,22030.0,0.0
+base-misc-additional-properties.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33306.0,23005.0,0.0
+base-misc-bills-battery-scheduled-detailed-only.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,8119.5,8427.4,8427.4,8119.5,8427.4,8427.4,33306.0,23005.0,1.473
+base-misc-bills-detailed-only.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33306.0,23005.0,0.0
+base-misc-bills-pv-detailed-only.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3611.3,3611.3,33306.0,23005.0,0.0
+base-misc-bills-pv-mixed.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3611.3,3611.3,33306.0,23005.0,0.0
+base-misc-bills-pv.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3559.1,3559.1,33306.0,23005.0,0.0
+base-misc-bills.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33306.0,23005.0,0.0
+base-misc-defaults.xml,0.0,0.0,0.0,1529.1,1405.1,10758.9,3698.3,7475.0,7687.8,7687.8,7475.0,6789.5,7475.0,30862.0,17778.0,2.94
+base-misc-emissions.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,10663.8,10189.2,10987.6,7999.5,6711.3,8056.0,33306.0,23005.0,9.875
+base-misc-generators-battery-scheduled.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,7845.5,8153.5,8153.5,7845.5,8153.5,8153.5,33306.0,23005.0,1.828
+base-misc-generators-battery.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2040.9,3502.5,3502.5,2040.9,3502.5,3502.5,33306.0,23005.0,0.0
+base-misc-generators.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2040.9,3502.5,3502.5,2040.9,3502.5,3502.5,33306.0,23005.0,0.0
+base-misc-ground-conductivity.xml,0.0,82.0,0.0,1286.4,890.5,11468.6,3942.3,2275.4,3776.2,3776.2,2275.4,3776.2,3776.2,32234.0,22998.0,0.0
base-misc-loads-large-uncommon.xml,0.0,188.0,0.0,1286.4,890.5,11468.6,3942.3,3474.1,5303.5,5303.5,3474.1,5303.5,5303.5,31666.0,23071.0,0.0
base-misc-loads-large-uncommon2.xml,0.0,188.0,0.0,1286.4,890.5,11468.6,3942.3,3424.0,4901.1,4901.1,3424.0,4901.1,4901.1,31666.0,23071.0,0.0
-base-misc-loads-none.xml,0.0,33.0,0.0,1286.4,890.5,11468.5,3942.3,1813.4,3298.7,3298.7,1813.4,3298.7,3298.7,34559.0,22533.0,0.0
-base-misc-multiple-buildings.xml,0.0,46.0,0.0,1286.4,890.5,11468.5,3942.3,2252.1,3775.8,3775.8,2252.1,3775.8,3775.8,28697.0,22662.0,0.0
-base-misc-neighbor-shading.xml,0.0,53.0,0.0,1286.4,890.5,11468.6,3942.3,2318.8,3777.4,3777.4,2318.8,3777.4,3777.4,33329.0,22583.0,0.0
-base-misc-terrain-shielding.xml,0.0,42.0,0.0,1286.4,890.5,11468.6,3942.3,2331.0,3774.9,3774.9,2331.0,3774.9,3774.9,33493.0,22476.0,0.0
-base-misc-unit-multiplier-detailed-electric-panel.xml,0.0,87.0,0.0,12864.4,8904.9,114685.4,39422.7,23148.3,37765.1,37765.1,23148.3,37765.1,37765.1,333047.0,230046.0,0.0
-base-misc-unit-multiplier.xml,0.0,87.0,0.0,12864.4,8904.9,114685.4,39422.7,23148.3,37765.1,37765.1,23148.3,37765.1,37765.1,333047.0,230046.0,0.0
+base-misc-loads-none.xml,0.0,33.0,0.0,1286.4,890.5,11468.5,3942.3,1813.4,3298.7,3298.7,1813.4,3298.7,3298.7,34560.0,22533.0,0.0
+base-misc-multiple-buildings.xml,0.0,46.0,0.0,1286.4,890.5,11468.5,3942.3,2252.1,3775.8,3775.8,2252.1,3775.8,3775.8,28698.0,22662.0,0.0
+base-misc-neighbor-shading.xml,0.0,53.0,0.0,1286.4,890.5,11468.6,3942.3,2318.8,3777.4,3777.4,2318.8,3777.4,3777.4,33330.0,22584.0,0.0
+base-misc-terrain-shielding.xml,0.0,42.0,0.0,1286.4,890.5,11468.6,3942.3,2331.0,3774.9,3774.9,2331.0,3774.9,3774.9,33493.0,22478.0,0.0
+base-misc-unit-multiplier-detailed-electric-panel.xml,0.0,87.0,0.0,12864.4,8904.9,114685.4,39422.7,23148.4,37765.1,37765.1,23148.4,37765.1,37765.1,333055.0,230046.0,0.0
+base-misc-unit-multiplier.xml,0.0,87.0,0.0,12864.4,8904.9,114685.4,39422.7,23148.4,37765.1,37765.1,23148.4,37765.1,37765.1,333055.0,230046.0,0.0
base-misc-usage-multiplier.xml,0.0,110.0,0.0,964.8,667.9,8601.5,2956.7,4091.3,5821.4,5821.4,4091.3,5821.4,5821.4,32971.0,23031.0,0.0
-base-pv-battery-ah.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,3996.5,4181.8,4674.8,2338.2,3731.3,3731.3,33305.0,23005.0,9.862
-base-pv-battery-and-vehicle-ev.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,10663.8,10189.2,10987.6,7999.5,6711.3,8056.0,33305.0,23005.0,9.862
-base-pv-battery-garage.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3996.5,4181.8,4674.8,2342.4,2897.7,2897.7,28157.0,19401.0,11.467
-base-pv-battery-round-trip-efficiency.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,3996.5,4181.8,4674.8,2452.9,3887.9,3887.9,33305.0,23005.0,4.038
-base-pv-battery-scheduled.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,8119.5,8427.4,8427.4,7933.3,7700.7,7933.3,33305.0,23005.0,6.505
-base-pv-battery.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,3996.5,4181.8,4674.8,2338.2,3731.3,3731.3,33305.0,23005.0,9.862
-base-pv-generators-battery-scheduled.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,7845.5,8153.5,8153.5,7659.3,7426.7,7659.3,33305.0,23005.0,16.182
-base-pv-generators-battery.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,3996.5,4181.8,4500.2,2003.8,3394.3,3394.3,33305.0,23005.0,54.516
-base-pv-generators.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2040.9,3502.5,3502.5,2040.9,3337.3,3337.3,33305.0,23005.0,0.0
-base-pv-inverters.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3612.1,3612.1,33305.0,23005.0,0.0
-base-pv.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3611.3,3611.3,33305.0,23005.0,0.0
-base-residents-0.xml,0.0,7.0,0.0,0.0,0.0,0.0,0.0,797.7,2659.8,2659.8,797.7,2659.8,2659.8,35597.0,22457.0,0.0
-base-residents-1-misc-loads-large-uncommon.xml,0.0,98.0,0.0,821.3,625.4,3517.1,1830.1,2865.8,4961.0,4961.0,2865.8,4961.0,4961.0,33188.0,23017.0,0.0
-base-residents-1-misc-loads-large-uncommon2.xml,0.0,98.0,0.0,821.3,625.4,3517.1,1830.1,2761.1,4709.5,4709.5,2761.1,4709.5,4709.5,33188.0,23017.0,0.0
+base-pv-battery-ah.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,3996.5,4181.8,4674.8,2338.2,3731.3,3731.3,33306.0,23005.0,9.875
+base-pv-battery-and-vehicle-ev.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,10663.8,10189.2,10987.6,7999.5,6711.3,8056.0,33306.0,23005.0,9.875
+base-pv-battery-garage.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3996.5,4181.8,4674.8,2342.4,2897.6,2897.6,28158.0,19401.0,11.488
+base-pv-battery-round-trip-efficiency.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,3996.5,4181.8,4674.8,2452.9,3887.9,3887.9,33306.0,23005.0,4.042
+base-pv-battery-scheduled.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,8119.5,8427.4,8427.4,7933.3,7700.7,7933.3,33306.0,23005.0,6.506
+base-pv-battery.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,3996.5,4181.8,4674.8,2338.2,3731.3,3731.3,33306.0,23005.0,9.875
+base-pv-generators-battery-scheduled.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,7845.5,8153.5,8153.5,7659.3,7426.7,7659.3,33306.0,23005.0,16.185
+base-pv-generators-battery.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,3996.5,4181.8,4500.2,2003.8,3394.3,3394.3,33306.0,23005.0,54.52
+base-pv-generators.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2040.9,3502.5,3502.5,2040.9,3337.3,3337.3,33306.0,23005.0,0.0
+base-pv-inverters.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3612.1,3612.1,33306.0,23005.0,0.0
+base-pv.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3611.3,3611.3,33306.0,23005.0,0.0
+base-residents-0.xml,0.0,7.0,0.0,0.0,0.0,0.0,0.0,797.7,2659.8,2659.8,797.7,2659.8,2659.8,35598.0,22456.0,0.0
+base-residents-1-misc-loads-large-uncommon.xml,0.0,98.0,0.0,821.3,625.4,3517.1,1830.1,2865.8,4961.0,4961.0,2865.8,4961.0,4961.0,33189.0,23017.0,0.0
+base-residents-1-misc-loads-large-uncommon2.xml,0.0,98.0,0.0,821.3,625.4,3517.1,1830.1,2761.1,4709.5,4709.5,2761.1,4709.5,4709.5,33189.0,23017.0,0.0
base-residents-1.xml,0.0,55.0,0.0,821.3,625.4,3517.1,1830.1,1754.6,3568.6,3568.6,1754.6,3568.6,3568.6,33949.0,22769.0,0.0
-base-residents-5-5.xml,0.0,0.0,0.0,2432.4,2087.7,24539.5,5945.7,8279.1,8477.6,8477.6,8279.1,7676.5,8279.1,30054.0,19009.0,1.501
-base-schedules-detailed-all-10-mins.xml,2.667,136.333,0.0,1286.4,890.5,11334.6,3896.2,9797.1,12034.4,12034.4,9797.1,12034.4,12034.4,36707.0,22719.0,0.0
-base-schedules-detailed-mixed-timesteps-power-outage.xml,3.667,29.0,0.0,1090.3,777.9,9227.8,3172.0,9693.2,11701.8,11701.8,9693.2,11701.8,11701.8,45086.0,22494.0,0.0
-base-schedules-detailed-mixed-timesteps.xml,0.5,29.5,0.0,1286.4,890.5,11335.9,3896.7,9684.4,11703.6,11703.6,9684.4,11703.6,11703.6,36465.0,22495.0,0.0
-base-schedules-detailed-occupancy-stochastic-10-mins.xml,0.0,99.0,0.0,1286.4,890.5,11468.3,3942.2,6006.9,6961.5,6961.5,6006.9,6961.5,6961.5,36212.0,22916.0,0.0
-base-schedules-detailed-occupancy-stochastic-no-space-cooling.xml,0.0,68.0,0.0,1286.4,890.5,11469.9,3942.8,6413.9,6451.5,6969.7,6413.9,6451.5,6969.7,36212.0,23022.0,0.0
-base-schedules-detailed-occupancy-stochastic-no-space-heating.xml,1.0,99.0,0.0,1286.4,890.5,11469.9,3942.8,6262.0,6427.1,6971.6,6262.0,6427.1,6971.6,36214.0,22913.0,0.0
-base-schedules-detailed-occupancy-stochastic-power-outage.xml,36.0,95.0,0.0,1090.4,777.9,9323.6,3205.0,6214.2,6422.7,6971.8,6214.2,6422.7,6971.8,40997.0,22876.0,0.0
-base-schedules-detailed-occupancy-stochastic-vacancy.xml,0.0,99.0,0.0,1090.4,777.9,9319.3,3203.5,5382.9,6427.0,6971.6,5382.9,6427.0,6971.6,36233.0,22913.0,0.0
-base-schedules-detailed-occupancy-stochastic.xml,0.0,99.0,0.0,1286.4,890.5,11469.9,3942.8,6414.3,6427.2,6971.5,6414.3,6427.2,6971.5,36212.0,22914.0,0.0
+base-residents-5-5.xml,0.0,0.0,0.0,2432.4,2087.7,24539.4,5945.7,8279.1,8477.0,8477.0,8279.1,7676.5,8279.1,30058.0,19008.0,1.5
+base-schedules-detailed-all-10-mins.xml,2.667,136.333,0.0,1286.4,890.5,11334.6,3896.2,9797.2,12034.1,12034.1,9797.2,12034.1,12034.1,36708.0,22719.0,0.0
+base-schedules-detailed-mixed-timesteps-power-outage.xml,3.667,29.0,0.0,1090.3,777.9,9227.8,3172.0,9693.3,11701.6,11701.6,9693.3,11701.6,11701.6,45086.0,22494.0,0.0
+base-schedules-detailed-mixed-timesteps.xml,0.5,29.5,0.0,1286.4,890.5,11335.9,3896.7,9684.5,11703.4,11703.4,9684.5,11703.4,11703.4,36465.0,22495.0,0.0
+base-schedules-detailed-occupancy-stochastic-10-mins.xml,0.0,99.0,0.0,1286.4,890.5,11468.3,3942.2,6007.0,6961.3,6961.3,6007.0,6961.3,6961.3,36212.0,22917.0,0.0
+base-schedules-detailed-occupancy-stochastic-no-space-cooling.xml,0.0,68.0,0.0,1286.4,890.5,11469.9,3942.8,6414.0,6451.3,6969.6,6414.0,6451.3,6969.6,36212.0,23022.0,0.0
+base-schedules-detailed-occupancy-stochastic-no-space-heating.xml,1.0,99.0,0.0,1286.4,890.5,11469.9,3942.8,6262.0,6426.7,6971.4,6262.0,6426.7,6971.4,36214.0,22914.0,0.0
+base-schedules-detailed-occupancy-stochastic-power-outage.xml,36.0,95.0,0.0,1090.4,777.9,9323.6,3205.0,6194.2,6422.5,6971.7,6194.2,6422.5,6971.7,40997.0,22878.0,0.0
+base-schedules-detailed-occupancy-stochastic-vacancy.xml,0.0,98.0,0.0,1090.4,777.9,9319.3,3203.5,5382.9,6426.7,6971.4,5382.9,6426.7,6971.4,36233.0,22914.0,0.0
+base-schedules-detailed-occupancy-stochastic.xml,0.0,99.0,0.0,1286.4,890.5,11469.9,3942.8,6414.3,6426.8,6971.4,6414.3,6426.8,6971.4,36212.0,22915.0,0.0
base-schedules-detailed-setpoints-daily-schedules.xml,129.0,178.0,0.0,1286.4,890.5,11468.6,3942.3,2382.8,3778.7,3778.7,2382.8,3778.7,3778.7,35973.0,22725.0,0.0
base-schedules-detailed-setpoints-daily-setbacks.xml,3.0,268.0,0.0,1286.4,890.5,11468.6,3942.3,2355.6,3778.7,3778.7,2355.6,3778.7,3778.7,35644.0,22969.0,0.0
-base-schedules-detailed-setpoints.xml,0.0,17.0,0.0,1286.4,890.5,11468.6,3942.3,2266.1,3978.5,3978.5,2266.1,3978.5,3978.5,25550.0,21936.0,0.0
-base-schedules-simple-no-space-cooling.xml,0.0,76.0,0.0,1286.4,890.5,11468.6,3942.3,2285.5,3776.5,3776.5,2285.5,3776.5,3776.5,33305.0,23010.0,0.0
-base-schedules-simple-no-space-heating.xml,1.0,87.0,0.0,1286.4,890.5,11468.6,3942.3,2285.5,3776.5,3776.5,2285.5,3776.5,3776.5,33305.0,23005.0,0.0
-base-schedules-simple-power-outage.xml,0.0,70.0,0.0,1178.9,816.4,10565.4,1210.3,4307.5,17467.8,17467.8,4307.5,17467.8,17467.8,33015.0,22990.0,0.0
-base-schedules-simple-vacancy.xml,0.0,92.0,0.0,1067.9,739.2,9433.5,1080.6,4252.8,4963.4,4963.4,4252.8,4963.4,4963.4,33077.0,22987.0,0.0
+base-schedules-detailed-setpoints.xml,0.0,17.0,0.0,1286.4,890.5,11468.6,3942.3,2266.1,3978.4,3978.4,2266.1,3978.4,3978.4,25550.0,21937.0,0.0
+base-schedules-simple-no-space-cooling.xml,0.0,76.0,0.0,1286.4,890.5,11468.6,3942.3,2285.5,3776.5,3776.5,2285.5,3776.5,3776.5,33306.0,23010.0,0.0
+base-schedules-simple-no-space-heating.xml,1.0,87.0,0.0,1286.4,890.5,11468.6,3942.3,2285.5,3776.5,3776.5,2285.5,3776.5,3776.5,33306.0,23005.0,0.0
+base-schedules-simple-power-outage.xml,0.0,70.0,0.0,1178.9,816.4,10565.4,1210.3,4307.5,17467.6,17467.6,4307.5,17467.6,17467.6,33016.0,22990.0,0.0
+base-schedules-simple-vacancy.xml,0.0,92.0,0.0,1067.9,739.2,9433.5,1080.6,4252.8,4963.4,4963.4,4252.8,4963.4,4963.4,33078.0,22987.0,0.0
base-schedules-simple.xml,0.0,92.0,0.0,1286.4,890.5,11468.6,1313.8,9864.9,10794.6,10794.6,9864.9,10794.6,10794.6,33015.0,22987.0,0.0
-base-simcontrol-calendar-year-custom.xml,0.0,89.0,0.0,1286.4,890.5,11468.5,3942.3,2318.7,4022.4,4022.4,2318.7,4022.4,4022.4,33305.0,23008.0,0.0
-base-simcontrol-daylight-saving-custom.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.7,3776.5,3776.5,2314.7,3776.5,3776.5,33305.0,23005.0,0.0
-base-simcontrol-daylight-saving-disabled.xml,0.0,79.0,0.0,1286.4,890.5,11468.6,3942.3,2320.1,3685.8,3685.8,2320.1,3685.8,3685.8,33305.0,22945.0,0.0
-base-simcontrol-runperiod-1-month.xml,0.0,0.0,0.0,105.74,73.19,1006.78,346.08,2335.79,0.0,2335.79,2335.79,0.0,2335.79,32782.0,0.0,0.0
-base-simcontrol-temperature-capacitance-multiplier.xml,0.0,74.0,0.0,1286.4,890.5,11468.5,3942.3,2313.8,3775.8,3775.8,2313.8,3775.8,3775.8,33293.0,23058.0,0.0
-base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,2.667,136.5,0.0,1286.4,890.5,11485.0,3947.9,10171.4,10426.9,10426.9,10171.4,10426.9,10426.9,36708.0,22718.0,0.0
-base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,0.833,137.167,0.0,1286.4,890.5,11469.9,3942.7,8129.9,8899.7,8946.9,8129.9,8899.7,8946.9,36402.0,22705.0,0.0
-base-simcontrol-timestep-10-mins.xml,0.0,121.833,0.0,1286.4,890.5,11468.8,3942.4,4123.4,5760.2,5760.2,4123.4,5760.2,5760.2,33465.0,22762.0,0.0
-base-simcontrol-timestep-30-mins.xml,0.0,110.0,0.0,1286.4,890.5,11468.5,3942.3,2357.6,4225.5,4225.5,2357.6,4225.5,4225.5,33404.0,22798.0,0.0
+base-simcontrol-calendar-year-custom.xml,0.0,89.0,0.0,1286.4,890.5,11468.5,3942.3,2318.6,4022.5,4022.5,2318.6,4022.5,4022.5,33306.0,23008.0,0.0
+base-simcontrol-daylight-saving-custom.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.7,3776.5,3776.5,2314.7,3776.5,3776.5,33306.0,23005.0,0.0
+base-simcontrol-daylight-saving-disabled.xml,0.0,79.0,0.0,1286.4,890.5,11468.6,3942.3,2320.0,3685.8,3685.8,2320.0,3685.8,3685.8,33306.0,22946.0,0.0
+base-simcontrol-runperiod-1-month.xml,0.0,0.0,0.0,105.74,73.19,1006.78,346.08,2335.8,0.0,2335.8,2335.8,0.0,2335.8,32782.0,0.0,0.0
+base-simcontrol-temperature-capacitance-multiplier.xml,0.0,74.0,0.0,1286.4,890.5,11468.5,3942.3,2313.9,3775.8,3775.8,2313.9,3775.8,3775.8,33293.0,23058.0,0.0
+base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,2.667,136.667,0.0,1286.4,890.5,11485.0,3947.9,10171.4,10426.9,10426.9,10171.4,10426.9,10426.9,36708.0,22718.0,0.0
+base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,0.833,137.333,0.0,1286.4,890.5,11469.9,3942.7,8129.9,8899.3,8946.9,8129.9,8899.3,8946.9,36402.0,22705.0,0.0
+base-simcontrol-timestep-10-mins.xml,0.0,121.833,0.0,1286.4,890.5,11468.8,3942.4,4123.4,5760.2,5760.2,4123.4,5760.2,5760.2,33466.0,22762.0,0.0
+base-simcontrol-timestep-30-mins.xml,0.0,110.0,0.0,1286.4,890.5,11468.5,3942.3,2357.6,4225.5,4225.5,2357.6,4225.5,4225.5,33405.0,22799.0,0.0
base-vehicle-ev-charger-level1.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3908.0,5274.0,5274.0,3908.0,5274.0,5274.0,28164.0,19325.0,0.0
-base-vehicle-ev-charger-miles-per-kwh.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9084.1,9724.0,9724.0,9084.1,9724.0,9724.0,28164.0,19325.0,0.0
-base-vehicle-ev-charger-mpge.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9084.1,9715.7,9715.7,9084.1,9715.7,9715.7,28164.0,19325.0,0.0
-base-vehicle-ev-charger-occupancy-stochastic.xml,0.0,0.0,0.0,1286.4,890.5,11469.9,3942.7,12880.2,11585.1,12880.2,12880.2,11585.1,12880.2,27750.0,18860.0,0.0
+base-vehicle-ev-charger-miles-per-kwh.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9087.2,9724.0,9724.0,9087.2,9724.0,9724.0,28164.0,19325.0,0.0
+base-vehicle-ev-charger-mpge.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9087.2,9715.7,9715.7,9087.2,9715.7,9715.7,28164.0,19325.0,0.0
+base-vehicle-ev-charger-occupancy-stochastic.xml,0.0,0.0,0.0,1286.4,890.5,11469.9,3942.7,12880.2,11585.1,12880.2,12880.2,11585.1,12880.2,27751.0,18860.0,0.0
base-vehicle-ev-charger-plug-load-ev.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,3109.5,4347.9,4347.9,3109.5,4347.9,4347.9,28164.0,19325.0,0.0
-base-vehicle-ev-charger-scheduled.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,8820.1,8389.7,8820.1,8820.1,8389.7,8820.1,28164.0,19325.0,0.0
+base-vehicle-ev-charger-scheduled.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,8820.1,8389.8,8820.1,8820.1,8389.8,8820.1,28164.0,19325.0,0.0
base-vehicle-ev-charger-undercharged.xml,0.0,0.0,1077.5,1286.4,890.5,11468.5,3942.3,9200.1,3674.0,9200.1,9200.1,3674.0,9200.1,28164.0,19325.0,0.0
-base-vehicle-ev-charger.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9084.1,9724.0,9724.0,9084.1,9724.0,9724.0,28164.0,19325.0,0.0
+base-vehicle-ev-charger.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9087.2,9724.0,9724.0,9087.2,9724.0,9724.0,28164.0,19325.0,0.0
base-vehicle-ev-no-charger.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2308.0,3674.0,3674.0,2308.0,3674.0,3674.0,28164.0,19325.0,0.0
-base-vehicle-multiple.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9084.1,9724.0,9724.0,9084.1,9724.0,9724.0,28164.0,19325.0,0.0
-base-zones-spaces-multiple.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2245.5,3278.5,3278.5,2245.5,3278.5,3278.5,19663.0,13985.0,0.0
-base-zones-spaces.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2257.0,3272.4,3272.4,2257.0,3272.4,3272.4,20344.0,14232.0,0.0
-base.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33305.0,23005.0,0.0
-house001.xml,0.0,0.0,0.0,1878.8,1670.0,14605.4,4235.6,1979.1,7453.1,7453.1,1979.1,7453.1,7453.1,40461.0,49125.0,0.0
+base-vehicle-multiple.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,9087.2,9724.0,9724.0,9087.2,9724.0,9724.0,28164.0,19325.0,0.0
+base-zones-spaces-multiple.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2245.5,3277.9,3277.9,2245.5,3277.9,3277.9,19664.0,13956.0,0.0
+base-zones-spaces.xml,0.0,0.0,0.0,1286.4,890.5,11468.5,3942.3,2257.0,3272.4,3272.4,2257.0,3272.4,3272.4,20345.0,14232.0,0.0
+base.xml,0.0,87.0,0.0,1286.4,890.5,11468.5,3942.3,2314.8,3776.5,3776.5,2314.8,3776.5,3776.5,33306.0,23005.0,0.0
+house001.xml,0.0,0.0,0.0,1878.8,1670.0,14605.4,4235.6,1979.1,7453.4,7453.4,1979.1,7453.4,7453.4,40458.0,49127.0,0.0
house002.xml,0.0,0.0,0.0,1529.6,1405.7,10049.9,3454.6,1628.3,5577.0,5577.0,1628.3,5577.0,5577.0,24628.0,32845.0,0.0
-house003.xml,0.0,0.0,0.0,1529.6,1405.6,10049.9,3454.6,1716.5,6061.4,6061.4,1716.5,6061.4,6061.4,27235.0,38529.0,0.0
+house003.xml,0.0,0.0,0.0,1529.6,1405.6,10049.9,3454.6,1716.5,6061.4,6061.4,1716.5,6061.4,6061.4,27235.0,38528.0,0.0
house004.xml,0.0,193.0,0.0,1704.2,1537.8,12327.5,3874.7,3041.1,7723.3,7723.3,3041.1,7723.3,7723.3,54952.0,52956.0,0.0
-house005.xml,0.0,12.0,0.0,1704.2,1537.8,12327.5,3874.7,2246.7,7688.5,7688.5,2246.7,7688.5,7688.5,49069.0,53559.0,0.0
+house005.xml,0.0,12.0,0.0,1704.2,1537.8,12327.5,3874.7,2246.6,7688.5,7688.5,2246.6,7688.5,7688.5,49066.0,53559.0,0.0
house006.xml,0.0,0.0,0.0,1529.6,1405.7,12241.8,4208.1,2109.0,3078.1,3078.1,2109.0,3078.1,3078.1,40395.0,16014.0,0.0
-house007.xml,0.0,0.0,0.0,1704.2,1537.8,15016.4,4719.9,2348.4,3182.8,3182.8,2348.4,3182.8,3182.8,40271.0,14725.0,0.0
-house008.xml,0.0,0.0,0.0,1878.8,1670.0,17791.0,5159.4,2651.8,4211.2,4211.2,2651.8,4211.2,4211.2,55559.0,22972.0,0.0
-house009.xml,0.0,0.0,0.0,1704.2,1537.8,15016.4,4719.9,2381.1,3350.8,3350.8,2381.1,3350.8,3350.8,44469.0,16097.0,0.0
-house010.xml,0.0,0.0,0.0,1878.8,1670.0,17791.0,5159.4,2562.3,3724.4,3724.4,2562.3,3724.4,3724.4,46427.0,17914.0,0.0
-house011.xml,0.0,412.0,0.0,0.0,1537.8,13055.8,4103.6,5578.6,3375.2,5578.6,5578.6,3375.2,5578.6,18541.0,16042.0,0.0
-house012.xml,0.0,0.0,0.0,0.0,1405.7,10643.5,3658.7,3497.3,2794.4,3497.3,3497.3,2794.4,3497.3,11827.0,11924.0,0.0
-house013.xml,0.0,0.0,0.0,1355.0,1273.5,8231.0,3112.1,3138.3,2331.6,3138.3,3138.3,2331.6,3138.3,9888.0,10559.0,0.0
-house014.xml,0.0,0.0,0.0,1355.0,1273.5,8230.9,3112.1,3239.5,2418.2,3239.5,3239.5,2418.2,3239.5,11203.0,11493.0,0.0
-house015.xml,0.0,0.0,0.0,1355.0,1273.5,8231.0,3112.1,3138.3,2331.6,3138.3,3138.3,2331.6,3138.3,9888.0,10559.0,0.0
-house016.xml,0.0,0.0,0.0,1624.1,1476.6,13687.7,4149.5,7585.8,4067.4,7585.8,7585.8,4067.4,7585.8,39244.0,23617.0,0.0
+house007.xml,0.0,0.0,0.0,1704.2,1537.8,15016.4,4719.9,2348.4,3182.6,3182.6,2348.4,3182.6,3182.6,40269.0,14726.0,0.0
+house008.xml,0.0,0.0,0.0,1878.8,1670.0,17791.0,5159.4,2651.7,4211.3,4211.3,2651.7,4211.3,4211.3,55557.0,22972.0,0.0
+house009.xml,0.0,0.0,0.0,1704.2,1537.8,15016.4,4719.9,2381.1,3350.9,3350.9,2381.1,3350.9,3350.9,44468.0,16097.0,0.0
+house010.xml,0.0,0.0,0.0,1878.8,1670.0,17791.0,5159.4,2562.3,3724.4,3724.4,2562.3,3724.4,3724.4,46426.0,17914.0,0.0
+house011.xml,0.0,28.0,0.0,0.0,1537.8,13055.7,4103.6,5585.9,3996.8,5585.9,5585.9,3996.8,5585.9,18536.0,19653.0,0.0
+house012.xml,0.0,0.0,0.0,0.0,1405.7,10643.5,3658.7,3498.1,2794.4,3498.1,3498.1,2794.4,3498.1,11827.0,11924.0,0.0
+house013.xml,0.0,0.0,0.0,1355.0,1273.5,8231.0,3112.1,3138.9,2331.7,3138.9,3138.9,2331.7,3138.9,9888.0,10559.0,0.0
+house014.xml,0.0,0.0,0.0,1355.0,1273.5,8230.9,3112.1,3239.4,2418.3,3239.4,3239.4,2418.3,3239.4,11203.0,11493.0,0.0
+house015.xml,0.0,0.0,0.0,1355.0,1273.5,8231.0,3112.1,3138.9,2331.7,3138.9,3138.9,2331.7,3138.9,9888.0,10559.0,0.0
+house016.xml,0.0,0.0,0.0,1624.1,1476.6,13687.7,4149.5,7587.4,4067.3,7587.4,7587.4,4067.3,7587.4,39251.0,23617.0,0.0
house017.xml,149.0,93.0,0.0,1947.8,1721.4,18904.8,5135.3,1801.5,3875.1,3875.1,1801.5,3875.1,3875.1,59778.0,19199.0,0.0
-house018.xml,0.0,0.0,0.0,1300.3,1231.9,8694.5,3125.2,5212.6,2932.0,5212.6,5212.6,2932.0,5212.6,19707.0,11456.0,0.0
-house019.xml,181.0,144.0,0.0,1300.3,1231.9,7524.5,2704.6,2979.1,6516.6,6516.6,2979.1,6516.6,6516.6,95100.0,48272.0,0.0
-house020.xml,0.0,0.0,0.0,1624.1,1476.6,13692.3,4150.9,2692.3,6745.5,6745.5,2692.3,6745.5,6745.5,32102.0,32381.0,0.0
-house021.xml,0.0,0.0,0.0,1624.1,1476.6,13849.9,4198.7,2887.9,4832.8,4832.8,2887.9,4832.8,4832.8,85770.0,23419.0,0.0
-house022.xml,176.0,122.0,0.0,1624.1,1476.6,13849.5,4198.6,3227.4,5908.4,5929.4,3227.4,5908.4,5929.4,97519.0,28462.0,0.0
-house023.xml,0.0,0.0,0.0,1947.8,1721.4,8085.0,2196.2,4163.4,4888.0,4989.3,4163.4,4888.0,4989.3,67241.0,21350.0,0.0
-house024.xml,0.0,0.0,0.0,1947.8,1721.4,15440.8,4194.3,3045.5,3907.7,4119.4,3045.5,3907.7,4119.4,70880.0,18574.0,0.0
-house025.xml,0.0,0.0,0.0,1300.3,1231.9,3357.8,1206.9,5189.2,7316.8,7316.8,5189.2,7316.8,7316.8,37383.0,34576.0,0.0
+house018.xml,0.0,0.0,0.0,1300.3,1231.9,8694.5,3125.2,5225.9,2932.0,5225.9,5225.9,2932.0,5225.9,19707.0,11456.0,0.0
+house019.xml,181.0,144.0,0.0,1300.3,1231.9,7524.5,2704.6,2979.0,6516.6,6516.6,2979.0,6516.6,6516.6,95100.0,48271.0,0.0
+house020.xml,0.0,0.0,0.0,1624.1,1476.6,13692.3,4150.9,2692.3,6745.2,6745.2,2692.3,6745.2,6745.2,32103.0,32380.0,0.0
+house021.xml,0.0,0.0,0.0,1624.1,1476.6,13849.9,4198.7,2887.9,4832.8,4832.8,2887.9,4832.8,4832.8,85767.0,23419.0,0.0
+house022.xml,176.0,122.0,0.0,1624.1,1476.6,13849.5,4198.6,3227.4,5908.4,5929.4,3227.4,5908.4,5929.4,97518.0,28462.0,0.0
+house023.xml,0.0,0.0,0.0,1947.8,1721.4,8085.0,2196.2,4163.4,4888.1,4989.4,4163.4,4888.1,4989.4,67239.0,21351.0,0.0
+house024.xml,0.0,0.0,0.0,1947.8,1721.4,15440.8,4194.3,3045.5,3907.8,4119.5,3045.5,3907.8,4119.5,70874.0,18575.0,0.0
+house025.xml,0.0,0.0,0.0,1300.3,1231.9,3357.8,1206.9,5189.8,7317.2,7317.2,5189.8,7317.2,7317.2,37381.0,34577.0,0.0
house026.xml,0.0,0.0,0.0,1225.3,1139.4,8601.0,2956.6,1535.1,1465.7,1535.1,1535.1,1465.7,1535.1,17370.0,0.0,0.0
-house027.xml,0.0,0.0,0.0,1529.6,1405.7,10643.7,3658.7,1623.5,4116.9,4116.9,1623.5,4116.9,4116.9,24105.0,23795.0,0.0
-house028.xml,0.0,0.0,0.0,1704.2,1537.8,13056.0,4103.7,1554.6,3863.6,3863.6,1554.6,3863.6,3863.6,20554.0,23438.0,0.0
-house029.xml,0.0,0.0,0.0,1529.6,1405.7,11099.8,3815.5,1695.6,3354.7,3354.7,1695.6,3354.7,3354.7,28570.0,14867.0,0.0
+house027.xml,0.0,0.0,0.0,1529.6,1405.7,10643.7,3658.7,1623.5,4116.5,4116.5,1623.5,4116.5,4116.5,24103.0,23792.0,0.0
+house028.xml,0.0,0.0,0.0,1704.2,1537.8,13056.0,4103.7,1554.6,3863.7,3863.7,1554.6,3863.7,3863.7,20552.0,23439.0,0.0
+house029.xml,0.0,0.0,0.0,1529.6,1405.7,11099.8,3815.5,1695.6,3354.9,3354.9,1695.6,3354.9,3354.9,28567.0,14869.0,0.0
house030.xml,0.0,0.0,0.0,1057.4,979.7,6778.3,2562.9,1160.9,1088.0,1160.9,1160.9,1088.0,1160.9,16227.0,0.0,0.0
-house031.xml,3.0,0.0,0.0,2271.6,1966.1,19123.6,4791.7,3261.2,9148.2,9449.9,3261.2,9148.2,9449.9,123183.0,63324.0,0.0
+house031.xml,3.0,0.0,0.0,2271.6,1966.1,19123.6,4791.7,3261.2,9148.6,9450.0,3261.2,9148.6,9450.0,123179.0,63325.0,0.0
house032.xml,168.0,0.0,0.0,1300.3,1231.9,7019.6,2523.1,1546.7,986.8,1546.7,1546.7,986.8,1546.7,53929.0,0.0,0.0
house033.xml,0.0,0.0,0.0,976.6,0.0,3198.9,1664.5,1120.2,938.3,1120.2,1120.2,938.3,1120.2,47760.0,0.0,0.0
house034.xml,0.0,0.0,0.0,1624.1,1476.6,10360.3,3140.8,2901.6,2415.3,2901.6,2901.6,2415.3,2901.6,111000.0,0.0,0.0
-house035.xml,114.0,0.0,0.0,976.6,987.1,3448.3,1794.3,1451.6,2279.2,2279.2,1451.6,2279.2,2279.2,42071.0,10111.0,0.0
+house035.xml,114.0,0.0,0.0,976.6,987.1,3448.3,1794.3,1451.6,2279.2,2279.2,1451.6,2279.2,2279.2,42069.0,10111.0,0.0
house036.xml,92.0,120.0,0.0,1300.3,1231.9,6190.7,2225.2,1568.3,3716.4,3716.4,1568.3,3716.4,3716.4,37512.0,20126.0,0.0
-house037.xml,0.0,0.0,0.0,1300.3,1231.9,7993.2,2873.1,1507.8,1306.7,1507.8,1507.8,1306.7,1507.8,43198.0,0.0,0.0
-house038.xml,0.0,227.0,0.0,1947.8,1721.4,15089.0,4098.8,3478.6,5939.8,5943.9,3478.6,5939.8,5943.9,47401.0,29779.0,0.0
-house039.xml,0.0,0.0,0.0,1947.8,1721.4,17949.8,4875.9,1808.3,1671.2,1808.3,1808.3,1671.2,1808.3,47979.0,0.0,0.0
-house040.xml,0.0,0.0,0.0,1300.3,1231.9,7019.7,2523.2,1912.7,1342.4,1912.7,1912.7,1342.4,1912.7,66704.0,0.0,0.0
+house037.xml,0.0,0.0,0.0,1300.3,1231.9,7993.2,2873.1,1507.8,1306.7,1507.8,1507.8,1306.7,1507.8,43197.0,0.0,0.0
+house038.xml,0.0,227.0,0.0,1947.8,1721.4,15089.0,4098.8,3478.8,5939.8,5943.9,3478.8,5939.8,5943.9,47399.0,29780.0,0.0
+house039.xml,0.0,0.0,0.0,1947.8,1721.4,17949.8,4875.9,1808.3,1671.2,1808.3,1808.3,1671.2,1808.3,47919.0,0.0,0.0
+house040.xml,0.0,0.0,0.0,1300.3,1231.9,7019.7,2523.2,1912.7,1342.4,1912.7,1912.7,1342.4,1912.7,66701.0,0.0,0.0
house041.xml,113.0,1.0,0.0,1704.2,1537.8,15016.5,4719.9,3424.6,5561.5,5561.5,3424.6,5561.5,5561.5,78466.0,24626.0,0.0
-house042.xml,0.0,0.0,0.0,1704.2,1537.8,15016.4,4719.9,2865.9,3920.9,3920.9,2865.9,3920.9,3920.9,88933.0,19044.0,0.0
-house043.xml,0.0,0.0,0.0,1529.6,1405.7,12241.8,4208.1,2046.4,3348.3,3348.3,2046.4,3348.3,3348.3,54868.0,14449.0,0.0
-house044.xml,0.0,0.0,0.0,1529.6,1405.7,12241.9,4208.1,3139.7,4459.8,4459.8,3139.7,4459.8,4459.8,81917.0,20735.0,0.0
-house045.xml,0.0,0.0,0.0,1529.6,1405.7,12241.8,4208.1,2320.1,3555.0,3555.0,2320.1,3555.0,3555.0,47431.0,14834.0,0.0
-house046.xml,0.0,5.0,0.0,684.4,535.3,6807.6,2539.9,4468.5,2454.2,4468.5,4468.5,2454.2,4468.5,16764.0,13944.0,0.0
-house047.xml,0.0,0.0,0.0,288.7,535.3,7089.0,1752.8,907.4,1116.5,1116.5,907.4,1116.5,1116.5,4804.0,2742.0,0.0
-house048.xml,0.0,1.0,0.0,119.5,676.3,11711.2,3399.4,1508.1,5229.1,5229.1,1508.1,5229.1,5229.1,43930.0,36466.0,0.0
+house042.xml,0.0,0.0,0.0,1704.2,1537.8,15016.4,4719.9,2865.9,3920.9,3920.9,2865.9,3920.9,3920.9,88932.0,19044.0,0.0
+house043.xml,0.0,0.0,0.0,1529.6,1405.7,12241.8,4208.1,2046.4,3348.3,3348.3,2046.4,3348.3,3348.3,54867.0,14450.0,0.0
+house044.xml,0.0,0.0,0.0,1529.6,1405.7,12241.9,4208.1,3139.7,4459.9,4459.9,3139.7,4459.9,4459.9,81915.0,20735.0,0.0
+house045.xml,0.0,0.0,0.0,1529.6,1405.7,12241.8,4208.1,2320.1,3555.0,3555.0,2320.1,3555.0,3555.0,47430.0,14834.0,0.0
+house046.xml,0.0,5.0,0.0,684.4,535.3,6807.6,2539.9,4468.6,2454.2,4468.6,4468.6,2454.2,4468.6,16764.0,13944.0,0.0
+house047.xml,0.0,0.0,0.0,288.7,535.3,7089.0,1752.8,907.4,1116.5,1116.5,907.4,1116.5,1116.5,4805.0,2741.0,0.0
+house048.xml,0.0,1.0,0.0,119.5,676.3,11711.2,3399.4,1506.7,5229.1,5229.1,1506.7,5229.1,5229.1,43926.0,36466.0,0.0
house049.xml,0.0,235.0,0.0,723.8,560.1,7461.1,916.8,4267.2,2297.5,4267.2,4267.2,2297.5,4267.2,12018.0,15787.0,0.0
-house050.xml,0.0,0.0,0.0,1603.7,390.1,10739.6,2938.3,1097.7,3260.7,3260.7,1097.7,3260.7,3260.7,11086.0,20198.0,0.0
-house051.xml,12.0,0.0,0.0,1433.3,974.2,13786.6,3312.4,9927.5,8450.8,9927.5,9927.5,8450.8,9927.5,16813.0,12153.0,0.0
+house050.xml,0.0,0.0,0.0,1603.7,390.1,10739.6,2938.3,1097.7,3260.8,3260.8,1097.7,3260.8,3260.8,11086.0,20198.0,0.0
+house051.xml,12.0,0.0,0.0,1433.3,974.2,13786.6,3312.4,9930.3,8450.8,9930.3,9930.3,8450.8,9930.3,16813.0,12153.0,0.0
+house052.xml,0.0,0.0,0.0,0.0,0.0,17693.6,1372.5,13617.2,12743.9,13617.2,13617.2,12743.9,13617.2,123243.0,88740.0,0.0
diff --git a/hpxml-measures/workflow/tests/base_results/results_simulations_panel.csv b/hpxml-measures/workflow/tests/base_results/results_simulations_panel.csv
index 2e39cdc268..a4be760ed6 100644
--- a/hpxml-measures/workflow/tests/base_results/results_simulations_panel.csv
+++ b/hpxml-measures/workflow/tests/base_results/results_simulations_panel.csv
@@ -2,6 +2,10 @@ HPXML,Electric Panel Load: Heating (W),Electric Panel Load: Cooling (W),Electric
base-appliances-coal.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-appliances-dehumidifier-ef-portable.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-appliances-dehumidifier-ef-whole-home.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-dehumidifier-mechvent-latent-degradation-model-0s.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-dehumidifier-mechvent-latent-degradation-model-45s.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-dehumidifier-mechvent-latent-degradation-model-ashp.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-appliances-dehumidifier-mechvent.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-appliances-dehumidifier-multiple.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-appliances-dehumidifier.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-appliances-freezer-temperature-dependent-schedule.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
@@ -214,7 +218,9 @@ base-hvac-air-to-air-heat-pump-1-speed-detailed-electric-panel.xml,3542.0,3542.0
base-hvac-air-to-air-heat-pump-1-speed-detailed-performance.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-hvac-seasons.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-1-speed-power-outage.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-1-speed-research-features.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-1-speed.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
@@ -230,12 +236,12 @@ base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,0.0,0.0,0.0,0.0,0.0,
base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-autosize.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-normalized-capacities.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-var-speed-pan-heater-defrost-mode.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-var-speed-pan-heater-heat-pump-mode.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-var-speed-pan-heater-none.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-research-features-10-mins.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-air-to-air-heat-pump-var-speed-research-features-two-systems.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-var-speed-research-features.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-air-to-air-heat-pump-var-speed.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-autosize-sizing-controls.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
@@ -256,7 +262,7 @@ base-hvac-central-ac-only-2-speed-detailed-performance.xml,0.0,0.0,0.0,0.0,0.0,0
base-hvac-central-ac-only-2-speed.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-central-ac-only-var-speed-detailed-performance-autosize.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-central-ac-only-var-speed-detailed-performance.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-central-ac-only-var-speed-max-power-ratio-schedule.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-central-ac-only-var-speed-research-features.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-central-ac-only-var-speed.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-dse.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
@@ -286,7 +292,7 @@ base-hvac-furnace-coal-only.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
base-hvac-furnace-elec-central-ac-1-speed.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-furnace-elec-only.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-furnace-gas-central-ac-2-speed.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-furnace-gas-central-ac-var-speed-max-power-ratio-schedule.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-furnace-gas-central-ac-var-speed-research-features.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-furnace-gas-central-ac-var-speed.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-furnace-gas-only-autosize-factor.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-furnace-gas-only-detailed-setpoints.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
@@ -327,9 +333,9 @@ base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance-autosize
base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-mini-split-air-conditioner-only-ductless.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-heating-only-research-features.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-mini-split-heat-pump-ducted-heating-only.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
-base-hvac-mini-split-heat-pump-ducted-max-power-ratio-schedule.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
+base-hvac-mini-split-heat-pump-ducted-research-features.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-mini-split-heat-pump-ducted.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-mini-split-heat-pump-ductless-autosize-factor.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
@@ -539,3 +545,4 @@ house048.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house049.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house050.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
house051.xml,4450.0,2500.0,4500.0,4500.0,1150.0,12500.0,0.0,0.0,0.0,0.0,0.0,0.0,3300.0,9967.0,200.0,23616.8,98.4,101.6,13450.0,56.0,144.0,4.0,0.0,2.0,2.0,1.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,7.0,23.0,20.0,3.0
+house052.xml,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
diff --git a/hpxml-measures/workflow/tests/base_results/results_sizing.csv b/hpxml-measures/workflow/tests/base_results/results_sizing.csv
index a76dbbad3f..b3490e38e6 100644
--- a/hpxml-measures/workflow/tests/base_results/results_sizing.csv
+++ b/hpxml-measures/workflow/tests/base_results/results_sizing.csv
@@ -20,12 +20,24 @@ denver-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only-sizing-methodolog
denver-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only-sizing-methodology-HERS-backup-supplemental.xml,39371.0,0.0,19731.0,1181.0,0.0
denver-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only-sizing-methodology-MaxLoad-backup-emergency.xml,78926.0,0.0,39371.0,2368.0,0.0
denver-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only-sizing-methodology-MaxLoad-backup-supplemental.xml,78926.0,0.0,0.0,2368.0,0.0
+denver-hvac-autosize-air-to-air-heat-pump-1-speed-hvac-seasons-sizing-methodology-ACCA-backup-emergency.xml,34547.0,34547.0,39371.0,1036.0,1036.0
+denver-hvac-autosize-air-to-air-heat-pump-1-speed-hvac-seasons-sizing-methodology-ACCA-backup-supplemental.xml,34547.0,34547.0,22138.0,1036.0,1036.0
+denver-hvac-autosize-air-to-air-heat-pump-1-speed-hvac-seasons-sizing-methodology-HERS-backup-emergency.xml,39371.0,39371.0,39371.0,1181.0,1181.0
+denver-hvac-autosize-air-to-air-heat-pump-1-speed-hvac-seasons-sizing-methodology-HERS-backup-supplemental.xml,39371.0,39371.0,22138.0,1181.0,1181.0
+denver-hvac-autosize-air-to-air-heat-pump-1-speed-hvac-seasons-sizing-methodology-MaxLoad-backup-emergency.xml,78926.0,78926.0,39371.0,2368.0,2368.0
+denver-hvac-autosize-air-to-air-heat-pump-1-speed-hvac-seasons-sizing-methodology-MaxLoad-backup-supplemental.xml,78926.0,78926.0,0.0,2368.0,2368.0
denver-hvac-autosize-air-to-air-heat-pump-1-speed-lockout-temperatures-sizing-methodology-ACCA-backup-emergency.xml,34547.0,34547.0,39371.0,1036.0,1036.0
denver-hvac-autosize-air-to-air-heat-pump-1-speed-lockout-temperatures-sizing-methodology-ACCA-backup-supplemental.xml,34547.0,34547.0,22138.0,1036.0,1036.0
denver-hvac-autosize-air-to-air-heat-pump-1-speed-lockout-temperatures-sizing-methodology-HERS-backup-emergency.xml,39371.0,39371.0,39371.0,1181.0,1181.0
denver-hvac-autosize-air-to-air-heat-pump-1-speed-lockout-temperatures-sizing-methodology-HERS-backup-supplemental.xml,39371.0,39371.0,22138.0,1181.0,1181.0
denver-hvac-autosize-air-to-air-heat-pump-1-speed-lockout-temperatures-sizing-methodology-MaxLoad-backup-emergency.xml,78926.0,78926.0,39371.0,2368.0,2368.0
denver-hvac-autosize-air-to-air-heat-pump-1-speed-lockout-temperatures-sizing-methodology-MaxLoad-backup-supplemental.xml,78926.0,78926.0,0.0,2368.0,2368.0
+denver-hvac-autosize-air-to-air-heat-pump-1-speed-power-outage-sizing-methodology-ACCA-backup-emergency.xml,34547.0,34547.0,39371.0,1036.0,1036.0
+denver-hvac-autosize-air-to-air-heat-pump-1-speed-power-outage-sizing-methodology-ACCA-backup-supplemental.xml,34547.0,34547.0,22138.0,1036.0,1036.0
+denver-hvac-autosize-air-to-air-heat-pump-1-speed-power-outage-sizing-methodology-HERS-backup-emergency.xml,39371.0,39371.0,39371.0,1181.0,1181.0
+denver-hvac-autosize-air-to-air-heat-pump-1-speed-power-outage-sizing-methodology-HERS-backup-supplemental.xml,39371.0,39371.0,22138.0,1181.0,1181.0
+denver-hvac-autosize-air-to-air-heat-pump-1-speed-power-outage-sizing-methodology-MaxLoad-backup-emergency.xml,78926.0,78926.0,39371.0,2368.0,2368.0
+denver-hvac-autosize-air-to-air-heat-pump-1-speed-power-outage-sizing-methodology-MaxLoad-backup-supplemental.xml,78926.0,78926.0,0.0,2368.0,2368.0
denver-hvac-autosize-air-to-air-heat-pump-1-speed-research-features-sizing-methodology-ACCA-backup-emergency.xml,34547.0,34547.0,39371.0,1036.0,1036.0
denver-hvac-autosize-air-to-air-heat-pump-1-speed-research-features-sizing-methodology-ACCA-backup-supplemental.xml,34547.0,34547.0,22138.0,1036.0,1036.0
denver-hvac-autosize-air-to-air-heat-pump-1-speed-research-features-sizing-methodology-HERS-backup-emergency.xml,39371.0,39371.0,39371.0,1181.0,1181.0
@@ -80,18 +92,6 @@ denver-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace-sizing-method
denver-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace-sizing-methodology-HERS-backup-supplemental.xml,37364.0,37364.0,40034.0,1922.0,1121.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace-sizing-methodology-MaxLoad-backup-emergency.xml,52373.0,52373.0,40034.0,2372.0,1571.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace-sizing-methodology-MaxLoad-backup-supplemental.xml,52373.0,52373.0,40034.0,2372.0,1571.0
-denver-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins-sizing-methodology-ACCA-backup-emergency.xml,39097.0,39097.0,39371.0,1173.0,1173.0
-denver-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins-sizing-methodology-ACCA-backup-supplemental.xml,39097.0,39097.0,16515.0,1173.0,1173.0
-denver-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins-sizing-methodology-HERS-backup-emergency.xml,39371.0,39371.0,39371.0,1181.0,1181.0
-denver-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins-sizing-methodology-HERS-backup-supplemental.xml,39371.0,39371.0,16515.0,1181.0,1181.0
-denver-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins-sizing-methodology-MaxLoad-backup-emergency.xml,67347.0,67347.0,39371.0,2020.0,2020.0
-denver-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins-sizing-methodology-MaxLoad-backup-supplemental.xml,67347.0,67347.0,0.0,2020.0,2020.0
-denver-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems-sizing-methodology-ACCA-backup-emergency.xml,39906.0,39906.0,40037.0,1198.0,1198.0
-denver-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems-sizing-methodology-ACCA-backup-supplemental.xml,39906.0,39906.0,16708.0,1198.0,1198.0
-denver-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems-sizing-methodology-HERS-backup-emergency.xml,40637.0,40637.0,40037.0,1220.0,1219.0
-denver-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems-sizing-methodology-HERS-backup-supplemental.xml,40637.0,40637.0,16708.0,1220.0,1219.0
-denver-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems-sizing-methodology-MaxLoad-backup-emergency.xml,68487.0,68487.0,40037.0,2055.0,2054.0
-denver-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems-sizing-methodology-MaxLoad-backup-supplemental.xml,68487.0,68487.0,0.0,2055.0,2054.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode-sizing-methodology-ACCA-backup-emergency.xml,39097.0,39097.0,39371.0,1173.0,1173.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode-sizing-methodology-ACCA-backup-supplemental.xml,39097.0,39097.0,16515.0,1173.0,1173.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode-sizing-methodology-HERS-backup-emergency.xml,39371.0,39371.0,39371.0,1181.0,1181.0
@@ -116,12 +116,24 @@ denver-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-none-sizing-metho
denver-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-none-sizing-methodology-HERS-backup-supplemental.xml,39371.0,39371.0,16515.0,1181.0,1181.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-none-sizing-methodology-MaxLoad-backup-emergency.xml,67347.0,67347.0,39371.0,2020.0,2020.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-none-sizing-methodology-MaxLoad-backup-supplemental.xml,67347.0,67347.0,0.0,2020.0,2020.0
+denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-10-mins-sizing-methodology-ACCA-backup-emergency.xml,39097.0,39097.0,39371.0,1173.0,1173.0
+denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-10-mins-sizing-methodology-ACCA-backup-supplemental.xml,39097.0,39097.0,16515.0,1173.0,1173.0
+denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-10-mins-sizing-methodology-HERS-backup-emergency.xml,39371.0,39371.0,39371.0,1181.0,1181.0
+denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-10-mins-sizing-methodology-HERS-backup-supplemental.xml,39371.0,39371.0,16515.0,1181.0,1181.0
+denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-10-mins-sizing-methodology-MaxLoad-backup-emergency.xml,67347.0,67347.0,39371.0,2020.0,2020.0
+denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-10-mins-sizing-methodology-MaxLoad-backup-supplemental.xml,67347.0,67347.0,0.0,2020.0,2020.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-sizing-methodology-ACCA-backup-emergency.xml,39097.0,39097.0,39371.0,1173.0,1173.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-sizing-methodology-ACCA-backup-supplemental.xml,39097.0,39097.0,16515.0,1173.0,1173.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-sizing-methodology-HERS-backup-emergency.xml,39371.0,39371.0,39371.0,1181.0,1181.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-sizing-methodology-HERS-backup-supplemental.xml,39371.0,39371.0,16515.0,1181.0,1181.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-sizing-methodology-MaxLoad-backup-emergency.xml,67347.0,67347.0,39371.0,2020.0,2020.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-sizing-methodology-MaxLoad-backup-supplemental.xml,67347.0,67347.0,0.0,2020.0,2020.0
+denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-two-systems-sizing-methodology-ACCA-backup-emergency.xml,39906.0,39906.0,40037.0,1198.0,1198.0
+denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-two-systems-sizing-methodology-ACCA-backup-supplemental.xml,39906.0,39906.0,16708.0,1198.0,1198.0
+denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-two-systems-sizing-methodology-HERS-backup-emergency.xml,40637.0,40637.0,40037.0,1220.0,1219.0
+denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-two-systems-sizing-methodology-HERS-backup-supplemental.xml,40637.0,40637.0,16708.0,1220.0,1219.0
+denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-two-systems-sizing-methodology-MaxLoad-backup-emergency.xml,68487.0,68487.0,40037.0,2055.0,2054.0
+denver-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-two-systems-sizing-methodology-MaxLoad-backup-supplemental.xml,68487.0,68487.0,0.0,2055.0,2054.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-ACCA-backup-emergency.xml,39097.0,39097.0,39371.0,1173.0,1173.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-ACCA-backup-supplemental.xml,39097.0,39097.0,16515.0,1173.0,1173.0
denver-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-HERS-backup-emergency.xml,39371.0,39371.0,39371.0,1181.0,1181.0
@@ -139,7 +151,7 @@ denver-hvac-autosize-boiler-wood-only.xml,23884.0,0.0,0.0,0.0,0.0
denver-hvac-autosize-central-ac-only-1-speed-seer.xml,0.0,34547.0,0.0,0.0,1036.0
denver-hvac-autosize-central-ac-only-1-speed.xml,0.0,34547.0,0.0,0.0,1036.0
denver-hvac-autosize-central-ac-only-2-speed.xml,0.0,36049.0,0.0,0.0,1081.0
-denver-hvac-autosize-central-ac-only-var-speed-max-power-ratio-schedule.xml,0.0,38589.0,0.0,0.0,1158.0
+denver-hvac-autosize-central-ac-only-var-speed-research-features.xml,0.0,38589.0,0.0,0.0,1158.0
denver-hvac-autosize-central-ac-only-var-speed.xml,0.0,38589.0,0.0,0.0,1158.0
denver-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating-sizing-methodology-ACCA-backup-emergency.xml,39371.0,34547.0,39371.0,1181.0,1036.0
denver-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating-sizing-methodology-ACCA-backup-supplemental.xml,39371.0,34547.0,19731.0,1181.0,1036.0
@@ -204,7 +216,7 @@ denver-hvac-autosize-furnace-coal-only.xml,41543.0,0.0,0.0,831.0,0.0
denver-hvac-autosize-furnace-elec-central-ac-1-speed.xml,41543.0,34547.0,0.0,831.0,1036.0
denver-hvac-autosize-furnace-elec-only.xml,41543.0,0.0,0.0,831.0,0.0
denver-hvac-autosize-furnace-gas-central-ac-2-speed.xml,41543.0,36049.0,0.0,831.0,1081.0
-denver-hvac-autosize-furnace-gas-central-ac-var-speed-max-power-ratio-schedule.xml,41543.0,38589.0,0.0,831.0,1158.0
+denver-hvac-autosize-furnace-gas-central-ac-var-speed-research-features.xml,41543.0,38589.0,0.0,831.0,1158.0
denver-hvac-autosize-furnace-gas-central-ac-var-speed.xml,41543.0,38589.0,0.0,831.0,1158.0
denver-hvac-autosize-furnace-gas-only-detailed-setpoints.xml,41543.0,0.0,0.0,831.0,0.0
denver-hvac-autosize-furnace-gas-only-pilot.xml,41543.0,0.0,0.0,831.0,0.0
@@ -299,24 +311,24 @@ denver-hvac-autosize-mini-split-air-conditioner-only-ductless.xml,0.0,15774.0,0.
denver-hvac-autosize-mini-split-heat-pump-ducted-cooling-only-sizing-methodology-ACCA.xml,0.0,23349.0,0.0,0.0,700.0
denver-hvac-autosize-mini-split-heat-pump-ducted-cooling-only-sizing-methodology-HERS.xml,0.0,23349.0,0.0,0.0,700.0
denver-hvac-autosize-mini-split-heat-pump-ducted-cooling-only-sizing-methodology-MaxLoad.xml,0.0,23349.0,0.0,0.0,700.0
-denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule-sizing-methodology-ACCA-backup-emergency.xml,26485.0,0.0,26485.0,795.0,0.0
-denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule-sizing-methodology-ACCA-backup-supplemental.xml,26485.0,0.0,11002.0,795.0,0.0
-denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule-sizing-methodology-HERS-backup-emergency.xml,26485.0,0.0,26485.0,795.0,0.0
-denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule-sizing-methodology-HERS-backup-supplemental.xml,26485.0,0.0,11002.0,795.0,0.0
-denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule-sizing-methodology-MaxLoad-backup-emergency.xml,45305.0,0.0,26485.0,1359.0,0.0
-denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule-sizing-methodology-MaxLoad-backup-supplemental.xml,45305.0,0.0,0.0,1359.0,0.0
+denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-research-features-sizing-methodology-ACCA-backup-emergency.xml,26485.0,0.0,26485.0,795.0,0.0
+denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-research-features-sizing-methodology-ACCA-backup-supplemental.xml,26485.0,0.0,11002.0,795.0,0.0
+denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-research-features-sizing-methodology-HERS-backup-emergency.xml,26485.0,0.0,26485.0,795.0,0.0
+denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-research-features-sizing-methodology-HERS-backup-supplemental.xml,26485.0,0.0,11002.0,795.0,0.0
+denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-research-features-sizing-methodology-MaxLoad-backup-emergency.xml,45305.0,0.0,26485.0,1359.0,0.0
+denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-research-features-sizing-methodology-MaxLoad-backup-supplemental.xml,45305.0,0.0,0.0,1359.0,0.0
denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-sizing-methodology-ACCA-backup-emergency.xml,26485.0,0.0,26485.0,795.0,0.0
denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-sizing-methodology-ACCA-backup-supplemental.xml,26485.0,0.0,11002.0,795.0,0.0
denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-sizing-methodology-HERS-backup-emergency.xml,26485.0,0.0,26485.0,795.0,0.0
denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-sizing-methodology-HERS-backup-supplemental.xml,26485.0,0.0,11002.0,795.0,0.0
denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-sizing-methodology-MaxLoad-backup-emergency.xml,45305.0,0.0,26485.0,1359.0,0.0
denver-hvac-autosize-mini-split-heat-pump-ducted-heating-only-sizing-methodology-MaxLoad-backup-supplemental.xml,45305.0,0.0,0.0,1359.0,0.0
-denver-hvac-autosize-mini-split-heat-pump-ducted-max-power-ratio-schedule-sizing-methodology-ACCA-backup-emergency.xml,23656.0,23656.0,26485.0,710.0,709.0
-denver-hvac-autosize-mini-split-heat-pump-ducted-max-power-ratio-schedule-sizing-methodology-ACCA-backup-supplemental.xml,23656.0,23656.0,12656.0,710.0,709.0
-denver-hvac-autosize-mini-split-heat-pump-ducted-max-power-ratio-schedule-sizing-methodology-HERS-backup-emergency.xml,26485.0,26485.0,26485.0,795.0,794.0
-denver-hvac-autosize-mini-split-heat-pump-ducted-max-power-ratio-schedule-sizing-methodology-HERS-backup-supplemental.xml,26485.0,26485.0,12656.0,795.0,794.0
-denver-hvac-autosize-mini-split-heat-pump-ducted-max-power-ratio-schedule-sizing-methodology-MaxLoad-backup-emergency.xml,45305.0,45305.0,26485.0,1359.0,1359.0
-denver-hvac-autosize-mini-split-heat-pump-ducted-max-power-ratio-schedule-sizing-methodology-MaxLoad-backup-supplemental.xml,45305.0,45305.0,0.0,1359.0,1359.0
+denver-hvac-autosize-mini-split-heat-pump-ducted-research-features-sizing-methodology-ACCA-backup-emergency.xml,23656.0,23656.0,26485.0,710.0,709.0
+denver-hvac-autosize-mini-split-heat-pump-ducted-research-features-sizing-methodology-ACCA-backup-supplemental.xml,23656.0,23656.0,12656.0,710.0,709.0
+denver-hvac-autosize-mini-split-heat-pump-ducted-research-features-sizing-methodology-HERS-backup-emergency.xml,26485.0,26485.0,26485.0,795.0,794.0
+denver-hvac-autosize-mini-split-heat-pump-ducted-research-features-sizing-methodology-HERS-backup-supplemental.xml,26485.0,26485.0,12656.0,795.0,794.0
+denver-hvac-autosize-mini-split-heat-pump-ducted-research-features-sizing-methodology-MaxLoad-backup-emergency.xml,45305.0,45305.0,26485.0,1359.0,1359.0
+denver-hvac-autosize-mini-split-heat-pump-ducted-research-features-sizing-methodology-MaxLoad-backup-supplemental.xml,45305.0,45305.0,0.0,1359.0,1359.0
denver-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-ACCA-backup-emergency.xml,23656.0,23656.0,26485.0,710.0,709.0
denver-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-ACCA-backup-supplemental.xml,23656.0,23656.0,12656.0,710.0,709.0
denver-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-HERS-backup-emergency.xml,26485.0,26485.0,26485.0,795.0,794.0
@@ -438,12 +450,24 @@ houston-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only-sizing-methodolo
houston-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only-sizing-methodology-HERS-backup-supplemental.xml,24741.0,0.0,4349.0,742.0,0.0
houston-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only-sizing-methodology-MaxLoad-backup-emergency.xml,30017.0,0.0,24741.0,901.0,0.0
houston-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only-sizing-methodology-MaxLoad-backup-supplemental.xml,30017.0,0.0,0.0,901.0,0.0
+houston-hvac-autosize-air-to-air-heat-pump-1-speed-hvac-seasons-sizing-methodology-ACCA-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-1-speed-hvac-seasons-sizing-methodology-ACCA-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-1-speed-hvac-seasons-sizing-methodology-HERS-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-1-speed-hvac-seasons-sizing-methodology-HERS-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-1-speed-hvac-seasons-sizing-methodology-MaxLoad-backup-emergency.xml,41987.0,41987.0,24741.0,1260.0,1259.0
+houston-hvac-autosize-air-to-air-heat-pump-1-speed-hvac-seasons-sizing-methodology-MaxLoad-backup-supplemental.xml,41987.0,41987.0,0.0,1260.0,1259.0
houston-hvac-autosize-air-to-air-heat-pump-1-speed-lockout-temperatures-sizing-methodology-ACCA-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-1-speed-lockout-temperatures-sizing-methodology-ACCA-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-1-speed-lockout-temperatures-sizing-methodology-HERS-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-1-speed-lockout-temperatures-sizing-methodology-HERS-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-1-speed-lockout-temperatures-sizing-methodology-MaxLoad-backup-emergency.xml,41987.0,41987.0,24741.0,1260.0,1259.0
houston-hvac-autosize-air-to-air-heat-pump-1-speed-lockout-temperatures-sizing-methodology-MaxLoad-backup-supplemental.xml,41987.0,41987.0,0.0,1260.0,1259.0
+houston-hvac-autosize-air-to-air-heat-pump-1-speed-power-outage-sizing-methodology-ACCA-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-1-speed-power-outage-sizing-methodology-ACCA-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-1-speed-power-outage-sizing-methodology-HERS-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-1-speed-power-outage-sizing-methodology-HERS-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-1-speed-power-outage-sizing-methodology-MaxLoad-backup-emergency.xml,41987.0,41987.0,24741.0,1260.0,1259.0
+houston-hvac-autosize-air-to-air-heat-pump-1-speed-power-outage-sizing-methodology-MaxLoad-backup-supplemental.xml,41987.0,41987.0,0.0,1260.0,1259.0
houston-hvac-autosize-air-to-air-heat-pump-1-speed-research-features-sizing-methodology-ACCA-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-1-speed-research-features-sizing-methodology-ACCA-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-1-speed-research-features-sizing-methodology-HERS-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
@@ -498,18 +522,6 @@ houston-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace-sizing-metho
houston-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace-sizing-methodology-HERS-backup-supplemental.xml,39995.0,39995.0,25100.0,1702.0,1200.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace-sizing-methodology-MaxLoad-backup-emergency.xml,39995.0,39995.0,25100.0,1702.0,1200.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace-sizing-methodology-MaxLoad-backup-supplemental.xml,39995.0,39995.0,25100.0,1702.0,1200.0
-houston-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins-sizing-methodology-ACCA-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
-houston-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins-sizing-methodology-ACCA-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
-houston-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins-sizing-methodology-HERS-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
-houston-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins-sizing-methodology-HERS-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
-houston-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins-sizing-methodology-MaxLoad-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
-houston-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-10-mins-sizing-methodology-MaxLoad-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
-houston-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems-sizing-methodology-ACCA-backup-emergency.xml,43847.0,43847.0,25008.0,1315.0,1315.0
-houston-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems-sizing-methodology-ACCA-backup-supplemental.xml,43847.0,43847.0,0.0,1315.0,1315.0
-houston-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems-sizing-methodology-HERS-backup-emergency.xml,43847.0,43847.0,25008.0,1315.0,1315.0
-houston-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems-sizing-methodology-HERS-backup-supplemental.xml,43847.0,43847.0,0.0,1315.0,1315.0
-houston-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems-sizing-methodology-MaxLoad-backup-emergency.xml,43847.0,43847.0,25008.0,1315.0,1315.0
-houston-hvac-autosize-air-to-air-heat-pump-var-speed-max-power-ratio-schedule-two-systems-sizing-methodology-MaxLoad-backup-supplemental.xml,43847.0,43847.0,0.0,1315.0,1315.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode-sizing-methodology-ACCA-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode-sizing-methodology-ACCA-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-continuous-mode-sizing-methodology-HERS-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
@@ -534,12 +546,24 @@ houston-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-none-sizing-meth
houston-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-none-sizing-methodology-HERS-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-none-sizing-methodology-MaxLoad-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-pan-heater-none-sizing-methodology-MaxLoad-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-10-mins-sizing-methodology-ACCA-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-10-mins-sizing-methodology-ACCA-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-10-mins-sizing-methodology-HERS-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-10-mins-sizing-methodology-HERS-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-10-mins-sizing-methodology-MaxLoad-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-10-mins-sizing-methodology-MaxLoad-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-sizing-methodology-ACCA-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-sizing-methodology-ACCA-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-sizing-methodology-HERS-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-sizing-methodology-HERS-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-sizing-methodology-MaxLoad-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-sizing-methodology-MaxLoad-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
+houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-two-systems-sizing-methodology-ACCA-backup-emergency.xml,43847.0,43847.0,25008.0,1315.0,1315.0
+houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-two-systems-sizing-methodology-ACCA-backup-supplemental.xml,43847.0,43847.0,0.0,1315.0,1315.0
+houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-two-systems-sizing-methodology-HERS-backup-emergency.xml,43847.0,43847.0,25008.0,1315.0,1315.0
+houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-two-systems-sizing-methodology-HERS-backup-supplemental.xml,43847.0,43847.0,0.0,1315.0,1315.0
+houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-two-systems-sizing-methodology-MaxLoad-backup-emergency.xml,43847.0,43847.0,25008.0,1315.0,1315.0
+houston-hvac-autosize-air-to-air-heat-pump-var-speed-research-features-two-systems-sizing-methodology-MaxLoad-backup-supplemental.xml,43847.0,43847.0,0.0,1315.0,1315.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-ACCA-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-ACCA-backup-supplemental.xml,41016.0,41016.0,0.0,1230.0,1230.0
houston-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-HERS-backup-emergency.xml,41016.0,41016.0,24741.0,1230.0,1230.0
@@ -557,7 +581,7 @@ houston-hvac-autosize-boiler-wood-only.xml,14182.0,0.0,0.0,0.0,0.0
houston-hvac-autosize-central-ac-only-1-speed-seer.xml,0.0,41016.0,0.0,0.0,1230.0
houston-hvac-autosize-central-ac-only-1-speed.xml,0.0,41016.0,0.0,0.0,1230.0
houston-hvac-autosize-central-ac-only-2-speed.xml,0.0,41016.0,0.0,0.0,1230.0
-houston-hvac-autosize-central-ac-only-var-speed-max-power-ratio-schedule.xml,0.0,41016.0,0.0,0.0,1230.0
+houston-hvac-autosize-central-ac-only-var-speed-research-features.xml,0.0,41016.0,0.0,0.0,1230.0
houston-hvac-autosize-central-ac-only-var-speed.xml,0.0,41016.0,0.0,0.0,1230.0
houston-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating-sizing-methodology-ACCA-backup-emergency.xml,24741.0,41016.0,24741.0,742.0,1230.0
houston-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating-sizing-methodology-ACCA-backup-supplemental.xml,24741.0,41016.0,4349.0,742.0,1230.0
@@ -622,7 +646,7 @@ houston-hvac-autosize-furnace-coal-only.xml,26597.0,0.0,0.0,532.0,0.0
houston-hvac-autosize-furnace-elec-central-ac-1-speed.xml,26597.0,41016.0,0.0,532.0,1230.0
houston-hvac-autosize-furnace-elec-only.xml,26597.0,0.0,0.0,532.0,0.0
houston-hvac-autosize-furnace-gas-central-ac-2-speed.xml,26597.0,41016.0,0.0,532.0,1230.0
-houston-hvac-autosize-furnace-gas-central-ac-var-speed-max-power-ratio-schedule.xml,26597.0,41016.0,0.0,532.0,1230.0
+houston-hvac-autosize-furnace-gas-central-ac-var-speed-research-features.xml,26597.0,41016.0,0.0,532.0,1230.0
houston-hvac-autosize-furnace-gas-central-ac-var-speed.xml,26597.0,41016.0,0.0,532.0,1230.0
houston-hvac-autosize-furnace-gas-only-detailed-setpoints.xml,26597.0,0.0,0.0,532.0,0.0
houston-hvac-autosize-furnace-gas-only-pilot.xml,26597.0,0.0,0.0,532.0,0.0
@@ -717,24 +741,24 @@ houston-hvac-autosize-mini-split-air-conditioner-only-ductless.xml,0.0,19092.0,0
houston-hvac-autosize-mini-split-heat-pump-ducted-cooling-only-sizing-methodology-ACCA.xml,0.0,24638.0,0.0,0.0,739.0
houston-hvac-autosize-mini-split-heat-pump-ducted-cooling-only-sizing-methodology-HERS.xml,0.0,24638.0,0.0,0.0,739.0
houston-hvac-autosize-mini-split-heat-pump-ducted-cooling-only-sizing-methodology-MaxLoad.xml,0.0,24638.0,0.0,0.0,739.0
-houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule-sizing-methodology-ACCA-backup-emergency.xml,16042.0,0.0,16042.0,481.0,0.0
-houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule-sizing-methodology-ACCA-backup-supplemental.xml,16042.0,0.0,2337.0,481.0,0.0
-houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule-sizing-methodology-HERS-backup-emergency.xml,16042.0,0.0,16042.0,481.0,0.0
-houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule-sizing-methodology-HERS-backup-supplemental.xml,16042.0,0.0,2337.0,481.0,0.0
-houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule-sizing-methodology-MaxLoad-backup-emergency.xml,18777.0,0.0,16042.0,563.0,0.0
-houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-max-power-ratio-schedule-sizing-methodology-MaxLoad-backup-supplemental.xml,18777.0,0.0,0.0,563.0,0.0
+houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-research-features-sizing-methodology-ACCA-backup-emergency.xml,16042.0,0.0,16042.0,481.0,0.0
+houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-research-features-sizing-methodology-ACCA-backup-supplemental.xml,16042.0,0.0,2337.0,481.0,0.0
+houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-research-features-sizing-methodology-HERS-backup-emergency.xml,16042.0,0.0,16042.0,481.0,0.0
+houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-research-features-sizing-methodology-HERS-backup-supplemental.xml,16042.0,0.0,2337.0,481.0,0.0
+houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-research-features-sizing-methodology-MaxLoad-backup-emergency.xml,18777.0,0.0,16042.0,563.0,0.0
+houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-research-features-sizing-methodology-MaxLoad-backup-supplemental.xml,18777.0,0.0,0.0,563.0,0.0
houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-sizing-methodology-ACCA-backup-emergency.xml,16042.0,0.0,16042.0,481.0,0.0
houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-sizing-methodology-ACCA-backup-supplemental.xml,16042.0,0.0,2337.0,481.0,0.0
houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-sizing-methodology-HERS-backup-emergency.xml,16042.0,0.0,16042.0,481.0,0.0
houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-sizing-methodology-HERS-backup-supplemental.xml,16042.0,0.0,2337.0,481.0,0.0
houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-sizing-methodology-MaxLoad-backup-emergency.xml,18777.0,0.0,16042.0,563.0,0.0
houston-hvac-autosize-mini-split-heat-pump-ducted-heating-only-sizing-methodology-MaxLoad-backup-supplemental.xml,18777.0,0.0,0.0,563.0,0.0
-houston-hvac-autosize-mini-split-heat-pump-ducted-max-power-ratio-schedule-sizing-methodology-ACCA-backup-emergency.xml,24638.0,24638.0,16042.0,739.0,739.0
-houston-hvac-autosize-mini-split-heat-pump-ducted-max-power-ratio-schedule-sizing-methodology-ACCA-backup-supplemental.xml,24638.0,24638.0,0.0,739.0,739.0
-houston-hvac-autosize-mini-split-heat-pump-ducted-max-power-ratio-schedule-sizing-methodology-HERS-backup-emergency.xml,24638.0,24638.0,16042.0,739.0,739.0
-houston-hvac-autosize-mini-split-heat-pump-ducted-max-power-ratio-schedule-sizing-methodology-HERS-backup-supplemental.xml,24638.0,24638.0,0.0,739.0,739.0
-houston-hvac-autosize-mini-split-heat-pump-ducted-max-power-ratio-schedule-sizing-methodology-MaxLoad-backup-emergency.xml,24638.0,24638.0,16042.0,739.0,739.0
-houston-hvac-autosize-mini-split-heat-pump-ducted-max-power-ratio-schedule-sizing-methodology-MaxLoad-backup-supplemental.xml,24638.0,24638.0,0.0,739.0,739.0
+houston-hvac-autosize-mini-split-heat-pump-ducted-research-features-sizing-methodology-ACCA-backup-emergency.xml,24638.0,24638.0,16042.0,739.0,739.0
+houston-hvac-autosize-mini-split-heat-pump-ducted-research-features-sizing-methodology-ACCA-backup-supplemental.xml,24638.0,24638.0,0.0,739.0,739.0
+houston-hvac-autosize-mini-split-heat-pump-ducted-research-features-sizing-methodology-HERS-backup-emergency.xml,24638.0,24638.0,16042.0,739.0,739.0
+houston-hvac-autosize-mini-split-heat-pump-ducted-research-features-sizing-methodology-HERS-backup-supplemental.xml,24638.0,24638.0,0.0,739.0,739.0
+houston-hvac-autosize-mini-split-heat-pump-ducted-research-features-sizing-methodology-MaxLoad-backup-emergency.xml,24638.0,24638.0,16042.0,739.0,739.0
+houston-hvac-autosize-mini-split-heat-pump-ducted-research-features-sizing-methodology-MaxLoad-backup-supplemental.xml,24638.0,24638.0,0.0,739.0,739.0
houston-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-ACCA-backup-emergency.xml,24638.0,24638.0,16042.0,739.0,739.0
houston-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-ACCA-backup-supplemental.xml,24638.0,24638.0,0.0,739.0,739.0
houston-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-HERS-backup-emergency.xml,24638.0,24638.0,16042.0,739.0,739.0
diff --git a/hpxml-measures/workflow/tests/test_other.rb b/hpxml-measures/workflow/tests/test_other.rb
index 7a8a14a34f..53c0f88f61 100644
--- a/hpxml-measures/workflow/tests/test_other.rb
+++ b/hpxml-measures/workflow/tests/test_other.rb
@@ -517,7 +517,7 @@ def test_mf_building_simulations
def test_release_zips
# Check release zips successfully created
top_dir = File.join(File.dirname(__FILE__), '..', '..')
- command = "\"#{OpenStudio.getOpenStudioCLI}\" \"#{File.join(top_dir, 'tasks.rb')}\" create_release_zips"
+ command = "\"#{OpenStudio.getOpenStudioCLI}\" \"#{File.join(top_dir, 'tasks.rb')}\" create_release_zip"
system(command)
assert_equal(1, Dir["#{top_dir}/*.zip"].size)
diff --git a/hpxml-measures/workflow/tests/test_simulations1.rb b/hpxml-measures/workflow/tests/test_simulations1.rb
index 4994049cbe..d3340f9148 100644
--- a/hpxml-measures/workflow/tests/test_simulations1.rb
+++ b/hpxml-measures/workflow/tests/test_simulations1.rb
@@ -18,9 +18,9 @@ def test_simulations1
sample_files_dir = File.absolute_path(File.join(File.dirname(__FILE__), '..', 'sample_files'))
real_homes_dir = File.absolute_path(File.join(File.dirname(__FILE__), '..', 'real_homes'))
- # Run simulations BEFORE base-hvac-furnace*.xml; the remaining simulations are run using test_simulations2.rb
+ # Run simulations BEFORE base-hvac-mini-split*.xml; the remaining simulations are run using test_simulations2.rb
# This distributes the simulations across two CI jobs for faster turnaround time.
- split_at_file = Dir["#{sample_files_dir}/*.xml"].sort.find_index { |f| f.include? 'base-hvac-furnace' }
+ split_at_file = Dir["#{sample_files_dir}/*.xml"].sort.find_index { |f| f.include? 'base-hvac-mini-split' }
fail 'Unexpected error.' if split_at_file.nil?
xmls = []
diff --git a/hpxml-measures/workflow/tests/test_simulations2.rb b/hpxml-measures/workflow/tests/test_simulations2.rb
index 2a53ccc503..b3b17fb273 100644
--- a/hpxml-measures/workflow/tests/test_simulations2.rb
+++ b/hpxml-measures/workflow/tests/test_simulations2.rb
@@ -18,9 +18,9 @@ def test_simulations2
sample_files_dir = File.absolute_path(File.join(File.dirname(__FILE__), '..', 'sample_files'))
real_homes_dir = File.absolute_path(File.join(File.dirname(__FILE__), '..', 'real_homes'))
- # Run simulations AFTER base-hvac-furnace*.xml; the remaining simulations are run using test_simulations1.rb
+ # Run simulations AFTER base-hvac-mini-split*.xml; the remaining simulations are run using test_simulations1.rb
# This distributes the simulations across two CI jobs for faster turnaround time.
- split_at_file = Dir["#{sample_files_dir}/*.xml"].sort.find_index { |f| f.include? 'base-hvac-furnace' }
+ split_at_file = Dir["#{sample_files_dir}/*.xml"].sort.find_index { |f| f.include? 'base-hvac-mini-split' }
fail 'Unexpected error.' if split_at_file.nil?
xmls = []
diff --git a/hpxml-measures/workflow/tests/util.rb b/hpxml-measures/workflow/tests/util.rb
index a6fc9d3bd6..cd07c9ce63 100644
--- a/hpxml-measures/workflow/tests/util.rb
+++ b/hpxml-measures/workflow/tests/util.rb
@@ -268,15 +268,8 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml, unit_multiplier)
next if message.include? 'Could not find a marginal Natural Gas rate.'
end
if !hpxml_header.unavailable_periods.select { |up| up.column_name == 'Power Outage' }.empty?
- next if message.include? 'It is not possible to eliminate all HVAC energy use (e.g. crankcase/defrost energy) in EnergyPlus during an unavailable period.'
next if message.include? 'It is not possible to eliminate all DHW energy use (e.g. water heater parasitics) in EnergyPlus during an unavailable period.'
end
- if hpxml.buildings.any? { |hpxml_bldg| (not hpxml_bldg.hvac_controls.empty?) && (hpxml_bldg.hvac_controls[0].seasons_heating_begin_month != 1) }
- next if message.include? 'It is not possible to eliminate all HVAC energy use (e.g. crankcase/defrost energy) in EnergyPlus outside of an HVAC season.'
- end
- if !hpxml_header.unavailable_periods.select { |up| (up.column_name == 'No Space Heating') || (up.column_name == 'No Space Cooling') }.empty?
- next if message.include? 'It is not possible to eliminate all HVAC energy use (e.g. crankcase/defrost energy) in EnergyPlus during an unavailable period.'
- end
if hpxml.buildings.any? { |hpxml_bldg| hpxml_bldg.climate_and_risk_zones.weather_station_epw_filepath.include? 'US_CO_Boulder_AMY_2012.epw' }
next if message.include? 'No EPW design conditions found; calculating design conditions from EPW weather data.'
end
@@ -298,6 +291,20 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml, unit_multiplier)
if hpxml.buildings.any? { |hpxml_bldg| hpxml_bldg.inverters.map { |i| i.inverter_efficiency }.uniq.size > 1 }
next if message.include? 'Inverters with varying efficiencies found; using a single PV size weighted-average in the model'
end
+ coal_files = [
+ 'base-appliances-coal.xml',
+ 'base-dhw-tank-coal.xml',
+ 'base-hvac-boiler-coal-only.xml',
+ 'base-hvac-furnace-coal-only.xml'
+ ]
+ if coal_files.any? { |f| hpxml_path.include?(f) }
+ next if message.include?('No EIA SEDS rate for coal was found for the state of')
+ end
+ # HVAC is undersized or poor install quality or advanced research features
+ if hpxml_path.include?('base-hvac-undersized.xml') || hpxml_path.include?('install-quality') || hpxml_path.include?('research-features')
+ next if message.include?('There are a large number of unmet hours') && message.include?('for heating; this may indicate the heating system is undersized or the presence of large thermostat setbacks.')
+ next if message.include?('There are a large number of unmet hours') && message.include?('for cooling; this may indicate the cooling system is undersized or the presence of large thermostat setbacks.')
+ end
# FUTURE: Revert this eventually
# https://github.com/NatLabRockies/OpenStudio-HPXML/issues/1499
@@ -333,9 +340,7 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml, unit_multiplier)
next if message.include?('CalculateZoneVolume') && message.include?('not fully enclosed')
next if message.include? 'do not define an enclosure'
next if message.include? 'Pump nominal power or motor efficiency is set to 0'
- next if message.include? 'volume flow rate per watt of rated total cooling capacity is out of range'
- next if message.include? 'volume flow rate per watt of rated total heating capacity is out of range'
- next if message.include? 'volume flow rate per watt of rated total water heating capacity is out of range'
+ next if message.include?('volume flow rate per watt of rated total') && message.include?('capacity is out of range')
next if message.include? 'The Standard Ratings is calculated for'
next if message.include?('WetBulb not converged after') && message.include?('iterations(PsyTwbFnTdbWPb)')
next if message.include? 'Inside surface heat balance did not converge with Max Temp Difference'
@@ -406,6 +411,10 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml, unit_multiplier)
if hpxml.buildings.any? { |hpxml_bldg| hpxml_bldg.heat_pumps.count { |hp| hp.heat_pump_type == HPXML::HVACTypeHeatPumpGroundToAir && (hp.fraction_heat_load_served == 0 || hp.fraction_cool_load_served == 0) } > 0 }
next if message.include? 'heating capacity is disproportionate (> 20% different) to total cooling capacity' # safe to ignore
end
+ # GSHPs with hard-sized capacities
+ if hpxml_path.include? 'house052.xml'
+ next if message.include? 'heating capacity is disproportionate (> 20% different) to total cooling capacity' # safe to ignore
+ end
# Solar thermal systems
if hpxml.buildings.any? { |hpxml_bldg| hpxml_bldg.solar_thermal_systems.size > 0 }
next if message.include? 'Supply Side is storing excess heat the majority of the time.'
@@ -1072,30 +1081,6 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml, unit_multiplier)
end
end
- # Check unmet hours
- skip_unmet_check = false
- if hpxml_path.include?('install-quality') || hpxml_path.include?('research-features')
- # unmet hours are expected for HVAC installation quality and realistic backup staging files
- skip_unmet_check = true
- end
- unmet_hours_htg = results.select { |k, _v| k.include? 'Unmet Hours: Heating' }.values.sum(0.0)
- unmet_hours_clg = results.select { |k, _v| k.include? 'Unmet Hours: Cooling' }.values.sum(0.0)
- if hpxml_path.include? 'base-hvac-undersized.xml'
- assert_operator(unmet_hours_htg, :>, 1000)
- assert_operator(unmet_hours_clg, :>, 1000)
- else
- if hpxml_bldg.total_fraction_heat_load_served == 0
- assert_equal(0, unmet_hours_htg)
- else
- assert_operator(unmet_hours_htg, :<, 500) unless skip_unmet_check
- end
- if hpxml_bldg.total_fraction_cool_load_served == 0
- assert_equal(0, unmet_hours_clg)
- else
- assert_operator(unmet_hours_clg, :<, 500) unless skip_unmet_check
- end
- end
-
sqlFile.close
# Ensure sql file is immediately freed; otherwise we can get
@@ -1136,8 +1121,8 @@ def get_tolerances(key)
abs_delta_tol = 10.0
abs_frac_tol = 0.02
elsif key.include?('Resilience: Battery')
- # Check that the battery resilience difference is less than 1 hr or less than 1%
- abs_delta_tol = 1.0
+ # Check that the battery resilience difference is less than 2 hrs or less than 1%
+ abs_delta_tol = 2.0
abs_frac_tol = 0.01
elsif key.include?('Airflow:')
# Check that airflow rate difference is less than 0.2 cfm or less than 5%
diff --git a/tasks.rb b/tasks.rb
index 7c7e424d67..59d95de027 100644
--- a/tasks.rb
+++ b/tasks.rb
@@ -2999,7 +2999,7 @@ def create_sample_hpxmls
:sample_files_tests2,
:real_home_tests,
:other_tests,
- :create_release_zips
+ :create_release_zip
]
def display_usage(command_list)
@@ -3082,7 +3082,7 @@ def display_usage(command_list)
puts 'All tests passed.'
end
-if ARGV[0].to_sym == :create_release_zips
+if ARGV[0].to_sym == :create_release_zip
require_relative 'workflow/version'
if ENV['CI']
diff --git a/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-multiple.xml b/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-multiple.xml
index 35f09f7df9..a1c0dfc76c 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-multiple.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit-adjacent-to-multiple.xml
@@ -290,7 +290,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -306,7 +306,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-bldgtype-mf-unit-location-portland-or.xml b/workflow/sample_files/base-bldgtype-mf-unit-location-portland-or.xml
index adf404126d..e3f4d1daba 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit-location-portland-or.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit-location-portland-or.xml
@@ -198,7 +198,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -214,7 +214,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-bldgtype-mf-unit-shared-generator.xml b/workflow/sample_files/base-bldgtype-mf-unit-shared-generator.xml
index 7be67252e9..9abd39e12b 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit-shared-generator.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit-shared-generator.xml
@@ -198,7 +198,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -214,7 +214,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml b/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml
index c802ea7d39..cbc20c9273 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml
@@ -198,7 +198,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -214,7 +214,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room.xml b/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room.xml
index f92fb730f2..399ceebd3f 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit-shared-laundry-room.xml
@@ -198,7 +198,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -214,7 +214,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml b/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml
index 2e195c4067..5e6ccfbd9d 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml
@@ -198,7 +198,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -214,7 +214,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent.xml b/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent.xml
index ba0cc0f941..044a3aedbd 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit-shared-mechvent.xml
@@ -198,7 +198,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -214,7 +214,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml b/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml
index 8b299b38cb..f2e8375633 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml
@@ -198,7 +198,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -214,7 +214,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-bldgtype-mf-unit-shared-pv.xml b/workflow/sample_files/base-bldgtype-mf-unit-shared-pv.xml
index 4ff05f4a8c..bf045ace8d 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit-shared-pv.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit-shared-pv.xml
@@ -198,7 +198,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -214,7 +214,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml b/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml
index 99986e21a4..f1e91bfcca 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml
@@ -198,7 +198,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -214,7 +214,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc.xml b/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc.xml
index 80e7df74b0..dbb042dbf5 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc.xml
@@ -198,7 +198,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -214,7 +214,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater.xml b/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater.xml
index f0f228e256..825f8ab2c2 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater.xml
@@ -198,7 +198,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -214,7 +214,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-bldgtype-mf-unit.xml b/workflow/sample_files/base-bldgtype-mf-unit.xml
index 6785946bdf..ef83defe3c 100644
--- a/workflow/sample_files/base-bldgtype-mf-unit.xml
+++ b/workflow/sample_files/base-bldgtype-mf-unit.xml
@@ -198,7 +198,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -214,7 +214,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/sample_files/base-mechvent-cfis-no-outdoor-air-control.xml b/workflow/sample_files/base-mechvent-cfis-no-outdoor-air-control.xml
index 96293804dd..681de67c1a 100644
--- a/workflow/sample_files/base-mechvent-cfis-no-outdoor-air-control.xml
+++ b/workflow/sample_files/base-mechvent-cfis-no-outdoor-air-control.xml
@@ -283,7 +283,7 @@
natural gas
- 35000.0
+ 50000.0
AFUE
0.92
@@ -299,7 +299,7 @@
central air conditioner
electricity
- 24000.0
+ 36000.0
single stage
1.0
diff --git a/workflow/sample_files/base-versions-multiple-mf.xml b/workflow/sample_files/base-versions-multiple-mf.xml
index 8c7467c9aa..3204843803 100644
--- a/workflow/sample_files/base-versions-multiple-mf.xml
+++ b/workflow/sample_files/base-versions-multiple-mf.xml
@@ -208,7 +208,7 @@
natural gas
- 10000.0
+ 20000.0
AFUE
0.92
@@ -224,7 +224,7 @@
central air conditioner
electricity
- 12000.0
+ 18000.0
single stage
1.0
diff --git a/workflow/tests/base_results/EPA_Tests.csv b/workflow/tests/base_results/EPA_Tests.csv
index 4e5e516cd9..fbef6ca1d4 100644
--- a/workflow/tests/base_results/EPA_Tests.csv
+++ b/workflow/tests/base_results/EPA_Tests.csv
@@ -2,8 +2,8 @@
[MF_National_1.0] MFNCv1_CZ2_FL_gas_ground_corner_slab.xml,65.99,65.99
[MF_National_1.0] MFNCv1_CZ4_MO_gas_top_corner.xml,76.65,76.65
[MF_National_1.0] MFNCv1_CZ6_VT_elec_middle_interior.xml,71.61,71.61
-[MF_National_1.1] MFNCv11_CZ2_FL_elec_top_corner.xml,60.07,60.07
-[MF_National_1.1] MFNCv11_CZ4_MO_elec_ground_corner_vented_crawl.xml,63.81,63.81
+[MF_National_1.1] MFNCv11_CZ2_FL_elec_top_corner.xml,60.08,60.08
+[MF_National_1.1] MFNCv11_CZ4_MO_elec_ground_corner_vented_crawl.xml,63.82,63.82
[MF_National_1.1] MFNCv11_CZ6_VT_gas_ground_corner_cond_bsmt.xml,62.48,62.48
[MF_National_1.2] MFNCv12_CZ2_FL_gas_ground_corner_slab.xml,52.4,52.4
[MF_National_1.2] MFNCv12_CZ4_MO_gas_top_corner.xml,49.28,49.28
@@ -14,12 +14,12 @@
[SF_National_3.0] SFNHv3_CZ2_FL_gas_slab.xml,72.12,72.12
[SF_National_3.0] SFNHv3_CZ4_MO_gas_vented_crawl.xml,82.15,82.15
[SF_National_3.0] SFNHv3_CZ6_VT_elec_cond_bsmt.xml,73.91,73.91
-[SF_National_3.1] SFNHv31_CZ2_FL_elec_slab.xml,62.41,62.41
+[SF_National_3.1] SFNHv31_CZ2_FL_elec_slab.xml,62.42,62.42
[SF_National_3.1] SFNHv31_CZ4_MO_elec_vented_crawl.xml,63.67,63.67
[SF_National_3.1] SFNHv31_CZ6_VT_gas_cond_bsmt.xml,58.19,58.19
[SF_National_3.2] SFNHv32_CZ2_FL_gas_slab.xml,53.86,53.86
[SF_National_3.2] SFNHv32_CZ4_MO_gas_vented_crawl.xml,51.21,51.21
[SF_National_3.2] SFNHv32_CZ6_VT_elec_cond_bsmt.xml,55.35,55.35
-[SF_National_3.3] SFNHv33_CZ2_FL_gas_slab.xml,53.69,53.69
+[SF_National_3.3] SFNHv33_CZ2_FL_gas_slab.xml,53.7,53.7
[SF_National_3.3] SFNHv33_CZ4_MO_gas_vented_crawl.xml,48.78,48.78
[SF_National_3.3] SFNHv33_CZ6_VT_elec_cond_bsmt.xml,49.03,49.03
diff --git a/workflow/tests/base_results/RESNET_Test_4.2_HERS_AutoGen_Reference_Home.csv b/workflow/tests/base_results/RESNET_Test_4.2_HERS_AutoGen_Reference_Home.csv
index dd2536c3c3..a4ab3c3116 100644
--- a/workflow/tests/base_results/RESNET_Test_4.2_HERS_AutoGen_Reference_Home.csv
+++ b/workflow/tests/base_results/RESNET_Test_4.2_HERS_AutoGen_Reference_Home.csv
@@ -33,4 +33,4 @@ Cooling thermostat settings,78,78,78,78
Mechanical ventilation (kWh/y),0.0,223.88,288.07,763.41
DHW pipe length refPipeL,88.5,88.5,88.5,98.5
DHW loop length refLoopL,156.9,156.9,156.9,176.9
-e-Ratio,0.999983,0.9998758,1.0000192,0.9999931
+e-Ratio,0.999983,0.9998758,1.0000192,0.9999861
diff --git a/workflow/tests/base_results/RESNET_Test_4.3_HERS_Method.csv b/workflow/tests/base_results/RESNET_Test_4.3_HERS_Method.csv
index 9d7e347d75..c1ed44da51 100644
--- a/workflow/tests/base_results/RESNET_Test_4.3_HERS_Method.csv
+++ b/workflow/tests/base_results/RESNET_Test_4.3_HERS_Method.csv
@@ -1,6 +1,6 @@
Test Case,ERI,REUL Heating (MBtu),REUL Cooling (MBtu),REUL Hot Water (MBtu),EC_r Heating (MBtu),EC_r Cooling (MBtu),EC_r Hot Water (MBtu),EC_x Heating (MBtu),EC_x Cooling (MBtu),EC_x Hot Water (MBtu),EC_x L&A (MBtu),IAD_Save (%)
-L100A-01.xml,154.25,22.732,6.439,10.939,21.901,3.308,12.273,46.424,5.313,13.052,20.232,-0.13785
-L100A-02.xml,144.62,21.77,6.906,10.939,21.133,3.532,18.879,46.997,5.239,14.507,22.203,-0.13474
-L100A-03.xml,151.09,21.946,6.393,8.744,34.961,3.391,10.076,72.248,5.242,10.856,21.066,-0.16771
-L100A-04.xml,126.24,23.132,6.66,13.066,22.233,3.43,14.4,30.838,5.505,15.178,21.176,-0.13902
-L100A-05.xml,128.97,22.306,6.643,10.939,35.535,3.539,12.271,58.218,5.455,13.05,22.207,-0.16843
+L100A-01.xml,154.25,22.733,6.439,10.939,21.901,3.308,12.273,46.424,5.313,13.052,20.232,-0.13792
+L100A-02.xml,144.62,21.771,6.907,10.939,21.135,3.532,18.879,46.998,5.239,14.507,22.203,-0.13477
+L100A-03.xml,151.09,21.946,6.393,8.744,34.962,3.391,10.076,72.25,5.242,10.856,21.066,-0.16773
+L100A-04.xml,126.24,23.133,6.661,13.066,22.233,3.43,14.4,30.838,5.505,15.178,21.176,-0.13908
+L100A-05.xml,128.96,22.307,6.643,10.939,35.537,3.54,12.271,58.219,5.455,13.05,22.207,-0.16843
diff --git a/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_Reference_Home_301_2019_PreAddendumA.csv b/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_Reference_Home_301_2019_PreAddendumA.csv
index b0be773639..b55682f0e8 100644
--- a/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_Reference_Home_301_2019_PreAddendumA.csv
+++ b/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_Reference_Home_301_2019_PreAddendumA.csv
@@ -34,4 +34,4 @@ Cooling thermostat settings,78,78,78,78
Mechanical ventilation (kWh/y),0.0,222.14,288.07,763.41
DHW pipe length refPipeL,88.5,88.5,88.5,98.5
DHW loop length refLoopL,156.9,156.9,156.9,176.9
-e-Ratio,0.999983,0.9998736,1.0000199,0.999993
+e-Ratio,0.999983,0.9998736,1.0000199,0.9999861
diff --git a/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2014_PreAddendumE.csv b/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2014_PreAddendumE.csv
index bbe8137d45..c6c2ff7cc8 100644
--- a/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2014_PreAddendumE.csv
+++ b/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2014_PreAddendumE.csv
@@ -1,6 +1,6 @@
Test Case,ERI,REUL Heating (MBtu),REUL Cooling (MBtu),REUL Hot Water (MBtu),EC_r Heating (MBtu),EC_r Cooling (MBtu),EC_r Hot Water (MBtu),EC_x Heating (MBtu),EC_x Cooling (MBtu),EC_x Hot Water (MBtu),EC_x L&A (MBtu),IAD_Save (%)
L100A-01.xml,146.92,22.628,5.475,10.827,18.728,2.445,12.162,38.36,4.149,12.939,21.087,
-L100A-02.xml,137.61,21.655,5.922,10.827,18.087,2.632,18.738,38.821,4.088,14.358,23.163,
-L100A-03.xml,145.86,22.043,5.448,8.649,35.083,2.493,9.982,70.785,4.11,10.761,21.874,
-L100A-04.xml,120.74,23.018,5.692,12.937,19.037,2.547,14.273,26.181,4.312,15.048,22.167,
-L100A-05.xml,123.45,22.195,5.701,10.827,35.324,2.635,12.16,57.06,4.266,12.937,23.166,
+L100A-02.xml,137.61,21.656,5.922,10.827,18.088,2.632,18.738,38.822,4.088,14.358,23.163,
+L100A-03.xml,145.86,22.044,5.448,8.649,35.084,2.493,9.982,70.787,4.11,10.761,21.874,
+L100A-04.xml,120.74,23.019,5.692,12.937,19.038,2.547,14.273,26.181,4.312,15.048,22.167,
+L100A-05.xml,123.45,22.195,5.702,10.827,35.325,2.635,12.16,57.062,4.266,12.937,23.166,
diff --git a/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2019_PreAddendumA.csv b/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2019_PreAddendumA.csv
index 31abb29f30..9c4260abfe 100644
--- a/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2019_PreAddendumA.csv
+++ b/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2019_PreAddendumA.csv
@@ -1,6 +1,6 @@
Test Case,ERI,REUL Heating (MBtu),REUL Cooling (MBtu),REUL Hot Water (MBtu),EC_r Heating (MBtu),EC_r Cooling (MBtu),EC_r Hot Water (MBtu),EC_x Heating (MBtu),EC_x Cooling (MBtu),EC_x Hot Water (MBtu),EC_x L&A (MBtu),IAD_Save (%)
-L100A-01.xml,151.04,22.628,5.475,10.827,18.728,2.445,12.162,38.36,4.149,12.939,21.087,-0.12672
-L100A-02.xml,141.37,21.655,5.922,10.827,18.087,2.632,18.738,38.821,4.088,14.358,23.163,-0.12349
-L100A-03.xml,149.81,21.844,5.46,8.649,34.767,2.513,9.982,70.785,4.11,10.761,21.874,-0.16132
-L100A-04.xml,125.23,23.018,5.692,12.937,19.037,2.547,14.273,26.181,4.312,15.048,22.167,-0.12683
-L100A-05.xml,127.89,22.195,5.701,10.827,35.324,2.635,12.16,57.06,4.266,12.937,23.166,-0.16176
+L100A-01.xml,151.04,22.628,5.475,10.827,18.728,2.445,12.162,38.36,4.149,12.939,21.087,-0.12668
+L100A-02.xml,141.36,21.656,5.922,10.827,18.088,2.632,18.738,38.822,4.088,14.358,23.163,-0.12347
+L100A-03.xml,149.81,21.845,5.459,8.649,34.768,2.513,9.982,70.787,4.11,10.761,21.874,-0.16131
+L100A-04.xml,125.22,23.019,5.692,12.937,19.038,2.547,14.273,26.181,4.312,15.048,22.167,-0.12681
+L100A-05.xml,127.89,22.195,5.702,10.827,35.325,2.635,12.16,57.062,4.266,12.937,23.166,-0.16175
diff --git a/workflow/tests/base_results/real_homes.csv b/workflow/tests/base_results/real_homes.csv
index d12f3d9706..9b52c7b86a 100644
--- a/workflow/tests/base_results/real_homes.csv
+++ b/workflow/tests/base_results/real_homes.csv
@@ -1,96 +1,96 @@
XML,ERI,Total Loads TRL,Total Loads TnML,Total Loads TRL*IAF,IAD_Save (%),IAF CFA,IAF NBR,IAF NS,IAF RH,PEfrac,TEU (MBtu),OPP (MBtu),BSL (MBtu),REUL Heating (MBtu),REUL Cooling (MBtu),REUL Hot Water (MBtu),EC_r Heating (MBtu),EC_r Cooling (MBtu),EC_r Hot Water (MBtu),EC_r L&A (MBtu),EC_r Vent (MBtu),EC_r Dehumid (MBtu),DSE_r Heating,DSE_r Cooling,DSE_r Hot Water,EEC_r Heating,EEC_r Cooling,EEC_r Hot Water,nMEUL Heating,nMEUL Cooling,nMEUL Hot Water,nMEUL Vent Preheat,nMEUL Vent Precool,nEC_x Heating,nEC_x Cooling,nEC_x Hot Water,EC_x Heating (MBtu),EC_x Cooling (MBtu),EC_x Hot Water (MBtu),EC_x L&A (MBtu),EC_x Vent (MBtu),EC_x Dehumid (MBtu),EEC_x Heating,EEC_x Cooling,EEC_x Hot Water,Coeff Heating a,Coeff Heating b,Coeff Cooling a,Coeff Cooling b,Coeff Hot Water a,Coeff Hot Water b,CO2e Rating Index,CO2e ACO2 (lb CO2e),CO2e ARCO2 (lb CO2e),CO2e IAF RH,ES Reference Home ERI,ES SAF (Size Adjustment Factor),ES SAF Adjusted ERI Target,ES Rated Home ERI,ES Rated Home ERI w/o OPP,ES ENERGY STAR Certification,DENH Reference Home ERI,DENH SAF (Size Adjustment Factor),DENH SAF Adjusted ERI Target,DENH Rated Home ERI,DENH Rated Home ERI w/o OPP,DENH DOE Efficient New Home Certification,IECC ERI,IECC Total Loads TRL,IECC Total Loads TnML,IECC Total Loads TRL*IAF,IECC IAD_Save (%),IECC IAF CFA,IECC IAF NBR,IECC IAF NS,IECC IAF RH,IECC PEfrac,IECC TEU (MBtu),IECC OPP (MBtu),IECC BSL (MBtu),IECC REUL Heating (MBtu),IECC REUL Cooling (MBtu),IECC REUL Hot Water (MBtu),IECC EC_r Heating (MBtu),IECC EC_r Cooling (MBtu),IECC EC_r Hot Water (MBtu),IECC EC_r L&A (MBtu),IECC EC_r Vent (MBtu),IECC EC_r Dehumid (MBtu),IECC DSE_r Heating,IECC DSE_r Cooling,IECC DSE_r Hot Water,IECC EEC_r Heating,IECC EEC_r Cooling,IECC EEC_r Hot Water,IECC nMEUL Heating,IECC nMEUL Cooling,IECC nMEUL Hot Water,IECC nMEUL Vent Preheat,IECC nMEUL Vent Precool,IECC nEC_x Heating,IECC nEC_x Cooling,IECC nEC_x Hot Water,IECC EC_x Heating (MBtu),IECC EC_x Cooling (MBtu),IECC EC_x Hot Water (MBtu),IECC EC_x L&A (MBtu),IECC EC_x Vent (MBtu),IECC EC_x Dehumid (MBtu),IECC EEC_x Heating,IECC EEC_x Cooling,IECC EEC_x Hot Water,IECC Coeff Heating a,IECC Coeff Heating b,IECC Coeff Cooling a,IECC Coeff Cooling b,IECC Coeff Hot Water a,IECC Coeff Hot Water b
-house001.xml,62.7,33.847,22.6282,36.089,0.21294,1.0792,0.9706,1.0179,1.0662,1.0,20.2964,0.0,0.0,9.425,2.328,7.786,15.017,1.442,14.152,13.927,0.381,0.0,0.805,0.424,0.902,1.282,0.263,1.639,5.553,1.269,4.911,0.0,0.0,8.847,0.786,8.925,9.755,0.786,11.376,10.111,0.785,0.0,1.042,0.213,1.429,1.0943,0.403,3.809,0.0,1.1877,1.013,65.96,6007.7,8542.37,1.0662,49.66,1.0,49.66,62.57,62.57,0.0,45.14,1.0,45.14,62.57,62.57,0.0,62.57,32.212,21.4927,34.3491,0.21327,1.0794,0.9706,1.0179,1.0663,1.0,19.4426,0.0,0.0,9.456,2.312,6.487,15.065,1.434,12.475,13.576,0.381,0.0,0.805,0.423,0.852,1.282,0.263,1.639,5.567,1.262,4.004,0.0,0.0,8.869,0.783,7.701,9.779,0.783,9.815,9.874,0.785,0.0,1.042,0.213,1.429,1.0943,0.403,3.809,0.0,1.1877,1.013
-house002.xml,68.71,117.371,79.3011,115.411,0.18554,0.9833,1.0,1.0,0.9833,1.0,71.729,0.0,0.0,52.286,23.885,9.396,46.636,13.373,10.713,30.615,1.189,0.0,0.497,0.469,0.953,0.443,0.263,1.087,33.41,11.752,8.49,0.0,0.0,29.8,6.58,9.68,29.822,6.58,9.68,23.807,1.842,0.0,0.401,0.235,1.087,2.2561,0.0,3.809,0.0,0.92,0.0,69.88,13142.45,19126.31,0.9833,52.36,1.0,52.36,68.71,68.71,0.0,51.68,1.0,51.68,68.71,68.71,0.0,68.71,117.695,79.5231,115.7363,0.1849,0.9834,1.0,1.0,0.9834,1.0,71.945,0.0,0.0,52.272,23.897,9.53,46.625,13.38,10.848,30.807,1.189,0.0,0.497,0.469,0.955,0.443,0.263,1.087,33.399,11.759,8.559,0.0,0.0,29.791,6.584,9.743,29.813,6.584,9.743,23.964,1.842,0.0,0.401,0.235,1.087,2.2561,0.0,3.809,0.0,0.92,0.0
-house003.xml,62.5,90.88,56.3609,90.1837,0.24962,0.9923,1.0,1.0,0.9923,1.0,45.5092,0.0,0.0,27.820999999999998,24.552,8.692,38.811,13.779,15.86,28.813,1.002,0.0,1.431,0.468,0.929,1.725,0.263,1.695,18.621,12.758,1.961,0.0,0.0,24.427,7.16,3.578,26.022,7.16,7.205,21.843,1.177,0.0,1.488,0.244,1.132,3.3504,0.403,3.809,0.0,1.1877,1.013,77.93,10314.42,13338.18,0.9923,50.26,1.0,50.26,62.4,62.4,0.0,50.33,1.0,50.33,62.4,62.4,0.0,62.4,91.201,56.471,90.5048,0.2487,0.9924,1.0,1.0,0.9924,1.0,45.6168,0.0,0.0,27.808999999999997,24.566,8.819,38.797000000000004,13.787,16.026,29.005,1.002,0.0,1.431,0.468,0.933,1.725,0.263,1.695,18.616,12.762,1.978,0.0,0.0,24.421,7.162,3.595,26.016,7.162,7.238,21.938,1.177,0.0,1.488,0.244,1.132,3.3504,0.403,3.809,0.0,1.1877,1.013
-house004.xml,59.92,90.443,56.5797,94.4214,0.31776,1.044,1.0,1.0,1.044,1.0,56.3102,0.0,0.0,50.773,3.147,12.907,54.368,1.616,14.535,21.969,1.647,0.0,0.414,0.511,0.955,0.443,0.263,1.075,32.284,0.744,4.685,0.0,0.0,34.57,0.382,5.276,34.596,0.382,5.333,15.764,3.103,0.0,0.401,0.244,0.5,2.2561,0.0,3.809,0.0,0.92,0.0,64.77,5302.61,7841.46,1.044,51.69,1.0,51.69,59.9,59.9,0.0,50.95,1.0,50.95,59.9,59.9,0.0,59.9,90.806,56.7808,94.787,0.31672,1.0438,1.0,1.0,1.0438,1.0,56.4652,0.0,0.0,50.751,3.153,13.078,54.348,1.618,14.706,22.177,1.647,0.0,0.414,0.512,0.956,0.443,0.263,1.075,32.311,0.741,4.758,0.0,0.0,34.601,0.38,5.351,34.627,0.38,5.409,15.868,3.103,0.0,0.401,0.244,0.5,2.2561,0.0,3.809,0.0,0.92,0.0
-house005.xml,58.47,29.837,18.8285,32.2038,0.20676,1.0921,0.9715,1.0173,1.0793,1.0,17.3458,0.0,0.0,3.981,5.116,6.94,3.937,2.725,13.584,13.083,0.717,0.0,0.448,0.493,0.866,0.443,0.263,1.695,1.358,3.088,1.129,2.378,0.037,1.343,1.645,2.211,1.344,1.645,4.906,9.045,1.793,0.0,0.303,0.313,1.099,2.2561,0.0,3.809,0.0,1.1877,1.013,81.86,2854.06,3230.21,1.0793,48.4,1.0,48.4,60.0,60.0,0.0,46.08,1.0,46.08,60.0,60.0,0.0,60.0,28.331,18.3495,30.584,0.20726,1.0923,0.9714,1.0174,1.0795,1.0,16.78,0.0,0.0,3.989,5.109,5.783,3.942,2.72,12.085,12.733,0.717,0.0,0.448,0.493,0.811,0.443,0.263,1.695,1.361,3.084,0.874,2.379,0.037,1.345,1.642,1.826,1.346,1.642,4.053,8.822,1.793,0.0,0.303,0.313,1.099,2.2561,0.0,3.809,0.0,1.1877,1.013
-house006.xml,70.85,93.521,67.5173,95.2902,0.24122,1.0022,1.0166,1.0,1.0189,1.0,58.633,0.0,0.0,32.136,23.048,10.29,25.768,13.23,11.864,27.14,0.907,0.0,1.104,0.915,0.953,0.886,0.526,1.099,21.992,13.741,9.378,0.0,0.0,17.633000000000003,7.888,10.813,17.647,7.888,10.695,20.947,1.459,0.0,0.832,0.47,1.087,4.5122,0.0,7.618,0.0,0.92,0.0,72.58,10502.28,14200.4,1.0189,47.27,1.0,47.27,70.83,70.83,0.0,46.05,1.0,46.05,70.83,70.83,0.0,70.83,94.124,67.9283,95.8979,0.24032,1.0022,1.0166,1.0,1.0188,1.0,59.03,0.0,0.0,32.114,23.072,10.531,25.753,13.242,12.106,27.502,0.907,0.0,1.104,0.915,0.956,0.886,0.526,1.099,21.97,13.761,9.514,0.0,0.0,17.618,7.898,10.937,17.632,7.898,10.818,21.225,1.459,0.0,0.832,0.47,1.087,4.5122,0.0,7.618,0.0,0.92,0.0
-house007.xml,85.31,48.18,43.375,50.8446,0.22864,1.052,0.9842,1.0192,1.0553,1.0,43.861,0.0,0.0,15.695,5.265,9.657,15.715,2.908,10.983,17.153,0.41,0.0,0.442,0.475,0.956,0.443,0.263,1.087,17.225,1.546,8.341,0.0,0.0,17.247,0.854,9.486,17.26,0.854,9.486,14.918,1.345,0.0,0.502,0.103,1.099,2.2561,0.0,3.809,0.0,0.92,0.0,87.88,10756.91,11599.18,1.0553,53.03,1.0,53.03,85.33,85.33,0.0,49.41,1.0,49.41,85.33,85.33,0.0,85.33,47.247,42.5532,49.8667,0.22921,1.0522,0.9842,1.0192,1.0554,1.0,43.041,0.0,0.0,15.705,5.26,8.841,15.722,2.905,10.168,17.031,0.41,0.0,0.442,0.475,0.945,0.443,0.263,1.087,17.236,1.543,7.647,0.0,0.0,17.255,0.852,8.795,17.268,0.852,8.795,14.782,1.345,0.0,0.502,0.103,1.099,2.2561,0.0,3.809,0.0,0.92,0.0
-house008.xml,61.96,163.231,98.2823,158.6107,0.20538,0.9677,1.0142,0.9901,0.9717,1.0,79.4762,0.0,0.0,98.722,12.283,12.927,157.232,7.355,21.866,38.074,1.225,0.0,0.805,0.438,1.019,1.282,0.263,1.724,47.55,5.889,7.519,0.0,0.0,75.732,3.526,12.718,83.597,3.526,14.492,36.996,0.329,0.0,1.04,0.228,1.493,1.0943,0.403,3.809,0.0,1.1877,1.013,68.31,24434.16,36813.3,0.9717,50.22,1.0,50.22,61.98,61.98,0.0,46.12,1.0,46.12,61.98,61.98,0.0,61.98,163.856,98.6877,159.2359,0.20458,0.9679,1.0141,0.9901,0.9718,1.0,79.8082,0.0,0.0,98.687,12.296,13.212,157.176,7.363,22.236,38.436,1.225,0.0,0.805,0.438,1.024,1.282,0.263,1.724,47.536,5.893,7.712,0.0,0.0,75.709,3.529,12.98,83.572,3.529,14.791,37.217,0.329,0.0,1.04,0.228,1.493,1.0943,0.403,3.809,0.0,1.1877,1.013
-house009.xml,65.97,102.193,69.1201,104.7823,0.29636,1.0048,1.0204,1.0,1.0253,1.0,49.997,0.0,0.0,19.838,45.229,8.758,31.643,25.856,16.054,27.488,0.88,0.0,0.804,0.459,0.941,1.282,0.263,1.724,11.085,28.286,6.21,0.0,0.0,17.681,16.17,11.384,17.867,16.17,12.241,22.906,0.633,0.0,1.25,0.213,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013,87.4,10524.37,11743.45,1.0253,48.47,1.0,48.47,65.97,65.97,0.0,47.59,1.0,47.59,65.97,65.97,0.0,65.97,102.785,69.5171,105.3801,0.29531,1.0048,1.0204,1.0,1.0252,1.0,50.3334,0.0,0.0,19.822,45.259,8.974,31.617,25.874,16.335,27.85,0.88,0.0,0.804,0.459,0.947,1.282,0.263,1.724,11.072,28.311,6.294,0.0,0.0,17.661,16.185,11.456,17.846,16.185,12.319,23.207,0.633,0.0,1.25,0.213,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013
-house010.xml,63.5,266.9366,153.008,240.9519,0.2921,0.9027,1.0,1.0,0.9027,0.9999,106.1794,0.006,0.0,51.471000000000004,149.617,6.992,82.06899999999999,79.96000000000001,13.392,58.857,0.0,0.0,2.4130000000000003,1.474,1.77,3.846,0.789,3.39,24.3,81.743,1.736,0.0,0.0,38.747,43.686,3.326,42.241,43.686,6.114,42.837,2.391,0.0,3.192,0.639,2.338,3.2829,1.209,11.427,0.0,2.3754,2.026,93.51,17451.87,20675.5,0.9027,52.91,1.0,52.91,63.47,63.47,0.0,49.6,1.0,49.6,63.47,63.47,0.0,63.47,267.2596,153.1743,241.3259,0.29112,0.903,1.0,1.0,0.903,0.9999,106.2836,0.006,0.0,51.461,149.633,7.1,82.054,79.969,13.534,59.065,0.0,0.0,2.4130000000000003,1.474,1.778,3.846,0.789,3.39,24.297,81.75,1.75,0.0,0.0,38.739000000000004,43.69,3.338,42.233000000000004,43.69,6.134,42.987,2.391,0.0,3.192,0.639,2.338,3.2829,1.209,11.427,0.0,2.3754,2.026
-house011.xml,61.22,42.016,27.4751,44.8805,0.26599,1.0643,0.9816,1.0224,1.0682,1.0,26.4482,0.0,0.0,8.625,7.319,8.602,13.752,4.131,9.91,16.9,0.57,0.0,0.804,0.465,0.943,1.282,0.263,1.087,4.036,2.654,7.956,0.0,0.0,6.435,1.498,9.166,7.095,1.498,9.166,12.662,0.167,0.0,1.042,0.213,1.075,1.0943,0.403,3.809,0.0,0.92,0.0,76.97,3615.02,4396.9,1.0682,49.34,1.0,49.34,60.63,60.63,0.0,51.66,1.0,51.66,60.63,60.63,0.0,60.63,41.171,26.6663,43.9844,0.26658,1.0645,0.9816,1.0224,1.0683,1.0,25.6384,0.0,0.0,8.633,7.312,7.878,13.764,4.129,9.186,16.778,0.57,0.0,0.804,0.465,0.932,1.282,0.263,1.087,4.041,2.648,7.26,0.0,0.0,6.443,1.495,8.465,7.104,1.495,8.465,12.551,0.167,0.0,1.042,0.213,1.075,1.0943,0.403,3.809,0.0,0.92,0.0
-house012.xml,58.56,70.839,43.3984,74.1135,0.31626,1.0462,1.0,1.0,1.0462,1.0,43.515,0.0,0.0,35.124,3.182,11.468,34.684,1.806,12.821,19.803,1.262,0.0,0.449,0.463,0.972,0.443,0.263,1.087,16.04,1.94,9.709,0.0,0.0,15.839,1.101,10.854,15.851,1.101,10.854,14.425,1.285,0.0,0.502,0.341,1.075,2.2561,0.0,3.809,0.0,0.92,0.0,58.15,6703.57,11018.54,1.0462,47.45,1.0,47.45,58.62,58.62,0.0,46.6,1.0,46.6,58.62,58.62,0.0,58.62,71.174,43.6426,74.4514,0.31508,1.046,1.0,1.0,1.046,1.0,43.759,0.0,0.0,35.105,3.188,11.624,34.67,1.81,12.976,19.995,1.262,0.0,0.448,0.462,0.974,0.443,0.263,1.087,16.031,1.943,9.834,0.0,0.0,15.832,1.103,10.978,15.844,1.103,10.978,14.55,1.285,0.0,0.502,0.341,1.075,2.2561,0.0,3.809,0.0,0.92,0.0
-house013.xml,59.51,43.27,27.1712,45.656,0.17076,1.0403,1.0,1.0143,1.0551,1.0,24.756,0.0,0.0,11.931,2.254,10.206,8.66,1.09,11.922,18.267,0.612,0.0,0.61,0.543,0.951,0.443,0.263,1.111,9.544,0.432,2.967,0.0,0.0,6.928,0.209,3.465,6.933,0.209,3.39,13.572,0.656,0.0,0.359,0.228,0.357,2.2561,0.0,3.809,0.0,0.92,0.0,58.07,1706.56,2785.1,1.0551,54.27,1.0,54.27,59.44,59.44,0.0,49.18,1.0,49.18,59.44,59.44,0.0,59.44,43.594,27.335,45.9848,0.16986,1.04,1.0,1.0142,1.0548,1.0,24.922,0.0,0.0,11.915,2.259,10.349,8.649,1.093,12.063,18.459,0.612,0.0,0.61,0.543,0.953,0.443,0.263,1.111,9.529,0.434,2.984,0.0,0.0,6.917,0.21,3.479,6.922,0.21,3.403,13.732,0.656,0.0,0.359,0.228,0.357,2.2561,0.0,3.809,0.0,0.92,0.0
-house014.xml,57.98,186.892,106.9071,184.3873,0.25793,0.9366,1.0534,1.0,0.9866,1.0,90.342,0.0,0.0,89.902,32.152,14.991,72.385,17.399,17.173,46.715,3.132,0.0,1.0990000000000002,0.969,0.981,0.886,0.526,1.124,46.41,17.221,3.249,0.0,0.0,37.368,9.319,3.721,37.397,9.319,3.6,35.842,4.185,0.0,0.594,0.31,0.258,4.5122,0.0,7.618,0.0,0.92,0.0,58.09,10453.07,18240.28,0.9866,49.11,1.0,49.11,57.91,57.91,0.0,49.08,1.0,49.08,57.91,57.91,0.0,57.91,188.076,107.4629,185.5664,0.2569,0.9368,1.0532,1.0,0.9867,1.0,90.897,0.0,0.0,89.844,32.186,15.495,72.34299999999999,17.419,17.677,47.419,3.132,0.0,1.0990000000000002,0.969,0.985,0.886,0.526,1.124,46.397999999999996,17.227,3.337,0.0,0.0,37.361000000000004,9.323,3.807,37.39,9.323,3.683,36.315,4.185,0.0,0.594,0.31,0.258,4.5122,0.0,7.618,0.0,0.92,0.0
-house015.xml,21.4,41.248,25.1391,47.1089,0.29358,1.1616,0.9595,1.0247,1.1421,0.401,18.949,11.35,0.0,0.082,25.333,3.386,0.084,13.235,6.646,12.159,0.288,0.0,0.432,0.503,0.629,0.443,0.263,1.235,0.157,14.247,0.837,0.0,0.0,0.161,7.443,1.644,0.161,7.443,1.447,9.689,0.209,0.0,0.335,0.263,0.31,2.2561,0.0,3.809,0.0,0.92,0.0,26.35,1097.38,3646.21,1.1421,49.31,1.0,49.31,53.44,53.44,0.0,45.66,1.0,45.66,53.44,53.44,0.0,21.22,41.001,25.0111,46.8058,0.29258,1.161,0.9596,1.0246,1.1416,0.3971,18.827,11.35,0.0,0.083,25.314,3.307,0.084,13.226,6.566,12.009,0.288,0.0,0.438,0.502,0.622,0.443,0.263,1.235,0.159,14.238,0.818,0.0,0.0,0.161,7.439,1.624,0.161,7.439,1.43,9.587,0.209,0.0,0.335,0.263,0.31,2.2561,0.0,3.809,0.0,0.92,0.0
-house016.xml,50.51,110.001,57.9757,114.7852,0.2858,1.019,1.0,1.0241,1.0435,1.0,39.6928,0.0,0.0,0.703,78.018,5.507,0.574,41.14,11.46,24.908,0.865,0.0,0.542,0.498,0.814,0.443,0.263,1.695,0.296,36.174,2.896,0.0,0.0,0.242,19.075,6.027,0.242,19.075,10.471,18.238,0.371,0.0,0.359,0.213,1.194,2.2561,0.0,3.809,0.0,1.1877,1.013,71.31,6103.62,8202.21,1.0435,52.01,1.0,52.01,50.51,50.51,1.0,49.33,1.0,49.33,50.51,50.51,0.0,50.51,110.325,58.1398,115.1087,0.28495,1.0189,1.0,1.024,1.0434,1.0,39.8008,0.0,0.0,0.701,78.042,5.601,0.573,41.153,11.583,25.116,0.865,0.0,0.542,0.498,0.82,0.443,0.263,1.695,0.296,36.185,2.926,0.0,0.0,0.242,19.081,6.05,0.242,19.081,10.511,18.362,0.371,0.0,0.359,0.213,1.194,2.2561,0.0,3.809,0.0,1.1877,1.013
-house017.xml,68.29,59.253,42.4216,62.1242,0.20616,1.0306,1.0,1.0173,1.0485,1.0,36.833,0.0,0.0,21.182,6.544,10.79,33.745,3.542,18.681,20.078,0.659,0.0,0.805,0.485,0.979,1.282,0.263,1.695,22.38,1.761,2.346,0.0,0.0,35.654,0.953,4.061,39.2,0.953,9.04,15.444,0.491,0.0,1.047,0.228,1.098,1.0943,0.403,3.809,0.0,1.1877,1.013,163.63,8426.56,4911.62,1.0485,50.25,1.0,50.25,68.28,68.28,0.0,46.18,1.0,46.18,68.28,68.28,0.0,68.28,59.588,42.6472,62.4619,0.20522,1.0305,1.0,1.0172,1.0482,1.0,37.0612,0.0,0.0,21.167,6.553,10.939,33.721,3.545,18.874,20.27,0.659,0.0,0.805,0.485,0.982,1.282,0.263,1.695,22.366,1.767,2.374,0.0,0.0,35.631,0.956,4.096,39.175,0.956,9.118,15.649,0.491,0.0,1.047,0.228,1.098,1.0943,0.403,3.809,0.0,1.1877,1.013
-house018.xml,32.25,280.577,148.1748,268.6783,0.2313,0.9103,1.0638,0.9888,0.9576,0.5847,117.3162,48.722,0.0,152.942,37.549,16.704,243.35899999999998,21.961,26.406,71.761,1.622,0.0,2.418,1.346,2.144,3.846,0.789,3.39,74.805,19.014,5.692,0.0,0.0,119.02799999999999,11.120999999999999,8.998,130.496,11.120999999999999,17.56,47.767,0.897,0.0,3.159,0.639,2.288,3.2829,1.209,11.427,0.0,2.3754,2.026,95.31,24793.19,27164.31,0.9576,47.69,1.0,47.69,55.07,55.07,0.0,47.11,1.0,47.11,55.07,55.07,0.0,32.29,282.113,148.7904,270.1957,0.23042,0.9106,1.0636,0.9889,0.9578,0.5863,117.773,48.722,0.0,152.862,37.59,17.326,243.23000000000002,21.983999999999998,27.22,72.713,1.622,0.0,2.418,1.346,2.158,3.846,0.789,3.39,74.787,19.021,5.95,0.0,0.0,119.00200000000001,11.124,9.346,130.46699999999998,11.124,18.24,48.135,0.897,0.0,3.159,0.639,2.288,3.2829,1.209,11.427,0.0,2.3754,2.026
-house019.xml,71.39,166.794,116.2027,162.7661,0.19739,0.9627,1.0136,1.0,0.9759,1.0,95.9628,0.0,0.0,100.376,12.303,12.927,159.866,7.489,21.866,41.188,0.0,0.0,0.805,0.431,1.019,1.282,0.263,1.724,54.148,4.485,7.252,0.0,0.0,86.24,2.73,12.267,95.142,2.73,15.187,29.323,20.995,0.0,1.041,0.201,1.408,1.0943,0.403,3.809,0.0,1.1877,1.013,79.62,29154.69,37522.81,0.9759,50.53,1.0,50.53,71.34,71.34,0.0,46.19,1.0,46.19,71.34,71.34,0.0,71.34,167.447,116.5903,163.4192,0.19661,0.9629,1.0136,1.0,0.9759,1.0,96.2284,0.0,0.0,100.338,12.316,13.212,159.806,7.496,22.236,41.581,0.0,0.0,0.805,0.431,1.024,1.282,0.263,1.724,54.125,4.492,7.328,0.0,0.0,86.204,2.734,12.334,95.102,2.734,15.27,29.651,20.994,0.0,1.041,0.201,1.408,1.0943,0.403,3.809,0.0,1.1877,1.013
-house020.xml,43.9,163.6338,135.2163,160.0334,0.26794,0.9391,1.0185,1.0225,0.978,0.5196,117.2188,56.31,0.0,90.858,16.783,12.784,114.024,8.787,14.126,43.098,0.111,0.0,1.709,2.056,0.984,2.136,1.052,1.087,71.479,14.9,12.166,0.0,0.0,91.671,7.776,13.443,98.223,7.776,13.443,33.055,3.617,0.0,1.7309999999999999,0.927,1.163,5.6065000000000005,0.403,15.236,0.0,0.92,0.0,104.17,13605.13,13354.69,0.978,55.58,1.0,55.58,84.42,84.42,0.0,52.13,1.0,52.13,84.42,84.42,0.0,44.01,164.2608,135.636,160.6625,0.26676,0.9393,1.0184,1.0224,0.9781,0.5213,117.627,56.31,0.0,90.82600000000001,16.798000000000002,13.066,113.986,8.791,14.409,43.46,0.111,0.0,1.709,2.057,0.986,2.136,1.052,1.087,71.463,14.909,12.347,0.0,0.0,91.65299999999999,7.778,13.616,98.204,7.778,13.616,33.299,3.617,0.0,1.7309999999999999,0.927,1.163,5.6065000000000005,0.403,15.236,0.0,0.92,0.0
-house021.xml,59.56,107.916,67.4943,113.3163,0.27489,1.0117,1.0379,1.0,1.05,1.0,50.731,0.0,0.0,55.788,9.129,14.902,88.852,5.392,24.076,27.217,0.88,0.0,0.805,0.444,1.049,1.282,0.263,1.695,29.529,5.985,10.156,0.0,0.0,47.031,3.535,16.408,51.856,3.535,17.617,19.134,2.69,0.0,1.042,0.263,1.587,1.0943,0.403,3.809,0.0,1.1877,1.013,63.18,16150.91,24344.2,1.05,51.81,1.0,51.81,59.49,59.49,0.0,47.74,1.0,47.74,59.49,59.49,0.0,59.49,108.883,68.0095,114.3117,0.27389,1.0116,1.0378,1.0,1.0499,1.0,51.0302,0.0,0.0,55.734,9.151,15.32,88.768,5.403,24.62,27.798,0.88,0.0,0.805,0.445,1.055,1.282,0.263,1.695,29.504,5.999,10.298,0.0,0.0,46.992,3.542,16.55,51.813,3.542,17.769,19.518,2.69,0.0,1.042,0.263,1.587,1.0943,0.403,3.809,0.0,1.1877,1.013
-house022.xml,52.84,85.158,46.7859,88.5381,0.2459,1.0362,0.983,1.0207,1.0397,1.0,32.6138,0.0,0.0,0.494,57.912,4.478,0.381,31.087,6.04,21.294,0.98,0.0,0.574,0.489,0.824,0.443,0.263,1.111,0.741,26.396,1.718,0.0,0.0,0.572,14.169,2.317,0.572,14.169,2.267,15.839,2.092,0.0,1.0,0.126,0.282,2.2561,0.0,3.809,0.0,0.92,0.0,60.81,4146.37,6558.05,1.0397,53.27,1.0,53.27,52.83,52.83,1.0,49.42,1.0,49.42,52.83,52.83,0.0,52.83,85.192,46.7892,88.5624,0.24511,1.0361,0.9831,1.0206,1.0396,1.0,32.6136,0.0,0.0,0.494,57.915,4.487,0.38,31.088,6.049,21.316,0.98,0.0,0.576,0.489,0.824,0.443,0.263,1.111,0.739,26.387,1.718,0.0,0.0,0.569,14.164,2.316,0.569,14.164,2.266,15.853,2.092,0.0,1.0,0.126,0.282,2.2561,0.0,3.809,0.0,0.92,0.0
-house023.xml,84.21,90.854,76.9631,91.3946,0.26961,1.0023,0.9814,1.0227,1.006,1.0,60.756,0.0,0.0,16.554,42.971,6.005,12.897,23.966,7.587,24.497,0.827,0.0,0.568,0.471,0.879,0.443,0.263,1.111,11.35,33.578,4.845,0.0,0.0,8.842,18.727,6.121,8.849,18.727,5.988,18.81,8.381,0.0,0.379,0.22,1.053,2.2561,0.0,3.809,0.0,0.92,0.0,85.41,9083.08,10571.32,1.006,48.41,1.0,48.41,84.21,84.21,0.0,46.76,1.0,46.76,84.21,84.21,0.0,84.21,90.884,76.9849,91.423,0.26868,1.0023,0.9815,1.0226,1.0059,1.0,60.776,0.0,0.0,16.553,42.972,6.015,12.896,23.967,7.596,24.517,0.827,0.0,0.569,0.471,0.88,0.443,0.263,1.111,11.35,33.579,4.851,0.0,0.0,8.842,18.728,6.126,8.849,18.728,5.993,18.824,8.381,0.0,0.379,0.22,1.053,2.2561,0.0,3.809,0.0,0.92,0.0
-house024.xml,71.72,110.745,80.2174,111.8429,0.28358,0.9905,1.0196,1.0,1.0099,1.0,58.5296,0.0,0.0,21.856,49.474,8.758,34.864,28.363,15.734,29.913,0.744,0.0,0.804,0.458,0.943,1.282,0.263,1.695,15.027,30.561,6.552,0.0,0.0,23.97,17.52,11.77,24.222,17.52,12.409,23.575,4.503,0.0,1.25,0.213,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,96.25,12298.63,12651.91,1.0099,53.51,1.0,53.51,71.7,71.7,0.0,51.16,1.0,51.16,71.7,71.7,0.0,71.7,111.336,80.6154,112.4363,0.28267,0.9906,1.0195,1.0,1.0099,1.0,58.8678,0.0,0.0,21.84,49.503,8.974,34.838,28.381,16.014,30.275,0.744,0.0,0.804,0.458,0.95,1.282,0.263,1.695,15.013,30.582,6.639,0.0,0.0,23.949,17.533,11.847,24.2,17.533,12.49,23.878,4.503,0.0,1.25,0.213,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
-house025.xml,16.47,198.588,111.8614,189.9266,0.16443,0.9533,1.0113,0.992,0.9564,0.2797,97.697,70.373,0.0,108.354,23.95,12.252,96.046,12.949,13.966,51.266,2.767,0.0,1.0,0.971,0.975,0.886,0.526,1.111,57.403000000000006,12.948,2.333,0.0,0.0,50.882000000000005,7.001,2.66,50.92100000000001,7.001,2.602,36.487,2.69,0.0,0.682,0.342,0.282,4.5122,0.0,7.618,0.0,0.92,0.0,28.45,4138.5,15207.71,0.9564,50.9,1.0,50.9,58.82,58.82,0.0,47.13,1.0,47.13,58.82,58.82,0.0,16.55,199.206,112.0841,190.5583,0.16365,0.9535,1.0113,0.9921,0.9566,0.2814,97.925,70.373,0.0,108.322,23.964,12.526,96.022,12.956,14.239,51.628,2.767,0.0,1.0,0.971,0.977,0.886,0.526,1.111,57.424,12.928,2.358,0.0,0.0,50.903,6.99,2.68,50.942,6.99,2.622,36.684,2.69,0.0,0.682,0.342,0.282,4.5122,0.0,7.618,0.0,0.92,0.0
-house026.xml,65.73,74.369,51.1248,77.7813,0.22014,1.0269,1.0,1.0185,1.0459,1.0,38.3772,0.0,0.0,11.925,31.779,7.404,19.023,18.297,13.926,22.598,0.664,0.0,0.804,0.456,1.802,1.282,0.263,3.39,6.179,18.636,7.012,0.0,0.0,9.858,10.73,13.192,10.869,10.73,14.164,18.802,0.494,0.0,1.042,0.213,3.174,1.0943,0.403,3.809,0.0,2.3754,2.026,90.47,8224.58,8692.1,1.0459,47.4,1.0,47.4,65.75,65.75,0.0,46.37,1.0,46.37,65.75,65.75,0.0,65.75,74.684,51.3495,78.0994,0.21942,1.0268,1.0,1.0184,1.0457,1.0,38.5578,0.0,0.0,11.918,31.795,7.518,19.009,18.306,14.074,22.79,0.664,0.0,0.804,0.456,1.81,1.282,0.263,3.39,6.176,18.649,7.068,0.0,0.0,9.85,10.737,13.232,10.861,10.737,14.208,18.963,0.494,0.0,1.042,0.213,3.174,1.0943,0.403,3.809,0.0,2.3754,2.026
-house027.xml,69.86,90.758,65.9085,94.3376,0.31586,1.0125,1.0,1.0266,1.0394,1.0,47.9424,0.0,0.0,15.935,41.078,7.403,25.417,23.435,14.249,25.568,0.774,0.0,0.804,0.46,0.896,1.282,0.263,1.724,10.54,26.042,6.042,0.0,0.0,16.812,14.857,11.63,16.988,14.857,11.632,19.506,3.778,0.0,1.25,0.213,1.667,1.0943,0.403,3.809,0.0,1.1877,1.013,91.72,9995.75,10484.55,1.0394,52.31,1.0,52.31,69.86,69.86,0.0,50.01,1.0,50.01,69.86,69.86,0.0,69.86,91.073,66.1243,94.6529,0.31481,1.0124,1.0,1.0265,1.0393,1.0,48.121,0.0,0.0,15.928,41.094,7.517,25.405,23.445,14.398,25.76,0.774,0.0,0.804,0.46,0.9,1.282,0.263,1.724,10.533,26.054,6.093,0.0,0.0,16.801,14.864,11.671,16.977,14.864,11.673,19.667,3.777,0.0,1.25,0.213,1.667,1.0943,0.403,3.809,0.0,1.1877,1.013
-house028.xml,65.63,117.815,78.7965,120.0581,0.29274,0.9795,1.0404,1.0,1.019,1.0,63.495,0.0,0.0,22.948,52.655,10.086,17.74,30.363,11.681,30.996,1.13,0.0,0.573,0.455,0.959,0.443,0.263,1.111,13.54,31.353,7.807,0.0,0.0,10.467,18.079,9.042,10.475,18.079,8.845,25.31,0.787,0.0,0.401,0.228,1.053,2.2561,0.0,3.809,0.0,0.92,0.0,67.91,9590.86,13858.12,1.019,46.55,1.0,46.55,65.63,65.63,0.0,45.69,1.0,45.69,65.63,65.63,0.0,65.63,118.688,79.3698,120.9403,0.29175,0.9795,1.0403,1.0,1.019,1.0,64.039,0.0,0.0,22.924,52.699,10.403,17.724,30.39,11.998,31.532,1.13,0.0,0.573,0.455,0.963,0.443,0.263,1.111,13.519,31.389,7.921,0.0,0.0,10.452,18.101,9.136,10.46,18.101,8.937,25.754,0.787,0.0,0.401,0.228,1.053,2.2561,0.0,3.809,0.0,0.92,0.0
-house029.xml,64.87,116.118,75.3165,116.1097,0.26549,0.9819,1.0183,1.0,0.9999,1.0,55.6544,0.0,0.0,22.476,52.003,8.758,35.856,29.86,15.736,31.884,0.997,0.0,1.608,0.914,1.886,2.564,0.526,3.39,14.428,30.202,3.706,0.0,0.0,23.018,17.342,6.66,23.259,17.342,9.278,26.283,0.696,0.0,2.5,0.426,2.652,2.1886,0.806,7.618,0.0,2.3754,2.026,87.0,11573.48,13304.53,0.9999,48.74,1.0,48.74,64.86,64.86,0.0,47.95,1.0,47.95,64.86,64.86,0.0,64.86,116.71,75.6881,116.7017,0.26464,0.982,1.0183,1.0,0.9999,1.0,55.9944,0.0,0.0,22.46,52.033,8.974,35.829,29.877,16.014,32.246,0.997,0.0,1.608,0.914,1.9,2.564,0.526,3.39,14.414,30.227,3.764,0.0,0.0,22.994,17.356,6.718,23.235,17.356,9.36,26.586,0.696,0.0,2.5,0.426,2.652,2.1886,0.806,7.618,0.0,2.3754,2.026
-house030.xml,62.87,139.641,88.0315,140.0129,0.30501,0.9622,1.0421,1.0,1.0027,1.0,64.1632,0.0,0.0,28.268,63.498999999999995,10.086,45.089999999999996,36.338,17.46,36.582,1.206,0.0,1.608,0.918,1.958,2.564,0.526,3.39,18.08,39.093,2.634,0.0,0.0,28.839,22.371000000000002,4.558,29.142,22.371000000000002,9.178,27.391,0.834,0.0,2.5,0.441,2.264,2.1886,0.806,7.618,0.0,2.3754,2.026,84.17,13433.45,15917.77,1.0027,49.9,1.0,49.9,62.84,62.84,0.0,49.24,1.0,49.24,62.84,62.84,0.0,62.84,140.514,88.5406,140.8874,0.30398,0.9623,1.0419,1.0,1.0027,1.0,64.6554,0.0,0.0,28.244,63.543,10.404,45.053,36.364000000000004,17.87,37.118,1.206,0.0,1.608,0.918,1.974,2.564,0.526,3.39,18.057000000000002,39.131,2.684,0.0,0.0,28.804,22.393,4.61,29.106,22.393,9.282,27.835,0.834,0.0,2.5,0.441,2.264,2.1886,0.806,7.618,0.0,2.3754,2.026
-house031.xml,56.08,211.4885,119.1348,212.4552,-0.02331,1.0067,0.9968,1.0011,1.0046,1.0,105.231,0.0,0.0,122.762,23.996,14.123,109.349,12.956,17.739,49.516,1.092,0.0,1.982,1.9449999999999998,0.983,1.772,1.052,1.235,60.601000000000006,16.459,3.004,0.0,0.0,53.911,8.886000000000001,3.773,53.952,8.886000000000001,3.322,36.082,2.989,0.0,1.369,0.689,0.282,9.0244,0.0,15.236,0.0,0.92,0.0,54.9,9122.92,16542.93,1.0046,49.91,1.0,49.91,55.98,55.98,0.0,46.7,1.0,46.7,55.98,55.98,0.0,55.98,212.3995,119.4445,213.3773,-0.02348,1.0067,0.9968,1.0011,1.0046,1.0,105.523,0.0,0.0,122.713,24.017,14.525,109.312,12.966000000000001,18.14,50.052,1.092,0.0,1.982,1.9449999999999998,0.989,1.772,1.052,1.235,60.616,16.468,3.043,0.0,0.0,53.926,8.891,3.8,53.967,8.891,3.346,36.328,2.989,0.0,1.369,0.689,0.282,9.0244,0.0,15.236,0.0,0.92,0.0
-house032.xml,74.03,130.04,98.1308,132.5481,0.27901,0.9771,1.0193,1.0235,1.0193,1.0,70.0544,0.0,0.0,26.019,61.541,8.758,41.495000000000005,34.777,16.014,32.759,0.963,0.0,1.608,0.927,0.943,2.564,0.526,1.724,17.901,41.668,7.087,0.0,0.0,28.549,23.543999999999997,12.958,28.848,23.543999999999997,12.96,25.639,5.837,0.0,2.5,0.426,1.667,2.1886,0.806,7.618,0.0,1.1877,1.013,105.75,15879.51,14731.43,1.0193,55.08,1.0,55.08,74.01,74.01,0.0,52.54,1.0,52.54,74.01,74.01,0.0,74.01,130.632,98.5384,133.1431,0.27808,0.9772,1.0192,1.0234,1.0192,1.0,70.3934,0.0,0.0,26.003,61.571,8.974,41.47,34.794,16.295,33.121,0.963,0.0,1.608,0.927,0.95,2.564,0.526,1.724,17.887,41.692,7.181,0.0,0.0,28.527,23.558,13.04,28.826,23.558,13.042,25.942,5.836,0.0,2.5,0.426,1.667,2.1886,0.806,7.618,0.0,1.1877,1.013
-house033.xml,66.25,154.086,98.8361,149.1853,0.23282,0.9529,1.0161,1.0,0.9682,1.0,80.7416,0.0,0.0,69.673,31.649,11.126,111.013,18.122,19.058,41.638,0.0,0.0,1.61,0.917,0.989,2.564,0.526,1.695,52.095,12.474,3.342,0.0,0.0,83.005,7.1419999999999995,5.725,91.782,7.1419999999999995,10.523,30.926,0.0,0.0,2.072,0.441,1.169,2.1886,0.806,7.618,0.0,1.1877,1.013,89.78,21995.7,25303.66,0.9682,49.42,1.0,49.42,66.28,66.28,0.0,49.46,1.0,49.46,66.28,66.28,0.0,66.28,154.696,99.2789,149.7921,0.23205,0.953,1.016,1.0,0.9683,1.0,81.1812,0.0,0.0,69.645,31.67,11.381,110.97,18.135,19.388,42.0,0.0,0.0,1.61,0.917,0.995,2.564,0.526,1.695,52.074,12.483,3.407,0.0,0.0,82.97399999999999,7.148,5.804,91.748,7.148,10.669,31.314,0.0,0.0,2.072,0.441,1.169,2.1886,0.806,7.618,0.0,1.1877,1.013
-house034.xml,62.85,60.158,38.9468,61.9643,0.19631,1.0133,1.0,1.0165,1.03,1.0,33.1174,0.0,0.0,18.358,5.593,9.834,29.264,3.183,17.471,24.346,2.027,0.0,0.804,0.461,0.954,1.282,0.263,1.695,9.2,3.437,4.347,0.0,0.0,14.665,1.956,7.723,16.17,1.956,10.759,19.733,2.23,0.0,1.042,0.244,1.326,1.0943,0.403,3.809,0.0,1.1877,1.013,153.51,5750.13,3636.47,1.03,55.25,1.0,55.25,63.01,63.01,0.0,50.91,1.0,50.91,63.01,63.01,0.0,63.01,60.48,39.25,62.2868,0.19534,1.0133,1.0,1.0164,1.0299,1.0,33.4048,0.0,0.0,18.342,5.6,9.973,29.239,3.186,17.65,24.538,2.027,0.0,0.804,0.461,0.958,1.282,0.263,1.695,9.186,3.443,4.398,0.0,0.0,14.643,1.959,7.784,16.145,1.959,10.844,19.993,2.23,0.0,1.042,0.244,1.326,1.0943,0.403,3.809,0.0,1.1877,1.013
-house035.xml,70.07,104.455,72.9102,104.0494,0.19795,0.9799,1.0,1.0166,0.9961,1.0,61.5082,0.0,0.0,52.48,7.905,10.91,83.583,4.856,12.619,32.114,1.046,0.0,0.805,0.427,0.961,1.282,0.263,1.111,40.138,3.337,9.031,0.0,0.0,63.926,2.05,10.446,69.3,2.05,10.219,19.89,0.514,0.0,1.075,0.263,1.099,1.0943,0.403,3.809,0.0,0.92,0.0,75.78,18413.95,24393.34,0.9961,54.93,1.0,54.93,70.0,70.0,0.0,48.8,1.0,48.8,70.0,70.0,0.0,70.0,104.786,73.0622,104.3807,0.19722,0.9799,1.0,1.0165,0.9961,1.0,61.658,0.0,0.0,52.462,7.912,11.06,83.555,4.86,12.769,32.306,1.046,0.0,0.805,0.427,0.962,1.282,0.263,1.111,40.133,3.339,9.144,0.0,0.0,63.918,2.051,10.558,69.292,2.051,10.328,19.932,0.514,0.0,1.075,0.263,1.099,1.0943,0.403,3.809,0.0,0.92,0.0
-house036.xml,75.74,115.856,86.0165,113.5103,0.19116,0.9772,0.9868,1.016,0.9798,0.9995,72.7752,0.035,0.0,61.947,10.442,8.639,98.675,6.244,15.922,33.597,1.231,0.0,0.805,0.439,0.92,1.282,0.263,1.695,34.491,6.925,2.374,0.0,0.0,54.941,4.141,4.375,60.406,4.141,9.099,27.748,14.478,0.0,1.047,0.244,1.121,1.0943,0.403,3.809,0.0,1.1877,1.013,80.59,20735.57,26262.34,0.9798,54.23,1.0,54.23,75.77,75.77,0.0,49.03,1.0,49.03,75.77,75.77,0.0,75.73,115.89,86.039,113.552,0.19047,0.9773,0.9869,1.016,0.9798,0.9995,72.7898,0.035,0.0,61.946,10.443,8.651,98.672,6.244,15.939,33.619,1.231,0.0,0.805,0.439,0.92,1.282,0.263,1.695,34.491,6.929,2.378,0.0,0.0,54.939,4.143,4.381,60.404,4.143,9.112,27.763,14.478,0.0,1.047,0.244,1.121,1.0943,0.403,3.809,0.0,1.1877,1.013
-house037.xml,67.21,113.686,77.2503,114.9444,0.19873,0.9974,1.0137,1.0,1.0111,1.0,64.929,0.0,0.0,65.001,7.964,12.927,103.526,4.935,14.647,26.963,0.831,0.0,0.805,0.424,0.981,1.282,0.263,1.111,41.254,4.725,10.056,0.0,0.0,65.705,2.928,11.394,71.229,2.928,11.146,20.804,0.411,0.0,1.075,0.263,1.099,1.0943,0.403,3.809,0.0,0.92,0.0,73.3,19336.51,26090.87,1.0111,52.66,1.0,52.66,67.18,67.18,0.0,47.52,1.0,47.52,67.18,67.18,0.0,67.18,114.312,77.6469,115.5725,0.19798,0.9974,1.0137,1.0,1.011,1.0,65.318,0.0,0.0,64.967,7.977,13.212,103.472,4.942,14.932,27.325,0.831,0.0,0.805,0.424,0.983,1.282,0.263,1.111,41.236,4.731,10.221,0.0,0.0,65.677,2.931,11.551,71.198,2.931,11.3,21.048,0.411,0.0,1.075,0.263,1.099,1.0943,0.403,3.809,0.0,0.92,0.0
-house038.xml,65.15,134.449,85.0753,130.5779,0.27971,0.9528,1.0193,1.0,0.9712,1.0,65.3924,0.0,0.0,39.277,44.977999999999994,9.683,41.249,24.833,17.233,39.235,1.276,0.0,2.2470000000000003,0.951,0.952,2.168,0.526,1.695,28.266000000000002,23.666,4.92,0.0,0.0,30.107999999999997,13.065999999999999,8.756,30.292,13.065999999999999,11.936,27.312,0.912,0.0,2.082,0.488,1.342,5.6065000000000005,0.403,7.618,0.0,1.1877,1.013,74.84,14951.15,20570.4,0.9712,48.91,1.0,48.91,65.14,65.14,0.0,48.29,1.0,48.29,65.14,65.14,0.0,65.14,135.05,85.4524,131.1762,0.27865,0.953,1.0192,1.0,0.9713,1.0,65.7314,0.0,0.0,39.257999999999996,45.004,9.915,41.232,24.848,17.534,39.597,1.276,0.0,2.248,0.951,0.958,2.168,0.526,1.695,28.256,23.676000000000002,5.075,0.0,0.0,30.099,13.072,8.975,30.283,13.072,12.235,27.533,0.912,0.0,2.082,0.488,1.342,5.6065000000000005,0.403,7.618,0.0,1.1877,1.013
-house039.xml,58.73,160.412,155.3499,159.9271,0.11099,0.9746,1.023,1.0,0.997,0.6046,112.0792,44.32,0.0,72.765,25.205000000000002,15.968,115.952,13.765,27.771,46.473,0.0,0.0,2.414,1.442,1.085,3.846,0.789,1.887,92.083,12.338000000000001,15.402,0.0,0.0,146.736,6.7379999999999995,26.786,150.466,6.7379999999999995,24.481,35.527,0.0,0.0,3.542,0.895,1.667,3.2829,1.209,11.427,0.0,1.1877,1.013,213.52,26294.6,12352.05,0.997,51.78,1.0,51.78,96.9,96.9,0.0,48.29,1.0,48.29,96.9,96.9,0.0,58.78,161.614,156.1356,161.1294,0.11016,0.9748,1.0228,1.0,0.997,0.6066,112.6612,44.32,0.0,72.705,25.235,16.496,115.857,13.779,28.469,47.177,0.0,0.0,2.415,1.443,1.093,3.846,0.789,1.887,92.04899999999999,12.353,15.758,0.0,0.0,146.683,6.744999999999999,27.195,150.41199999999998,6.744999999999999,24.855,35.975,0.0,0.0,3.542,0.895,1.667,3.2829,1.209,11.427,0.0,1.1877,1.013
-house040.xml,64.56,199.265,122.9844,190.4896,0.18853,0.956,1.0,1.0,0.956,1.0,94.9702,0.0,0.0,127.047,14.774,10.91,202.345,8.798,19.247,44.717,1.817,0.0,0.805,0.441,0.977,1.282,0.263,1.724,63.785,17.956,7.069,0.0,0.0,101.588,10.693,12.47,112.331,10.693,15.112,32.07,2.105,0.0,1.036,0.263,1.429,1.0943,0.403,3.809,0.0,1.1877,1.013,70.1,29791.54,44456.64,0.956,51.82,1.0,51.82,64.57,64.57,0.0,49.25,1.0,49.25,64.57,64.57,0.0,64.57,199.61,123.2272,190.853,0.1878,0.9561,1.0,1.0,0.9561,1.0,95.1346,0.0,0.0,127.027,14.781,11.06,202.313,8.802,19.443,44.925,1.817,0.0,0.805,0.441,0.981,1.282,0.263,1.724,63.777,17.958,7.184,0.0,0.0,101.577,10.694,12.628,112.318,10.694,15.304,32.203,2.105,0.0,1.036,0.263,1.429,1.0943,0.403,3.809,0.0,1.1877,1.013
-house041.xml,80.09,73.205,59.9891,74.9012,0.12845,1.0034,1.0089,1.0107,1.0232,1.0,48.3142,0.0,0.0,25.932,9.271,12.252,41.32,5.028,20.568,25.75,0.0,0.0,0.805,0.484,1.01,1.282,0.263,1.695,18.314,6.723,11.361,0.0,0.0,29.182,3.646,19.072,31.459,3.646,20.107,23.099,0.492,0.0,1.087,0.284,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,165.93,9796.67,5770.4,1.0232,51.09,1.0,51.09,80.03,80.03,0.0,46.19,1.0,46.19,80.03,80.03,0.0,80.03,73.827,60.4456,75.5299,0.12788,1.0034,1.0088,1.0107,1.0231,1.0,48.667,0.0,0.0,25.901,9.288,12.526,41.269,5.037,20.923,26.112,0.0,0.0,0.805,0.484,1.015,1.282,0.263,1.695,18.297,6.734,11.573,0.0,0.0,29.153,3.652,19.33,31.428,3.652,20.379,23.35,0.492,0.0,1.087,0.284,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
-house042.xml,90.76,116.72,105.678,116.4333,0.22186,0.9825,1.0153,1.0,0.9975,1.0,78.358,0.0,0.0,50.454,23.275,11.126,80.393,13.395,19.393,31.865,0.0,0.0,0.805,0.456,0.989,1.282,0.263,1.724,51.909,18.764,8.149,0.0,0.0,82.712,10.799,14.204,83.58,10.799,15.274,26.855,0.0,0.0,1.25,0.263,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013,112.23,21450.36,19160.58,0.9975,47.62,1.0,47.62,90.64,90.64,0.0,47.62,1.0,47.62,90.64,90.64,0.0,90.64,117.332,106.093,117.0449,0.22105,0.9826,1.0153,1.0,0.9976,1.0,78.6864,0.0,0.0,50.427,23.297,11.381,80.349,13.407,19.724,32.227,0.0,0.0,0.805,0.456,0.995,1.282,0.263,1.724,51.894,18.776,8.347,0.0,0.0,82.686,10.805,14.467,83.554,10.805,15.556,27.076,0.0,0.0,1.25,0.263,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013
-house043.xml,-7.81,52.322,21.6341,54.1458,0.29982,1.0349,1.0,1.0,1.0349,-0.1954,20.687,24.73,0.0,12.809,6.172,10.343,12.688,3.298,12.032,20.737,2.261,0.0,0.447,0.491,0.955,0.443,0.263,1.111,1.164,2.687,2.286,0.0,0.0,1.153,1.436,2.659,1.154,1.436,2.601,14.706,0.791,0.0,0.385,0.55,0.295,2.2561,0.0,3.809,0.0,0.92,0.0,0.77,34.26,4284.31,1.0349,54.08,1.0,54.08,39.98,39.98,1.0,49.12,1.0,49.12,39.98,39.98,1.0,-7.49,52.653,21.7797,54.4798,0.29846,1.0347,1.0,1.0,1.0347,-0.1874,20.827,24.73,0.0,12.794,6.182,10.487,12.677,3.303,12.177,20.929,2.261,0.0,0.447,0.491,0.957,0.443,0.263,1.111,1.171,2.691,2.299,0.0,0.0,1.16,1.438,2.67,1.161,1.438,2.612,14.827,0.791,0.0,0.385,0.55,0.295,2.2561,0.0,3.809,0.0,0.92,0.0
-house044.xml,69.26,43.348,31.6916,45.7587,0.17014,1.0658,0.9765,1.0143,1.0556,1.0,27.7366,0.0,0.0,18.834,3.836,6.474,29.999,2.269,8.171,13.861,0.343,0.0,0.805,0.444,0.88,1.282,0.263,1.111,14.433,2.703,4.493,0.0,0.0,22.988,1.599,5.67,25.275,1.599,5.547,9.54,0.523,0.0,1.047,0.263,1.053,1.0943,0.403,3.809,0.0,0.92,0.0,70.65,7624.24,10223.64,1.0556,52.26,1.0,52.26,69.33,69.33,0.0,47.18,1.0,47.18,69.33,69.33,0.0,69.33,43.078,31.5222,45.4642,0.16948,1.0655,0.9766,1.0142,1.0554,1.0,27.5796,0.0,0.0,18.847,3.829,6.348,30.019,2.265,8.046,13.711,0.343,0.0,0.805,0.444,0.877,1.282,0.263,1.111,14.442,2.698,4.449,0.0,0.0,23.002,1.596,5.639,25.29,1.596,5.516,9.411,0.523,0.0,1.047,0.263,1.053,1.0943,0.403,3.809,0.0,0.92,0.0
-house045.xml,88.05,184.755,156.1473,177.3377,0.22078,0.9415,1.0305,0.9893,0.9599,1.0,127.2368,0.0,0.0,74.229,49.148,11.856,58.423,27.576,19.966,49.522,0.0,0.0,0.563,0.468,2.012,0.443,0.263,3.39,62.752,35.617,13.784,0.0,0.0,49.39,19.984,23.214,49.427,19.984,32.34,39.51,4.484,0.0,0.401,0.228,2.652,2.2561,0.0,3.809,0.0,2.3754,2.026,98.57,25904.52,27378.94,0.9599,50.82,1.0,50.82,88.07,88.07,0.0,49.03,1.0,49.03,88.07,88.07,0.0,88.07,185.643,156.9599,178.2175,0.21996,0.9417,1.0304,0.9894,0.96,1.0,127.9354,0.0,0.0,74.194,49.183,12.21,58.399,27.596,20.428,50.057,0.0,0.0,0.563,0.468,2.026,0.443,0.263,3.39,62.734,35.629,14.278,0.0,0.0,49.379,19.991,23.89,49.416,19.991,33.284,39.834,4.484,0.0,0.401,0.228,2.652,2.2561,0.0,3.809,0.0,2.3754,2.026
-house046.xml,-3.11,134.702,48.5387,134.0288,0.28137,0.9895,1.0194,0.9864,0.995,-0.0859,47.337,51.401,0.0,76.572,13.512,12.647,70.97,7.548,14.281,28.825,3.146,0.0,0.478,0.47,0.963,0.443,0.263,1.087,16.06,2.782,9.225,0.0,0.0,14.885,1.554,10.417,14.896,1.554,10.417,17.423,3.049,0.0,0.305,0.141,1.132,2.2561,0.0,3.809,0.0,0.92,0.0,10.38,3173.38,30740.26,0.995,50.22,1.0,50.22,36.24,36.24,1.0,46.35,1.0,46.35,36.24,36.24,1.0,-2.9,135.325,48.7988,134.6511,0.28037,0.9895,1.0193,0.9865,0.995,-0.0801,47.59,51.401,0.0,76.538,13.527,12.927,70.944,7.557,14.562,29.187,3.146,0.0,0.478,0.47,0.965,0.443,0.263,1.087,16.051,2.785,9.356,0.0,0.0,14.878,1.556,10.539,14.889,1.556,10.539,17.558,3.049,0.0,0.305,0.141,1.132,2.2561,0.0,3.809,0.0,0.92,0.0
-house047.xml,61.88,84.996,52.8258,85.3743,0.21715,0.9865,1.0,1.0182,1.0045,1.0,42.1056,0.0,0.0,32.38,10.691,10.343,51.597,5.947,12.045,30.496,1.086,0.0,0.805,0.472,0.954,1.282,0.263,1.111,25.741,3.506,2.375,0.0,0.0,41.018,1.95,2.766,44.97,1.95,2.706,20.832,0.372,0.0,1.053,0.263,0.295,1.0943,0.403,3.809,0.0,0.92,0.0,157.46,10410.69,6582.18,1.0045,57.41,1.0,57.41,61.8,61.8,0.0,52.34,1.0,52.34,61.8,61.8,0.0,61.8,85.34,52.9766,85.7181,0.21616,0.9865,1.0,1.0181,1.0044,1.0,42.2102,0.0,0.0,32.363,10.7,10.487,51.569,5.95,12.189,30.704,1.086,0.0,0.805,0.472,0.956,1.282,0.263,1.111,25.753,3.507,2.394,0.0,0.0,41.036,1.95,2.782,44.99,1.95,2.722,20.951,0.372,0.0,1.053,0.263,0.295,1.0943,0.403,3.809,0.0,0.92,0.0
-house048.xml,65.42,102.428,71.0169,108.5587,0.34683,1.0297,1.0,1.0293,1.0599,1.0,46.3276,0.0,0.0,1.956,70.164,5.507,3.118,38.188,10.78,24.2,0.601,0.0,0.804,0.482,0.881,1.282,0.263,1.724,0.478,46.483,3.705,0.0,0.0,0.762,25.299,7.252,0.77,25.299,7.516,19.564,0.787,0.0,1.25,0.244,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,81.46,6708.43,7769.79,1.0599,52.09,1.0,52.09,65.43,65.43,0.0,48.06,1.0,48.06,65.43,65.43,0.0,65.43,102.749,71.241,108.8811,0.34585,1.0296,1.0,1.0292,1.0597,1.0,46.4756,0.0,0.0,1.952,70.187,5.601,3.113,38.2,10.903,24.408,0.601,0.0,0.804,0.482,0.886,1.282,0.263,1.724,0.477,46.502,3.748,0.0,0.0,0.76,25.309,7.297,0.768,25.309,7.562,19.727,0.787,0.0,1.25,0.244,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
-house049.xml,53.15,43.995,24.6179,46.3152,0.22961,1.0494,0.9842,1.0193,1.0527,1.0,22.9158,0.0,0.0,13.842,3.565,7.962,9.928,1.871,15.864,17.257,1.369,0.0,0.618,0.5,0.851,0.443,0.263,1.695,5.087,1.284,3.115,0.0,0.0,3.648,0.674,6.207,3.651,0.674,8.647,12.98,2.152,0.0,0.383,0.19,1.326,2.2561,0.0,3.809,0.0,1.1877,1.013,89.97,2609.27,2754.86,1.0527,49.53,1.0,49.53,53.16,53.16,0.0,44.9,1.0,44.9,53.16,53.16,0.0,53.16,44.025,24.6318,46.3344,0.22841,1.0492,0.9842,1.0192,1.0525,1.0,22.9284,0.0,0.0,13.84,3.565,7.974,9.927,1.871,15.879,17.277,1.369,0.0,0.617,0.5,0.851,0.443,0.263,1.695,5.086,1.284,3.118,0.0,0.0,3.648,0.674,6.21,3.651,0.674,8.651,12.991,2.152,0.0,0.383,0.19,1.326,2.2561,0.0,3.809,0.0,1.1877,1.013
-house050.xml,103.08,65.933,69.107,67.0422,0.17427,1.0047,1.012,1.0,1.0168,1.0,60.4084,0.0,0.0,20.245,6.092,11.647,32.253,3.469,20.167,26.903,1.046,0.0,0.805,0.461,0.996,1.282,0.263,1.724,6.304,5.908,8.617,0.0,0.0,10.042,3.364,14.92,11.01,3.364,15.463,22.559,25.72,0.0,1.053,0.263,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,185.02,7567.01,4022.07,1.0168,54.98,1.0,54.98,102.73,102.73,0.0,50.96,1.0,50.96,102.73,102.73,0.0,102.73,66.541,69.5033,67.6542,0.17331,1.0047,1.012,1.0,1.0167,1.0,60.7332,0.0,0.0,20.215,6.104,11.911,32.204,3.475,20.509,27.265,1.046,0.0,0.805,0.461,1.001,1.282,0.263,1.724,6.291,5.92,8.737,0.0,0.0,10.022,3.37,15.045,10.988,3.37,15.592,22.835,25.72,0.0,1.053,0.263,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
-house051.xml,54.7,44.911,25.1687,46.016,0.18074,1.0246,1.0,1.0,1.0246,1.0,24.7684,0.0,0.0,10.306,3.57,9.834,7.586,1.89,17.445,20.431,0.77,0.0,0.602,0.496,0.955,0.443,0.263,1.695,4.977,0.635,2.088,0.0,0.0,3.663,0.336,3.705,3.666,0.336,8.246,16.33,1.139,0.0,0.253,0.112,1.098,2.2561,0.0,3.809,0.0,1.1877,1.013,90.95,2677.59,2873.32,1.0246,52.21,1.0,52.21,54.67,54.67,0.0,48.23,1.0,48.23,54.67,54.67,0.0,54.67,45.234,25.3342,46.3412,0.17982,1.0245,1.0,1.0,1.0245,1.0,24.9344,0.0,0.0,10.291,3.577,9.973,7.575,1.894,17.625,20.623,0.77,0.0,0.602,0.496,0.959,0.443,0.263,1.695,4.971,0.636,2.111,0.0,0.0,3.659,0.337,3.732,3.662,0.337,8.306,16.476,1.139,0.0,0.253,0.112,1.098,2.2561,0.0,3.809,0.0,1.1877,1.013
-house052.xml,57.87,43.6,26.7358,46.2008,0.19731,1.0424,1.0,1.0165,1.0597,1.0,26.191,0.0,0.0,12.222,2.157,10.206,8.866,1.051,11.924,18.358,0.657,0.0,0.611,0.539,0.951,0.443,0.263,1.111,5.234,0.269,7.182,0.0,0.0,3.797,0.131,8.39,3.8,0.131,8.208,12.791,1.26,0.0,0.31,0.168,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,59.03,1757.08,2808.87,1.0597,52.55,1.0,52.55,57.77,57.77,0.0,49.89,1.0,49.89,57.77,57.77,0.0,57.77,43.925,26.8818,46.5308,0.19626,1.0422,1.0,1.0165,1.0593,1.0,26.329,0.0,0.0,12.206,2.163,10.349,8.856,1.054,12.066,18.55,0.657,0.0,0.61,0.539,0.953,0.443,0.263,1.111,5.228,0.269,7.221,0.0,0.0,3.793,0.131,8.419,3.796,0.131,8.236,12.904,1.26,0.0,0.31,0.168,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-house053.xml,71.33,65.454,47.5335,66.6428,0.17471,1.006,1.0121,1.0,1.0182,1.0,38.1138,0.0,0.0,20.483,5.856,11.647,32.63,3.352,20.172,26.588,0.88,0.0,0.805,0.459,0.995,1.282,0.263,1.724,13.1,3.134,8.28,0.0,0.0,20.869,1.794,14.341,22.497,1.794,14.863,22.06,0.959,0.0,1.087,0.263,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,181.32,7372.66,3993.65,1.0182,54.75,1.0,54.75,71.23,71.23,0.0,50.71,1.0,50.71,71.23,71.23,0.0,71.23,66.063,47.9053,67.2561,0.17375,1.006,1.012,1.0,1.0181,1.0,38.4294,0.0,0.0,20.453,5.868,11.911,32.583,3.358,20.513,26.951,0.88,0.0,0.805,0.459,1.001,1.282,0.263,1.724,13.079,3.144,8.361,0.0,0.0,20.835,1.799,14.399,22.461,1.799,14.923,22.363,0.959,0.0,1.087,0.263,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
-house054.xml,62.4,179.021,114.3261,183.2164,0.34794,0.9487,1.048,1.0294,1.0234,1.0,77.3846,0.0,0.0,3.527,129.942,7.482,5.623,70.987,13.163,36.585,1.485,0.0,1.609,0.961,0.963,2.564,0.526,1.695,1.2189999999999999,82.169,1.787,0.0,0.0,1.944,44.888,3.144,1.964,44.888,6.331,27.63,1.521,0.0,2.5,0.488,1.132,2.1886,0.806,7.618,0.0,1.1877,1.013,70.89,9886.91,13626.93,1.0234,50.93,1.0,50.93,62.46,62.46,0.0,46.9,1.0,46.9,62.46,62.46,0.0,62.46,179.87,114.9733,184.0742,0.34699,0.9488,1.0479,1.0293,1.0234,1.0,78.0094,0.0,0.0,3.52,130.001,7.744,5.611,71.021,13.504,37.12,1.485,0.0,1.608,0.961,0.972,2.564,0.526,1.695,1.213,82.219,1.84,0.0,0.0,1.9340000000000002,44.917,3.209,1.9540000000000002,44.917,6.462,28.179,1.521,0.0,2.5,0.488,1.132,2.1886,0.806,7.618,0.0,1.1877,1.013
-house055.xml,61.76,99.763,65.4721,106.0174,0.35355,1.0319,1.0,1.0298,1.0627,1.0,45.935,0.0,0.0,1.978,69.38,5.507,3.153,37.66,10.52,22.087,0.811,0.0,0.804,0.484,0.887,1.282,0.263,1.695,0.908,43.539,1.662,0.0,0.0,1.448,23.633,3.175,1.463,23.633,5.836,18.338,1.025,0.0,1.25,0.228,1.169,1.0943,0.403,3.809,0.0,1.1877,1.013,73.93,6064.59,7719.03,1.0627,49.99,1.0,49.99,61.86,61.86,0.0,46.08,1.0,46.08,61.86,61.86,0.0,61.86,100.067,65.7711,106.3233,0.35261,1.0318,1.0,1.0298,1.0625,1.0,46.227,0.0,0.0,1.975,69.401,5.601,3.148,37.673,10.642,22.279,0.811,0.0,0.804,0.484,0.892,1.282,0.263,1.695,0.905,43.557,1.69,0.0,0.0,1.443,23.644,3.21,1.458,23.644,5.901,18.594,1.025,0.0,1.25,0.228,1.169,1.0943,0.403,3.809,0.0,1.1877,1.013
-house056.xml,63.52,72.955,46.8597,73.776,0.20896,0.9969,1.0144,1.0,1.0113,1.0,40.8068,0.0,0.0,24.968,6.417,11.647,39.801,3.679,19.833,28.855,1.068,0.0,1.614,0.458,0.995,2.564,0.263,1.695,13.725999999999999,3.375,3.419,0.0,0.0,21.873,1.935,5.823,23.567,1.935,11.724,23.658,2.681,0.0,2.469,0.263,1.132,2.1886,0.806,3.809,0.0,1.1877,1.013,163.69,7277.28,4396.28,1.0113,54.13,1.0,54.13,63.71,63.71,0.0,50.01,1.0,50.01,63.71,63.71,0.0,63.71,73.562,47.3923,74.3856,0.2079,0.9969,1.0143,1.0,1.0112,1.0,41.3426,0.0,0.0,24.937,6.428,11.911,39.751000000000005,3.685,20.177,29.218,1.068,0.0,1.614,0.458,1.001,2.564,0.263,1.695,13.699,3.386,3.491,0.0,0.0,21.830000000000002,1.941,5.914,23.52,1.941,11.908,24.135,2.681,0.0,2.469,0.263,1.132,2.1886,0.806,3.809,0.0,1.1877,1.013
-house057.xml,103.88,57.191,60.3017,58.0485,0.16821,1.015,1.0,1.0,1.015,1.0,54.3702,0.0,0.0,18.034,5.017,9.834,28.728,2.868,11.543,23.574,0.732,0.0,0.805,0.459,0.947,1.282,0.263,1.111,6.546,6.42,2.819,0.0,0.0,10.427,3.67,3.309,11.497,3.67,3.237,18.831,25.686,0.0,1.042,0.263,0.357,1.0943,0.403,3.809,0.0,0.92,0.0,150.45,5319.79,3483.74,1.015,56.1,1.0,56.1,103.62,103.62,0.0,53.36,1.0,53.36,103.62,103.62,0.0,103.62,57.512,60.4827,58.3698,0.16735,1.0149,1.0,1.0,1.0149,1.0,54.548,0.0,0.0,18.018,5.023,9.973,28.703,2.87,11.682,23.766,0.732,0.0,0.805,0.459,0.949,1.282,0.263,1.111,6.538,6.427,2.841,0.0,0.0,10.414,3.672,3.328,11.483,3.672,3.256,18.991,25.686,0.0,1.042,0.263,0.357,1.0943,0.403,3.809,0.0,0.92,0.0
-house058.xml,64.44,127.654,83.321,129.2916,0.34633,0.9892,1.0239,1.0,1.0128,1.0,57.1312,0.0,0.0,3.475,88.635,6.504,5.54,48.714,12.226,28.075,0.965,0.0,0.804,0.478,0.917,1.282,0.263,1.724,1.198,54.574,5.477,0.0,0.0,1.91,29.994,10.296,1.93,29.994,10.671,21.089,0.982,0.0,1.25,0.244,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,78.94,7876.92,9852.05,1.0128,51.67,1.0,51.67,64.52,64.52,0.0,47.91,1.0,47.91,64.52,64.52,0.0,64.52,128.229,83.7972,129.8696,0.34539,0.9892,1.0238,1.0,1.0128,1.0,57.5302,0.0,0.0,3.469,88.675,6.683,5.531,48.738,12.458,28.437,0.965,0.0,0.804,0.478,0.925,1.282,0.263,1.724,1.194,54.601,5.62,0.0,0.0,1.904,30.01,10.476,1.924,30.01,10.857,21.4,0.982,0.0,1.25,0.244,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
-house059.xml,53.29,35.402,20.2928,38.082,0.19584,1.0728,0.9865,1.0164,1.0757,1.0,18.0734,0.0,0.0,7.775,3.266,7.962,5.701,1.677,15.019,15.983,0.416,0.0,0.604,0.511,0.899,0.443,0.263,1.695,3.108,1.001,2.003,0.0,0.0,2.279,0.514,3.779,2.281,0.514,6.946,14.053,0.127,0.0,0.273,0.19,1.169,2.2561,0.0,3.809,0.0,1.1877,1.013,102.19,2388.9,2173.26,1.0757,50.97,1.0,50.97,53.34,53.34,0.0,46.66,1.0,46.66,53.34,53.34,0.0,53.34,35.433,20.3221,38.1018,0.19489,1.0725,0.9866,1.0163,1.0753,1.0,18.1026,0.0,0.0,7.773,3.267,7.974,5.7,1.678,15.034,16.003,0.416,0.0,0.604,0.511,0.899,0.443,0.263,1.695,3.108,1.001,2.005,0.0,0.0,2.279,0.514,3.78,2.281,0.514,6.949,14.081,0.127,0.0,0.273,0.19,1.169,2.2561,0.0,3.809,0.0,1.1877,1.013
-house060.xml,70.58,115.917,82.7178,117.2007,0.23867,0.9788,1.0329,1.0,1.0111,1.0,59.9588,0.0,0.0,31.906,37.38,11.155,50.849999999999994,20.994999999999997,19.445,35.477,0.0,0.0,1.608,0.935,0.989,2.564,0.526,1.724,26.722,21.238999999999997,7.846,0.0,0.0,42.589,11.929,13.677,43.036,11.929,13.679,26.911,0.0,0.0,2.5,0.488,1.667,2.1886,0.806,7.618,0.0,1.1877,1.013,86.03,15656.1,18000.13,1.0111,47.69,1.0,47.69,70.52,70.52,0.0,46.94,1.0,46.94,70.52,70.52,0.0,70.52,116.802,83.2775,118.0907,0.23776,0.9789,1.0328,1.0,1.011,1.0,60.4416,0.0,0.0,31.878,37.418,11.494,50.803,21.017,19.887,36.013,0.0,0.0,1.608,0.935,0.996,2.564,0.526,1.724,26.695,21.267000000000003,7.961,0.0,0.0,42.545,11.945,13.774,42.991,11.945,13.776,27.355,0.0,0.0,2.5,0.488,1.667,2.1886,0.806,7.618,0.0,1.1877,1.013
-house061.xml,63.73,29.307,19.9038,31.2327,0.20526,1.0782,0.9717,1.0172,1.0657,1.0,19.0252,0.0,0.0,4.706,3.503,6.94,7.5,2.091,8.251,13.826,0.332,0.0,0.804,0.44,0.914,1.282,0.263,1.087,4.488,1.37,4.736,0.0,0.0,7.153,0.818,5.631,7.842,0.818,5.631,9.127,0.182,0.0,1.053,0.244,1.144,1.0943,0.403,3.809,0.0,0.92,0.0,83.53,2882.71,3238.45,1.0657,53.86,1.0,53.86,63.4,63.4,0.0,50.73,1.0,50.73,63.4,63.4,0.0,63.4,27.804,18.7894,29.6351,0.20572,1.0784,0.9716,1.0173,1.0659,1.0,17.8754,0.0,0.0,4.729,3.485,5.783,7.536,2.082,7.094,13.475,0.332,0.0,0.805,0.439,0.886,1.282,0.263,1.087,4.499,1.364,3.795,0.0,0.0,7.17,0.815,4.655,7.861,0.815,4.655,8.949,0.182,0.0,1.053,0.244,1.144,1.0943,0.403,3.809,0.0,0.92,0.0
-house062.xml,73.62,40.333,31.5941,42.9155,0.24702,1.0792,0.9659,1.0208,1.064,1.0,27.967,0.0,0.0,9.346,10.008,6.217,7.786,5.674,7.511,14.762,0.0,0.0,0.532,0.463,0.9,0.443,0.263,1.087,10.237,6.747,4.79,0.0,0.0,8.529,3.825,5.787,8.535,3.825,5.787,9.82,0.0,0.0,0.416,0.244,1.053,2.2561,0.0,3.809,0.0,0.92,0.0,75.08,4964.97,6214.58,1.064,46.96,1.0,46.96,73.74,73.74,0.0,47.65,1.0,47.65,73.74,73.74,0.0,73.74,38.942,30.5558,41.4399,0.24746,1.0793,0.9659,1.0208,1.0641,1.0,26.919,0.0,0.0,9.366,9.983,5.181,7.8,5.66,6.475,14.412,0.0,0.0,0.532,0.463,0.87,0.443,0.263,1.087,10.25,6.734,3.947,0.0,0.0,8.537,3.818,4.933,8.543,3.818,4.933,9.624,0.0,0.0,0.416,0.244,1.053,2.2561,0.0,3.809,0.0,0.92,0.0
-house063.xml,85.94,92.543,79.9891,93.0788,0.26215,1.0022,0.9819,1.022,1.0058,1.0,58.8442,0.0,0.0,16.348,43.365,6.005,26.074,24.377,12.437,25.998,0.827,0.0,0.804,0.467,0.832,1.282,0.263,1.724,13.08,33.405,4.245,0.0,0.0,20.861,18.778,8.793,21.08,18.778,9.455,20.825,8.434,0.0,1.25,0.213,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013,110.19,11716.34,10571.32,1.0058,49.33,1.0,49.33,85.93,85.93,0.0,47.65,1.0,47.65,85.93,85.93,0.0,85.93,92.573,80.0099,93.1072,0.26124,1.0022,0.982,1.022,1.0058,1.0,58.8626,0.0,0.0,16.347,43.366,6.015,26.073,24.378,12.45,26.018,0.827,0.0,0.804,0.467,0.833,1.282,0.263,1.724,13.079,33.406,4.249,0.0,0.0,20.86,18.779,8.795,21.079,18.779,9.457,20.842,8.434,0.0,1.25,0.213,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013
-house064.xml,76.04,77.054,61.0493,80.289,0.28704,1.038,0.9802,1.0242,1.042,1.0,44.0682,0.0,0.0,14.282,34.851,6.005,22.778,19.564,12.137,21.386,0.53,0.0,0.804,0.468,0.839,1.282,0.263,1.695,10.288,25.467,3.937,0.0,0.0,16.408,14.296,7.956,16.58,14.296,8.388,16.796,4.562,0.0,1.25,0.213,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,98.88,9044.47,8778.44,1.042,54.75,1.0,54.75,76.04,76.04,0.0,51.54,1.0,51.54,76.04,76.04,0.0,76.04,77.085,61.0672,80.3107,0.28612,1.0378,0.9803,1.0241,1.0418,1.0,44.085,0.0,0.0,14.281,34.853,6.015,22.776,19.565,12.149,21.406,0.53,0.0,0.804,0.468,0.839,1.282,0.263,1.695,10.287,25.467,3.939,0.0,0.0,16.407,14.296,7.955,16.579,14.296,8.387,16.813,4.561,0.0,1.25,0.213,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
-house065.xml,82.7,100.57,86.2351,104.2752,0.26299,0.9963,1.0181,1.0221,1.0368,1.0,63.725,0.0,0.0,16.371,45.478,8.758,26.113,26.179,16.009,28.918,1.045,0.0,0.804,0.456,0.943,1.282,0.263,1.724,14.125,34.039,6.2,0.0,0.0,22.531,19.594,11.333,22.767,19.594,12.187,24.013,7.858,0.0,1.25,0.213,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013,106.74,12886.96,11644.1,1.0368,47.86,1.0,47.86,82.6,82.6,0.0,47.04,1.0,47.04,82.6,82.6,0.0,82.6,101.163,86.6259,104.8772,0.26209,0.9963,1.0181,1.022,1.0367,1.0,64.0594,0.0,0.0,16.356,45.508,8.974,26.088,26.196,16.289,29.28,1.045,0.0,0.804,0.456,0.95,1.282,0.263,1.724,14.111,34.062,6.281,0.0,0.0,22.507,19.607,11.401,22.743,19.607,12.26,24.316,7.856,0.0,1.25,0.213,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013
-house066.xml,75.84,74.964,59.6934,78.7086,0.27018,1.0266,1.0,1.0227,1.05,1.0,49.279,0.0,0.0,11.885,33.155,7.403,9.346,18.944,8.983,21.727,0.794,0.0,0.563,0.459,0.916,0.443,0.263,1.111,7.83,22.814,5.519,0.0,0.0,6.157,13.035,6.697,6.162,13.035,6.551,17.639,5.892,0.0,0.379,0.228,1.053,2.2561,0.0,3.809,0.0,0.92,0.0,77.73,7335.86,8988.32,1.05,46.12,1.0,46.12,75.8,75.8,0.0,44.86,1.0,44.86,75.8,75.8,0.0,75.8,75.278,59.8974,79.0244,0.2692,1.0265,1.0,1.0226,1.0498,1.0,49.474,0.0,0.0,11.877,33.171,7.517,9.341,18.955,9.098,21.919,0.794,0.0,0.563,0.459,0.918,0.443,0.263,1.111,7.824,22.824,5.56,0.0,0.0,6.153,13.042,6.729,6.158,13.042,6.583,17.799,5.891,0.0,0.379,0.228,1.053,2.2561,0.0,3.809,0.0,0.92,0.0
-house067.xml,65.14,88.98,60.145,92.3325,0.30377,1.0118,1.0,1.0256,1.0377,1.0,43.441,0.0,0.0,15.139,40.036,7.403,24.147,22.852,13.938,25.598,0.804,0.0,0.804,0.46,0.9,1.282,0.263,1.695,9.811,27.343,2.953,0.0,0.0,15.649,15.607,5.559,15.813,15.607,7.745,19.46,0.578,0.0,1.25,0.213,1.326,1.0943,0.403,3.809,0.0,1.1877,1.013,84.02,8949.77,10264.63,1.0377,48.74,1.0,48.74,65.13,65.13,0.0,47.97,1.0,47.97,65.13,65.13,0.0,65.13,89.294,60.3399,92.6471,0.30277,1.0117,1.0,1.0255,1.0376,1.0,43.6204,0.0,0.0,15.131,40.052,7.517,24.135,22.862,14.086,25.79,0.804,0.0,0.804,0.46,0.904,1.282,0.263,1.695,9.803,27.354,2.983,0.0,0.0,15.637,15.614,5.59,15.801,15.614,7.788,19.621,0.578,0.0,1.25,0.213,1.326,1.0943,0.403,3.809,0.0,1.1877,1.013
-house068.xml,79.74,121.872,94.7607,118.8303,0.26333,0.975,1.0,1.0,0.975,1.0,70.297,0.0,0.0,24.499000000000002,56.336999999999996,7.403,39.075,31.863999999999997,14.255,32.66,0.973,0.0,1.608,0.927,0.895,2.564,0.526,1.724,17.119,36.717,5.24,0.0,0.0,27.304000000000002,20.765,10.09,27.591,20.765,10.85,26.736,8.949,0.0,2.5,0.426,1.563,2.1886,0.806,7.618,0.0,1.1877,1.013,104.54,14175.25,13907.11,0.975,49.98,1.0,49.98,79.71,79.71,0.0,48.93,1.0,48.93,79.71,79.71,0.0,79.71,122.185,94.9703,119.1458,0.26243,0.9751,1.0,1.0,0.9751,1.0,70.4748,0.0,0.0,24.490000000000002,56.352999999999994,7.517,39.063,31.874000000000002,14.403,32.852,0.973,0.0,1.608,0.927,0.9,2.564,0.526,1.724,17.111,36.73,5.285,0.0,0.0,27.292,20.773,10.126,27.579,20.773,10.889,26.896,8.949,0.0,2.5,0.426,1.563,2.1886,0.806,7.618,0.0,1.1877,1.013
-house069.xml,77.02,113.433,86.4589,112.2587,0.28791,0.9896,1.0,1.0,0.9896,1.0,62.0596,0.0,0.0,25.281,51.315,7.403,40.324,29.005,13.978,29.127,0.307,0.0,0.804,0.464,0.898,1.282,0.263,1.695,18.359,34.931,5.252,0.0,0.0,29.283,19.744,9.917,29.59,19.744,10.455,22.824,5.093,0.0,1.25,0.213,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,103.47,13096.06,12789.54,0.9896,56.86,1.0,56.86,76.99,76.99,0.0,54.5,1.0,54.5,76.99,76.99,0.0,76.99,113.746,86.6679,112.5723,0.28698,0.9897,1.0,1.0,0.9897,1.0,62.2364,0.0,0.0,25.272,51.331,7.517,40.311,29.014,14.126,29.319,0.307,0.0,0.804,0.464,0.902,1.282,0.263,1.695,18.351,34.943,5.295,0.0,0.0,29.271,19.751,9.95,29.578,19.751,10.49,22.986,5.093,0.0,1.25,0.213,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
-house070.xml,43.48,184.716,76.1745,175.1987,0.21039,0.9349,1.0145,1.0,0.9485,1.0,69.523,0.0,0.0,88.752,29.112,11.506,71.231,16.227,13.205,53.221,2.125,0.0,0.552,0.471,0.968,0.443,0.263,1.111,27.027,5.255,8.096,0.0,0.0,21.692,2.929,9.292,21.708,2.929,9.09,35.332,0.464,0.0,0.233,0.126,1.075,2.2561,0.0,3.809,0.0,0.92,0.0,45.34,7816.12,18175.14,0.9485,52.24,1.0,52.24,43.48,43.48,1.0,48.34,1.0,48.34,43.48,43.48,1.0,43.48,185.326,76.448,175.8176,0.20948,0.9352,1.0145,1.0,0.9487,1.0,69.78,0.0,0.0,88.722,29.129,11.767,71.21,16.237,13.467,53.583,2.125,0.0,0.552,0.471,0.971,0.443,0.263,1.111,27.017,5.258,8.174,0.0,0.0,21.685,2.931,9.355,21.701,2.931,9.152,35.534,0.464,0.0,0.233,0.126,1.075,2.2561,0.0,3.809,0.0,0.92,0.0
-house071.xml,73.61,59.057,45.8169,62.2468,0.20561,1.0361,1.0,1.0172,1.054,1.0,41.1352,0.0,0.0,19.805,9.966,9.715,17.112000000000002,5.416,11.404,19.009,0.562,0.0,1.408,0.483,0.947,1.725,0.263,1.111,21.722,4.061,7.21,0.0,0.0,18.825,2.207,8.464,18.892999999999997,2.207,8.28,12.435,0.389,0.0,1.6059999999999999,0.228,1.075,3.3504,0.403,3.809,0.0,0.92,0.0,76.12,4888.66,6093.11,1.054,53.12,1.0,53.12,73.49,73.49,0.0,48.9,1.0,48.9,73.49,73.49,0.0,73.49,59.382,45.9883,62.5753,0.20473,1.036,1.0,1.0172,1.0538,1.0,41.2998,0.0,0.0,19.790999999999997,9.976,9.853,17.101,5.421,11.541,19.201,0.562,0.0,1.407,0.483,0.949,1.725,0.263,1.111,21.709999999999997,4.065,7.264,0.0,0.0,18.817,2.209,8.509,18.885,2.209,8.324,12.56,0.389,0.0,1.6059999999999999,0.228,1.075,3.3504,0.403,3.809,0.0,0.92,0.0
-house072.xml,59.28,133.839,77.974,131.5387,0.23182,0.9797,0.984,1.0195,0.9828,1.0,63.9972,0.0,0.0,89.529,1.635,10.436,141.68099999999998,1.261,18.716,31.108,1.131,0.0,1.112,0.34,0.961,1.725,0.263,1.724,50.759,0.513,5.285,0.0,0.0,80.279,0.396,9.478,88.185,0.396,11.486,20.825,0.592,0.0,2.04,0.244,1.429,3.3504,0.403,3.809,0.0,1.1877,1.013,138.33,16158.64,11885.49,0.9828,49.27,1.0,49.27,59.27,59.27,0.0,48.68,1.0,48.68,59.27,59.27,0.0,59.27,133.871,77.9842,131.5778,0.23105,0.9798,0.9841,1.0194,0.9829,1.0,64.0056,0.0,0.0,89.526,1.635,10.451,141.67700000000002,1.261,18.734,31.128,1.131,0.0,1.112,0.34,0.962,1.725,0.263,1.724,50.757999999999996,0.513,5.286,0.0,0.0,80.27799999999999,0.396,9.475,88.184,0.396,11.483,20.835,0.592,0.0,2.04,0.244,1.429,3.3504,0.403,3.809,0.0,1.1877,1.013
-house073.xml,30.27,225.797,109.628,215.1217,0.16777,0.9418,1.0116,1.0,0.9527,0.594,88.7524,36.031,0.0,119.801,31.246000000000002,11.506,104.589,17.529,26.442,60.75,2.494,0.0,1.903,0.9359999999999999,0.989,2.136,0.526,2.273,24.844,23.29,14.46,0.0,0.0,23.570999999999998,13.065999999999999,33.23,24.397,13.065999999999999,31.9,43.986,3.049,0.0,1.4409999999999998,0.429,1.389,5.6065000000000005,0.403,7.618,0.0,1.1877,1.013,63.55,13417.6,22161.38,0.9527,49.96,1.0,49.96,51.14,51.14,0.0,49.73,1.0,49.73,51.14,51.14,0.0,30.49,226.434,110.3865,215.8356,0.16605,0.9424,1.0115,1.0,0.9532,0.5961,89.2018,36.031,0.0,119.768,31.262999999999998,11.767,104.559,17.538,26.791,61.143,2.494,0.0,1.903,0.9359999999999999,0.998,2.136,0.526,2.273,24.835,23.302999999999997,14.844,0.0,0.0,23.563000000000002,13.073,33.796,24.389,13.073,32.444,44.355,3.049,0.0,1.4409999999999998,0.429,1.389,5.6065000000000005,0.403,7.618,0.0,1.1877,1.013
-house074.xml,81.75,80.126,69.0979,84.5254,0.25282,1.033,1.0,1.0213,1.0549,1.0,57.549,0.0,0.0,14.603,35.368,7.403,11.313,19.821,8.889,22.023,0.729,0.0,0.572,0.468,0.915,0.443,0.263,1.099,7.27,24.949,5.61,0.0,0.0,5.632,13.982,6.736,5.636,13.982,6.663,20.906,10.363,0.0,0.359,0.217,1.053,2.2561,0.0,3.809,0.0,0.92,0.0,85.1,8515.97,9486.12,1.0549,46.23,1.0,46.23,82.04,82.04,0.0,45.0,1.0,45.0,82.04,82.04,0.0,82.04,80.439,69.6011,84.8398,0.25194,1.0328,1.0,1.0212,1.0547,1.0,58.035,0.0,0.0,14.594,35.384,7.517,11.308,19.831,9.003,22.215,0.729,0.0,0.572,0.468,0.918,0.443,0.263,1.099,7.258,24.977,5.656,0.0,0.0,5.624,13.998,6.774,5.628,13.998,6.7,21.35,10.361,0.0,0.359,0.217,1.053,2.2561,0.0,3.809,0.0,0.92,0.0
-house075.xml,66.97,82.9,57.6176,86.0348,0.22048,1.0223,1.0152,1.0,1.0378,1.0,45.1026,0.0,0.0,32.308,17.119,11.126,51.486,9.94,19.065,22.347,0.0,0.0,0.805,0.452,0.989,1.282,0.263,1.695,20.687,9.309,10.068,0.0,0.0,32.966,5.405,17.252,35.738,5.405,18.188,17.285,0.269,0.0,1.075,0.244,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,85.38,12022.45,13568.69,1.0378,44.4,1.0,44.4,67.2,67.2,0.0,44.31,1.0,44.31,67.2,67.2,0.0,67.2,83.513,58.239,86.6602,0.21974,1.0222,1.0152,1.0,1.0377,1.0,45.6216,0.0,0.0,32.281,17.142,11.381,51.444,9.954,19.396,22.709,0.0,0.0,0.804,0.452,0.995,1.282,0.263,1.695,20.666,9.324,10.297,0.0,0.0,32.934,5.414,17.549,35.703,5.414,18.501,17.683,0.269,0.0,1.075,0.244,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
-house076.xml,60.99,33.517,21.6508,35.4988,0.18466,1.0703,0.9745,1.0155,1.0591,1.0,18.4706,0.0,0.0,6.896,5.262,6.94,10.987,2.927,13.627,14.076,0.343,0.0,0.805,0.472,0.863,1.282,0.263,1.695,4.367,2.905,3.441,0.0,0.0,6.958,1.616,6.757,7.672,1.616,8.33,10.225,0.712,0.0,1.042,0.343,1.429,1.0943,0.403,3.809,0.0,1.1877,1.013,101.17,3815.27,3560.59,1.0591,49.3,1.0,49.3,61.31,61.31,0.0,45.52,1.0,45.52,61.31,61.31,0.0,61.31,31.981,20.7708,33.8764,0.18508,1.0704,0.9745,1.0155,1.0593,1.0,17.8764,0.0,0.0,6.924,5.24,5.783,11.031,2.917,12.127,13.691,0.343,0.0,0.805,0.472,0.808,1.282,0.263,1.695,4.379,2.892,2.794,0.0,0.0,6.976,1.61,5.858,7.692,1.61,7.222,9.994,0.712,0.0,1.042,0.343,1.429,1.0943,0.403,3.809,0.0,1.1877,1.013
-house077.xml,76.14,40.605,33.1684,43.5617,0.21467,1.0697,0.9852,1.018,1.0728,1.0,31.5402,0.0,0.0,8.934,5.639,9.449,14.238,3.203,10.581,15.371,1.212,0.0,0.804,0.462,0.96,1.282,0.263,1.075,5.407,2.643,7.273,0.0,0.0,8.617,1.501,8.144,9.506,1.501,8.233,9.955,7.891,0.0,1.041,0.228,1.075,1.0943,0.403,3.809,0.0,0.92,0.0,76.42,7632.14,9308.74,1.0728,42.75,1.0,42.75,76.24,76.24,0.0,44.87,1.0,44.87,76.24,76.24,0.0,76.24,39.687,32.4654,42.5839,0.21517,1.0698,0.9852,1.0181,1.073,1.0,30.8262,0.0,0.0,8.942,5.632,8.652,14.251,3.2,9.783,15.249,1.212,0.0,0.804,0.462,0.951,1.282,0.263,1.075,5.409,2.64,6.629,0.0,0.0,8.621,1.5,7.496,9.511,1.5,7.577,9.896,7.891,0.0,1.041,0.228,1.075,1.0943,0.403,3.809,0.0,0.92,0.0
-house078.xml,67.88,139.372,93.3459,137.5074,0.27911,0.968,1.0193,1.0,0.9866,1.0,73.475,0.0,0.0,30.303,62.418,8.758,48.331,35.212,15.946,36.61,1.283,0.0,0.804,0.465,0.931,1.282,0.263,1.695,10.859,34.317,3.691,0.0,0.0,17.319,19.359,6.721,18.988,19.359,9.363,27.321,17.158,0.0,1.053,0.213,1.326,1.0943,0.403,3.809,0.0,1.1877,1.013,87.8,13746.41,15869.12,0.9866,54.6,1.0,54.6,67.95,67.95,0.0,52.35,1.0,52.35,67.95,67.95,0.0,67.95,139.963,93.8361,138.0966,0.2782,0.9681,1.0192,1.0,0.9867,1.0,73.9236,0.0,0.0,30.287,62.447,8.974,48.305,35.229,16.226,36.972,1.283,0.0,0.804,0.465,0.937,1.282,0.263,1.695,10.823,34.383,3.761,0.0,0.0,17.262,19.397,6.8,18.925,19.397,9.473,27.717,17.152,0.0,1.053,0.213,1.326,1.0943,0.403,3.809,0.0,1.1877,1.013
-house079.xml,56.69,92.743,51.0247,90.0032,0.22317,0.9705,1.0,1.0,0.9705,1.0,44.02,0.0,0.0,45.391,3.601,10.206,32.438,1.781,12.335,33.545,0.0,0.0,1.237,1.058,0.94,0.886,0.526,1.136,25.67,0.254,2.806,0.0,0.0,18.341,0.126,3.391,18.355,0.126,3.244,22.294,0.0,0.0,0.632,0.33799999999999997,0.27,4.5122,0.0,7.618,0.0,0.92,0.0,55.83,3112.9,5745.46,0.9705,55.02,1.0,55.02,56.64,56.64,0.0,52.07,1.0,52.07,56.64,56.64,0.0,56.64,93.063,51.1629,90.3288,0.22192,0.9706,1.0,1.0,0.9706,1.0,44.158,0.0,0.0,45.373,3.604,10.349,32.427,1.783,12.477,33.737,0.0,0.0,1.237,1.058,0.943,0.886,0.526,1.136,25.664,0.254,2.836,0.0,0.0,18.337,0.126,3.42,18.351,0.126,3.271,22.409,0.0,0.0,0.632,0.33799999999999997,0.27,4.5122,0.0,7.618,0.0,0.92,0.0
-house080.xml,42.14,155.849,63.863,151.5515,0.28531,0.9537,1.0197,1.0,0.9724,1.0,50.808,0.0,0.0,39.45099999999999,68.76,8.758,30.189,39.858000000000004,11.1,36.925,1.955,0.0,1.157,0.904,0.917,0.886,0.526,1.163,12.602,24.718,1.552,0.0,0.0,9.644,14.327000000000002,1.967,9.651,14.327000000000002,1.839,23.646,1.345,0.0,0.62,0.38,0.27,4.5122,0.0,7.618,0.0,0.92,0.0,43.68,7763.14,18275.22,0.9724,48.58,1.0,48.58,42.12,42.12,1.0,47.51,1.0,47.51,42.12,42.12,1.0,42.12,156.44,64.0792,152.1427,0.28421,0.9538,1.0196,1.0,0.9725,1.0,51.02,0.0,0.0,39.435,68.78800000000001,8.974,30.177999999999997,39.875,11.316,37.288,1.955,0.0,1.157,0.904,0.922,0.886,0.526,1.163,12.615,24.709,1.572,0.0,0.0,9.654,14.322,1.982,9.661,14.322,1.853,23.839,1.345,0.0,0.62,0.38,0.27,4.5122,0.0,7.618,0.0,0.92,0.0
-house081.xml,65.34,25.993,19.1761,29.3497,0.15837,1.1393,0.9781,1.0133,1.1291,1.0,19.473,0.0,0.0,5.082,4.584,5.71,5.333,2.564,6.664,10.293,0.324,0.0,0.422,0.469,0.912,0.443,0.263,1.064,3.227,1.845,4.921,0.0,0.0,3.386,1.032,5.743,3.389,1.032,5.868,8.884,0.299,0.0,0.284,0.145,1.075,2.2561,0.0,3.809,0.0,0.92,0.0,67.52,3395.94,4454.26,1.1291,43.82,1.0,43.82,65.13,65.13,0.0,41.4,1.0,41.4,65.13,65.13,0.0,65.13,25.726,18.9107,29.0366,0.15785,1.1388,0.9782,1.0132,1.1287,1.0,19.207,0.0,0.0,5.092,4.572,5.595,5.34,2.558,6.55,10.143,0.324,0.0,0.422,0.469,0.909,0.443,0.263,1.064,3.233,1.839,4.821,0.0,0.0,3.39,1.029,5.643,3.393,1.029,5.766,8.719,0.299,0.0,0.284,0.145,1.075,2.2561,0.0,3.809,0.0,0.92,0.0
-house082.xml,72.78,164.841,118.1199,162.2862,0.27315,0.9487,1.0377,1.0,0.9845,1.0,88.6846,0.0,0.0,34.458,76.01,10.086,54.962,43.144999999999996,17.559,43.527,0.762,0.0,1.608,0.925,0.974,2.564,0.526,1.695,23.712,48.968999999999994,2.549,0.0,0.0,37.824,27.796,4.438,40.775000000000006,27.796,8.937,30.076,12.813,0.0,2.174,0.448,1.132,2.1886,0.806,7.618,0.0,1.1877,1.013,98.26,18073.63,18683.89,0.9845,54.91,1.0,54.91,72.58,72.58,0.0,53.25,1.0,53.25,72.58,72.58,0.0,72.58,165.714,118.4188,163.1543,0.27226,0.9489,1.0376,1.0,0.9846,1.0,88.98,0.0,0.0,34.434,76.054,10.403,54.925,43.171,17.971,44.062,0.762,0.0,1.608,0.925,0.981,2.564,0.526,1.695,23.705,48.980000000000004,2.619,0.0,0.0,37.812,27.802999999999997,4.524,40.763000000000005,27.802999999999997,9.11,30.302,12.812,0.0,2.174,0.448,1.132,2.1886,0.806,7.618,0.0,1.1877,1.013
-house083.xml,57.44,34.936,22.6341,39.4032,0.3256,1.1494,0.9551,1.0275,1.1279,1.0,19.851,0.0,0.0,2.996,13.175,5.306,2.562,7.501,6.566,13.122,0.337,0.0,0.518,0.461,0.878,0.443,0.263,1.087,1.611,8.038,3.827,0.0,0.0,1.378,4.576,4.736,1.379,4.576,4.736,8.94,0.218,0.0,0.371,0.211,1.075,2.2561,0.0,3.809,0.0,0.92,0.0,59.05,2959.19,4443.5,1.1279,47.1,1.0,47.1,57.36,57.36,0.0,46.77,1.0,46.77,57.36,57.36,0.0,57.36,33.683,21.7946,37.9952,0.32598,1.1496,0.955,1.0275,1.128,1.0,19.014,0.0,0.0,3.007,13.144,4.423,2.569,7.484,5.683,12.772,0.337,0.0,0.518,0.461,0.846,0.443,0.263,1.087,1.618,8.023,3.186,0.0,0.0,1.382,4.568,4.094,1.383,4.568,4.094,8.75,0.218,0.0,0.371,0.211,1.075,2.2561,0.0,3.809,0.0,0.92,0.0
-house084.xml,11.12,142.23,88.5904,139.4642,0.1677,0.967,1.0,1.014,0.9806,0.1751,71.6886,59.139,0.0,70.127,19.924,10.344,114.849,10.891,18.124,39.32,2.517,0.0,0.763,1.44,1.934,1.25,0.789,3.39,41.244,10.269,6.622,0.0,0.0,67.546,5.614,11.606,75.953,5.614,14.616,28.81,1.644,0.0,1.053,0.5700000000000001,2.816,1.0943,0.403,11.427,0.0,2.3754,2.026,117.05,12380.54,10786.86,0.9806,53.96,1.0,53.96,63.48,63.48,0.0,49.38,1.0,49.38,63.48,63.48,0.0,11.18,142.572,88.748,139.8122,0.16692,0.9671,1.0,1.014,0.9806,0.1762,71.7838,59.139,0.0,70.109,19.931,10.488,114.821,10.895,18.312,39.528,2.517,0.0,0.763,1.44,1.942,1.25,0.789,3.39,41.236,10.273,6.658,0.0,0.0,67.534,5.616,11.626,75.94,5.616,14.642,28.936,1.644,0.0,1.053,0.5700000000000001,2.816,1.0943,0.403,11.427,0.0,2.3754,2.026
-house085.xml,-7.64,117.015,80.8872,116.2935,0.23685,0.9624,1.0327,1.0,0.9938,-0.1099,76.384,84.776,0.0,48.237,17.398,14.123,44.753,9.297,16.409,37.257,0.0,0.0,0.942,0.981,0.989,0.886,0.526,1.149,51.959,2.061,2.554,0.0,0.0,48.125,1.101,2.967,48.162,1.101,2.806,24.314,0.0,0.0,0.594,0.31,0.246,4.5122,0.0,7.618,0.0,0.92,0.0,10.56,967.66,9224.11,0.9938,53.35,1.0,53.35,69.29,69.29,0.0,49.32,1.0,49.32,69.29,69.29,0.0,-7.29,117.931,81.2164,117.2073,0.23579,0.9625,1.0325,1.0,0.9939,-0.1052,76.708,84.776,0.0,48.193,17.421,14.525,44.718,9.31,16.811,37.792,0.0,0.0,0.942,0.981,0.993,0.886,0.526,1.149,51.980000000000004,2.068,2.594,0.0,0.0,48.150000000000006,1.105,3.002,48.187,1.105,2.839,24.575,0.0,0.0,0.594,0.31,0.246,4.5122,0.0,7.618,0.0,0.92,0.0
-house086.xml,53.67,76.012,42.5695,79.3117,0.31032,1.0168,1.0,1.0261,1.0434,1.0,35.479,0.0,0.0,21.597,21.677,8.692,17.341,12.067,10.347,22.959,0.929,0.158,0.552,0.472,0.933,0.443,0.263,1.111,15.211,9.783,1.435,0.0,0.0,12.214,5.446,1.708,12.223,5.446,1.671,15.111,0.87,0.159,0.356,0.171,0.286,2.2561,0.0,3.809,0.0,0.92,0.0,55.0,6485.37,11300.1,1.0434,51.08,1.0,51.08,53.55,53.55,0.0,50.46,1.0,50.46,53.55,53.55,0.0,53.55,76.339,42.6452,79.6393,0.30907,1.0168,1.0,1.026,1.0432,1.0,35.557,0.0,0.0,21.585,21.692,8.819,17.332,12.077,10.475,23.151,0.929,0.163,0.552,0.472,0.935,0.443,0.263,1.111,15.2,9.782,1.441,0.0,0.0,12.205,5.446,1.711,12.214,5.446,1.674,15.192,0.87,0.161,0.356,0.171,0.286,2.2561,0.0,3.809,0.0,0.92,0.0
-house087.xml,47.6,31.33,16.2058,34.0459,0.2175,1.1002,0.97,1.0183,1.0867,1.0,16.4414,0.0,0.0,6.383,4.774,6.94,5.774,2.605,13.63,12.913,0.32,0.0,0.49,0.481,0.863,0.443,0.263,3.39,3.665,2.875,1.333,0.0,0.0,3.315,1.569,2.618,3.318,1.569,8.031,8.172,0.16,0.0,0.359,0.307,3.0140000000000002,2.2561,0.0,3.809,0.0,2.3754,2.026,79.26,2905.17,3373.05,1.0867,46.32,1.0,46.32,48.48,48.48,0.0,44.12,1.0,44.12,48.48,48.48,0.0,48.48,29.826,15.7172,32.4182,0.21804,1.1005,0.9699,1.0183,1.0869,1.0,15.7546,0.0,0.0,6.398,4.762,5.783,5.784,2.599,12.13,12.563,0.32,0.0,0.49,0.481,0.808,0.443,0.263,3.39,3.671,2.871,1.049,0.0,0.0,3.318,1.567,2.201,3.321,1.567,6.829,7.966,0.16,0.0,0.359,0.307,3.0140000000000002,2.2561,0.0,3.809,0.0,2.3754,2.026
-house088.xml,57.34,126.033,71.7098,125.0643,0.2792,0.9736,1.0193,1.0,0.9923,1.0,55.3852,0.0,0.0,54.377,25.801,11.126,86.641,14.752,19.413,33.518,1.211,0.0,0.805,0.459,0.988,1.282,0.263,1.724,28.48,12.588,8.312,0.0,0.0,45.378,7.197,14.504,49.193,7.197,15.596,21.761,0.569,0.0,1.075,0.244,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013,96.05,13271.82,13925.26,0.9923,49.03,1.0,49.03,57.23,57.23,0.0,49.12,1.0,49.12,57.23,57.23,0.0,57.23,126.644,71.9252,125.6741,0.27822,0.9737,1.0192,1.0,0.9923,1.0,55.5326,0.0,0.0,54.35,25.822,11.381,86.597,14.765,19.745,33.88,1.211,0.0,0.805,0.459,0.994,1.282,0.263,1.724,28.473,12.594,8.434,0.0,0.0,45.366,7.201,14.632,49.18,7.201,15.734,21.856,0.569,0.0,1.075,0.244,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013
-house089.xml,31.19,88.125,49.7492,93.7146,0.27914,1.0194,1.0193,1.0235,1.0634,0.5875,37.8006,15.591,0.0,15.246,38.803,8.758,24.318,22.312,15.617,25.318,0.0,0.0,0.804,0.457,0.951,1.282,0.263,1.695,6.008,21.795,2.36,0.0,0.0,9.583,12.532,4.208,10.566,12.532,8.211,19.587,0.0,0.0,1.042,0.213,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013,53.25,5754.47,10162.67,1.0634,47.55,1.0,47.55,53.22,53.22,0.0,46.69,1.0,46.69,53.22,53.22,0.0,31.52,88.717,50.1995,94.3243,0.27819,1.0193,1.0192,1.0234,1.0632,0.5923,38.244,15.591,0.0,15.23,38.833,8.974,24.293,22.33,15.897,25.68,0.0,0.0,0.804,0.457,0.957,1.282,0.263,1.695,5.999,21.813,2.412,0.0,0.0,9.568,12.543,4.272,10.55,12.543,8.337,19.976,0.0,0.0,1.042,0.213,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013
-house090.xml,57.33,47.828,29.2934,51.0959,0.24926,1.0464,1.0,1.0209,1.0683,1.0,25.1692,0.0,0.0,9.523,8.962,10.148,15.185,5.046,17.771,19.195,0.0,0.0,0.804,0.466,0.968,1.282,0.263,1.695,7.602,4.616,2.694,0.0,0.0,12.121,2.599,4.717,13.289,2.599,9.206,14.382,0.0,0.0,1.053,0.232,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013,82.16,5931.5,6757.52,1.0683,49.46,1.0,49.46,57.46,57.46,0.0,46.17,1.0,46.17,57.46,57.46,0.0,57.46,47.644,29.2515,50.9072,0.24985,1.0465,1.0,1.021,1.0685,1.0,25.0794,0.0,0.0,9.515,8.969,9.852,15.171,5.05,17.388,19.308,0.0,0.0,0.804,0.466,0.96,1.282,0.263,1.695,7.596,4.62,2.559,0.0,0.0,12.112,2.601,4.516,13.279,2.601,8.812,14.477,0.0,0.0,1.053,0.232,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013
-house091.xml,61.78,83.211,52.6677,85.2515,0.20402,1.0073,1.0,1.0171,1.0245,1.0,43.7014,0.0,0.0,35.134,10.891,10.343,55.978,5.943,18.118,25.941,0.902,0.0,0.805,0.481,0.968,1.282,0.263,1.695,23.529,4.88,5.608,0.0,0.0,37.488,2.663,9.823,41.571,2.663,19.169,18.247,0.404,0.0,1.031,0.155,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013,168.98,10915.38,6304.93,1.0245,52.0,1.0,52.0,61.7,61.7,0.0,47.97,1.0,47.97,61.7,61.7,0.0,61.7,83.555,52.8128,85.5951,0.20315,1.0073,1.0,1.017,1.0244,1.0,43.7902,0.0,0.0,35.116,10.901,10.487,55.949,5.948,18.306,26.149,0.902,0.0,0.805,0.481,0.971,1.282,0.263,1.695,23.52,4.884,5.633,0.0,0.0,37.474,2.665,9.832,41.555,2.665,19.187,18.372,0.404,0.0,1.031,0.155,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013
-house092.xml,58.82,125.544,75.1981,127.8497,0.24962,0.9806,1.0172,1.021,1.0184,1.0,55.3782,0.0,0.0,24.421999999999997,58.559,8.758,38.943,32.899,15.939,32.489,1.316,0.0,1.608,0.935,0.931,2.564,0.526,1.695,15.100000000000001,31.735,3.537,0.0,0.0,24.076999999999998,17.828000000000003,6.438,26.397,17.828000000000003,9.335,22.421,2.406,0.0,2.106,0.443,1.297,2.1886,0.806,7.618,0.0,1.1877,1.013,94.59,10348.31,10742.73,1.0184,48.41,1.0,48.41,58.75,58.75,0.0,47.44,1.0,47.44,58.75,58.75,0.0,58.75,126.136,75.4621,128.445,0.24881,0.9806,1.0172,1.0209,1.0183,1.0,55.6172,0.0,0.0,24.406,58.589,8.974,38.918000000000006,32.916,16.218,32.851,1.316,0.0,1.608,0.935,0.938,2.564,0.526,1.695,15.094000000000001,31.741,3.63,0.0,0.0,24.07,17.832,6.56,26.389,17.832,9.513,22.59,2.406,0.0,2.106,0.443,1.297,2.1886,0.806,7.618,0.0,1.1877,1.013
-house093.xml,76.16,40.848,32.9621,43.2818,0.21161,1.0565,0.9854,1.0178,1.0596,1.0,30.326,0.0,0.0,5.878,10.34,7.699,5.198,5.939,8.984,16.401,0.53,0.0,0.501,0.457,0.931,0.443,0.263,1.087,7.687,6.895,7.085,0.0,0.0,6.798,3.96,8.268,6.803,3.96,8.268,10.658,0.637,0.0,1.0,0.213,1.176,2.2561,0.0,3.809,0.0,0.92,0.0,79.67,5383.24,6376.72,1.0596,45.97,1.0,45.97,76.2,76.2,0.0,47.53,1.0,47.53,76.2,76.2,0.0,76.2,40.077,32.3605,42.4693,0.21199,1.0566,0.9854,1.0178,1.0597,1.0,29.732,0.0,0.0,5.884,10.331,7.053,5.201,5.934,8.338,16.279,0.53,0.0,0.501,0.457,0.919,0.443,0.263,1.087,7.695,6.889,6.541,0.0,0.0,6.802,3.957,7.733,6.807,3.957,7.733,10.598,0.637,0.0,1.0,0.213,1.176,2.2561,0.0,3.809,0.0,0.92,0.0
-house094.xml,73.42,53.8911,40.4174,55.0516,0.22053,1.0485,0.9848,0.9893,1.0215,1.0,34.1428,0.0,0.0,8.536000000000001,21.474,6.005,7.123,12.357,7.628,17.876,0.0,0.0,1.593,1.368,0.875,1.329,0.789,1.111,4.38,12.994,4.872,0.0,0.0,3.654,7.477,6.189,3.657,7.477,6.054,17.713,0.46,0.0,1.0050000000000001,0.732,1.075,6.7683,0.0,11.427,0.0,0.92,0.0,78.43,4590.27,5729.67,1.0215,50.72,1.0,50.72,73.43,73.43,0.0,48.75,1.0,48.75,73.43,73.43,0.0,73.43,53.9241,40.4462,55.0804,0.2196,1.0483,0.9848,0.9894,1.0214,1.0,34.1594,0.0,0.0,8.535,21.476,6.015,7.122,12.358,7.637,17.898,0.0,0.0,1.593,1.368,0.875,1.329,0.789,1.111,4.3790000000000004,12.995000000000001,4.877,0.0,0.0,3.654,7.478,6.192,3.657,7.478,6.057,17.735,0.46,0.0,1.0050000000000001,0.732,1.075,6.7683,0.0,11.427,0.0,0.92,0.0
-house095.xml,55.58,108.25,60.6999,109.2171,0.23346,0.9929,1.0161,1.0,1.0089,1.0,54.8446,0.0,0.0,56.138999999999996,6.505,13.903,85.489,3.204,22.814,29.616,2.087,0.0,1.3119999999999998,0.533,1.033,1.725,0.263,1.695,35.321,1.433,3.051,0.0,0.0,53.299,0.706,5.007,58.605,0.706,11.606,20.268,0.626,0.0,1.425,0.224,1.086,3.3504,0.403,3.809,0.0,1.1877,1.013,147.08,11163.02,7522.53,1.0089,52.26,1.0,52.26,55.44,55.44,0.0,47.65,1.0,47.65,55.44,55.44,0.0,55.44,108.886,60.9018,109.8552,0.2326,0.993,1.016,1.0,1.0089,1.0,55.0566,0.0,0.0,56.101,6.516,14.204,85.438,3.209,23.205,29.978,2.087,0.0,1.311,0.533,1.037,1.725,0.263,1.695,35.309,1.438,3.107,0.0,0.0,53.287,0.708,5.076,58.591,0.708,11.767,20.422,0.626,0.0,1.425,0.224,1.086,3.3504,0.403,3.809,0.0,1.1877,1.013
+house001.xml,62.7,33.849,22.6298,36.0912,0.21295,1.0792,0.9706,1.0179,1.0662,1.0,20.2972,0.0,0.0,9.427,2.328,7.786,15.019,1.442,14.152,13.927,0.381,0.0,0.805,0.424,0.902,1.282,0.263,1.639,5.554,1.269,4.911,0.0,0.0,8.849,0.786,8.925,9.757,0.786,11.376,10.111,0.785,0.0,1.042,0.213,1.429,1.0943,0.403,3.809,0.0,1.1877,1.013,65.96,6008.02,8542.55,1.0662,49.66,1.0,49.66,62.57,62.57,0.0,45.14,1.0,45.14,62.57,62.57,0.0,62.57,32.213,21.4943,34.3499,0.21324,1.0794,0.9706,1.0179,1.0663,1.0,19.4434,0.0,0.0,9.457,2.312,6.487,15.067,1.434,12.475,13.576,0.381,0.0,0.805,0.423,0.852,1.282,0.263,1.639,5.568,1.262,4.004,0.0,0.0,8.872,0.783,7.701,9.782,0.783,9.815,9.874,0.785,0.0,1.042,0.213,1.429,1.0943,0.403,3.809,0.0,1.1877,1.013
+house002.xml,68.71,117.363,79.2943,115.4032,0.18553,0.9833,1.0,1.0,0.9833,1.0,71.725,0.0,0.0,52.277,23.886,9.396,46.631,13.374,10.713,30.615,1.189,0.0,0.497,0.469,0.953,0.443,0.263,1.087,33.4,11.756,8.49,0.0,0.0,29.793,6.582,9.68,29.815,6.582,9.68,23.807,1.842,0.0,0.401,0.235,1.087,2.2561,0.0,3.809,0.0,0.92,0.0,69.88,13141.55,19125.19,0.9833,52.35,1.0,52.35,68.71,68.71,0.0,51.68,1.0,51.68,68.71,68.71,0.0,68.71,117.686,79.516,115.7273,0.18492,0.9834,1.0,1.0,0.9834,1.0,71.94,0.0,0.0,52.263,23.897,9.53,46.62,13.38,10.848,30.807,1.189,0.0,0.497,0.469,0.955,0.443,0.263,1.087,33.39,11.761,8.559,0.0,0.0,29.785,6.585,9.743,29.807,6.585,9.743,23.964,1.842,0.0,0.401,0.235,1.087,2.2561,0.0,3.809,0.0,0.92,0.0
+house003.xml,62.49,90.874,56.3549,90.1777,0.24965,0.9923,1.0,1.0,0.9923,1.0,45.5046,0.0,0.0,27.810000000000002,24.557,8.692,38.797,13.781,15.86,28.813,1.002,0.0,1.431,0.468,0.929,1.725,0.263,1.695,18.611,12.762,1.961,0.0,0.0,24.415,7.162,3.578,26.009999999999998,7.162,7.205,21.843,1.177,0.0,1.488,0.244,1.132,3.3504,0.403,3.809,0.0,1.1877,1.013,77.92,10313.1,13336.97,0.9923,50.26,1.0,50.26,62.4,62.4,0.0,50.33,1.0,50.33,62.4,62.4,0.0,62.4,91.194,56.468,90.498,0.24867,0.9924,1.0,1.0,0.9924,1.0,45.6132,0.0,0.0,27.798,24.57,8.819,38.783,13.788,16.026,29.005,1.002,0.0,1.431,0.468,0.933,1.725,0.263,1.695,18.605,12.77,1.978,0.0,0.0,24.409,7.166,3.595,26.003,7.166,7.238,21.938,1.177,0.0,1.488,0.244,1.132,3.3504,0.403,3.809,0.0,1.1877,1.013
+house004.xml,59.92,90.437,56.5764,94.4153,0.31777,1.044,1.0,1.0,1.044,1.0,56.3072,0.0,0.0,50.767,3.147,12.907,54.364,1.616,14.535,21.969,1.647,0.0,0.414,0.511,0.955,0.443,0.263,1.075,32.281,0.744,4.685,0.0,0.0,34.568,0.382,5.276,34.594,0.382,5.333,15.764,3.103,0.0,0.401,0.244,0.5,2.2561,0.0,3.809,0.0,0.92,0.0,64.77,5302.33,7841.04,1.044,51.69,1.0,51.69,59.9,59.9,0.0,50.95,1.0,50.95,59.9,59.9,0.0,59.9,90.801,56.7756,94.782,0.31674,1.0438,1.0,1.0,1.0438,1.0,56.4612,0.0,0.0,50.746,3.153,13.078,54.345,1.618,14.706,22.177,1.647,0.0,0.414,0.512,0.956,0.443,0.263,1.075,32.308,0.739,4.758,0.0,0.0,34.599,0.379,5.351,34.625,0.379,5.409,15.868,3.103,0.0,0.401,0.244,0.5,2.2561,0.0,3.809,0.0,0.92,0.0
+house005.xml,58.46,29.837,18.8246,32.2035,0.20673,1.0921,0.9715,1.0173,1.0793,1.0,17.344,0.0,0.0,3.981,5.116,6.94,3.937,2.725,13.584,13.083,0.717,0.0,0.448,0.493,0.866,0.443,0.263,1.695,1.356,3.085,1.129,2.38,0.037,1.341,1.643,2.211,1.342,1.643,4.906,9.045,1.793,0.0,0.303,0.313,1.099,2.2561,0.0,3.809,0.0,1.1877,1.013,81.86,2854.12,3230.22,1.0793,48.4,1.0,48.4,59.99,59.99,0.0,46.08,1.0,46.08,59.99,59.99,0.0,59.99,28.331,18.3474,30.5836,0.20723,1.0923,0.9714,1.0174,1.0795,1.0,16.7782,0.0,0.0,3.989,5.109,5.783,3.942,2.72,12.085,12.733,0.717,0.0,0.448,0.493,0.811,0.443,0.263,1.695,1.359,3.082,0.874,2.381,0.037,1.343,1.641,1.826,1.344,1.641,4.053,8.822,1.793,0.0,0.303,0.313,1.099,2.2561,0.0,3.809,0.0,1.1877,1.013
+house006.xml,70.85,93.517,67.5091,95.286,0.24121,1.0022,1.0166,1.0,1.0189,1.0,58.63,0.0,0.0,32.13,23.052,10.29,25.765,13.23,11.864,27.14,0.907,0.0,1.104,0.915,0.953,0.886,0.526,1.099,21.978,13.747,9.378,0.0,0.0,17.624000000000002,7.89,10.813,17.637999999999998,7.89,10.695,20.947,1.459,0.0,0.832,0.47,1.087,4.5122,0.0,7.618,0.0,0.92,0.0,72.58,10501.54,14199.69,1.0189,47.27,1.0,47.27,70.83,70.83,0.0,46.05,1.0,46.05,70.83,70.83,0.0,70.83,94.121,67.9261,95.8946,0.24028,1.0022,1.0166,1.0,1.0188,1.0,59.027,0.0,0.0,32.106,23.076,10.531,25.747,13.244,12.106,27.502,0.907,0.0,1.104,0.915,0.956,0.886,0.526,1.099,21.963,13.765,9.514,0.0,0.0,17.613,7.9,10.937,17.627000000000002,7.9,10.818,21.225,1.459,0.0,0.832,0.47,1.087,4.5122,0.0,7.618,0.0,0.92,0.0
+house007.xml,85.31,48.181,43.3752,50.8457,0.22864,1.052,0.9842,1.0192,1.0553,1.0,43.862,0.0,0.0,15.696,5.265,9.657,15.716,2.908,10.983,17.153,0.41,0.0,0.442,0.475,0.956,0.443,0.263,1.087,17.227,1.544,8.341,0.0,0.0,17.249,0.853,9.486,17.262,0.853,9.486,14.918,1.345,0.0,0.502,0.103,1.099,2.2561,0.0,3.809,0.0,0.92,0.0,87.88,10757.17,11599.3,1.0553,53.03,1.0,53.03,85.34,85.34,0.0,49.41,1.0,49.41,85.34,85.34,0.0,85.34,47.247,42.5542,49.8667,0.22921,1.0522,0.9842,1.0192,1.0554,1.0,43.042,0.0,0.0,15.705,5.26,8.841,15.722,2.905,10.168,17.031,0.41,0.0,0.442,0.475,0.945,0.443,0.263,1.087,17.237,1.543,7.647,0.0,0.0,17.256,0.852,8.795,17.269,0.852,8.795,14.782,1.345,0.0,0.502,0.103,1.099,2.2561,0.0,3.809,0.0,0.92,0.0
+house008.xml,61.96,163.21,98.2583,158.5901,0.20539,0.9677,1.0142,0.9901,0.9717,1.0,79.4576,0.0,0.0,98.699,12.285,12.927,157.195,7.357,21.866,38.074,1.225,0.0,0.805,0.438,1.019,1.282,0.263,1.724,47.522,5.893,7.519,0.0,0.0,75.687,3.529,12.718,83.547,3.529,14.492,36.996,0.329,0.0,1.04,0.228,1.493,1.0943,0.403,3.809,0.0,1.1877,1.013,68.29,24427.19,36810.41,0.9717,50.21,1.0,50.21,61.97,61.97,0.0,46.12,1.0,46.12,61.97,61.97,0.0,61.97,163.834,98.6632,159.2142,0.20459,0.9679,1.0141,0.9901,0.9718,1.0,79.7906,0.0,0.0,98.664,12.297,13.212,157.139,7.363,22.236,38.436,1.225,0.0,0.805,0.438,1.024,1.282,0.263,1.724,47.508,5.897,7.712,0.0,0.0,75.664,3.531,12.98,83.522,3.531,14.791,37.217,0.329,0.0,1.04,0.228,1.493,1.0943,0.403,3.809,0.0,1.1877,1.013
+house009.xml,65.97,102.192,69.1203,104.7813,0.29637,1.0048,1.0204,1.0,1.0253,1.0,49.9964,0.0,0.0,19.836,45.23,8.758,31.639,25.856,16.054,27.488,0.88,0.0,0.804,0.459,0.941,1.282,0.263,1.724,11.083,28.288,6.21,0.0,0.0,17.677,16.171,11.384,17.863,16.171,12.241,22.906,0.633,0.0,1.25,0.213,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013,87.4,10523.98,11743.27,1.0253,48.47,1.0,48.47,65.97,65.97,0.0,47.59,1.0,47.59,65.97,65.97,0.0,65.97,102.784,69.517,105.3793,0.29534,1.0048,1.0204,1.0,1.0253,1.0,50.3328,0.0,0.0,19.82,45.26,8.974,31.614,25.874,16.335,27.85,0.88,0.0,0.804,0.459,0.947,1.282,0.263,1.724,11.07,28.314,6.294,0.0,0.0,17.657,16.186,11.456,17.842,16.186,12.319,23.207,0.633,0.0,1.25,0.213,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013
+house010.xml,63.5,266.9336,153.0114,240.9493,0.2921,0.9027,1.0,1.0,0.9027,0.9999,106.1804,0.006,0.0,51.467,149.619,6.992,82.06099999999999,79.961,13.392,58.857,0.0,0.0,2.4130000000000003,1.474,1.77,3.846,0.789,3.39,24.299,81.749,1.736,0.0,0.0,38.743,43.689,3.326,42.236999999999995,43.689,6.114,42.837,2.391,0.0,3.192,0.639,2.338,3.2829,1.209,11.427,0.0,2.3754,2.026,93.51,17451.48,20674.85,0.9027,52.91,1.0,52.91,63.47,63.47,0.0,49.6,1.0,49.6,63.47,63.47,0.0,63.47,267.2566,153.1788,241.3247,0.29111,0.903,1.0,1.0,0.903,0.9999,106.284,0.006,0.0,51.457,149.635,7.1,82.04599999999999,79.969,13.534,59.065,0.0,0.0,2.4130000000000003,1.474,1.778,3.846,0.789,3.39,24.294,81.756,1.75,0.0,0.0,38.735,43.693,3.338,42.229,43.693,6.134,42.987,2.391,0.0,3.192,0.639,2.338,3.2829,1.209,11.427,0.0,2.3754,2.026
+house011.xml,61.22,42.017,27.475,44.8815,0.26598,1.0643,0.9816,1.0224,1.0682,1.0,26.4498,0.0,0.0,8.627,7.318,8.602,13.756,4.131,9.91,16.9,0.57,0.0,0.804,0.465,0.943,1.282,0.263,1.087,4.038,2.652,7.956,0.0,0.0,6.438,1.497,9.166,7.099,1.497,9.166,12.662,0.167,0.0,1.042,0.213,1.075,1.0943,0.403,3.809,0.0,0.92,0.0,76.98,3615.56,4397.02,1.0682,49.34,1.0,49.34,60.63,60.63,0.0,51.66,1.0,51.66,60.63,60.63,0.0,60.63,41.173,26.6686,43.9866,0.26659,1.0645,0.9816,1.0224,1.0683,1.0,25.64,0.0,0.0,8.635,7.312,7.878,13.767,4.129,9.186,16.778,0.57,0.0,0.804,0.465,0.932,1.282,0.263,1.087,4.043,2.648,7.26,0.0,0.0,6.447,1.495,8.465,7.108,1.495,8.465,12.551,0.167,0.0,1.042,0.213,1.075,1.0943,0.403,3.809,0.0,0.92,0.0
+house012.xml,58.56,70.837,43.3962,74.1113,0.31625,1.0462,1.0,1.0,1.0462,1.0,43.514,0.0,0.0,35.122,3.182,11.468,34.683,1.806,12.821,19.803,1.262,0.0,0.449,0.463,0.972,0.443,0.263,1.087,16.04,1.938,9.709,0.0,0.0,15.839,1.1,10.854,15.851,1.1,10.854,14.425,1.285,0.0,0.502,0.341,1.075,2.2561,0.0,3.809,0.0,0.92,0.0,58.15,6703.39,11018.18,1.0462,47.45,1.0,47.45,58.62,58.62,0.0,46.6,1.0,46.6,58.62,58.62,0.0,58.62,71.172,43.6416,74.4493,0.31508,1.046,1.0,1.0,1.046,1.0,43.758,0.0,0.0,35.103,3.188,11.624,34.668,1.81,12.976,19.995,1.262,0.0,0.448,0.462,0.974,0.443,0.263,1.087,16.03,1.943,9.834,0.0,0.0,15.831,1.103,10.978,15.843,1.103,10.978,14.55,1.285,0.0,0.502,0.341,1.075,2.2561,0.0,3.809,0.0,0.92,0.0
+house013.xml,59.51,43.27,27.1698,45.6561,0.17077,1.0403,1.0,1.0143,1.0551,1.0,24.756,0.0,0.0,11.931,2.254,10.206,8.66,1.09,11.922,18.267,0.612,0.0,0.61,0.543,0.951,0.443,0.263,1.111,9.543,0.432,2.967,0.0,0.0,6.927,0.209,3.465,6.932,0.209,3.39,13.572,0.656,0.0,0.359,0.228,0.357,2.2561,0.0,3.809,0.0,0.92,0.0,58.07,1706.54,2785.06,1.0551,54.27,1.0,54.27,59.45,59.45,0.0,49.18,1.0,49.18,59.45,59.45,0.0,59.45,43.594,27.3361,45.9853,0.16989,1.0401,1.0,1.0142,1.0549,1.0,24.921,0.0,0.0,11.915,2.259,10.349,8.648,1.093,12.063,18.459,0.612,0.0,0.61,0.543,0.953,0.443,0.263,1.111,9.53,0.434,2.984,0.0,0.0,6.917,0.21,3.479,6.922,0.21,3.403,13.732,0.656,0.0,0.359,0.228,0.357,2.2561,0.0,3.809,0.0,0.92,0.0
+house014.xml,57.98,186.881,106.9022,184.3762,0.25795,0.9366,1.0534,1.0,0.9866,1.0,90.338,0.0,0.0,89.891,32.152,14.991,72.378,17.399,17.173,46.715,3.132,0.0,1.0990000000000002,0.969,0.981,0.886,0.526,1.124,46.405,17.221,3.249,0.0,0.0,37.364999999999995,9.319,3.721,37.394,9.319,3.6,35.842,4.185,0.0,0.594,0.31,0.258,4.5122,0.0,7.618,0.0,0.92,0.0,58.09,10452.67,18239.63,0.9866,49.11,1.0,49.11,57.91,57.91,0.0,49.08,1.0,49.08,57.91,57.91,0.0,57.91,188.064,107.4597,185.5545,0.2569,0.9368,1.0532,1.0,0.9867,1.0,90.894,0.0,0.0,89.832,32.186,15.495,72.336,17.418,17.677,47.419,3.132,0.0,1.0990000000000002,0.969,0.985,0.886,0.526,1.124,46.395,17.228,3.337,0.0,0.0,37.359,9.323,3.807,37.388,9.323,3.683,36.315,4.185,0.0,0.594,0.31,0.258,4.5122,0.0,7.618,0.0,0.92,0.0
+house015.xml,21.4,41.249,25.1407,47.1091,0.29354,1.1616,0.9595,1.0247,1.1421,0.4011,18.95,11.35,0.0,0.082,25.334,3.386,0.084,13.235,6.645,12.159,0.288,0.0,0.432,0.503,0.629,0.443,0.263,1.235,0.156,14.249,0.837,0.0,0.0,0.16,7.444,1.644,0.16,7.444,1.447,9.689,0.209,0.0,0.335,0.263,0.31,2.2561,0.0,3.809,0.0,0.92,0.0,26.35,1097.44,3646.22,1.1421,49.31,1.0,49.31,53.44,53.44,0.0,45.66,1.0,45.66,53.44,53.44,0.0,21.22,41.002,25.0135,46.8071,0.29259,1.161,0.9596,1.0246,1.1416,0.3971,18.827,11.35,0.0,0.083,25.315,3.307,0.084,13.226,6.566,12.009,0.288,0.0,0.438,0.503,0.622,0.443,0.263,1.235,0.159,14.241,0.818,0.0,0.0,0.161,7.44,1.624,0.161,7.44,1.43,9.587,0.209,0.0,0.335,0.263,0.31,2.2561,0.0,3.809,0.0,0.92,0.0
+house016.xml,50.51,110.001,57.9757,114.7849,0.28578,1.019,1.0,1.0241,1.0435,1.0,39.6928,0.0,0.0,0.703,78.018,5.507,0.574,41.14,11.46,24.908,0.865,0.0,0.542,0.498,0.814,0.443,0.263,1.695,0.296,36.174,2.896,0.0,0.0,0.242,19.075,6.027,0.242,19.075,10.471,18.238,0.371,0.0,0.359,0.213,1.194,2.2561,0.0,3.809,0.0,1.1877,1.013,71.31,6103.61,8202.11,1.0435,52.01,1.0,52.01,50.51,50.51,1.0,49.33,1.0,49.33,50.51,50.51,0.0,50.51,110.325,58.1398,115.108,0.28491,1.0189,1.0,1.024,1.0434,1.0,39.8008,0.0,0.0,0.701,78.042,5.601,0.573,41.153,11.583,25.116,0.865,0.0,0.542,0.498,0.82,0.443,0.263,1.695,0.296,36.185,2.926,0.0,0.0,0.242,19.081,6.05,0.242,19.081,10.511,18.362,0.371,0.0,0.359,0.213,1.194,2.2561,0.0,3.809,0.0,1.1877,1.013
+house017.xml,68.29,59.253,42.4216,62.1241,0.20615,1.0306,1.0,1.0173,1.0485,1.0,36.833,0.0,0.0,21.182,6.544,10.79,33.745,3.542,18.681,20.078,0.659,0.0,0.805,0.485,0.979,1.282,0.263,1.695,22.38,1.761,2.346,0.0,0.0,35.654,0.953,4.061,39.2,0.953,9.04,15.444,0.491,0.0,1.047,0.228,1.098,1.0943,0.403,3.809,0.0,1.1877,1.013,163.64,8426.55,4911.6,1.0485,50.25,1.0,50.25,68.28,68.28,0.0,46.18,1.0,46.18,68.28,68.28,0.0,68.28,59.588,42.6466,62.462,0.20522,1.0305,1.0,1.0172,1.0482,1.0,37.0608,0.0,0.0,21.167,6.553,10.939,33.721,3.545,18.874,20.27,0.659,0.0,0.805,0.485,0.982,1.282,0.263,1.695,22.365,1.767,2.374,0.0,0.0,35.63,0.956,4.096,39.174,0.956,9.118,15.649,0.491,0.0,1.047,0.228,1.098,1.0943,0.403,3.809,0.0,1.1877,1.013
+house018.xml,32.24,280.538,148.1573,268.6419,0.23128,0.9103,1.0638,0.9888,0.9576,0.5846,117.3012,48.722,0.0,152.902,37.55,16.704,243.294,21.961,26.406,71.761,1.622,0.0,2.418,1.346,2.144,3.846,0.789,3.39,74.775,19.026,5.692,0.0,0.0,118.981,11.126999999999999,8.998,130.446,11.126999999999999,17.56,47.767,0.897,0.0,3.159,0.639,2.288,3.2829,1.209,11.427,0.0,2.3754,2.026,95.3,24786.41,27161.79,0.9576,47.69,1.0,47.69,55.07,55.07,0.0,47.1,1.0,47.1,55.07,55.07,0.0,32.28,282.072,148.7746,270.1565,0.23042,0.9106,1.0636,0.9889,0.9578,0.5863,117.758,48.722,0.0,152.821,37.592,17.326,243.162,21.983999999999998,27.22,72.713,1.622,0.0,2.418,1.346,2.158,3.846,0.789,3.39,74.759,19.033,5.95,0.0,0.0,118.95500000000001,11.131,9.346,130.417,11.131,18.24,48.135,0.897,0.0,3.159,0.639,2.288,3.2829,1.209,11.427,0.0,2.3754,2.026
+house019.xml,71.39,166.785,116.1963,162.7577,0.19737,0.9627,1.0136,1.0,0.9759,1.0,95.9572,0.0,0.0,100.367,12.303,12.927,159.852,7.489,21.866,41.188,0.0,0.0,0.805,0.431,1.019,1.282,0.263,1.724,54.14,4.487,7.252,0.0,0.0,86.227,2.731,12.267,95.128,2.731,15.187,29.323,20.995,0.0,1.041,0.201,1.408,1.0943,0.403,3.809,0.0,1.1877,1.013,79.62,29152.71,37521.38,0.9759,50.53,1.0,50.53,71.34,71.34,0.0,46.19,1.0,46.19,71.34,71.34,0.0,71.34,167.439,116.5822,163.4119,0.19658,0.9629,1.0136,1.0,0.9759,1.0,96.2228,0.0,0.0,100.33,12.316,13.212,159.792,7.496,22.236,41.581,0.0,0.0,0.805,0.431,1.024,1.282,0.263,1.724,54.117,4.492,7.328,0.0,0.0,86.19,2.734,12.334,95.087,2.734,15.27,29.651,20.994,0.0,1.041,0.201,1.408,1.0943,0.403,3.809,0.0,1.1877,1.013
+house020.xml,43.9,163.6308,135.2062,160.0298,0.26799,0.9391,1.0185,1.0225,0.978,0.5196,117.211,56.31,0.0,90.85499999999999,16.783,12.784,114.022,8.786,14.126,43.098,0.111,0.0,1.709,2.056,0.984,2.136,1.052,1.087,71.469,14.899000000000001,12.166,0.0,0.0,91.662,7.775,13.443,98.214,7.775,13.443,33.055,3.617,0.0,1.7309999999999999,0.927,1.163,5.6065000000000005,0.403,15.236,0.0,0.92,0.0,104.16,13604.26,13354.46,0.978,55.58,1.0,55.58,84.42,84.42,0.0,52.13,1.0,52.13,84.42,84.42,0.0,44.0,164.2568,135.6249,160.6587,0.26675,0.9393,1.0184,1.0224,0.9781,0.5213,117.6192,56.31,0.0,90.82300000000001,16.797,13.066,113.985,8.791,14.409,43.46,0.111,0.0,1.709,2.057,0.986,2.136,1.052,1.087,71.45400000000001,14.909,12.347,0.0,0.0,91.645,7.778,13.616,98.195,7.778,13.616,33.299,3.617,0.0,1.7309999999999999,0.927,1.163,5.6065000000000005,0.403,15.236,0.0,0.92,0.0
+house021.xml,59.56,107.912,67.4919,113.3121,0.27488,1.0117,1.0379,1.0,1.05,1.0,50.7294,0.0,0.0,55.784,9.129,14.902,88.846,5.392,24.076,27.217,0.88,0.0,0.805,0.444,1.049,1.282,0.263,1.695,29.527,5.985,10.156,0.0,0.0,47.027,3.535,16.408,51.852,3.535,17.617,19.134,2.69,0.0,1.042,0.263,1.587,1.0943,0.403,3.809,0.0,1.1877,1.013,63.18,16150.27,24343.54,1.05,51.81,1.0,51.81,59.5,59.5,0.0,47.74,1.0,47.74,59.5,59.5,0.0,59.5,108.88,68.008,114.3082,0.27387,1.0116,1.0378,1.0,1.0499,1.0,51.0286,0.0,0.0,55.731,9.151,15.32,88.761,5.403,24.62,27.798,0.88,0.0,0.805,0.445,1.055,1.282,0.263,1.695,29.503,5.999,10.298,0.0,0.0,46.988,3.542,16.55,51.809,3.542,17.769,19.518,2.69,0.0,1.042,0.263,1.587,1.0943,0.403,3.809,0.0,1.1877,1.013
+house022.xml,52.84,85.158,46.7867,88.5376,0.24586,1.0362,0.983,1.0207,1.0397,1.0,32.6138,0.0,0.0,0.494,57.912,4.478,0.381,31.086,6.04,21.294,0.98,0.0,0.574,0.489,0.824,0.443,0.263,1.111,0.741,26.397,1.718,0.0,0.0,0.572,14.169,2.317,0.572,14.169,2.267,15.839,2.092,0.0,1.0,0.126,0.282,2.2561,0.0,3.809,0.0,0.92,0.0,60.81,4146.35,6557.91,1.0397,53.27,1.0,53.27,52.83,52.83,1.0,49.42,1.0,49.42,52.83,52.83,0.0,52.83,85.191,46.7901,88.5613,0.2451,1.0361,0.9831,1.0206,1.0396,1.0,32.6136,0.0,0.0,0.494,57.914,4.487,0.38,31.088,6.049,21.316,0.98,0.0,0.576,0.489,0.824,0.443,0.263,1.111,0.74,26.386,1.718,0.0,0.0,0.57,14.164,2.316,0.57,14.164,2.266,15.853,2.092,0.0,1.0,0.126,0.282,2.2561,0.0,3.809,0.0,0.92,0.0
+house023.xml,84.21,90.853,76.9636,91.3937,0.26963,1.0023,0.9814,1.0227,1.006,1.0,60.756,0.0,0.0,16.554,42.97,6.005,12.897,23.966,7.587,24.497,0.827,0.0,0.568,0.471,0.879,0.443,0.263,1.111,11.351,33.577,4.845,0.0,0.0,8.843,18.727,6.121,8.85,18.727,5.988,18.81,8.381,0.0,0.379,0.22,1.053,2.2561,0.0,3.809,0.0,0.92,0.0,85.41,9083.1,10571.21,1.006,48.41,1.0,48.41,84.21,84.21,0.0,46.76,1.0,46.76,84.21,84.21,0.0,84.21,90.884,76.9853,91.423,0.26867,1.0023,0.9815,1.0226,1.0059,1.0,60.776,0.0,0.0,16.553,42.972,6.015,12.897,23.967,7.596,24.517,0.827,0.0,0.568,0.471,0.88,0.443,0.263,1.111,11.35,33.579,4.851,0.0,0.0,8.843,18.728,6.126,8.85,18.728,5.993,18.824,8.381,0.0,0.379,0.22,1.053,2.2561,0.0,3.809,0.0,0.92,0.0
+house024.xml,71.72,110.744,80.2172,111.842,0.2836,0.9905,1.0196,1.0,1.0099,1.0,58.529,0.0,0.0,21.854,49.475,8.758,34.861,28.363,15.734,29.913,0.744,0.0,0.804,0.458,0.943,1.282,0.263,1.695,15.024,30.563,6.552,0.0,0.0,23.967,17.521,11.77,24.218,17.521,12.409,23.575,4.503,0.0,1.25,0.213,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,96.25,12298.22,12651.71,1.0099,53.51,1.0,53.51,71.7,71.7,0.0,51.16,1.0,51.16,71.7,71.7,0.0,71.7,111.335,80.6146,112.4354,0.28269,0.9906,1.0195,1.0,1.0099,1.0,58.8672,0.0,0.0,21.838,49.504,8.974,34.835,28.381,16.014,30.275,0.744,0.0,0.804,0.458,0.95,1.282,0.263,1.695,15.01,30.584,6.639,0.0,0.0,23.944,17.534,11.847,24.195,17.534,12.49,23.878,4.503,0.0,1.25,0.213,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
+house025.xml,16.47,198.557,111.846,189.8969,0.16443,0.9533,1.0113,0.992,0.9564,0.2796,97.688,70.373,0.0,108.326,23.948,12.252,96.026,12.949,13.966,51.266,2.767,0.0,1.0,0.971,0.975,0.886,0.526,1.111,57.39,12.945,2.333,0.0,0.0,50.873999999999995,7.0,2.66,50.913,7.0,2.602,36.487,2.69,0.0,0.682,0.342,0.282,4.5122,0.0,7.618,0.0,0.92,0.0,28.45,4137.68,15205.85,0.9564,50.9,1.0,50.9,58.82,58.82,0.0,47.13,1.0,47.13,58.82,58.82,0.0,16.55,199.174,112.0663,190.527,0.16366,0.9535,1.0113,0.9921,0.9566,0.2813,97.916,70.373,0.0,108.292,23.962,12.526,96.004,12.956,14.239,51.628,2.767,0.0,1.0,0.971,0.977,0.886,0.526,1.111,57.411,12.923,2.358,0.0,0.0,50.896,6.9879999999999995,2.68,50.935,6.9879999999999995,2.622,36.684,2.69,0.0,0.682,0.342,0.282,4.5122,0.0,7.618,0.0,0.92,0.0
+house026.xml,65.73,74.37,51.1258,77.7818,0.2201,1.0269,1.0,1.0185,1.0459,1.0,38.3772,0.0,0.0,11.926,31.779,7.404,19.023,18.297,13.926,22.598,0.664,0.0,0.804,0.456,1.802,1.282,0.263,3.39,6.181,18.636,7.012,0.0,0.0,9.859,10.73,13.192,10.87,10.73,14.164,18.802,0.494,0.0,1.042,0.213,3.174,1.0943,0.403,3.809,0.0,2.3754,2.026,90.47,8224.64,8692.02,1.0459,47.4,1.0,47.4,65.75,65.75,0.0,46.37,1.0,46.37,65.75,65.75,0.0,65.75,74.684,51.3492,78.099,0.2194,1.0268,1.0,1.0184,1.0457,1.0,38.5572,0.0,0.0,11.918,31.795,7.518,19.01,18.306,14.074,22.79,0.664,0.0,0.804,0.456,1.81,1.282,0.263,3.39,6.176,18.649,7.068,0.0,0.0,9.85,10.737,13.232,10.861,10.737,14.208,18.963,0.494,0.0,1.042,0.213,3.174,1.0943,0.403,3.809,0.0,2.3754,2.026
+house027.xml,69.86,90.758,65.907,94.3377,0.31586,1.0125,1.0,1.0266,1.0394,1.0,47.9428,0.0,0.0,15.936,41.077,7.403,25.418,23.435,14.249,25.568,0.774,0.0,0.804,0.46,0.896,1.282,0.263,1.724,10.541,26.04,6.042,0.0,0.0,16.813,14.856,11.63,16.989,14.856,11.632,19.506,3.778,0.0,1.25,0.213,1.667,1.0943,0.403,3.809,0.0,1.1877,1.013,91.72,9995.86,10484.44,1.0394,52.31,1.0,52.31,69.86,69.86,0.0,50.01,1.0,50.01,69.86,69.86,0.0,69.86,91.072,66.1239,94.652,0.31483,1.0124,1.0,1.0265,1.0393,1.0,48.1214,0.0,0.0,15.928,41.093,7.517,25.406,23.445,14.398,25.76,0.774,0.0,0.804,0.46,0.9,1.282,0.263,1.724,10.534,26.053,6.093,0.0,0.0,16.802,14.864,11.671,16.978,14.864,11.673,19.667,3.777,0.0,1.25,0.213,1.667,1.0943,0.403,3.809,0.0,1.1877,1.013
+house028.xml,65.63,117.815,78.7941,120.0581,0.29275,0.9795,1.0404,1.0,1.019,1.0,63.495,0.0,0.0,22.945,52.658,10.086,17.738,30.366,11.681,30.996,1.13,0.0,0.573,0.455,0.959,0.443,0.263,1.111,13.537,31.353,7.807,0.0,0.0,10.465,18.08,9.042,10.473,18.08,8.845,25.31,0.787,0.0,0.401,0.228,1.053,2.2561,0.0,3.809,0.0,0.92,0.0,67.91,9590.82,13858.23,1.019,46.55,1.0,46.55,65.63,65.63,0.0,45.69,1.0,45.69,65.63,65.63,0.0,65.63,118.687,79.3704,120.9392,0.29174,0.9795,1.0403,1.0,1.019,1.0,64.039,0.0,0.0,22.922,52.7,10.403,17.723,30.39,11.998,31.532,1.13,0.0,0.573,0.455,0.963,0.443,0.263,1.111,13.517,31.391,7.921,0.0,0.0,10.451,18.102,9.136,10.459,18.102,8.937,25.754,0.787,0.0,0.401,0.228,1.053,2.2561,0.0,3.809,0.0,0.92,0.0
+house029.xml,64.86,116.119,75.3139,116.1107,0.26548,0.9819,1.0183,1.0,0.9999,1.0,55.6524,0.0,0.0,22.474,52.006,8.758,35.851,29.862,15.736,31.884,0.997,0.0,1.608,0.914,1.886,2.564,0.526,3.39,14.426000000000002,30.202,3.706,0.0,0.0,23.012999999999998,17.342,6.66,23.253999999999998,17.342,9.278,26.283,0.696,0.0,2.5,0.426,2.652,2.1886,0.806,7.618,0.0,2.3754,2.026,86.99,11572.77,13304.33,0.9999,48.74,1.0,48.74,64.85,64.85,0.0,47.95,1.0,47.95,64.85,64.85,0.0,64.85,116.711,75.6851,116.7027,0.26461,0.982,1.0183,1.0,0.9999,1.0,55.9924,0.0,0.0,22.458,52.036,8.974,35.825,29.880000000000003,16.014,32.246,0.997,0.0,1.608,0.914,1.9,2.564,0.526,3.39,14.411000000000001,30.226999999999997,3.764,0.0,0.0,22.988,17.357,6.718,23.229,17.357,9.36,26.586,0.696,0.0,2.5,0.426,2.652,2.1886,0.806,7.618,0.0,2.3754,2.026
+house030.xml,62.87,139.639,88.0288,140.0109,0.30498,0.9622,1.0421,1.0,1.0027,1.0,64.1618,0.0,0.0,28.265,63.5,10.086,45.086,36.339,17.46,36.582,1.206,0.0,1.608,0.918,1.958,2.564,0.526,3.39,18.076,39.094,2.634,0.0,0.0,28.834,22.372,4.558,29.136000000000003,22.372,9.178,27.391,0.834,0.0,2.5,0.441,2.264,2.1886,0.806,7.618,0.0,2.3754,2.026,84.17,13432.85,15917.53,1.0027,49.9,1.0,49.9,62.84,62.84,0.0,49.24,1.0,49.24,62.84,62.84,0.0,62.84,140.512,88.5377,140.8854,0.30397,0.9623,1.0419,1.0,1.0027,1.0,64.655,0.0,0.0,28.241,63.544,10.404,45.048,36.365,17.87,37.118,1.206,0.0,1.608,0.918,1.974,2.564,0.526,3.39,18.053,39.132,2.684,0.0,0.0,28.797,22.394,4.61,29.098999999999997,22.394,9.282,27.835,0.834,0.0,2.5,0.441,2.264,2.1886,0.806,7.618,0.0,2.3754,2.026
+house031.xml,56.08,211.4575,119.1195,212.4262,-0.02336,1.0067,0.9968,1.0011,1.0046,1.0,105.221,0.0,0.0,122.72800000000001,23.997,14.123,109.327,12.956,17.739,49.516,1.092,0.0,1.982,1.9449999999999998,0.983,1.772,1.052,1.235,60.585,16.459,3.004,0.0,0.0,53.9,8.886000000000001,3.773,53.941,8.886000000000001,3.322,36.082,2.989,0.0,1.369,0.689,0.282,9.0244,0.0,15.236,0.0,0.92,0.0,54.9,9122.01,16541.19,1.0046,49.91,1.0,49.91,55.98,55.98,0.0,46.7,1.0,46.7,55.98,55.98,0.0,55.98,212.3685,119.4378,213.3466,-0.02349,1.0067,0.9968,1.0011,1.0046,1.0,105.516,0.0,0.0,122.68200000000002,24.018,14.525,109.289,12.965,18.14,50.052,1.092,0.0,1.982,1.9449999999999998,0.989,1.772,1.052,1.235,60.603,16.474,3.043,0.0,0.0,53.918,8.893,3.8,53.958999999999996,8.893,3.346,36.328,2.989,0.0,1.369,0.689,0.282,9.0244,0.0,15.236,0.0,0.92,0.0
+house032.xml,74.03,130.041,98.1325,132.549,0.279,0.9771,1.0193,1.0235,1.0193,1.0,70.0538,0.0,0.0,26.02,61.541,8.758,41.497,34.775999999999996,16.014,32.759,0.963,0.0,1.608,0.927,0.943,2.564,0.526,1.724,17.901,41.669,7.087,0.0,0.0,28.55,23.543999999999997,12.958,28.849,23.543999999999997,12.96,25.639,5.837,0.0,2.5,0.426,1.667,2.1886,0.806,7.618,0.0,1.1877,1.013,105.76,15879.72,14731.27,1.0193,55.08,1.0,55.08,74.01,74.01,0.0,52.54,1.0,52.54,74.01,74.01,0.0,74.01,130.633,98.5395,133.1438,0.27805,0.9772,1.0192,1.0234,1.0192,1.0,70.3938,0.0,0.0,26.003999999999998,61.571,8.974,41.472,34.794,16.295,33.121,0.963,0.0,1.608,0.927,0.95,2.564,0.526,1.724,17.887999999999998,41.692,7.181,0.0,0.0,28.528999999999996,23.558,13.04,28.828,23.558,13.042,25.942,5.836,0.0,2.5,0.426,1.667,2.1886,0.806,7.618,0.0,1.1877,1.013
+house033.xml,66.25,154.081,98.8294,149.1802,0.23284,0.9529,1.0161,1.0,0.9682,1.0,80.7376,0.0,0.0,69.666,31.651000000000003,11.126,111.00399999999999,18.122999999999998,19.058,41.638,0.0,0.0,1.61,0.917,0.989,2.564,0.526,1.695,52.087999999999994,12.472999999999999,3.342,0.0,0.0,82.995,7.1419999999999995,5.725,91.77199999999999,7.1419999999999995,10.523,30.926,0.0,0.0,2.072,0.441,1.169,2.1886,0.806,7.618,0.0,1.1877,1.013,89.78,21994.16,25302.66,0.9682,49.42,1.0,49.42,66.28,66.28,0.0,49.46,1.0,49.46,66.28,66.28,0.0,66.28,154.692,99.2736,149.7882,0.23205,0.953,1.016,1.0,0.9683,1.0,81.1768,0.0,0.0,69.639,31.671999999999997,11.381,110.96000000000001,18.135,19.388,42.0,0.0,0.0,1.61,0.917,0.995,2.564,0.526,1.695,52.068,12.483999999999998,3.407,0.0,0.0,82.964,7.148,5.804,91.737,7.148,10.669,31.314,0.0,0.0,2.072,0.441,1.169,2.1886,0.806,7.618,0.0,1.1877,1.013
+house034.xml,62.85,60.156,38.9456,61.9621,0.1963,1.0133,1.0,1.0165,1.03,1.0,33.1174,0.0,0.0,18.356,5.593,9.834,29.263,3.183,17.471,24.346,2.027,0.0,0.804,0.461,0.954,1.282,0.263,1.695,9.199,3.437,4.347,0.0,0.0,14.664,1.956,7.723,16.169,1.956,10.759,19.733,2.23,0.0,1.042,0.244,1.326,1.0943,0.403,3.809,0.0,1.1877,1.013,153.52,5750.02,3636.38,1.03,55.25,1.0,55.25,63.02,63.02,0.0,50.91,1.0,50.91,63.02,63.02,0.0,63.02,60.479,39.2501,62.2858,0.19534,1.0133,1.0,1.0164,1.0299,1.0,33.4048,0.0,0.0,18.341,5.6,9.973,29.237,3.186,17.65,24.538,2.027,0.0,0.804,0.461,0.958,1.282,0.263,1.695,9.186,3.443,4.398,0.0,0.0,14.643,1.959,7.784,16.145,1.959,10.844,19.993,2.23,0.0,1.042,0.244,1.326,1.0943,0.403,3.809,0.0,1.1877,1.013
+house035.xml,70.07,104.46,72.916,104.0544,0.19796,0.9798,1.0,1.0166,0.9961,1.0,61.5126,0.0,0.0,52.485,7.905,10.91,83.592,4.856,12.619,32.114,1.046,0.0,0.805,0.427,0.961,1.282,0.263,1.111,40.143,3.337,9.031,0.0,0.0,63.936,2.05,10.446,69.311,2.05,10.219,19.89,0.514,0.0,1.075,0.263,1.099,1.0943,0.403,3.809,0.0,0.92,0.0,75.79,18415.51,24394.1,0.9961,54.93,1.0,54.93,70.0,70.0,0.0,48.8,1.0,48.8,70.0,70.0,0.0,70.0,104.791,73.0669,104.3856,0.19724,0.9799,1.0,1.0165,0.9961,1.0,61.6624,0.0,0.0,52.467,7.912,11.06,83.563,4.86,12.769,32.306,1.046,0.0,0.805,0.427,0.962,1.282,0.263,1.111,40.139,3.337,9.144,0.0,0.0,63.928,2.05,10.558,69.303,2.05,10.328,19.932,0.514,0.0,1.075,0.263,1.099,1.0943,0.403,3.809,0.0,0.92,0.0
+house036.xml,75.75,115.859,86.022,113.5131,0.19118,0.9772,0.9868,1.016,0.9798,0.9995,72.7778,0.035,0.0,61.952,10.44,8.639,98.683,6.243,15.922,33.597,1.231,0.0,0.805,0.439,0.92,1.282,0.263,1.695,34.497,6.925,2.374,0.0,0.0,54.95,4.141,4.375,60.416,4.141,9.099,27.748,14.478,0.0,1.047,0.244,1.121,1.0943,0.403,3.809,0.0,1.1877,1.013,80.59,20736.61,26263.02,0.9798,54.24,1.0,54.24,75.77,75.77,0.0,49.03,1.0,49.03,75.77,75.77,0.0,75.73,115.892,86.04,113.5541,0.19046,0.9773,0.9869,1.016,0.9798,0.9995,72.7924,0.035,0.0,61.95,10.441,8.651,98.68,6.243,15.939,33.619,1.231,0.0,0.805,0.439,0.92,1.282,0.263,1.695,34.495,6.926,2.378,0.0,0.0,54.948,4.141,4.381,60.413,4.141,9.112,27.763,14.478,0.0,1.047,0.244,1.121,1.0943,0.403,3.809,0.0,1.1877,1.013
+house037.xml,67.2,113.682,77.2455,114.9403,0.19872,0.9974,1.0137,1.0,1.0111,1.0,64.9272,0.0,0.0,64.997,7.964,12.927,103.52,4.935,14.647,26.963,0.831,0.0,0.805,0.424,0.981,1.282,0.263,1.111,41.25,4.725,10.056,0.0,0.0,65.698,2.928,11.394,71.221,2.928,11.146,20.804,0.411,0.0,1.075,0.263,1.099,1.0943,0.403,3.809,0.0,0.92,0.0,73.3,19335.4,26090.21,1.0111,52.66,1.0,52.66,67.18,67.18,0.0,47.52,1.0,47.52,67.18,67.18,0.0,67.18,114.308,77.6446,115.5686,0.19799,0.9974,1.0137,1.0,1.011,1.0,65.3158,0.0,0.0,64.963,7.977,13.212,103.464,4.942,14.932,27.325,0.831,0.0,0.805,0.424,0.983,1.282,0.263,1.111,41.232,4.733,10.221,0.0,0.0,65.669,2.932,11.551,71.19,2.932,11.3,21.048,0.411,0.0,1.075,0.263,1.099,1.0943,0.403,3.809,0.0,0.92,0.0
+house038.xml,65.15,134.448,85.0723,130.5772,0.27969,0.9528,1.0193,1.0,0.9712,1.0,65.3906,0.0,0.0,39.272999999999996,44.980000000000004,9.683,41.247,24.834,17.233,39.235,1.276,0.0,2.2470000000000003,0.951,0.952,2.168,0.526,1.695,28.256999999999998,23.671,4.92,0.0,0.0,30.102999999999998,13.068999999999999,8.756,30.287,13.068999999999999,11.936,27.312,0.912,0.0,2.082,0.488,1.342,5.6065000000000005,0.403,7.618,0.0,1.1877,1.013,74.84,14950.75,20569.37,0.9712,48.92,1.0,48.92,65.14,65.14,0.0,48.29,1.0,48.29,65.14,65.14,0.0,65.14,135.048,85.4475,131.1739,0.27868,0.953,1.0192,1.0,0.9713,1.0,65.7296,0.0,0.0,39.254,45.006,9.915,41.231,24.849,17.534,39.597,1.276,0.0,2.247,0.951,0.958,2.168,0.526,1.695,28.247,23.679000000000002,5.075,0.0,0.0,30.094,13.074,8.975,30.278,13.074,12.235,27.533,0.912,0.0,2.082,0.488,1.342,5.6065000000000005,0.403,7.618,0.0,1.1877,1.013
+house039.xml,58.72,160.4,155.3379,159.9152,0.11097,0.9746,1.023,1.0,0.997,0.6045,112.0718,44.32,0.0,72.755,25.205000000000002,15.968,115.937,13.764,27.771,46.473,0.0,0.0,2.414,1.442,1.085,3.846,0.789,1.887,92.07,12.339,15.402,0.0,0.0,146.71800000000002,6.7379999999999995,26.786,150.44799999999998,6.7379999999999995,24.481,35.527,0.0,0.0,3.542,0.895,1.667,3.2829,1.209,11.427,0.0,1.1877,1.013,213.51,26292.11,12351.34,0.997,51.78,1.0,51.78,96.9,96.9,0.0,48.29,1.0,48.29,96.9,96.9,0.0,58.78,161.602,156.1211,161.1176,0.11012,0.9748,1.0228,1.0,0.997,0.6066,112.6538,44.32,0.0,72.695,25.235,16.496,115.84100000000001,13.779,28.469,47.177,0.0,0.0,2.414,1.443,1.093,3.846,0.789,1.887,92.03800000000001,12.350999999999999,15.758,0.0,0.0,146.664,6.744,27.195,150.393,6.744,24.855,35.975,0.0,0.0,3.542,0.895,1.667,3.2829,1.209,11.427,0.0,1.1877,1.013
+house040.xml,64.56,199.257,122.9814,190.4819,0.18854,0.956,1.0,1.0,0.956,1.0,94.9678,0.0,0.0,127.039,14.774,10.91,202.331,8.798,19.247,44.717,1.817,0.0,0.805,0.441,0.977,1.282,0.263,1.724,63.782,17.956,7.069,0.0,0.0,101.583,10.693,12.47,112.325,10.693,15.112,32.07,2.105,0.0,1.036,0.263,1.429,1.0943,0.403,3.809,0.0,1.1877,1.013,70.1,29790.67,44455.34,0.956,51.82,1.0,51.82,64.57,64.57,0.0,49.25,1.0,49.25,64.57,64.57,0.0,64.57,199.602,123.2238,190.8457,0.18779,0.9561,1.0,1.0,0.9561,1.0,95.1326,0.0,0.0,127.019,14.781,11.06,202.3,8.802,19.443,44.925,1.817,0.0,0.805,0.441,0.981,1.282,0.263,1.724,63.774,17.958,7.184,0.0,0.0,101.571,10.694,12.628,112.312,10.694,15.304,32.203,2.105,0.0,1.036,0.263,1.429,1.0943,0.403,3.809,0.0,1.1877,1.013
+house041.xml,80.09,73.211,59.995,74.9076,0.12847,1.0034,1.0089,1.0107,1.0232,1.0,48.3168,0.0,0.0,25.936,9.273,12.252,41.327,5.028,20.568,25.75,0.0,0.0,0.805,0.484,1.01,1.282,0.263,1.695,18.317,6.726,11.361,0.0,0.0,29.186,3.647,19.072,31.464,3.647,20.107,23.099,0.492,0.0,1.087,0.284,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,165.94,9797.43,5770.64,1.0232,51.1,1.0,51.1,80.03,80.03,0.0,46.19,1.0,46.19,80.03,80.03,0.0,80.03,73.833,60.4511,75.5363,0.1279,1.0034,1.0088,1.0107,1.0231,1.0,48.67,0.0,0.0,25.905,9.29,12.526,41.277,5.037,20.923,26.112,0.0,0.0,0.805,0.484,1.015,1.282,0.263,1.695,18.299,6.737,11.573,0.0,0.0,29.158,3.653,19.33,31.433,3.653,20.379,23.35,0.492,0.0,1.087,0.284,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
+house042.xml,90.76,116.718,105.6754,116.4313,0.22184,0.9825,1.0153,1.0,0.9975,1.0,78.3564,0.0,0.0,50.452,23.275,11.126,80.389,13.395,19.393,31.865,0.0,0.0,0.805,0.456,0.989,1.282,0.263,1.724,51.907,18.764,8.149,0.0,0.0,82.707,10.799,14.204,83.575,10.799,15.274,26.855,0.0,0.0,1.25,0.263,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013,112.23,21449.72,19160.11,0.9975,47.63,1.0,47.63,90.64,90.64,0.0,47.62,1.0,47.62,90.64,90.64,0.0,90.64,117.329,106.09,117.0419,0.22104,0.9826,1.0153,1.0,0.9976,1.0,78.6848,0.0,0.0,50.424,23.297,11.381,80.345,13.407,19.724,32.227,0.0,0.0,0.805,0.456,0.995,1.282,0.263,1.724,51.891,18.776,8.347,0.0,0.0,82.682,10.805,14.467,83.55,10.805,15.556,27.076,0.0,0.0,1.25,0.263,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013
+house043.xml,-7.81,52.319,21.6325,54.1426,0.29982,1.0349,1.0,1.0,1.0349,-0.1954,20.687,24.73,0.0,12.807,6.171,10.343,12.687,3.297,12.032,20.737,2.261,0.0,0.447,0.491,0.955,0.443,0.263,1.111,1.164,2.686,2.286,0.0,0.0,1.153,1.435,2.659,1.154,1.435,2.601,14.706,0.791,0.0,0.385,0.55,0.295,2.2561,0.0,3.809,0.0,0.92,0.0,0.77,34.19,4284.08,1.0349,54.08,1.0,54.08,39.98,39.98,1.0,49.12,1.0,49.12,39.98,39.98,1.0,-7.49,52.649,21.7774,54.4756,0.29845,1.0347,1.0,1.0,1.0347,-0.1875,20.826,24.73,0.0,12.791,6.181,10.487,12.674,3.303,12.177,20.929,2.261,0.0,0.447,0.491,0.957,0.443,0.263,1.111,1.171,2.689,2.299,0.0,0.0,1.16,1.437,2.67,1.161,1.437,2.612,14.827,0.791,0.0,0.385,0.55,0.295,2.2561,0.0,3.809,0.0,0.92,0.0
+house044.xml,69.26,43.348,31.6922,45.7585,0.17012,1.0658,0.9765,1.0143,1.0556,1.0,27.7374,0.0,0.0,18.834,3.836,6.474,30.0,2.269,8.171,13.861,0.343,0.0,0.805,0.444,0.88,1.282,0.263,1.111,14.433,2.703,4.493,0.0,0.0,22.99,1.599,5.67,25.277,1.599,5.547,9.54,0.523,0.0,1.047,0.263,1.053,1.0943,0.403,3.809,0.0,0.92,0.0,70.65,7624.41,10223.7,1.0556,52.26,1.0,52.26,69.34,69.34,0.0,47.18,1.0,47.18,69.34,69.34,0.0,69.34,43.078,31.5229,45.4644,0.16949,1.0655,0.9766,1.0142,1.0554,1.0,27.5804,0.0,0.0,18.847,3.829,6.348,30.02,2.265,8.046,13.711,0.343,0.0,0.805,0.444,0.877,1.282,0.263,1.111,14.442,2.698,4.449,0.0,0.0,23.004,1.596,5.639,25.292,1.596,5.516,9.411,0.523,0.0,1.047,0.263,1.053,1.0943,0.403,3.809,0.0,0.92,0.0
+house045.xml,88.05,184.727,156.1236,177.3105,0.22079,0.9415,1.0305,0.9893,0.9599,1.0,127.2188,0.0,0.0,74.184,49.165,11.856,58.396,27.582,19.966,49.522,0.0,0.0,0.563,0.468,2.012,0.443,0.263,3.39,62.711,35.634,13.784,0.0,0.0,49.365,19.991,23.214,49.402,19.991,32.34,39.51,4.484,0.0,0.401,0.228,2.652,2.2561,0.0,3.809,0.0,2.3754,2.026,98.57,25900.51,27374.11,0.9599,50.81,1.0,50.81,88.07,88.07,0.0,49.04,1.0,49.04,88.07,88.07,0.0,88.07,185.617,156.9404,178.193,0.21994,0.9417,1.0304,0.9894,0.96,1.0,127.9174,0.0,0.0,74.149,49.201,12.21,58.371,27.602,20.428,50.058,0.0,0.0,0.563,0.468,2.026,0.443,0.263,3.39,62.694,35.649,14.28,0.0,0.0,49.354,19.999,23.89,49.391,19.999,33.284,39.834,4.484,0.0,0.401,0.228,2.652,2.2561,0.0,3.809,0.0,2.3754,2.026
+house046.xml,-3.11,134.683,48.534,134.0099,0.28136,0.9895,1.0194,0.9864,0.995,-0.0859,47.334,51.401,0.0,76.554,13.511,12.647,70.959,7.548,14.281,28.825,3.146,0.0,0.478,0.47,0.963,0.443,0.263,1.087,16.055,2.782,9.225,0.0,0.0,14.882,1.554,10.417,14.893,1.554,10.417,17.423,3.049,0.0,0.305,0.141,1.132,2.2561,0.0,3.809,0.0,0.92,0.0,10.37,3172.76,30737.26,0.995,50.22,1.0,50.22,36.24,36.24,1.0,46.35,1.0,46.35,36.24,36.24,1.0,-2.9,135.307,48.7965,134.6333,0.28036,0.9895,1.0193,0.9865,0.995,-0.0801,47.588,51.401,0.0,76.52,13.527,12.927,70.933,7.556,14.562,29.187,3.146,0.0,0.478,0.47,0.965,0.443,0.263,1.087,16.046,2.787,9.356,0.0,0.0,14.875,1.557,10.539,14.886,1.557,10.539,17.558,3.049,0.0,0.305,0.141,1.132,2.2561,0.0,3.809,0.0,0.92,0.0
+house047.xml,61.87,84.996,52.8252,85.3743,0.21715,0.9865,1.0,1.0182,1.0045,1.0,42.1056,0.0,0.0,32.38,10.691,10.343,51.597,5.947,12.045,30.496,1.086,0.0,0.805,0.472,0.954,1.282,0.263,1.111,25.74,3.506,2.375,0.0,0.0,41.017,1.95,2.766,44.969,1.95,2.706,20.832,0.372,0.0,1.053,0.263,0.295,1.0943,0.403,3.809,0.0,0.92,0.0,157.47,10410.58,6582.04,1.0045,57.41,1.0,57.41,61.8,61.8,0.0,52.34,1.0,52.34,61.8,61.8,0.0,61.8,85.34,52.9766,85.7181,0.21617,0.9865,1.0,1.0181,1.0044,1.0,42.2098,0.0,0.0,32.363,10.7,10.487,51.569,5.95,12.189,30.704,1.086,0.0,0.805,0.472,0.956,1.282,0.263,1.111,25.753,3.507,2.394,0.0,0.0,41.036,1.95,2.782,44.99,1.95,2.722,20.951,0.372,0.0,1.053,0.263,0.295,1.0943,0.403,3.809,0.0,0.92,0.0
+house048.xml,65.42,102.427,71.0186,108.5575,0.34682,1.0297,1.0,1.0293,1.0599,1.0,46.3276,0.0,0.0,1.956,70.163,5.507,3.118,38.186,10.78,24.2,0.601,0.0,0.804,0.482,0.881,1.282,0.263,1.724,0.478,46.485,3.705,0.0,0.0,0.762,25.299,7.252,0.77,25.299,7.516,19.564,0.787,0.0,1.25,0.244,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,81.47,6708.41,7769.66,1.0599,52.09,1.0,52.09,65.43,65.43,0.0,48.06,1.0,48.06,65.43,65.43,0.0,65.43,102.749,71.2399,108.8812,0.34586,1.0296,1.0,1.0292,1.0597,1.0,46.4746,0.0,0.0,1.953,70.186,5.601,3.113,38.199,10.903,24.408,0.601,0.0,0.804,0.482,0.886,1.282,0.263,1.724,0.477,46.501,3.748,0.0,0.0,0.76,25.308,7.297,0.768,25.308,7.562,19.727,0.787,0.0,1.25,0.244,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
+house049.xml,53.16,43.988,24.6154,46.3079,0.22962,1.0495,0.9842,1.0193,1.0527,1.0,22.9148,0.0,0.0,13.836,3.564,7.962,9.925,1.871,15.864,17.257,1.369,0.0,0.617,0.5,0.851,0.443,0.263,1.695,5.084,1.284,3.115,0.0,0.0,3.647,0.674,6.207,3.65,0.674,8.647,12.98,2.152,0.0,0.383,0.19,1.326,2.2561,0.0,3.809,0.0,1.1877,1.013,89.98,2609.17,2754.59,1.0527,49.53,1.0,49.53,53.16,53.16,0.0,44.9,1.0,44.9,53.16,53.16,0.0,53.16,44.019,24.6298,46.3282,0.22842,1.0492,0.9842,1.0192,1.0525,1.0,22.9274,0.0,0.0,13.834,3.565,7.974,9.924,1.871,15.879,17.277,1.369,0.0,0.617,0.5,0.851,0.443,0.263,1.695,5.084,1.284,3.118,0.0,0.0,3.647,0.674,6.21,3.65,0.674,8.651,12.991,2.152,0.0,0.383,0.19,1.326,2.2561,0.0,3.809,0.0,1.1877,1.013
+house050.xml,103.08,65.929,69.1059,67.0383,0.17429,1.0047,1.012,1.0,1.0168,1.0,60.4074,0.0,0.0,20.241,6.092,11.647,32.244,3.469,20.167,26.903,1.046,0.0,0.805,0.461,0.996,1.282,0.263,1.724,6.301,5.909,8.617,0.0,0.0,10.037,3.365,14.92,11.004,3.365,15.463,22.559,25.72,0.0,1.053,0.263,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,185.02,7566.14,4021.74,1.0168,54.98,1.0,54.98,102.74,102.74,0.0,50.96,1.0,50.96,102.74,102.74,0.0,102.74,66.537,69.5012,67.6503,0.17332,1.0047,1.012,1.0,1.0167,1.0,60.7308,0.0,0.0,20.211,6.104,11.911,32.196,3.475,20.509,27.265,1.046,0.0,0.805,0.461,1.001,1.282,0.263,1.724,6.288,5.92,8.737,0.0,0.0,10.017,3.37,15.045,10.982,3.37,15.592,22.835,25.721,0.0,1.053,0.263,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
+house051.xml,54.7,44.907,25.167,46.0124,0.18081,1.0246,1.0,1.0,1.0246,1.0,24.7664,0.0,0.0,10.302,3.57,9.834,7.583,1.891,17.445,20.431,0.77,0.0,0.602,0.496,0.955,0.443,0.263,1.695,4.975,0.634,2.088,0.0,0.0,3.662,0.336,3.705,3.665,0.336,8.246,16.33,1.139,0.0,0.253,0.112,1.098,2.2561,0.0,3.809,0.0,1.1877,1.013,90.95,2677.48,2873.12,1.0246,52.21,1.0,52.21,54.67,54.67,0.0,48.23,1.0,48.23,54.67,54.67,0.0,54.67,45.23,25.3308,46.3371,0.17982,1.0245,1.0,1.0,1.0245,1.0,24.9334,0.0,0.0,10.287,3.577,9.973,7.573,1.894,17.625,20.623,0.77,0.0,0.602,0.496,0.959,0.443,0.263,1.695,4.968,0.636,2.111,0.0,0.0,3.657,0.337,3.732,3.66,0.337,8.306,16.476,1.139,0.0,0.253,0.112,1.098,2.2561,0.0,3.809,0.0,1.1877,1.013
+house052.xml,57.87,43.601,26.7362,46.202,0.19733,1.0424,1.0,1.0165,1.0597,1.0,26.191,0.0,0.0,12.223,2.157,10.206,8.866,1.051,11.924,18.358,0.657,0.0,0.611,0.539,0.951,0.443,0.263,1.111,5.235,0.269,7.182,0.0,0.0,3.797,0.131,8.39,3.8,0.131,8.208,12.791,1.26,0.0,0.31,0.168,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,59.03,1757.09,2808.87,1.0597,52.55,1.0,52.55,57.77,57.77,0.0,49.89,1.0,49.89,57.77,57.77,0.0,57.77,43.925,26.8832,46.5309,0.19627,1.0422,1.0,1.0165,1.0593,1.0,26.329,0.0,0.0,12.206,2.163,10.349,8.856,1.054,12.066,18.55,0.657,0.0,0.61,0.539,0.953,0.443,0.263,1.111,5.229,0.269,7.221,0.0,0.0,3.794,0.131,8.419,3.797,0.131,8.236,12.904,1.26,0.0,0.31,0.168,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+house053.xml,71.32,65.45,47.5288,66.6386,0.1747,1.006,1.0121,1.0,1.0182,1.0,38.1092,0.0,0.0,20.478,5.857,11.647,32.622,3.352,20.172,26.588,0.88,0.0,0.805,0.459,0.995,1.282,0.263,1.724,13.095,3.135,8.28,0.0,0.0,20.86,1.794,14.341,22.488,1.794,14.863,22.06,0.959,0.0,1.087,0.263,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,181.3,7371.26,3993.3,1.0182,54.75,1.0,54.75,71.23,71.23,0.0,50.71,1.0,50.71,71.23,71.23,0.0,71.23,66.058,47.8999,67.2512,0.17377,1.006,1.012,1.0,1.0181,1.0,38.4258,0.0,0.0,20.448,5.868,11.911,32.574,3.358,20.513,26.951,0.88,0.0,0.805,0.459,1.001,1.282,0.263,1.724,13.073,3.144,8.361,0.0,0.0,20.826,1.799,14.399,22.451,1.799,14.923,22.363,0.959,0.0,1.087,0.263,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
+house054.xml,62.4,179.02,114.3239,183.2149,0.3479,0.9487,1.048,1.0294,1.0234,1.0,77.384,0.0,0.0,3.5279999999999996,129.94,7.482,5.623,70.987,13.163,36.585,1.485,0.0,1.609,0.961,0.963,2.564,0.526,1.695,1.22,82.166,1.787,0.0,0.0,1.945,44.887,3.144,1.965,44.887,6.331,27.63,1.521,0.0,2.5,0.488,1.132,2.1886,0.806,7.618,0.0,1.1877,1.013,70.89,9886.89,13626.67,1.0234,50.93,1.0,50.93,62.46,62.46,0.0,46.9,1.0,46.9,62.46,62.46,0.0,62.46,179.869,114.9724,184.073,0.34698,0.9488,1.0479,1.0293,1.0234,1.0,78.0094,0.0,0.0,3.52,130.0,7.744,5.612,71.02000000000001,13.504,37.12,1.485,0.0,1.608,0.961,0.972,2.564,0.526,1.695,1.214,82.218,1.84,0.0,0.0,1.935,44.916000000000004,3.209,1.955,44.916000000000004,6.462,28.179,1.521,0.0,2.5,0.488,1.132,2.1886,0.806,7.618,0.0,1.1877,1.013
+house055.xml,61.75,99.762,65.4696,106.0164,0.35355,1.0319,1.0,1.0298,1.0627,1.0,45.935,0.0,0.0,1.978,69.379,5.507,3.153,37.66,10.52,22.087,0.811,0.0,0.804,0.484,0.887,1.282,0.263,1.695,0.908,43.536,1.662,0.0,0.0,1.448,23.632,3.175,1.463,23.632,5.836,18.338,1.025,0.0,1.25,0.228,1.169,1.0943,0.403,3.809,0.0,1.1877,1.013,73.93,6064.58,7718.91,1.0627,49.99,1.0,49.99,61.86,61.86,0.0,46.08,1.0,46.08,61.86,61.86,0.0,61.86,100.067,65.772,106.3233,0.35261,1.0318,1.0,1.0298,1.0625,1.0,46.2274,0.0,0.0,1.975,69.401,5.601,3.149,37.672,10.642,22.279,0.811,0.0,0.804,0.484,0.892,1.282,0.263,1.695,0.905,43.558,1.69,0.0,0.0,1.443,23.644,3.21,1.458,23.644,5.901,18.594,1.025,0.0,1.25,0.228,1.169,1.0943,0.403,3.809,0.0,1.1877,1.013
+house056.xml,63.52,72.95,46.8558,73.7709,0.20894,0.9969,1.0144,1.0,1.0113,1.0,40.8032,0.0,0.0,24.962999999999997,6.417,11.647,39.794000000000004,3.679,19.833,28.855,1.068,0.0,1.614,0.458,0.995,2.564,0.263,1.695,13.72,3.377,3.419,0.0,0.0,21.865,1.936,5.823,23.558,1.936,11.724,23.658,2.681,0.0,2.469,0.263,1.132,2.1886,0.806,3.809,0.0,1.1877,1.013,163.67,7275.96,4396.01,1.0113,54.12,1.0,54.12,63.71,63.71,0.0,50.0,1.0,50.0,63.71,63.71,0.0,63.71,73.557,47.3883,74.3806,0.20791,0.9969,1.0143,1.0,1.0112,1.0,41.34,0.0,0.0,24.932,6.428,11.911,39.742999999999995,3.685,20.177,29.218,1.068,0.0,1.614,0.458,1.001,2.564,0.263,1.695,13.693,3.388,3.491,0.0,0.0,21.820999999999998,1.942,5.914,23.509999999999998,1.942,11.908,24.135,2.681,0.0,2.469,0.263,1.132,2.1886,0.806,3.809,0.0,1.1877,1.013
+house057.xml,103.88,57.186,60.2981,58.0435,0.16822,1.015,1.0,1.0,1.015,1.0,54.3682,0.0,0.0,18.029,5.017,9.834,28.721,2.868,11.543,23.574,0.732,0.0,0.805,0.459,0.947,1.282,0.263,1.111,6.542,6.42,2.819,0.0,0.0,10.422,3.67,3.309,11.491,3.67,3.237,18.831,25.686,0.0,1.042,0.263,0.357,1.0943,0.403,3.809,0.0,0.92,0.0,150.44,5318.94,3483.44,1.015,56.1,1.0,56.1,103.63,103.63,0.0,53.36,1.0,53.36,103.63,103.63,0.0,103.63,57.507,60.4824,58.3648,0.16735,1.0149,1.0,1.0,1.0149,1.0,54.546,0.0,0.0,18.013,5.023,9.973,28.696,2.87,11.682,23.766,0.732,0.0,0.805,0.459,0.949,1.282,0.263,1.111,6.535,6.428,2.841,0.0,0.0,10.41,3.673,3.328,11.478,3.673,3.256,18.991,25.687,0.0,1.042,0.263,0.357,1.0943,0.403,3.809,0.0,0.92,0.0
+house058.xml,64.45,127.656,83.3236,129.2936,0.34632,0.9892,1.0239,1.0,1.0128,1.0,57.1334,0.0,0.0,3.474,88.638,6.504,5.539,48.717,12.226,28.075,0.965,0.0,0.804,0.478,0.917,1.282,0.263,1.724,1.197,54.578,5.477,0.0,0.0,1.908,29.997,10.296,1.928,29.997,10.671,21.089,0.982,0.0,1.25,0.244,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,78.94,7877.04,9852.04,1.0128,51.67,1.0,51.67,64.53,64.53,0.0,47.91,1.0,47.91,64.53,64.53,0.0,64.53,128.232,83.8009,129.8725,0.34536,0.9892,1.0238,1.0,1.0128,1.0,57.5324,0.0,0.0,3.468,88.679,6.683,5.53,48.739,12.458,28.437,0.965,0.0,0.804,0.478,0.925,1.282,0.263,1.724,1.193,54.606,5.62,0.0,0.0,1.902,30.012,10.476,1.922,30.012,10.857,21.4,0.982,0.0,1.25,0.244,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
+house059.xml,53.29,35.401,20.2924,38.0805,0.19581,1.0728,0.9865,1.0164,1.0757,1.0,18.0734,0.0,0.0,7.774,3.266,7.962,5.701,1.677,15.019,15.983,0.416,0.0,0.604,0.511,0.899,0.443,0.263,1.695,3.108,1.001,2.003,0.0,0.0,2.279,0.514,3.779,2.281,0.514,6.946,14.053,0.127,0.0,0.273,0.19,1.169,2.2561,0.0,3.809,0.0,1.1877,1.013,102.19,2388.89,2173.23,1.0757,50.97,1.0,50.97,53.34,53.34,0.0,46.66,1.0,46.66,53.34,53.34,0.0,53.34,35.433,20.3221,38.1013,0.19485,1.0724,0.9866,1.0163,1.0753,1.0,18.1026,0.0,0.0,7.773,3.267,7.974,5.7,1.678,15.034,16.003,0.416,0.0,0.604,0.511,0.899,0.443,0.263,1.695,3.108,1.001,2.005,0.0,0.0,2.279,0.514,3.78,2.281,0.514,6.949,14.081,0.127,0.0,0.273,0.19,1.169,2.2561,0.0,3.809,0.0,1.1877,1.013
+house060.xml,70.58,115.915,82.7151,117.1987,0.23868,0.9788,1.0329,1.0,1.0111,1.0,59.9568,0.0,0.0,31.902,37.382,11.155,50.845,20.994999999999997,19.445,35.477,0.0,0.0,1.608,0.935,0.989,2.564,0.526,1.724,26.719,21.238999999999997,7.846,0.0,0.0,42.584,11.929,13.677,43.031,11.929,13.679,26.911,0.0,0.0,2.5,0.488,1.667,2.1886,0.806,7.618,0.0,1.1877,1.013,86.03,15655.42,17999.25,1.0111,47.69,1.0,47.69,70.52,70.52,0.0,46.94,1.0,46.94,70.52,70.52,0.0,70.52,116.8,83.2762,118.0889,0.2378,0.9789,1.0328,1.0,1.011,1.0,60.44,0.0,0.0,31.874,37.42,11.494,50.797,21.017,19.887,36.013,0.0,0.0,1.609,0.935,0.996,2.564,0.526,1.724,26.694000000000003,21.267000000000003,7.961,0.0,0.0,42.541,11.945,13.774,42.986999999999995,11.945,13.776,27.355,0.0,0.0,2.5,0.488,1.667,2.1886,0.806,7.618,0.0,1.1877,1.013
+house061.xml,63.73,29.308,19.9042,31.2337,0.20525,1.0782,0.9717,1.0172,1.0657,1.0,19.0264,0.0,0.0,4.708,3.502,6.94,7.502,2.091,8.251,13.826,0.332,0.0,0.805,0.44,0.914,1.282,0.263,1.087,4.491,1.368,4.736,0.0,0.0,7.156,0.817,5.631,7.845,0.817,5.631,9.127,0.182,0.0,1.053,0.244,1.144,1.0943,0.403,3.809,0.0,0.92,0.0,83.54,2883.09,3238.5,1.0657,53.86,1.0,53.86,63.4,63.4,0.0,50.73,1.0,50.73,63.4,63.4,0.0,63.4,27.805,18.7892,29.6361,0.20571,1.0784,0.9716,1.0173,1.0659,1.0,17.8766,0.0,0.0,4.73,3.485,5.783,7.538,2.082,7.094,13.475,0.332,0.0,0.804,0.439,0.886,1.282,0.263,1.087,4.501,1.363,3.795,0.0,0.0,7.173,0.814,4.655,7.864,0.814,4.655,8.949,0.182,0.0,1.053,0.244,1.144,1.0943,0.403,3.809,0.0,0.92,0.0
+house062.xml,73.62,40.334,31.5939,42.9165,0.24701,1.0792,0.9659,1.0208,1.064,1.0,27.967,0.0,0.0,9.347,10.008,6.217,7.787,5.674,7.511,14.762,0.0,0.0,0.532,0.463,0.9,0.443,0.263,1.087,10.237,6.747,4.79,0.0,0.0,8.529,3.825,5.787,8.535,3.825,5.787,9.82,0.0,0.0,0.416,0.244,1.053,2.2561,0.0,3.809,0.0,0.92,0.0,75.09,4965.01,6214.58,1.064,46.95,1.0,46.95,73.73,73.73,0.0,47.65,1.0,47.65,73.73,73.73,0.0,73.73,38.941,30.5538,41.4388,0.24745,1.0793,0.9659,1.0208,1.0641,1.0,26.919,0.0,0.0,9.366,9.982,5.181,7.801,5.66,6.475,14.412,0.0,0.0,0.532,0.463,0.87,0.443,0.263,1.087,10.249,6.734,3.947,0.0,0.0,8.537,3.818,4.933,8.543,3.818,4.933,9.624,0.0,0.0,0.416,0.244,1.053,2.2561,0.0,3.809,0.0,0.92,0.0
+house063.xml,85.94,92.542,79.9885,93.0778,0.26216,1.0022,0.9819,1.022,1.0058,1.0,58.845,0.0,0.0,16.348,43.364,6.005,26.075,24.377,12.437,25.998,0.827,0.0,0.804,0.467,0.832,1.282,0.263,1.724,13.08,33.404,4.245,0.0,0.0,20.862,18.778,8.793,21.081,18.778,9.455,20.825,8.434,0.0,1.25,0.213,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013,110.2,11716.46,10571.21,1.0058,49.33,1.0,49.33,85.93,85.93,0.0,47.65,1.0,47.65,85.93,85.93,0.0,85.93,92.573,80.0083,93.1072,0.26123,1.0022,0.982,1.022,1.0058,1.0,58.863,0.0,0.0,16.347,43.366,6.015,26.074,24.378,12.45,26.018,0.827,0.0,0.804,0.467,0.833,1.282,0.263,1.724,13.079,33.404,4.249,0.0,0.0,20.861,18.778,8.795,21.08,18.778,9.457,20.842,8.434,0.0,1.25,0.213,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013
+house064.xml,76.04,77.054,61.0481,80.289,0.28704,1.038,0.9802,1.0242,1.042,1.0,44.0682,0.0,0.0,14.282,34.851,6.005,22.778,19.564,12.137,21.386,0.53,0.0,0.804,0.468,0.839,1.282,0.263,1.695,10.288,25.465,3.937,0.0,0.0,16.409,14.295,7.956,16.581,14.295,8.388,16.796,4.562,0.0,1.25,0.213,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,98.88,9044.56,8778.36,1.042,54.75,1.0,54.75,76.04,76.04,0.0,51.54,1.0,51.54,76.04,76.04,0.0,76.04,77.084,61.0667,80.3099,0.28613,1.0378,0.9803,1.0241,1.0418,1.0,44.085,0.0,0.0,14.281,34.852,6.015,22.777,19.565,12.149,21.406,0.53,0.0,0.804,0.468,0.839,1.282,0.263,1.695,10.288,25.466,3.939,0.0,0.0,16.408,14.296,7.955,16.58,14.296,8.387,16.813,4.561,0.0,1.25,0.213,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
+house065.xml,82.7,100.569,86.234,104.2742,0.26298,0.9963,1.0181,1.0221,1.0368,1.0,63.7248,0.0,0.0,16.371,45.477,8.758,26.114,26.178,16.009,28.918,1.045,0.0,0.804,0.456,0.943,1.282,0.263,1.724,14.125,34.038,6.2,0.0,0.0,22.532,19.593,11.333,22.768,19.593,12.187,24.013,7.858,0.0,1.25,0.213,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013,106.74,12887.11,11643.98,1.0368,47.86,1.0,47.86,82.6,82.6,0.0,47.03,1.0,47.03,82.6,82.6,0.0,82.6,101.163,86.6254,104.8772,0.26209,0.9963,1.0181,1.022,1.0367,1.0,64.0602,0.0,0.0,16.356,45.508,8.974,26.09,26.196,16.289,29.28,1.045,0.0,0.804,0.456,0.95,1.282,0.263,1.724,14.11,34.062,6.281,0.0,0.0,22.508,19.607,11.401,22.744,19.607,12.26,24.316,7.856,0.0,1.25,0.213,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013
+house066.xml,75.84,74.963,59.6935,78.7075,0.27017,1.0266,1.0,1.0227,1.05,1.0,49.279,0.0,0.0,11.885,33.154,7.403,9.346,18.944,8.983,21.727,0.794,0.0,0.563,0.459,0.916,0.443,0.263,1.111,7.833,22.811,5.519,0.0,0.0,6.159,13.034,6.697,6.164,13.034,6.551,17.639,5.892,0.0,0.379,0.228,1.053,2.2561,0.0,3.809,0.0,0.92,0.0,77.73,7335.87,8988.23,1.05,46.12,1.0,46.12,75.8,75.8,0.0,44.86,1.0,44.86,75.8,75.8,0.0,75.8,75.277,59.8971,79.0236,0.26922,1.0265,1.0,1.0226,1.0498,1.0,49.474,0.0,0.0,11.877,33.17,7.517,9.342,18.954,9.098,21.919,0.794,0.0,0.563,0.459,0.918,0.443,0.263,1.111,7.823,22.824,5.56,0.0,0.0,6.153,13.042,6.729,6.158,13.042,6.583,17.799,5.891,0.0,0.379,0.228,1.053,2.2561,0.0,3.809,0.0,0.92,0.0
+house067.xml,65.14,88.981,60.1419,92.3334,0.30376,1.0118,1.0,1.0256,1.0377,1.0,43.4394,0.0,0.0,15.14,40.036,7.403,24.149,22.852,13.938,25.598,0.804,0.0,0.804,0.46,0.9,1.282,0.263,1.695,9.811,27.34,2.953,0.0,0.0,15.65,15.605,5.559,15.814,15.605,7.745,19.46,0.578,0.0,1.25,0.213,1.326,1.0943,0.403,3.809,0.0,1.1877,1.013,84.02,8949.7,10264.53,1.0377,48.74,1.0,48.74,65.13,65.13,0.0,47.97,1.0,47.97,65.13,65.13,0.0,65.13,89.295,60.3377,92.6477,0.30274,1.0117,1.0,1.0255,1.0375,1.0,43.6198,0.0,0.0,15.132,40.052,7.517,24.135,22.862,14.086,25.79,0.804,0.0,0.804,0.46,0.904,1.282,0.263,1.695,9.805,27.351,2.983,0.0,0.0,15.638,15.612,5.59,15.802,15.612,7.788,19.621,0.578,0.0,1.25,0.213,1.326,1.0943,0.403,3.809,0.0,1.1877,1.013
+house068.xml,79.75,121.873,94.7641,118.8316,0.26331,0.975,1.0,1.0,0.975,1.0,70.296,0.0,0.0,24.496,56.340999999999994,7.403,39.072,31.863999999999997,14.255,32.66,0.973,0.0,1.608,0.927,0.895,2.564,0.526,1.724,17.114,36.724000000000004,5.24,0.0,0.0,27.298000000000002,20.768,10.09,27.585,20.768,10.85,26.736,8.949,0.0,2.5,0.426,1.563,2.1886,0.806,7.618,0.0,1.1877,1.013,104.53,14174.7,13906.89,0.975,49.97,1.0,49.97,79.71,79.71,0.0,48.93,1.0,48.93,79.71,79.71,0.0,79.71,122.187,94.9709,119.1479,0.26242,0.9751,1.0,1.0,0.9751,1.0,70.4728,0.0,0.0,24.488,56.357,7.517,39.059,31.874000000000002,14.403,32.852,0.973,0.0,1.608,0.927,0.9,2.564,0.526,1.724,17.107,36.734,5.285,0.0,0.0,27.287,20.774,10.126,27.573999999999998,20.774,10.889,26.896,8.948,0.0,2.5,0.426,1.563,2.1886,0.806,7.618,0.0,1.1877,1.013
+house069.xml,77.02,113.431,86.4581,112.2567,0.28792,0.9896,1.0,1.0,0.9896,1.0,62.058,0.0,0.0,25.279,51.315,7.403,40.321,29.005,13.978,29.127,0.307,0.0,0.804,0.464,0.898,1.282,0.263,1.695,18.356,34.933,5.252,0.0,0.0,29.279,19.745,9.917,29.586,19.745,10.455,22.824,5.093,0.0,1.25,0.213,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,103.46,13095.54,12789.4,0.9896,56.86,1.0,56.86,76.99,76.99,0.0,54.5,1.0,54.5,76.99,76.99,0.0,76.99,113.744,86.6683,112.5703,0.28697,0.9897,1.0,1.0,0.9897,1.0,62.2358,0.0,0.0,25.27,51.331,7.517,40.308,29.014,14.126,29.319,0.307,0.0,0.804,0.464,0.902,1.282,0.263,1.695,18.347,34.947,5.295,0.0,0.0,29.266,19.753,9.95,29.573,19.753,10.49,22.986,5.093,0.0,1.25,0.213,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
+house070.xml,43.48,184.708,76.1707,175.19,0.21041,0.9349,1.0145,1.0,0.9485,1.0,69.519,0.0,0.0,88.744,29.112,11.506,71.227,16.226,13.205,53.221,2.125,0.0,0.552,0.471,0.968,0.443,0.263,1.111,27.021,5.257,8.096,0.0,0.0,21.688,2.93,9.292,21.704,2.93,9.09,35.332,0.464,0.0,0.233,0.126,1.075,2.2561,0.0,3.809,0.0,0.92,0.0,45.34,7815.72,18174.58,0.9485,52.24,1.0,52.24,43.48,43.48,1.0,48.34,1.0,48.34,43.48,43.48,1.0,43.48,185.318,76.4433,175.8101,0.20948,0.9352,1.0145,1.0,0.9487,1.0,69.776,0.0,0.0,88.714,29.129,11.767,71.205,16.236,13.467,53.583,2.125,0.0,0.552,0.471,0.971,0.443,0.263,1.111,27.011,5.26,8.174,0.0,0.0,21.68,2.932,9.355,21.696,2.932,9.152,35.534,0.464,0.0,0.233,0.126,1.075,2.2561,0.0,3.809,0.0,0.92,0.0
+house071.xml,73.61,59.057,45.8169,62.2466,0.20559,1.0361,1.0,1.0172,1.054,1.0,41.1352,0.0,0.0,19.805,9.966,9.715,17.112000000000002,5.416,11.404,19.009,0.562,0.0,1.408,0.483,0.947,1.725,0.263,1.111,21.722,4.061,7.21,0.0,0.0,18.825,2.207,8.464,18.892999999999997,2.207,8.28,12.435,0.389,0.0,1.6059999999999999,0.228,1.075,3.3504,0.403,3.809,0.0,0.92,0.0,76.12,4888.66,6093.11,1.054,53.12,1.0,53.12,73.49,73.49,0.0,48.9,1.0,48.9,73.49,73.49,0.0,73.49,59.382,45.9883,62.5754,0.20474,1.036,1.0,1.0172,1.0538,1.0,41.2998,0.0,0.0,19.790999999999997,9.976,9.853,17.101,5.421,11.541,19.201,0.562,0.0,1.407,0.483,0.949,1.725,0.263,1.111,21.709999999999997,4.065,7.264,0.0,0.0,18.817,2.209,8.509,18.885,2.209,8.324,12.56,0.389,0.0,1.6059999999999999,0.228,1.075,3.3504,0.403,3.809,0.0,0.92,0.0
+house072.xml,59.28,133.845,77.9825,131.5445,0.23183,0.9797,0.984,1.0195,0.9828,1.0,64.0034,0.0,0.0,89.53500000000001,1.635,10.436,141.69099999999997,1.261,18.716,31.108,1.131,0.0,1.112,0.34,0.961,1.725,0.263,1.724,50.767,0.513,5.285,0.0,0.0,80.29299999999999,0.396,9.478,88.2,0.396,11.486,20.825,0.592,0.0,2.04,0.244,1.429,3.3504,0.403,3.809,0.0,1.1877,1.013,138.34,16160.64,11885.83,0.9828,49.27,1.0,49.27,59.27,59.27,0.0,48.68,1.0,48.68,59.27,59.27,0.0,59.27,133.879,77.9933,131.5856,0.23105,0.9798,0.9841,1.0194,0.9829,1.0,64.0118,0.0,0.0,89.533,1.636,10.451,141.688,1.261,18.734,31.128,1.131,0.0,1.112,0.341,0.962,1.725,0.263,1.724,50.767,0.514,5.286,0.0,0.0,80.292,0.396,9.475,88.199,0.396,11.483,20.835,0.592,0.0,2.04,0.244,1.429,3.3504,0.403,3.809,0.0,1.1877,1.013
+house073.xml,30.27,225.796,109.628,215.1198,0.16778,0.9418,1.0116,1.0,0.9527,0.594,88.7514,36.031,0.0,119.8,31.246000000000002,11.506,104.58800000000001,17.529,26.442,60.75,2.494,0.0,1.903,0.9359999999999999,0.989,2.136,0.526,2.273,24.844,23.29,14.46,0.0,0.0,23.570999999999998,13.065999999999999,33.23,24.397,13.065999999999999,31.9,43.986,3.049,0.0,1.4409999999999998,0.429,1.389,5.6065000000000005,0.403,7.618,0.0,1.1877,1.013,63.55,13417.56,22161.31,0.9527,49.96,1.0,49.96,51.15,51.15,0.0,49.73,1.0,49.73,51.15,51.15,0.0,30.49,226.433,110.3883,215.8333,0.16607,0.9424,1.0115,1.0,0.9532,0.5961,89.2014,36.031,0.0,119.766,31.262999999999998,11.767,104.558,17.538,26.791,61.143,2.494,0.0,1.903,0.9359999999999999,0.998,2.136,0.526,2.273,24.836,23.305,14.844,0.0,0.0,23.563000000000002,13.074,33.796,24.389,13.074,32.444,44.355,3.049,0.0,1.4409999999999998,0.429,1.389,5.6065000000000005,0.403,7.618,0.0,1.1877,1.013
+house074.xml,81.75,80.125,69.0994,84.5244,0.25283,1.033,1.0,1.0213,1.0549,1.0,57.549,0.0,0.0,14.601,35.369,7.403,11.313,19.821,8.889,22.023,0.729,0.0,0.572,0.468,0.915,0.443,0.263,1.099,7.269,24.952,5.61,0.0,0.0,5.632,13.983,6.736,5.636,13.983,6.663,20.906,10.363,0.0,0.359,0.217,1.053,2.2561,0.0,3.809,0.0,0.92,0.0,85.1,8515.93,9485.97,1.0549,46.23,1.0,46.23,82.04,82.04,0.0,45.0,1.0,45.0,82.04,82.04,0.0,82.04,80.438,69.6,84.8392,0.25197,1.0328,1.0,1.0212,1.0547,1.0,58.035,0.0,0.0,14.593,35.384,7.517,11.307,19.831,9.003,22.215,0.729,0.0,0.572,0.468,0.918,0.443,0.263,1.099,7.257,24.977,5.656,0.0,0.0,5.623,13.998,6.774,5.627,13.998,6.7,21.35,10.361,0.0,0.359,0.217,1.053,2.2561,0.0,3.809,0.0,0.92,0.0
+house075.xml,66.97,82.898,57.6159,86.0328,0.22049,1.0223,1.0152,1.0,1.0378,1.0,45.1014,0.0,0.0,32.305,17.12,11.126,51.481,9.94,19.065,22.347,0.0,0.0,0.805,0.452,0.989,1.282,0.263,1.695,20.685,9.309,10.068,0.0,0.0,32.963,5.405,17.252,35.734,5.405,18.188,17.285,0.269,0.0,1.075,0.244,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013,85.38,12022.01,13568.29,1.0378,44.39,1.0,44.39,67.2,67.2,0.0,44.31,1.0,44.31,67.2,67.2,0.0,67.2,83.511,58.2379,86.6581,0.21974,1.0222,1.0152,1.0,1.0377,1.0,45.6204,0.0,0.0,32.278,17.143,11.381,51.439,9.954,19.396,22.709,0.0,0.0,0.804,0.452,0.995,1.282,0.263,1.695,20.664,9.324,10.297,0.0,0.0,32.931,5.414,17.549,35.7,5.414,18.501,17.683,0.269,0.0,1.075,0.244,1.613,1.0943,0.403,3.809,0.0,1.1877,1.013
+house076.xml,60.99,33.518,21.6502,35.5,0.18467,1.0703,0.9745,1.0155,1.0591,1.0,18.4704,0.0,0.0,6.898,5.261,6.94,10.99,2.927,13.627,14.076,0.343,0.0,0.805,0.472,0.863,1.282,0.263,1.695,4.369,2.903,3.441,0.0,0.0,6.961,1.615,6.757,7.675,1.615,8.33,10.225,0.712,0.0,1.042,0.343,1.429,1.0943,0.403,3.809,0.0,1.1877,1.013,101.18,3815.59,3560.66,1.0591,49.3,1.0,49.3,61.31,61.31,0.0,45.52,1.0,45.52,61.31,61.31,0.0,61.31,31.982,20.7715,33.8776,0.18509,1.0704,0.9745,1.0155,1.0593,1.0,17.8772,0.0,0.0,6.925,5.24,5.783,11.033,2.917,12.127,13.691,0.343,0.0,0.805,0.472,0.808,1.282,0.263,1.695,4.381,2.89,2.794,0.0,0.0,6.98,1.609,5.859,7.696,1.609,7.223,9.994,0.712,0.0,1.042,0.343,1.429,1.0943,0.403,3.809,0.0,1.1877,1.013
+house077.xml,76.14,40.607,33.1713,43.5637,0.21465,1.0697,0.9852,1.018,1.0728,1.0,31.5422,0.0,0.0,8.936,5.639,9.449,14.241,3.203,10.581,15.371,1.212,0.0,0.804,0.462,0.96,1.282,0.263,1.075,5.41,2.643,7.273,0.0,0.0,8.621,1.501,8.144,9.511,1.501,8.233,9.955,7.891,0.0,1.041,0.228,1.075,1.0943,0.403,3.809,0.0,0.92,0.0,76.43,7632.72,9309.12,1.0728,42.75,1.0,42.75,76.24,76.24,0.0,44.87,1.0,44.87,76.24,76.24,0.0,76.24,39.689,32.4683,42.586,0.21517,1.0698,0.9852,1.0181,1.073,1.0,30.8272,0.0,0.0,8.944,5.632,8.652,14.254,3.2,9.783,15.249,1.212,0.0,0.804,0.462,0.951,1.282,0.263,1.075,5.412,2.64,6.629,0.0,0.0,8.626,1.5,7.496,9.516,1.5,7.577,9.896,7.891,0.0,1.041,0.228,1.075,1.0943,0.403,3.809,0.0,0.92,0.0
+house078.xml,67.88,139.366,93.3401,137.5014,0.27911,0.968,1.0193,1.0,0.9866,1.0,73.4736,0.0,0.0,30.296,62.419,8.758,48.32,35.214,15.946,36.61,1.283,0.0,0.804,0.465,0.931,1.282,0.263,1.695,10.852,34.319,3.691,0.0,0.0,17.308,19.361,6.721,18.976,19.361,9.363,27.321,17.157,0.0,1.053,0.213,1.326,1.0943,0.403,3.809,0.0,1.1877,1.013,87.79,13745.19,15868.69,0.9866,54.6,1.0,54.6,67.95,67.95,0.0,52.35,1.0,52.35,67.95,67.95,0.0,67.95,139.957,93.8347,138.0906,0.2782,0.9681,1.0192,1.0,0.9867,1.0,73.9212,0.0,0.0,30.28,62.448,8.974,48.294,35.23,16.226,36.972,1.283,0.0,0.804,0.465,0.937,1.282,0.263,1.695,10.817,34.388,3.761,0.0,0.0,17.252,19.4,6.8,18.914,19.4,9.473,27.717,17.152,0.0,1.053,0.213,1.326,1.0943,0.403,3.809,0.0,1.1877,1.013
+house079.xml,56.69,92.734,51.0185,89.9943,0.22318,0.9705,1.0,1.0,0.9705,1.0,44.017,0.0,0.0,45.382,3.601,10.206,32.434,1.782,12.335,33.545,0.0,0.0,1.237,1.058,0.94,0.886,0.526,1.136,25.664,0.254,2.806,0.0,0.0,18.338,0.126,3.391,18.352,0.126,3.244,22.294,0.0,0.0,0.632,0.33799999999999997,0.27,4.5122,0.0,7.618,0.0,0.92,0.0,55.83,3112.7,5745.08,0.9705,55.02,1.0,55.02,56.64,56.64,0.0,52.07,1.0,52.07,56.64,56.64,0.0,56.64,93.055,51.1595,90.3207,0.22195,0.9706,1.0,1.0,0.9706,1.0,44.156,0.0,0.0,45.365,3.604,10.349,32.422,1.783,12.477,33.737,0.0,0.0,1.237,1.058,0.943,0.886,0.526,1.136,25.66,0.254,2.836,0.0,0.0,18.335,0.126,3.42,18.349,0.126,3.271,22.409,0.0,0.0,0.632,0.33799999999999997,0.27,4.5122,0.0,7.618,0.0,0.92,0.0
+house080.xml,42.14,155.847,63.8637,151.5495,0.28531,0.9537,1.0197,1.0,0.9724,1.0,50.808,0.0,0.0,39.447,68.762,8.758,30.186999999999998,39.86,11.1,36.925,1.955,0.0,1.157,0.904,0.917,0.886,0.526,1.163,12.602,24.718,1.552,0.0,0.0,9.644,14.328000000000001,1.967,9.651,14.328000000000001,1.839,23.646,1.345,0.0,0.62,0.38,0.27,4.5122,0.0,7.618,0.0,0.92,0.0,43.68,7763.14,18274.94,0.9724,48.58,1.0,48.58,42.12,42.12,1.0,47.5,1.0,47.5,42.12,42.12,1.0,42.12,156.437,64.0796,152.1397,0.28422,0.9538,1.0196,1.0,0.9725,1.0,51.02,0.0,0.0,39.43,68.78999999999999,8.974,30.176,39.876999999999995,11.316,37.288,1.955,0.0,1.157,0.904,0.922,0.886,0.526,1.163,12.614,24.709,1.572,0.0,0.0,9.654,14.323,1.982,9.661,14.323,1.853,23.839,1.345,0.0,0.62,0.38,0.27,4.5122,0.0,7.618,0.0,0.92,0.0
+house081.xml,65.33,25.993,19.1743,29.3485,0.15832,1.1392,0.9782,1.0133,1.1291,1.0,19.473,0.0,0.0,5.082,4.584,5.71,5.333,2.564,6.664,10.293,0.324,0.0,0.422,0.469,0.912,0.443,0.263,1.064,3.227,1.843,4.921,0.0,0.0,3.386,1.031,5.743,3.389,1.031,5.868,8.884,0.299,0.0,0.284,0.145,1.075,2.2561,0.0,3.809,0.0,0.92,0.0,67.52,3395.95,4454.25,1.1291,43.82,1.0,43.82,65.13,65.13,0.0,41.4,1.0,41.4,65.13,65.13,0.0,65.13,25.726,18.9107,29.0355,0.1578,1.1387,0.9782,1.0132,1.1286,1.0,19.207,0.0,0.0,5.092,4.572,5.595,5.34,2.558,6.55,10.143,0.324,0.0,0.422,0.469,0.909,0.443,0.263,1.064,3.233,1.839,4.821,0.0,0.0,3.39,1.029,5.643,3.393,1.029,5.766,8.719,0.299,0.0,0.284,0.145,1.075,2.2561,0.0,3.809,0.0,0.92,0.0
+house082.xml,72.78,164.839,118.1103,162.2839,0.27319,0.9487,1.0377,1.0,0.9845,1.0,88.6812,0.0,0.0,34.454,76.01,10.086,54.958,43.146,17.559,43.527,0.762,0.0,1.608,0.925,0.974,2.564,0.526,1.695,23.709,48.963,2.549,0.0,0.0,37.818,27.793,4.438,40.769000000000005,27.793,8.937,30.076,12.813,0.0,2.174,0.448,1.132,2.1886,0.806,7.618,0.0,1.1877,1.013,98.25,18072.63,18683.58,0.9845,54.91,1.0,54.91,72.58,72.58,0.0,53.24,1.0,53.24,72.58,72.58,0.0,72.58,165.712,118.4108,163.152,0.2723,0.9489,1.0376,1.0,0.9846,1.0,88.977,0.0,0.0,34.432,76.054,10.403,54.921,43.173,17.971,44.062,0.762,0.0,1.608,0.925,0.981,2.564,0.526,1.695,23.701,48.975,2.619,0.0,0.0,37.807,27.801000000000002,4.524,40.757000000000005,27.801000000000002,9.11,30.302,12.813,0.0,2.174,0.448,1.132,2.1886,0.806,7.618,0.0,1.1877,1.013
+house083.xml,57.45,34.936,22.6382,39.4029,0.32558,1.1494,0.9551,1.0275,1.1279,1.0,19.853,0.0,0.0,2.997,13.174,5.306,2.562,7.5,6.567,13.122,0.337,0.0,0.518,0.461,0.878,0.443,0.263,1.087,1.613,8.04,3.827,0.0,0.0,1.379,4.577,4.737,1.38,4.577,4.737,8.94,0.218,0.0,0.371,0.211,1.075,2.2561,0.0,3.809,0.0,0.92,0.0,59.05,2959.51,4443.47,1.1279,47.1,1.0,47.1,57.37,57.37,0.0,46.77,1.0,46.77,57.37,57.37,0.0,57.37,33.683,21.7963,37.9951,0.32597,1.1496,0.955,1.0275,1.128,1.0,19.015,0.0,0.0,3.008,13.143,4.423,2.57,7.484,5.683,12.772,0.337,0.0,0.518,0.461,0.846,0.443,0.263,1.087,1.62,8.022,3.186,0.0,0.0,1.384,4.568,4.094,1.385,4.568,4.094,8.75,0.218,0.0,0.371,0.211,1.075,2.2561,0.0,3.809,0.0,0.92,0.0
+house084.xml,11.12,142.229,88.5921,139.4635,0.16768,0.967,1.0,1.014,0.9806,0.1751,71.6882,59.139,0.0,70.126,19.924,10.344,114.848,10.889,18.124,39.32,2.517,0.0,0.763,1.44,1.934,1.25,0.789,3.39,41.243,10.271,6.622,0.0,0.0,67.546,5.614,11.606,75.953,5.614,14.616,28.81,1.644,0.0,1.053,0.5700000000000001,2.816,1.0943,0.403,11.427,0.0,2.3754,2.026,117.05,12380.45,10786.6,0.9806,53.96,1.0,53.96,63.48,63.48,0.0,49.38,1.0,49.38,63.48,63.48,0.0,11.18,142.572,88.7483,139.812,0.16694,0.9671,1.0,1.014,0.9806,0.1762,71.7838,59.139,0.0,70.109,19.931,10.488,114.82,10.895,18.312,39.528,2.517,0.0,0.763,1.44,1.942,1.25,0.789,3.39,41.236,10.273,6.658,0.0,0.0,67.534,5.616,11.626,75.94,5.616,14.642,28.936,1.644,0.0,1.053,0.5700000000000001,2.816,1.0943,0.403,11.427,0.0,2.3754,2.026
+house085.xml,-7.64,117.007,80.8832,116.2856,0.23685,0.9624,1.0327,1.0,0.9938,-0.1099,76.381,84.776,0.0,48.231,17.396,14.123,44.748999999999995,9.296,16.409,37.257,0.0,0.0,0.942,0.981,0.989,0.886,0.526,1.149,51.95399999999999,2.061,2.554,0.0,0.0,48.123000000000005,1.101,2.967,48.160000000000004,1.101,2.806,24.314,0.0,0.0,0.594,0.31,0.246,4.5122,0.0,7.618,0.0,0.92,0.0,10.55,967.33,9223.66,0.9938,53.35,1.0,53.35,69.29,69.29,0.0,49.32,1.0,49.32,69.29,69.29,0.0,-7.29,117.924,81.2112,117.2004,0.23577,0.9625,1.0325,1.0,0.9939,-0.1052,76.705,84.776,0.0,48.187,17.42,14.525,44.714999999999996,9.309,16.811,37.792,0.0,0.0,0.942,0.981,0.993,0.886,0.526,1.149,51.974000000000004,2.068,2.594,0.0,0.0,48.147999999999996,1.105,3.002,48.185,1.105,2.839,24.575,0.0,0.0,0.594,0.31,0.246,4.5122,0.0,7.618,0.0,0.92,0.0
+house086.xml,53.67,76.011,42.5696,79.3107,0.31033,1.0168,1.0,1.0261,1.0434,1.0,35.479,0.0,0.0,21.594,21.679,8.692,17.339,12.067,10.347,22.959,0.929,0.158,0.552,0.472,0.933,0.443,0.263,1.111,15.209,9.784,1.435,0.0,0.0,12.212,5.446,1.708,12.221,5.446,1.671,15.111,0.87,0.161,0.356,0.171,0.286,2.2561,0.0,3.809,0.0,0.92,0.0,55.0,6485.24,11299.84,1.0434,51.09,1.0,51.09,53.55,53.55,0.0,50.45,1.0,50.45,53.55,53.55,0.0,53.55,76.332,42.6423,79.6317,0.30905,1.0168,1.0,1.026,1.0432,1.0,35.556,0.0,0.0,21.582,21.693,8.819,17.331,12.076,10.475,23.151,0.929,0.158,0.552,0.472,0.935,0.443,0.263,1.111,15.195,9.785,1.441,0.0,0.0,12.202,5.447,1.711,12.211,5.447,1.674,15.192,0.87,0.16,0.356,0.171,0.286,2.2561,0.0,3.809,0.0,0.92,0.0
+house087.xml,47.6,31.33,16.2051,34.0459,0.21749,1.1002,0.97,1.0183,1.0867,1.0,16.4414,0.0,0.0,6.384,4.773,6.94,5.775,2.605,13.63,12.913,0.32,0.0,0.49,0.481,0.863,0.443,0.263,3.39,3.665,2.875,1.333,0.0,0.0,3.315,1.569,2.618,3.318,1.569,8.031,8.172,0.16,0.0,0.359,0.307,3.0140000000000002,2.2561,0.0,3.809,0.0,2.3754,2.026,79.26,2905.22,3373.13,1.0867,46.33,1.0,46.33,48.48,48.48,0.0,44.12,1.0,44.12,48.48,48.48,0.0,48.48,29.828,15.7188,32.4208,0.21807,1.1005,0.9699,1.0183,1.0869,1.0,15.7546,0.0,0.0,6.4,4.762,5.783,5.785,2.599,12.13,12.563,0.32,0.0,0.49,0.481,0.808,0.443,0.263,3.39,3.672,2.871,1.049,0.0,0.0,3.319,1.567,2.201,3.322,1.567,6.829,7.966,0.16,0.0,0.359,0.307,3.0140000000000002,2.2561,0.0,3.809,0.0,2.3754,2.026
+house088.xml,57.34,126.03,71.7067,125.0613,0.27919,0.9736,1.0193,1.0,0.9923,1.0,55.3828,0.0,0.0,54.374,25.801,11.126,86.636,14.753,19.413,33.518,1.211,0.0,0.805,0.459,0.988,1.282,0.263,1.724,28.476,12.588,8.312,0.0,0.0,45.372,7.198,14.504,49.186,7.198,15.596,21.761,0.569,0.0,1.075,0.244,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013,96.04,13271.01,13924.92,0.9923,49.03,1.0,49.03,57.23,57.23,0.0,49.12,1.0,49.12,57.23,57.23,0.0,57.23,126.641,71.9212,125.6711,0.27823,0.9736,1.0192,1.0,0.9923,1.0,55.5312,0.0,0.0,54.346,25.823,11.381,86.592,14.765,19.745,33.88,1.211,0.0,0.805,0.459,0.994,1.282,0.263,1.724,28.468,12.594,8.434,0.0,0.0,45.36,7.201,14.632,49.173,7.201,15.734,21.856,0.569,0.0,1.075,0.244,1.563,1.0943,0.403,3.809,0.0,1.1877,1.013
+house089.xml,31.19,88.124,49.7484,93.7137,0.27915,1.0194,1.0193,1.0235,1.0634,0.5875,37.8006,15.591,0.0,15.246,38.802,8.758,24.319,22.312,15.617,25.318,0.0,0.0,0.804,0.457,0.951,1.282,0.263,1.695,6.008,21.794,2.36,0.0,0.0,9.583,12.532,4.208,10.566,12.532,8.211,19.587,0.0,0.0,1.042,0.213,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013,53.25,5754.55,10162.58,1.0634,47.55,1.0,47.55,53.22,53.22,0.0,46.69,1.0,46.69,53.22,53.22,0.0,31.52,88.718,50.2002,94.3253,0.27818,1.0193,1.0192,1.0234,1.0632,0.5923,38.2444,15.591,0.0,15.231,38.833,8.974,24.294,22.33,15.897,25.68,0.0,0.0,0.804,0.457,0.957,1.282,0.263,1.695,5.999,21.813,2.412,0.0,0.0,9.569,12.543,4.272,10.551,12.543,8.337,19.976,0.0,0.0,1.042,0.213,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013
+house090.xml,57.33,47.83,29.2942,51.098,0.24927,1.0464,1.0,1.0209,1.0683,1.0,25.17,0.0,0.0,9.525,8.962,10.148,15.189,5.046,17.771,19.195,0.0,0.0,0.804,0.466,0.968,1.282,0.263,1.695,7.602,4.616,2.694,0.0,0.0,12.123,2.599,4.717,13.291,2.599,9.206,14.382,0.0,0.0,1.053,0.232,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013,82.17,5931.86,6757.69,1.0683,49.46,1.0,49.46,57.46,57.46,0.0,46.17,1.0,46.17,57.46,57.46,0.0,57.46,47.646,29.2526,50.9096,0.24987,1.0465,1.0,1.021,1.0685,1.0,25.0802,0.0,0.0,9.518,8.968,9.852,15.176,5.05,17.388,19.308,0.0,0.0,0.804,0.466,0.96,1.282,0.263,1.695,7.598,4.619,2.559,0.0,0.0,12.115,2.601,4.516,13.282,2.601,8.812,14.477,0.0,0.0,1.053,0.232,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013
+house091.xml,61.78,83.212,52.6683,85.2526,0.20403,1.0073,1.0,1.0171,1.0245,1.0,43.7022,0.0,0.0,35.135,10.891,10.343,55.979,5.944,18.118,25.941,0.902,0.0,0.805,0.481,0.968,1.282,0.263,1.695,23.53,4.879,5.608,0.0,0.0,37.49,2.663,9.823,41.573,2.663,19.169,18.247,0.404,0.0,1.031,0.155,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013,168.99,10915.66,6304.83,1.0245,52.0,1.0,52.0,61.7,61.7,0.0,47.97,1.0,47.97,61.7,61.7,0.0,61.7,83.556,52.8129,85.5961,0.20315,1.0073,1.0,1.017,1.0244,1.0,43.791,0.0,0.0,35.117,10.901,10.487,55.951,5.949,18.306,26.149,0.902,0.0,0.805,0.481,0.971,1.282,0.263,1.695,23.521,4.883,5.633,0.0,0.0,37.475,2.665,9.832,41.557,2.665,19.187,18.372,0.404,0.0,1.031,0.155,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013
+house092.xml,58.82,125.543,75.1962,127.8487,0.24963,0.9805,1.0172,1.021,1.0184,1.0,55.3776,0.0,0.0,24.42,58.56,8.758,38.94,32.899,15.939,32.489,1.316,0.0,1.608,0.935,0.931,2.564,0.526,1.695,15.097,31.735,3.537,0.0,0.0,24.073999999999998,17.828000000000003,6.438,26.393,17.828000000000003,9.335,22.421,2.406,0.0,2.106,0.443,1.297,2.1886,0.806,7.618,0.0,1.1877,1.013,94.59,10347.89,10742.59,1.0184,48.42,1.0,48.42,58.75,58.75,0.0,47.44,1.0,47.44,58.75,58.75,0.0,58.75,126.135,75.4612,128.4439,0.2488,0.9806,1.0172,1.0209,1.0183,1.0,55.6166,0.0,0.0,24.404,58.59,8.974,38.914,32.916,16.218,32.851,1.316,0.0,1.608,0.935,0.938,2.564,0.526,1.695,15.093,31.741999999999997,3.63,0.0,0.0,24.067,17.832,6.56,26.386,17.832,9.513,22.59,2.406,0.0,2.106,0.443,1.297,2.1886,0.806,7.618,0.0,1.1877,1.013
+house093.xml,76.18,40.848,32.974,43.2821,0.21163,1.0565,0.9854,1.0178,1.0596,1.0,30.334,0.0,0.0,5.88,10.338,7.699,5.199,5.938,8.984,16.401,0.53,0.0,0.501,0.457,0.931,0.443,0.263,1.087,7.694,6.9,7.085,0.0,0.0,6.803,3.963,8.268,6.808,3.963,8.268,10.658,0.637,0.0,1.0,0.213,1.176,2.2561,0.0,3.809,0.0,0.92,0.0,79.69,5384.57,6376.78,1.0596,45.97,1.0,45.97,76.22,76.22,0.0,47.53,1.0,47.53,76.22,76.22,0.0,76.22,40.077,32.3702,42.4697,0.21203,1.0566,0.9854,1.0178,1.0597,1.0,29.741,0.0,0.0,5.885,10.33,7.053,5.203,5.933,8.338,16.279,0.53,0.0,0.501,0.457,0.919,0.443,0.263,1.087,7.699,6.895,6.541,0.0,0.0,6.807,3.96,7.733,6.812,3.96,7.733,10.598,0.637,0.0,1.0,0.213,1.176,2.2561,0.0,3.809,0.0,0.92,0.0
+house094.xml,73.42,53.8891,40.4172,55.0496,0.22054,1.0485,0.9848,0.9893,1.0215,1.0,34.1428,0.0,0.0,8.533,21.474,6.005,7.1209999999999996,12.358,7.628,17.876,0.0,0.0,1.593,1.368,0.875,1.329,0.789,1.111,4.377,12.995000000000001,4.872,0.0,0.0,3.6530000000000005,7.478,6.189,3.6559999999999997,7.478,6.054,17.713,0.46,0.0,1.0050000000000001,0.732,1.075,6.7683,0.0,11.427,0.0,0.92,0.0,78.43,4590.3,5729.54,1.0215,50.72,1.0,50.72,73.43,73.43,0.0,48.76,1.0,48.76,73.43,73.43,0.0,73.43,53.9221,40.4442,55.0786,0.21965,1.0483,0.9848,0.9894,1.0214,1.0,34.1594,0.0,0.0,8.532,21.477,6.015,7.119999999999999,12.359,7.637,17.898,0.0,0.0,1.593,1.368,0.875,1.329,0.789,1.111,4.377,12.995000000000001,4.877,0.0,0.0,3.6530000000000005,7.478,6.192,3.6559999999999997,7.478,6.057,17.735,0.46,0.0,1.0050000000000001,0.732,1.075,6.7683,0.0,11.427,0.0,0.92,0.0
+house095.xml,55.58,108.238,60.6954,109.2049,0.23345,0.9929,1.0161,1.0,1.0089,1.0,54.8418,0.0,0.0,56.127,6.505,13.903,85.472,3.204,22.814,29.616,2.087,0.0,1.3119999999999998,0.533,1.033,1.725,0.263,1.695,35.317,1.433,3.051,0.0,0.0,53.293,0.706,5.007,58.598,0.706,11.606,20.268,0.626,0.0,1.425,0.224,1.086,3.3504,0.403,3.809,0.0,1.1877,1.013,147.08,11161.99,7521.87,1.0089,52.25,1.0,52.25,55.44,55.44,0.0,47.65,1.0,47.65,55.44,55.44,0.0,55.44,108.874,60.8982,109.8431,0.2326,0.993,1.016,1.0,1.0089,1.0,55.0538,0.0,0.0,56.089,6.516,14.204,85.419,3.21,23.205,29.978,2.087,0.0,1.311,0.533,1.037,1.725,0.263,1.695,35.306000000000004,1.437,3.107,0.0,0.0,53.279999999999994,0.708,5.076,58.583999999999996,0.708,11.767,20.422,0.626,0.0,1.425,0.224,1.086,3.3504,0.403,3.809,0.0,1.1877,1.013
diff --git a/workflow/tests/base_results/sample_files.csv b/workflow/tests/base_results/sample_files.csv
index 2cd2962377..37a4a6ad5c 100644
--- a/workflow/tests/base_results/sample_files.csv
+++ b/workflow/tests/base_results/sample_files.csv
@@ -1,192 +1,192 @@
XML,ERI,Total Loads TRL,Total Loads TnML,Total Loads TRL*IAF,IAD_Save (%),IAF CFA,IAF NBR,IAF NS,IAF RH,PEfrac,TEU (MBtu),OPP (MBtu),BSL (MBtu),REUL Heating (MBtu),REUL Cooling (MBtu),REUL Hot Water (MBtu),EC_r Heating (MBtu),EC_r Cooling (MBtu),EC_r Hot Water (MBtu),EC_r L&A (MBtu),EC_r Vent (MBtu),EC_r Dehumid (MBtu),DSE_r Heating,DSE_r Cooling,DSE_r Hot Water,EEC_r Heating,EEC_r Cooling,EEC_r Hot Water,nMEUL Heating,nMEUL Cooling,nMEUL Hot Water,nMEUL Vent Preheat,nMEUL Vent Precool,nEC_x Heating,nEC_x Cooling,nEC_x Hot Water,EC_x Heating (MBtu),EC_x Cooling (MBtu),EC_x Hot Water (MBtu),EC_x L&A (MBtu),EC_x Vent (MBtu),EC_x Dehumid (MBtu),EEC_x Heating,EEC_x Cooling,EEC_x Hot Water,Coeff Heating a,Coeff Heating b,Coeff Cooling a,Coeff Cooling b,Coeff Hot Water a,Coeff Hot Water b,CO2e Rating Index,CO2e ACO2 (lb CO2e),CO2e ARCO2 (lb CO2e),CO2e IAF RH,ES Reference Home ERI,ES SAF (Size Adjustment Factor),ES SAF Adjusted ERI Target,ES Rated Home ERI,ES Rated Home ERI w/o OPP,ES ENERGY STAR Certification,DENH Reference Home ERI,DENH SAF (Size Adjustment Factor),DENH SAF Adjusted ERI Target,DENH Rated Home ERI,DENH Rated Home ERI w/o OPP,DENH DOE Efficient New Home Certification,IECC ERI,IECC Total Loads TRL,IECC Total Loads TnML,IECC Total Loads TRL*IAF,IECC IAD_Save (%),IECC IAF CFA,IECC IAF NBR,IECC IAF NS,IECC IAF RH,IECC PEfrac,IECC TEU (MBtu),IECC OPP (MBtu),IECC BSL (MBtu),IECC REUL Heating (MBtu),IECC REUL Cooling (MBtu),IECC REUL Hot Water (MBtu),IECC EC_r Heating (MBtu),IECC EC_r Cooling (MBtu),IECC EC_r Hot Water (MBtu),IECC EC_r L&A (MBtu),IECC EC_r Vent (MBtu),IECC EC_r Dehumid (MBtu),IECC DSE_r Heating,IECC DSE_r Cooling,IECC DSE_r Hot Water,IECC EEC_r Heating,IECC EEC_r Cooling,IECC EEC_r Hot Water,IECC nMEUL Heating,IECC nMEUL Cooling,IECC nMEUL Hot Water,IECC nMEUL Vent Preheat,IECC nMEUL Vent Precool,IECC nEC_x Heating,IECC nEC_x Cooling,IECC nEC_x Hot Water,IECC EC_x Heating (MBtu),IECC EC_x Cooling (MBtu),IECC EC_x Hot Water (MBtu),IECC EC_x L&A (MBtu),IECC EC_x Vent (MBtu),IECC EC_x Dehumid (MBtu),IECC EEC_x Heating,IECC EEC_x Cooling,IECC EEC_x Hot Water,IECC Coeff Heating a,IECC Coeff Heating b,IECC Coeff Cooling a,IECC Coeff Cooling b,IECC Coeff Hot Water a,IECC Coeff Hot Water b
-base-appliances-dehumidifier-ef-portable.xml,67.59,64.713,46.9025,69.3885,0.27029,1.0484,1.0,1.0227,1.0722,1.0,37.525,0.0,0.0,9.611,28.471,7.403,15.325,16.418,8.674,19.032,0.0,0.196,0.804,0.455,0.928,1.282,0.263,1.087,3.275,22.332,5.942,0.0,0.0,5.222,12.878,6.962,5.63,12.878,6.962,14.961,0.345,0.047,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,72.06,6004.06,7770.24,1.0722,48.07,1.0,48.07,67.59,67.59,0.0,46.73,1.0,46.73,67.59,67.59,0.0,67.59,65.026,47.1127,69.7072,0.26935,1.0482,1.0,1.0227,1.072,1.0,37.7244,0.0,0.0,9.602,28.487,7.517,15.311,16.426,8.788,19.224,0.0,0.196,0.804,0.455,0.93,1.282,0.263,1.087,3.273,22.344,6.012,0.0,0.0,5.219,12.884,7.029,5.626,12.884,7.029,15.091,0.345,0.047,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-appliances-dehumidifier-ef-whole-home.xml,67.57,64.727,46.898,69.4035,0.27029,1.0484,1.0,1.0227,1.0722,1.0,37.5242,0.0,0.0,9.609,28.474,7.403,15.324,16.423,8.674,19.032,0.0,0.209,0.804,0.455,0.928,1.282,0.263,1.087,3.277,22.33,5.942,0.0,0.0,5.225,12.879,6.962,5.633,12.879,6.962,14.961,0.345,0.044,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,72.04,6004.32,7772.59,1.0722,48.06,1.0,48.06,67.56,67.56,0.0,46.76,1.0,46.76,67.56,67.56,0.0,67.56,65.041,47.1072,69.7233,0.26935,1.0482,1.0,1.0227,1.072,1.0,37.7246,0.0,0.0,9.601,28.49,7.517,15.31,16.432,8.788,19.224,0.0,0.209,0.804,0.455,0.93,1.282,0.263,1.087,3.274,22.34,6.012,0.0,0.0,5.222,12.885,7.029,5.629,12.885,7.029,15.091,0.345,0.044,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-appliances-dehumidifier-multiple.xml,67.58,64.714,46.8969,69.3896,0.27029,1.0484,1.0,1.0227,1.0722,1.0,37.5226,0.0,0.0,9.628,28.47,7.403,15.354,16.42,8.674,19.032,0.0,0.181,0.804,0.455,0.928,1.282,0.263,1.087,3.277,22.329,5.942,0.0,0.0,5.226,12.878,6.962,5.634,12.878,6.962,14.961,0.345,0.043,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,72.06,6004.16,7770.78,1.0722,48.07,1.0,48.07,67.57,67.57,0.0,46.75,1.0,46.75,67.57,67.57,0.0,67.57,65.029,47.1026,69.7105,0.26935,1.0482,1.0,1.0227,1.072,1.0,37.7216,0.0,0.0,9.62,28.486,7.517,15.341,16.431,8.788,19.224,0.0,0.182,0.804,0.455,0.93,1.282,0.263,1.087,3.274,22.337,6.012,0.0,0.0,5.222,12.884,7.029,5.629,12.884,7.029,15.091,0.345,0.043,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-appliances-dehumidifier.xml,67.61,64.713,46.9159,69.3885,0.27029,1.0484,1.0,1.0227,1.0722,1.0,37.537,0.0,0.0,9.611,28.471,7.403,15.325,16.418,8.674,19.032,0.0,0.196,0.804,0.455,0.928,1.282,0.263,1.087,3.278,22.336,5.942,0.0,0.0,5.227,12.88,6.962,5.635,12.88,6.962,14.961,0.345,0.054,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,72.09,6005.87,7770.24,1.0722,48.07,1.0,48.07,67.61,67.61,0.0,46.73,1.0,46.73,67.61,67.61,0.0,67.61,65.026,47.1272,69.7072,0.26935,1.0482,1.0,1.0227,1.072,1.0,37.736,0.0,0.0,9.602,28.487,7.517,15.311,16.426,8.788,19.224,0.0,0.196,0.804,0.455,0.93,1.282,0.263,1.087,3.275,22.35,6.012,0.0,0.0,5.222,12.887,7.029,5.63,12.887,7.029,15.091,0.345,0.054,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-appliances-gas.xml,86.75,79.23,69.4016,80.0025,0.20483,0.9927,1.0,1.0172,1.0098,1.0,54.9088,0.0,0.0,29.681,10.209,10.343,47.293,5.558,11.674,28.997,0.0,0.0,0.805,0.482,0.963,1.282,0.263,1.087,27.517,10.542,8.243,0.0,0.0,43.845,5.739,9.304,47.266,5.739,9.304,23.037,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,168.16,10291.6,6061.15,1.0098,56.45,1.0,56.45,86.66,86.66,0.0,51.08,1.0,51.08,86.66,86.66,0.0,86.66,79.574,69.6313,80.3464,0.20391,0.9927,1.0,1.0171,1.0097,1.0,55.0802,0.0,0.0,29.664,10.218,10.487,47.266,5.563,11.818,29.205,0.0,0.0,0.805,0.482,0.965,1.282,0.263,1.087,27.505,10.549,8.328,0.0,0.0,43.825,5.743,9.385,47.245,5.743,9.385,23.187,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-appliances-modified.xml,86.91,77.47,68.0023,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,56.4524,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.436,10.566,8.655,0.0,0.0,43.716,5.764,9.77,47.127,5.764,9.77,21.282,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,160.87,9848.11,6061.15,1.01,55.89,1.0,55.89,86.91,86.91,0.0,50.33,1.0,50.33,86.91,86.91,0.0,86.91,77.798,68.2856,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.7388,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.398,10.587,8.791,0.0,0.0,43.655,5.776,9.908,47.062,5.776,9.908,21.446,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-appliances-none.xml,88.15,77.47,68.9759,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,57.4084,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.803,10.355,8.593,0.0,0.0,44.301,5.649,9.7,47.758,5.649,9.7,22.161,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,163.25,9994.06,6061.15,1.01,57.35,1.0,57.35,88.18,88.18,0.0,52.11,1.0,52.11,88.18,88.18,0.0,88.18,77.798,69.283,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,57.7158,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.79,10.363,8.714,0.0,0.0,44.279,5.654,9.821,47.734,5.654,9.821,22.353,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-appliances-oil.xml,86.75,79.23,69.4016,80.0025,0.20483,0.9927,1.0,1.0172,1.0098,1.0,54.9092,0.0,0.0,29.681,10.209,10.343,47.293,5.558,11.674,28.997,0.0,0.0,0.805,0.482,0.963,1.282,0.263,1.087,27.517,10.542,8.243,0.0,0.0,43.845,5.739,9.304,47.266,5.739,9.304,23.037,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,171.95,10523.74,6061.15,1.0098,56.45,1.0,56.45,86.66,86.66,0.0,51.08,1.0,51.08,86.66,86.66,0.0,86.66,79.574,69.6313,80.3464,0.20391,0.9927,1.0,1.0171,1.0097,1.0,55.0802,0.0,0.0,29.664,10.218,10.487,47.266,5.563,11.818,29.205,0.0,0.0,0.805,0.482,0.965,1.282,0.263,1.087,27.505,10.549,8.328,0.0,0.0,43.825,5.743,9.385,47.245,5.743,9.385,23.187,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-appliances-propane.xml,86.75,79.23,69.4016,80.0025,0.20483,0.9927,1.0,1.0172,1.0098,1.0,54.9092,0.0,0.0,29.681,10.209,10.343,47.293,5.558,11.674,28.997,0.0,0.0,0.805,0.482,0.963,1.282,0.263,1.087,27.517,10.542,8.243,0.0,0.0,43.845,5.739,9.304,47.266,5.739,9.304,23.037,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,170.54,10437.29,6061.15,1.0098,56.45,1.0,56.45,86.66,86.66,0.0,51.08,1.0,51.08,86.66,86.66,0.0,86.66,79.574,69.6313,80.3464,0.20391,0.9927,1.0,1.0171,1.0097,1.0,55.0802,0.0,0.0,29.664,10.218,10.487,47.266,5.563,11.818,29.205,0.0,0.0,0.805,0.482,0.965,1.282,0.263,1.087,27.505,10.549,8.328,0.0,0.0,43.825,5.743,9.385,47.245,5.743,9.385,23.187,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-appliances-wood.xml,86.75,79.23,69.4016,80.0025,0.20483,0.9927,1.0,1.0172,1.0098,1.0,54.9092,0.0,0.0,29.681,10.209,10.343,47.293,5.558,11.674,28.997,0.0,0.0,0.805,0.482,0.963,1.282,0.263,1.087,27.517,10.542,8.243,0.0,0.0,43.845,5.739,9.304,47.266,5.739,9.304,23.037,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,,,,,56.45,1.0,56.45,86.66,86.66,0.0,51.08,1.0,51.08,86.66,86.66,0.0,86.66,79.574,69.6313,80.3464,0.20391,0.9927,1.0,1.0171,1.0097,1.0,55.0802,0.0,0.0,29.664,10.218,10.487,47.266,5.563,11.818,29.205,0.0,0.0,0.805,0.482,0.965,1.282,0.263,1.087,27.505,10.549,8.328,0.0,0.0,43.825,5.743,9.385,47.245,5.743,9.385,23.187,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-atticroof-cathedral.xml,78.17,80.087,63.187,80.8317,0.19538,0.993,1.0,1.0164,1.0093,1.0,53.1418,0.0,0.0,32.278,10.427,10.343,51.431,5.64,11.675,27.039,0.0,0.0,0.805,0.485,0.963,1.282,0.263,1.087,25.829,8.127,8.244,0.0,0.0,41.155,4.396,9.306,44.366,4.396,9.306,20.987,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,146.99,9271.75,6249.72,1.0093,55.52,1.0,55.52,78.12,78.12,0.0,50.68,1.0,50.68,78.12,78.12,0.0,78.12,80.415,63.4,81.1596,0.19456,0.9931,1.0,1.0163,1.0093,1.0,53.3486,0.0,0.0,32.262,10.435,10.487,51.405,5.644,11.819,27.231,0.0,0.0,0.805,0.485,0.964,1.282,0.263,1.087,25.821,8.133,8.329,0.0,0.0,41.142,4.399,9.387,44.352,4.399,9.387,21.117,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-atticroof-conditioned.xml,74.6,93.837,68.2828,91.5356,0.20145,0.9755,1.0,1.0,0.9755,1.0,57.732,0.0,0.0,37.897,13.154,10.343,60.389,7.154,11.674,32.443,0.0,0.0,0.805,0.483,0.963,1.282,0.263,1.087,24.609,10.032,8.158,0.0,0.0,39.214,5.456,9.208,42.274,5.456,9.208,25.092,0.392,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,131.9,9413.57,7316.24,0.9755,56.51,1.0,56.51,74.56,74.56,0.0,50.94,1.0,50.94,74.56,74.56,0.0,74.56,94.166,68.4942,91.8662,0.2006,0.9756,1.0,1.0,0.9756,1.0,57.9378,0.0,0.0,37.881,13.163,10.487,60.363,7.158,11.818,32.635,0.0,0.0,0.805,0.483,0.965,1.282,0.263,1.087,24.601,10.037,8.242,0.0,0.0,39.202,5.458,9.288,42.261,5.458,9.288,25.222,0.392,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-atticroof-flat.xml,70.87,77.734,55.5983,78.4565,0.19529,0.993,1.0,1.0164,1.0093,1.0,47.919,0.0,0.0,30.075,10.276,10.343,47.92,5.517,11.674,27.04,0.0,0.0,0.805,0.489,0.963,1.282,0.263,1.087,19.406,6.895,8.244,0.0,0.0,30.92,3.702,9.305,33.333,3.702,9.305,20.99,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,124.35,7621.59,6072.47,1.0093,55.61,1.0,55.61,70.84,70.84,0.0,50.12,1.0,50.12,70.84,70.84,0.0,70.84,78.063,55.8119,78.7853,0.19442,0.9931,1.0,1.0163,1.0093,1.0,48.1262,0.0,0.0,30.059,10.285,10.487,47.895,5.52,11.818,27.232,0.0,0.0,0.805,0.489,0.965,1.282,0.263,1.087,19.399,6.901,8.329,0.0,0.0,30.909,3.704,9.386,33.321,3.704,9.386,21.12,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-atticroof-radiant-barrier.xml,73.72,64.555,50.4206,68.3916,0.22369,1.0399,1.0,1.0188,1.0594,1.0,39.7716,0.0,0.0,9.69,28.432,7.403,15.455,16.395,8.675,19.03,0.0,0.0,0.804,0.455,0.928,1.282,0.263,1.087,5.077,24.105,5.945,0.0,0.0,8.097,13.9,6.967,8.729,13.9,6.967,14.948,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,80.63,6620.7,7750.79,1.0594,47.84,1.0,47.84,73.68,73.68,0.0,46.51,1.0,46.51,73.68,73.68,0.0,73.68,64.869,50.6273,68.7107,0.22293,1.0398,1.0,1.0187,1.0592,1.0,39.9706,0.0,0.0,9.682,28.448,7.517,15.443,16.405,8.789,19.222,0.0,0.0,0.804,0.455,0.93,1.282,0.263,1.087,5.074,24.115,6.016,0.0,0.0,8.093,13.906,7.034,8.724,13.906,7.034,15.078,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-atticroof-unvented-insulated-roof.xml,76.32,77.47,59.6281,78.1295,0.17895,0.9936,1.0,1.015,1.0085,1.0,50.6794,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,22.436,7.897,8.243,0.0,0.0,35.748,4.308,9.305,38.538,4.308,9.305,20.989,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,137.82,8424.3,6061.15,1.0085,55.61,1.0,55.61,76.27,76.27,0.0,50.12,1.0,50.12,76.27,76.27,0.0,76.27,77.798,59.8383,78.4573,0.17815,0.9936,1.0,1.0149,1.0085,1.0,50.8862,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,22.428,7.9,8.328,0.0,0.0,35.736,4.31,9.386,38.525,4.31,9.386,21.119,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-atticroof-vented.xml,88.06,77.47,68.9092,78.2482,0.21098,0.9925,1.0,1.0177,1.01,1.0,57.045,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,29.446,9.99,8.421,0.0,0.0,46.919,5.45,9.505,50.58,5.45,9.505,20.989,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,167.94,10281.56,6061.15,1.01,56.85,1.0,56.85,87.97,87.97,0.0,51.42,1.0,51.42,87.97,87.97,0.0,87.97,77.798,69.1197,78.576,0.21004,0.9925,1.0,1.0176,1.01,1.0,57.2508,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,29.435,9.997,8.506,0.0,0.0,46.901,5.454,9.586,50.561,5.454,9.586,21.119,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-battery.xml,86.28,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8902,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.65,9896.04,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.095,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-adjacent-to-multiple.xml,77.9,41.746,35.1011,45.0604,0.20034,1.0616,1.0,1.0168,1.0794,1.0,32.1246,0.0,0.0,8.715,5.885,10.804,13.895,3.214,12.121,16.342,0.0,0.0,0.804,0.481,0.969,1.282,0.263,1.087,8.367,3.713,9.157,0.0,0.0,13.34,2.028,10.273,14.381,2.028,10.273,12.85,1.014,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,115.8,4215.94,3372.81,1.0794,55.62,1.0,55.62,77.73,77.73,0.0,53.09,1.0,53.09,77.73,77.73,0.0,77.73,41.534,34.8548,44.8414,0.20092,1.0617,1.0,1.0169,1.0796,1.0,31.87,0.0,0.0,8.707,5.892,10.487,13.882,3.217,11.804,16.448,0.0,0.0,0.804,0.481,0.966,1.282,0.263,1.087,8.362,3.718,8.839,0.0,0.0,13.332,2.03,9.949,14.372,2.03,9.949,12.922,1.014,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-location-portland-or.xml,74.94,34.362,27.5073,36.7076,0.17315,1.053,1.0,1.0145,1.0683,1.0,26.6794,0.0,0.0,3.86,3.877,10.272,6.156,2.041,11.583,16.353,0.0,0.0,0.804,0.499,0.964,1.282,0.263,1.087,2.18,2.756,8.681,0.0,0.0,3.477,1.451,9.789,3.748,1.451,9.789,12.883,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,93.4,2172.6,2177.57,1.0683,61.53,1.0,61.53,74.72,74.72,0.0,50.92,1.0,50.92,74.72,74.72,0.0,74.72,34.168,27.2781,36.5078,0.17369,1.0532,1.0,1.0146,1.0685,1.0,26.445,0.0,0.0,3.853,3.883,9.973,6.144,2.045,11.283,16.459,0.0,0.0,0.804,0.499,0.961,1.282,0.263,1.087,2.176,2.757,8.383,0.0,0.0,3.47,1.452,9.484,3.741,1.452,9.484,12.955,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,74.23,39.649,31.866,42.9311,0.20855,1.0642,1.0,1.0175,1.0828,1.0,29.5092,0.0,0.0,5.773,6.702,10.804,9.455,3.549,12.105,16.37,0.0,0.0,0.763,0.496,0.97,1.25,0.263,1.087,2.97,5.839,9.15,0.0,0.0,4.864,3.092,10.252,5.378,3.092,10.252,12.9,1.007,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,86.39,2977.12,3182.74,1.0828,51.56,1.0,51.56,74.04,74.04,0.0,50.39,1.0,50.39,74.04,74.04,0.0,74.04,39.439,31.6238,42.7133,0.20914,1.0643,1.0,1.0175,1.083,1.0,29.2578,0.0,0.0,5.766,6.71,10.487,9.443,3.553,11.787,16.476,0.0,0.0,0.763,0.496,0.967,1.25,0.263,1.087,2.967,5.843,8.834,0.0,0.0,4.859,3.094,9.929,5.372,3.094,9.929,12.973,1.007,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,74.74,39.649,32.0858,42.9311,0.20855,1.0642,1.0,1.0175,1.0828,1.0,29.764,0.0,0.0,5.773,6.702,10.804,9.455,3.549,12.105,16.37,0.0,0.0,0.763,0.496,0.97,1.25,0.263,1.087,3.19,5.839,9.15,0.0,0.0,5.224,3.092,10.252,5.776,3.092,10.252,12.9,1.007,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,87.83,3026.73,3182.74,1.0828,51.74,1.0,51.74,74.55,74.55,0.0,50.49,1.0,50.49,74.55,74.55,0.0,74.55,39.439,31.8426,42.7133,0.20914,1.0643,1.0,1.0175,1.083,1.0,29.5136,0.0,0.0,5.766,6.71,10.487,9.443,3.553,11.787,16.476,0.0,0.0,0.763,0.496,0.967,1.25,0.263,1.087,3.186,5.843,8.834,0.0,0.0,5.219,3.094,9.929,5.77,3.094,9.929,12.972,1.007,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,74.3,39.649,31.8997,42.9311,0.20855,1.0642,1.0,1.0175,1.0828,1.0,29.6862,0.0,0.0,5.773,6.702,10.804,9.455,3.549,12.105,16.37,0.0,0.0,0.763,0.496,0.97,1.25,0.263,1.087,3.004,5.839,9.15,0.0,0.0,4.919,3.092,10.252,5.439,3.092,10.252,12.9,1.007,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,86.24,2971.85,3182.74,1.0828,51.74,1.0,51.74,74.12,74.12,0.0,50.49,1.0,50.49,74.12,74.12,0.0,74.12,39.439,31.657,42.7133,0.20914,1.0643,1.0,1.0175,1.083,1.0,29.4358,0.0,0.0,5.766,6.71,10.487,9.443,3.553,11.787,16.476,0.0,0.0,0.763,0.496,0.967,1.25,0.263,1.087,3.0,5.843,8.834,0.0,0.0,4.913,3.094,9.929,5.432,3.094,9.929,12.973,1.007,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,73.27,39.648,31.4126,42.8727,0.20505,1.063,1.0,1.0172,1.0813,1.0,29.323,0.0,0.0,5.772,6.702,10.804,9.553,3.549,12.105,16.37,0.0,0.0,1.021,0.496,0.97,1.693,0.263,1.087,2.516,5.839,9.15,0.0,0.0,4.104,3.092,10.252,4.510000000000001,3.092,10.252,12.9,1.007,0.0,1.314,0.263,1.042,3.3504,0.403,3.809,0.0,0.92,0.0,82.36,2834.51,3182.74,1.0813,50.49,1.0,50.49,73.07,73.07,0.0,49.95,1.0,49.95,73.07,73.07,0.0,73.07,39.437,31.1687,42.6539,0.20562,1.0632,1.0,1.0173,1.0816,1.0,29.072,0.0,0.0,5.763999999999999,6.71,10.487,9.543,3.553,11.787,16.476,0.0,0.0,1.021,0.496,0.967,1.693,0.263,1.087,2.513,5.843,8.834,0.0,0.0,4.099,3.094,9.929,4.504,3.094,9.929,12.972,1.007,0.0,1.314,0.263,1.042,3.3504,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,74.67,39.648,31.9521,42.7911,0.20005,1.0615,1.0,1.0168,1.0793,1.0,29.482,0.0,0.0,5.772,6.702,10.804,9.2,3.549,12.105,16.37,0.0,0.0,0.804,0.496,0.97,1.282,0.263,1.087,4.737,4.158,9.15,0.0,0.0,7.55,2.202,10.252,7.55,2.202,10.252,12.9,1.007,0.0,1.282,0.274,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,94.09,3232.09,3182.74,1.0793,57.46,1.0,57.46,74.48,74.48,0.0,51.28,1.0,51.28,74.48,74.48,0.0,74.48,39.437,31.7065,42.5725,0.20062,1.0616,1.0,1.0168,1.0795,1.0,29.2298,0.0,0.0,5.764,6.71,10.487,9.188,3.553,11.787,16.476,0.0,0.0,0.804,0.496,0.967,1.282,0.263,1.087,4.731,4.162,8.834,0.0,0.0,7.542,2.204,9.929,7.542,2.204,9.929,12.972,1.007,0.0,1.282,0.274,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,77.6,39.648,33.2051,42.7911,0.20005,1.0615,1.0,1.0168,1.0793,1.0,30.146,0.0,0.0,5.772,6.702,10.804,9.2,3.549,12.105,16.37,0.0,0.0,0.804,0.496,0.97,1.282,0.263,1.087,4.737,5.41,9.15,0.0,0.0,7.55,2.865,10.252,7.55,2.865,10.252,12.901,1.007,0.0,1.282,0.302,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,95.53,3281.55,3182.74,1.0793,57.85,1.0,57.85,77.42,77.42,0.0,51.75,1.0,51.75,77.42,77.42,0.0,77.42,39.437,32.9608,42.5725,0.20062,1.0616,1.0,1.0168,1.0795,1.0,29.8934,0.0,0.0,5.764,6.71,10.487,9.188,3.553,11.787,16.476,0.0,0.0,0.804,0.496,0.967,1.282,0.263,1.087,4.731,5.416,8.834,0.0,0.0,7.541,2.868,9.929,7.541,2.868,9.929,12.973,1.007,0.0,1.282,0.302,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,75.61,39.648,32.3543,42.7911,0.20005,1.0615,1.0,1.0168,1.0793,1.0,29.695,0.0,0.0,5.772,6.702,10.804,9.2,3.549,12.105,16.37,0.0,0.0,0.804,0.496,0.97,1.282,0.263,1.087,4.737,4.561,9.15,0.0,0.0,7.55,2.415,10.252,7.55,2.415,10.252,12.9,1.007,0.0,1.282,0.302,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,94.54,3247.56,3182.74,1.0793,57.85,1.0,57.85,75.42,75.42,0.0,51.75,1.0,51.75,75.42,75.42,0.0,75.42,39.437,32.1087,42.5725,0.20062,1.0616,1.0,1.0168,1.0795,1.0,29.4428,0.0,0.0,5.764,6.71,10.487,9.188,3.553,11.787,16.476,0.0,0.0,0.804,0.496,0.967,1.282,0.263,1.087,4.731,4.565,8.834,0.0,0.0,7.542,2.417,9.929,7.542,2.417,9.929,12.972,1.007,0.0,1.282,0.302,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,95.31,39.648,40.7853,42.7911,0.20005,1.0615,1.0,1.0168,1.0793,1.0,34.159,0.0,0.0,5.772,6.702,10.804,9.2,3.549,12.105,16.37,0.0,0.0,0.804,0.496,0.97,1.282,0.263,1.087,4.737,12.991,9.15,0.0,0.0,7.55,6.879,10.252,7.55,6.879,10.252,12.901,1.007,0.0,1.282,0.747,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,104.12,3576.49,3182.74,1.0793,62.59,1.0,62.59,95.24,95.24,0.0,57.61,1.0,57.61,95.24,95.24,0.0,95.24,39.437,40.5472,42.5725,0.20062,1.0616,1.0,1.0168,1.0795,1.0,33.9114,0.0,0.0,5.764,6.71,10.487,9.188,3.553,11.787,16.476,0.0,0.0,0.804,0.496,0.967,1.282,0.263,1.087,4.731,13.003,8.834,0.0,0.0,7.541,6.885,9.929,7.541,6.885,9.929,12.973,1.007,0.0,1.282,0.747,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,76.91,39.648,32.9124,42.7911,0.20005,1.0615,1.0,1.0168,1.0793,1.0,29.99,0.0,0.0,5.772,6.702,10.804,9.2,3.549,12.105,16.37,0.0,0.0,0.804,0.496,0.97,1.282,0.263,1.087,4.737,5.118,9.15,0.0,0.0,7.55,2.71,10.252,7.55,2.71,10.252,12.901,1.007,0.0,1.282,0.285,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,95.2,3270.16,3182.74,1.0793,57.67,1.0,57.67,76.74,76.74,0.0,51.53,1.0,51.53,76.74,76.74,0.0,76.74,39.437,32.6681,42.5725,0.20062,1.0616,1.0,1.0168,1.0795,1.0,29.7374,0.0,0.0,5.764,6.71,10.487,9.188,3.553,11.787,16.476,0.0,0.0,0.804,0.496,0.967,1.282,0.263,1.087,4.731,5.124,8.834,0.0,0.0,7.541,2.713,9.929,7.541,2.713,9.929,12.973,1.007,0.0,1.282,0.285,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-generator.xml,68.1,39.648,30.4274,42.7958,0.20034,1.0616,1.0,1.0168,1.0794,0.9578,27.4372,1.1572,0.0,5.772,6.702,10.804,9.205,3.532,12.105,16.37,0.0,0.0,0.804,0.498,0.97,1.282,0.263,1.087,2.993,4.378,9.15,0.0,0.0,4.773,2.307,10.252,5.145,2.307,10.252,12.9,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,141.17,4837.5,3174.56,1.0794,50.32,1.0,50.32,70.89,70.89,0.0,48.51,1.0,48.51,70.89,70.89,0.0,67.88,39.437,30.1847,42.5774,0.20092,1.0617,1.0,1.0169,1.0796,0.9574,27.1858,1.1572,0.0,5.764,6.71,10.487,9.193,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,2.989,4.383,8.834,0.0,0.0,4.767,2.309,9.929,5.139,2.309,9.929,12.972,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,66.4,39.655,28.4183,42.7992,0.20008,1.0615,1.0,1.0168,1.0793,1.0,27.936,0.0,0.0,5.772,6.709,10.804,6.484,3.43,12.105,16.37,0.0,0.0,0.394,0.514,0.97,0.443,0.263,1.087,1.694,3.667,9.15,0.0,0.0,1.903,1.875,10.252,1.904,1.875,10.252,12.9,1.007,0.0,0.278,0.206,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,66.61,2282.2,3174.56,1.0793,47.24,1.0,47.24,66.17,66.17,0.0,47.61,1.0,47.61,66.17,66.17,0.0,66.17,39.445,28.1769,42.5807,0.20059,1.0616,1.0,1.0168,1.0795,1.0,27.685,0.0,0.0,5.765,6.717,10.487,6.478,3.433,11.787,16.476,0.0,0.0,0.394,0.514,0.967,0.443,0.263,1.087,1.691,3.673,8.834,0.0,0.0,1.901,1.877,9.929,1.902,1.877,9.929,12.972,1.007,0.0,0.278,0.206,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,70.9,39.533,30.2504,42.6682,0.20013,1.0615,1.0,1.0168,1.0793,1.0,24.5506,0.0,0.0,5.535,6.821,10.804,8.828,3.578,18.59,16.373,0.0,0.0,0.804,0.5,1.97,1.282,0.263,3.39,3.299,4.146,8.906,0.0,0.0,5.261,2.175,15.322,5.672,2.175,15.322,12.893,1.007,0.0,1.087,0.242,3.39,1.0943,0.403,3.809,0.0,2.3754,2.026,127.89,4391.99,3181.76,1.0793,46.73,1.0,46.73,70.71,70.71,0.0,44.17,1.0,44.17,70.71,70.71,0.0,70.71,39.322,30.0173,42.4502,0.20073,1.0617,1.0,1.0168,1.0796,1.0,24.4562,0.0,0.0,5.536,6.82,10.488,8.829,3.578,18.18,16.479,0.0,0.0,0.804,0.5,1.956,1.282,0.263,3.39,3.299,4.146,8.6,0.0,0.0,5.261,2.175,14.908,5.672,2.175,14.908,12.965,1.007,0.0,1.087,0.242,3.39,1.0943,0.403,3.809,0.0,2.3754,2.026
-base-bldgtype-mf-unit-shared-laundry-room.xml,67.73,39.533,28.8997,42.6682,0.20013,1.0615,1.0,1.0168,1.0793,1.0,23.6202,0.0,0.0,5.535,6.821,10.804,8.828,3.578,18.59,16.373,0.0,0.0,0.804,0.5,0.985,1.282,0.263,1.695,3.299,4.146,7.554,0.0,0.0,5.261,2.175,12.999,5.672,2.175,12.998,12.893,1.007,0.0,1.087,0.242,1.695,1.0943,0.403,3.809,0.0,1.1877,1.013,117.92,4049.48,3181.73,1.0793,46.73,1.0,46.73,67.55,67.55,0.0,44.17,1.0,44.17,67.55,67.55,0.0,67.55,39.322,28.6743,42.4502,0.20073,1.0617,1.0,1.0168,1.0796,1.0,23.525,0.0,0.0,5.536,6.82,10.487,8.829,3.578,18.179,16.479,0.0,0.0,0.804,0.5,0.978,1.282,0.263,1.695,3.299,4.146,7.257,0.0,0.0,5.261,2.175,12.581,5.672,2.175,12.58,12.965,1.007,0.0,1.087,0.242,1.695,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,72.56,40.223,31.5038,43.4165,0.20034,1.0616,1.0,1.0168,1.0794,1.0,29.2934,0.0,0.0,5.66,6.8,10.804,9.027,3.574,12.104,16.372,0.587,0.0,0.804,0.5,0.97,1.282,0.263,1.087,0.5,4.964,9.129,2.316,0.137,0.798,2.609,10.227,0.86,2.609,10.227,12.963,1.495,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,84.1,2921.38,3218.32,1.0794,50.32,1.0,50.32,72.37,72.37,0.0,48.51,1.0,48.51,72.37,72.37,0.0,72.37,40.013,31.2636,43.1993,0.20092,1.0617,1.0,1.0169,1.0796,1.0,29.0446,0.0,0.0,5.653,6.808,10.487,9.015,3.578,11.786,16.478,0.587,0.0,0.804,0.5,0.967,1.282,0.263,1.087,0.499,4.97,8.812,2.316,0.137,0.796,2.612,9.903,0.858,2.612,9.903,13.035,1.495,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-mechvent.xml,68.94,40.223,29.9315,43.4165,0.20034,1.0616,1.0,1.0168,1.0794,1.0,28.3372,0.0,0.0,5.66,6.8,10.804,9.027,3.574,12.104,16.372,0.587,0.0,0.804,0.5,0.97,1.282,0.263,1.087,1.773,4.597,9.143,0.0,0.0,2.827,2.416,10.243,3.048,2.416,10.243,12.924,1.495,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,75.79,2632.76,3218.32,1.0794,50.32,1.0,50.32,68.72,68.72,0.0,48.51,1.0,48.51,68.72,68.72,0.0,68.72,40.013,29.6864,43.1993,0.20092,1.0617,1.0,1.0169,1.0796,1.0,28.0866,0.0,0.0,5.653,6.808,10.487,9.015,3.578,11.786,16.478,0.587,0.0,0.804,0.5,0.967,1.282,0.263,1.087,1.771,4.599,8.826,0.0,0.0,2.824,2.417,9.919,3.044,2.417,9.919,12.996,1.495,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-pv-battery.xml,12.48,39.648,30.4274,42.7958,0.20034,1.0616,1.0,1.0168,1.0794,0.1755,28.5944,24.449,0.873,5.772,6.702,10.804,9.205,3.532,12.105,16.37,0.0,0.0,0.804,0.498,0.97,1.282,0.263,1.087,2.993,4.378,9.15,0.0,0.0,4.773,2.307,10.252,5.145,2.307,10.252,12.9,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,30.86,1057.5,3174.56,1.0794,50.32,1.0,50.32,70.89,70.89,0.0,48.51,1.0,48.51,70.89,70.89,0.0,11.93,39.437,30.1847,42.5774,0.20092,1.0617,1.0,1.0169,1.0796,0.1682,28.343,24.449,0.874,5.764,6.71,10.487,9.193,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,2.989,4.383,8.834,0.0,0.0,4.767,2.309,9.929,5.139,2.309,9.929,12.972,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-pv.xml,10.31,39.648,30.4274,42.7958,0.20034,1.0616,1.0,1.0168,1.0794,0.145,28.5944,24.449,0.0,5.772,6.702,10.804,9.205,3.532,12.105,16.37,0.0,0.0,0.804,0.498,0.97,1.282,0.263,1.087,2.993,4.378,9.15,0.0,0.0,4.773,2.307,10.252,5.145,2.307,10.252,12.9,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,35.4,1213.14,3174.56,1.0794,50.32,1.0,50.32,70.89,70.89,0.0,48.51,1.0,48.51,70.89,70.89,0.0,9.74,39.437,30.1847,42.5774,0.20092,1.0617,1.0,1.0169,1.0796,0.1374,28.343,24.449,0.0,5.764,6.71,10.487,9.193,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,2.989,4.383,8.834,0.0,0.0,4.767,2.309,9.929,5.139,2.309,9.929,12.972,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml,54.93,39.648,23.5084,42.7958,0.20034,1.0616,1.0,1.0168,1.0794,1.0,20.8482,0.0,0.0,5.772,6.702,10.804,9.205,3.532,12.105,16.37,0.0,0.0,0.804,0.498,0.97,1.282,0.263,1.087,3.211,4.218,2.177,0.0,0.0,5.121,2.223,2.439,5.521,2.223,2.439,12.895,1.007,0.0,1.087,0.242,0.275,1.0943,0.403,3.809,0.0,0.92,0.0,67.47,2311.8,3174.56,1.0794,46.77,1.0,46.77,55.21,55.21,0.0,46.19,1.0,46.19,55.21,55.21,0.0,55.21,39.437,23.5075,42.5774,0.20092,1.0617,1.0,1.0169,1.0796,1.0,20.8408,0.0,0.0,5.764,6.71,10.487,9.193,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,3.208,4.225,2.101,0.0,0.0,5.116,2.226,2.361,5.515,2.226,2.361,12.967,1.007,0.0,1.087,0.242,0.275,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-mf-unit-shared-water-heater-recirc.xml,68.21,39.561,29.1266,42.6985,0.20013,1.0615,1.0,1.0168,1.0793,1.0,24.6464,0.0,0.0,5.356,7.025,10.804,8.542,3.672,18.585,16.376,0.0,0.0,0.804,0.502,0.985,1.282,0.263,1.695,3.211,4.253,7.76,0.0,0.0,5.121,2.223,13.35,5.521,2.223,13.949,12.895,1.007,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013,119.7,4101.25,3174.56,1.0793,47.4,1.0,47.4,68.06,68.06,0.0,44.93,1.0,44.93,68.06,68.06,0.0,68.06,39.351,28.9139,42.4815,0.20073,1.0617,1.0,1.0168,1.0796,1.0,24.5506,0.0,0.0,5.349,7.033,10.487,8.532,3.676,18.173,16.482,0.0,0.0,0.804,0.502,0.978,1.282,0.263,1.695,3.207,4.259,7.474,0.0,0.0,5.116,2.226,12.951,5.515,2.226,13.533,12.967,1.007,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-bldgtype-mf-unit-shared-water-heater.xml,66.79,39.561,28.5168,42.6985,0.20013,1.0615,1.0,1.0168,1.0793,1.0,23.5504,0.0,0.0,5.356,7.025,10.804,8.542,3.672,18.585,16.376,0.0,0.0,0.804,0.502,0.985,1.282,0.263,1.695,3.211,4.253,7.151,0.0,0.0,5.121,2.223,12.301,5.521,2.223,12.853,12.895,1.007,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013,117.03,4009.71,3174.56,1.0793,46.66,1.0,46.66,66.64,66.64,0.0,44.21,1.0,44.21,66.64,66.64,0.0,66.64,39.351,28.3087,42.4815,0.20073,1.0617,1.0,1.0168,1.0796,1.0,23.4546,0.0,0.0,5.349,7.033,10.487,8.532,3.676,18.173,16.482,0.0,0.0,0.804,0.502,0.978,1.282,0.263,1.695,3.207,4.259,6.869,0.0,0.0,5.116,2.226,11.903,5.515,2.226,12.437,12.967,1.007,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-bldgtype-mf-unit.xml,71.1,39.648,30.4274,42.7958,0.20034,1.0616,1.0,1.0168,1.0794,1.0,28.5944,0.0,0.0,5.772,6.702,10.804,9.205,3.532,12.105,16.37,0.0,0.0,0.804,0.498,0.97,1.282,0.263,1.087,2.993,4.378,9.15,0.0,0.0,4.773,2.307,10.252,5.145,2.307,10.252,12.9,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,84.3,2888.66,3174.56,1.0794,50.32,1.0,50.32,70.89,70.89,0.0,48.51,1.0,48.51,70.89,70.89,0.0,70.89,39.437,30.1847,42.5774,0.20092,1.0617,1.0,1.0169,1.0796,1.0,28.343,0.0,0.0,5.764,6.71,10.487,9.193,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,2.989,4.383,8.834,0.0,0.0,4.767,2.309,9.929,5.139,2.309,9.929,12.972,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-bldgtype-sfa-unit.xml,83.19,57.054,49.1953,59.1369,0.21014,1.0185,1.0,1.0176,1.0365,1.0,42.6898,0.0,0.0,18.344,6.728,10.343,29.23,3.729,11.673,21.639,0.0,0.0,0.805,0.474,0.963,1.282,0.263,1.087,17.635,5.687,8.49,0.0,0.0,28.1,3.152,9.582,30.293,3.152,9.582,16.891,0.492,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,145.47,6862.62,4551.28,1.0365,55.34,1.0,55.34,83.08,83.08,0.0,49.83,1.0,49.83,83.08,83.08,0.0,83.08,57.383,49.4094,59.4688,0.20924,1.0185,1.0,1.0176,1.0363,1.0,42.8992,0.0,0.0,18.328,6.737,10.487,29.204,3.734,11.816,21.831,0.0,0.0,0.805,0.474,0.965,1.282,0.263,1.087,17.624,5.692,8.58,0.0,0.0,28.083,3.155,9.667,30.274,3.155,9.667,17.021,0.492,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-dhw-combi-tankless.xml,65.47,77.126,51.0216,77.9292,0.2187,0.9922,1.0,1.0184,1.0104,1.0,43.6814,0.0,0.0,29.556,10.187,10.343,48.322,5.604,18.108,27.04,0.0,0.0,0.765,0.477,0.968,1.25,0.263,1.695,18.914,8.491,2.563,0.0,0.0,30.923,4.671,4.488,34.191,4.671,10.354,20.99,0.063,0.0,1.087,0.263,1.087,1.0943,0.403,3.809,0.0,1.1877,1.013,140.77,8634.62,6070.7,1.0104,54.09,1.0,54.09,65.41,65.41,0.0,49.45,1.0,49.45,65.41,65.41,0.0,65.41,77.455,51.1866,78.2581,0.21774,0.9922,1.0,1.0183,1.0104,1.0,43.8506,0.0,0.0,29.54,10.196,10.487,48.296,5.608,18.296,27.232,0.0,0.0,0.765,0.477,0.972,1.25,0.263,1.695,18.907,8.498,2.599,0.0,0.0,30.911,4.674,4.534,34.178,4.674,10.46,21.12,0.063,0.0,1.087,0.263,1.087,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-dhw-desuperheater.xml,86.48,77.468,67.6595,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,53.5632,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.57,10.757,6.278,0.0,0.0,47.117,5.935,7.087,47.119,5.935,7.087,20.991,0.063,0.0,1.282,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,157.06,9629.92,6070.7,1.01,70.15,1.0,70.15,86.36,86.36,0.0,61.26,1.0,61.26,86.36,86.36,0.0,86.36,77.797,67.855,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,53.7514,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.56,10.766,6.345,0.0,0.0,47.1,5.938,7.151,47.102,5.938,7.151,21.121,0.063,0.0,1.282,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-dhw-dwhr.xml,83.76,77.47,65.5362,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,53.6662,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,6.273,0.0,0.0,44.484,5.614,7.081,47.955,5.614,7.081,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,158.76,9718.78,6061.15,1.01,55.61,1.0,55.61,83.65,83.65,0.0,50.12,1.0,50.12,83.65,83.65,0.0,83.65,77.798,65.7275,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,53.8574,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,6.342,0.0,0.0,44.468,5.616,7.147,47.938,5.616,7.147,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-dhw-indirect-standbyloss.xml,69.32,77.079,53.9754,77.8642,0.21394,0.9924,1.0,1.018,1.0102,1.0,44.7986,0.0,0.0,29.478,10.218,10.343,48.198,5.618,18.447,27.04,0.0,0.0,0.765,0.478,0.967,1.25,0.263,1.724,17.981,9.007,5.932,0.0,0.0,29.399,4.952,10.58,32.506,4.952,14.14,20.993,0.063,0.0,1.087,0.263,1.344,1.0943,0.403,3.809,0.0,1.1877,1.013,145.71,8965.63,6091.12,1.0102,54.09,1.0,54.09,69.28,69.28,0.0,49.45,1.0,49.45,69.28,69.28,0.0,69.28,77.408,54.172,78.1928,0.21294,0.9924,1.0,1.0179,1.0101,1.0,44.9678,0.0,0.0,29.462,10.227,10.487,48.172,5.622,18.634,27.232,0.0,0.0,0.765,0.478,0.97,1.25,0.263,1.724,17.973,9.014,5.999,0.0,0.0,29.387,4.955,10.659,32.493,4.955,14.246,21.123,0.063,0.0,1.087,0.263,1.344,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-dhw-jacket-gas.xml,85.39,77.222,66.6257,78.0275,0.21904,0.9922,1.0,1.0184,1.0104,1.0,51.9254,0.0,0.0,29.711,10.128,10.343,47.341,5.514,17.463,27.04,0.0,0.0,0.805,0.482,0.971,1.282,0.263,1.639,27.611,10.431,7.528,0.0,0.0,43.995,5.679,12.711,47.428,5.679,13.732,20.992,0.063,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013,181.55,11101.4,6051.69,1.0104,52.74,1.0,52.74,85.29,85.29,0.0,47.86,1.0,47.86,85.29,85.29,0.0,85.29,77.55,66.832,78.3558,0.21822,0.9922,1.0,1.0183,1.0104,1.0,52.0922,0.0,0.0,29.694,10.137,10.487,47.314,5.519,17.649,27.232,0.0,0.0,0.805,0.482,0.974,1.282,0.263,1.639,27.6,10.436,7.611,0.0,0.0,43.977,5.682,12.808,47.409,5.682,13.837,21.122,0.063,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-dhw-jacket-hpwh.xml,82.15,77.096,63.9366,77.8323,0.20066,0.9928,1.0,1.0168,1.0096,1.0,51.1266,0.0,0.0,29.502,10.211,10.343,47.009,5.553,12.832,27.04,0.0,0.0,0.805,0.483,0.937,1.282,0.263,1.163,31.691,8.959,2.241,0.0,0.0,50.497,4.872,2.78,54.437,4.872,2.599,20.983,0.063,0.0,1.087,0.242,0.275,1.0943,0.403,3.809,0.0,0.92,0.0,165.77,10250.31,6124.97,1.0096,55.9,1.0,55.9,82.02,82.02,0.0,50.39,1.0,50.39,82.02,82.02,0.0,82.02,77.425,64.1058,78.1608,0.19965,0.9929,1.0,1.0167,1.0095,1.0,51.2868,0.0,0.0,29.486,10.22,10.487,46.983,5.557,12.976,27.232,0.0,0.0,0.805,0.483,0.94,1.282,0.263,1.163,31.711,8.955,2.265,0.0,0.0,50.528,4.869,2.803,54.471,4.869,2.62,21.112,0.063,0.0,1.087,0.242,0.275,1.0943,0.403,3.809,0.0,0.92,0.0
-base-dhw-jacket-indirect.xml,68.23,77.079,53.1272,77.8642,0.21394,0.9924,1.0,1.018,1.0102,1.0,44.5258,0.0,0.0,29.478,10.218,10.343,48.198,5.618,18.447,27.04,0.0,0.0,0.765,0.478,0.967,1.25,0.263,1.724,18.251,8.859,4.962,0.0,0.0,29.842,4.871,8.849,32.995,4.871,13.169,20.992,0.063,0.0,1.087,0.263,1.269,1.0943,0.403,3.809,0.0,1.1877,1.013,144.45,8888.27,6091.12,1.0102,54.09,1.0,54.09,68.18,68.18,0.0,49.45,1.0,49.45,68.18,68.18,0.0,68.18,77.408,53.3156,78.1928,0.21294,0.9924,1.0,1.0179,1.0101,1.0,44.6954,0.0,0.0,29.462,10.227,10.487,48.172,5.622,18.634,27.232,0.0,0.0,0.765,0.478,0.97,1.25,0.263,1.724,18.244,8.866,5.02,0.0,0.0,29.83,4.874,8.92,32.982,4.874,13.275,21.122,0.063,0.0,1.087,0.263,1.269,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-dhw-low-flow-fixtures.xml,85.86,77.47,67.1796,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.5212,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,7.916,0.0,0.0,44.484,5.614,8.936,47.955,5.614,8.936,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.17,9866.74,6061.15,1.01,55.61,1.0,55.61,85.76,85.76,0.0,50.12,1.0,50.12,85.76,85.76,0.0,85.76,77.798,67.387,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,55.728,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.002,0.0,0.0,44.467,5.616,9.018,47.937,5.616,9.018,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-dhw-multiple.xml,68.48,77.469,53.6023,78.2767,0.21896,0.9922,1.0,1.0184,1.0104,1.0,42.9706,0.0,0.0,30.117,9.97,10.344,49.205,5.501,11.676,27.039,0.0,0.0,0.765,0.476,5.778,1.25,0.263,6.522,18.35,8.788,5.407,0.0,0.0,29.981,4.849,6.105,33.149,4.849,6.105,20.992,0.063,0.0,1.087,0.263,6.9,1.0943,0.403,3.809,0.0,5.5200000000000005,0.0,126.04,7732.57,6071.57,1.0104,60.62,1.0,60.62,68.39,68.39,0.0,55.32,1.0,55.32,68.39,68.39,0.0,68.39,77.797,53.7566,78.6046,0.218,0.9922,1.0,1.0183,1.0104,1.0,43.1118,0.0,0.0,30.1,9.979,10.486,49.179,5.504,11.82,27.231,0.0,0.0,0.765,0.476,5.784,1.25,0.263,6.522,18.341,8.792,5.44,0.0,0.0,29.966,4.849,6.13,33.133,4.849,6.13,21.122,0.063,0.0,1.087,0.263,6.9,1.0943,0.403,3.809,0.0,5.5200000000000005,0.0
-base-dhw-none.xml,90.11,77.127,70.1968,77.8985,0.2101,0.9925,1.0,1.0176,1.01,1.0,54.472,0.0,0.0,29.556,10.188,10.343,47.093,5.543,18.108,27.04,0.0,0.0,0.805,0.483,0.968,1.282,0.263,1.695,27.111,10.646,10.344,0.0,0.0,43.197,5.792,18.11,46.568,5.792,18.109,22.033,0.063,0.0,1.087,0.242,1.695,1.0943,0.403,3.809,0.0,1.1877,1.013,191.29,11710.61,6061.15,1.01,62.55,1.0,62.55,90.16,90.16,0.0,57.62,1.0,57.62,90.16,90.16,0.0,90.16,77.455,70.5256,78.2265,0.20922,0.9925,1.0,1.0176,1.01,1.0,54.7328,0.0,0.0,29.539,10.197,10.487,47.067,5.547,18.296,27.232,0.0,0.0,0.805,0.483,0.972,1.282,0.263,1.695,27.095,10.655,10.488,0.0,0.0,43.173,5.796,18.297,46.542,5.796,18.296,22.225,0.063,0.0,1.087,0.242,1.695,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-dhw-recirc-demand.xml,86.22,77.47,67.4631,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8402,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.2,0.0,0.0,44.484,5.614,9.256,47.955,5.614,9.256,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.59,9892.04,6061.15,1.01,55.61,1.0,55.61,86.12,86.12,0.0,50.12,1.0,50.12,86.12,86.12,0.0,86.12,77.798,67.6683,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.044,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.283,0.0,0.0,44.467,5.616,9.335,47.937,5.616,9.335,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-dhw-solar-fraction.xml,79.63,77.47,62.3097,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,49.9758,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,28.189,10.183,2.885,0.0,0.0,44.916,5.555,3.256,48.421,5.555,3.256,20.99,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,154.78,9475.13,6061.15,1.01,55.61,1.0,55.61,79.5,79.5,0.0,50.12,1.0,50.12,79.5,79.5,0.0,79.5,77.798,62.4647,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,50.13,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,28.18,10.187,2.915,0.0,0.0,44.9,5.558,3.285,48.404,5.558,3.285,21.12,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-dhw-solar-indirect-flat-plate.xml,77.88,77.47,60.9339,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,48.4104,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.642,10.592,1.645,0.0,0.0,44.044,5.778,1.857,47.481,5.778,1.857,20.992,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,151.08,9248.99,6061.15,1.01,55.61,1.0,55.61,77.76,77.76,0.0,50.12,1.0,50.12,77.76,77.76,0.0,77.76,77.798,61.0946,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,48.5702,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.635,10.598,1.677,0.0,0.0,44.032,5.782,1.89,47.468,5.782,1.89,21.122,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-dhw-tank-elec-ef.xml,86.47,77.47,67.6592,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,56.0902,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.775,10.346,8.484,0.0,0.0,44.256,5.644,9.577,47.709,5.644,9.577,20.991,0.063,0.0,1.087,0.242,1.075,1.0943,0.403,3.809,0.0,0.92,0.0,161.47,9884.98,6061.15,1.01,55.61,1.0,55.61,86.38,86.38,0.0,50.12,1.0,50.12,86.38,86.38,0.0,86.38,77.798,67.87,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.2964,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.765,10.352,8.569,0.0,0.0,44.24,5.648,9.657,47.692,5.648,9.657,21.121,0.063,0.0,1.087,0.242,1.075,1.0943,0.403,3.809,0.0,0.92,0.0
-base-dhw-tank-gas-ef.xml,86.89,77.08,67.6281,77.8337,0.2054,0.9927,1.0,1.0172,1.0098,1.0,52.3744,0.0,0.0,29.478,10.219,10.343,46.97,5.557,18.447,27.04,0.0,0.0,0.805,0.483,0.967,1.282,0.263,1.724,27.176,10.614,8.782,0.0,0.0,43.302,5.772,15.662,46.681,5.772,15.396,20.993,0.063,0.0,1.087,0.242,1.695,1.0943,0.403,3.809,0.0,1.1877,1.013,183.1,11244.36,6081.78,1.0098,52.74,1.0,52.74,86.8,86.8,0.0,47.86,1.0,47.86,86.8,86.8,0.0,86.8,77.408,67.8472,78.1613,0.20443,0.9927,1.0,1.0171,1.0097,1.0,52.5416,0.0,0.0,29.461,10.228,10.487,46.943,5.562,18.634,27.232,0.0,0.0,0.805,0.483,0.97,1.282,0.263,1.724,27.165,10.622,8.875,0.0,0.0,43.284,5.776,15.769,46.662,5.776,15.501,21.123,0.063,0.0,1.087,0.242,1.695,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-dhw-tank-heat-pump-confined-space.xml,82.48,77.096,64.1981,77.8323,0.20066,0.9928,1.0,1.0168,1.0096,1.0,51.5076,0.0,0.0,29.502,10.211,10.343,47.009,5.553,12.832,27.04,0.0,0.0,0.805,0.483,0.937,1.282,0.263,1.163,31.36,9.075,2.718,0.0,0.0,49.969,4.935,3.372,53.868,4.935,3.152,20.983,0.063,0.0,1.087,0.242,0.275,1.0943,0.403,3.809,0.0,0.92,0.0,165.25,10218.23,6124.97,1.0096,55.9,1.0,55.9,82.1,82.1,0.0,50.39,1.0,50.39,82.1,82.1,0.0,82.1,77.425,64.1672,78.1608,0.19965,0.9929,1.0,1.0167,1.0095,1.0,51.367,0.0,0.0,29.486,10.22,10.487,46.983,5.557,12.976,27.232,0.0,0.0,0.805,0.483,0.94,1.282,0.263,1.163,31.644,8.988,2.359,0.0,0.0,50.421,4.887,2.919,54.356,4.887,2.729,21.113,0.063,0.0,1.087,0.242,0.275,1.0943,0.403,3.809,0.0,0.92,0.0
-base-dhw-tank-heat-pump-ef.xml,82.28,77.096,64.0435,77.8323,0.20066,0.9928,1.0,1.0168,1.0096,1.0,51.2734,0.0,0.0,29.502,10.211,10.343,47.009,5.553,12.832,27.04,0.0,0.0,0.805,0.483,0.937,1.282,0.263,1.163,31.567,9.01,2.42,0.0,0.0,50.299,4.9,3.003,54.224,4.9,2.807,20.983,0.063,0.0,1.087,0.242,0.323,1.0943,0.403,3.809,0.0,0.92,0.0,165.59,10239.17,6124.97,1.0096,55.9,1.0,55.9,82.16,82.16,0.0,50.39,1.0,50.39,82.16,82.16,0.0,82.16,77.425,64.2142,78.1608,0.19965,0.9929,1.0,1.0167,1.0095,1.0,51.4366,0.0,0.0,29.486,10.22,10.487,46.983,5.557,12.976,27.232,0.0,0.0,0.805,0.483,0.94,1.282,0.263,1.163,31.587,9.006,2.445,0.0,0.0,50.331,4.897,3.025,54.258,4.897,2.828,21.113,0.063,0.0,1.087,0.242,0.323,1.0943,0.403,3.809,0.0,0.92,0.0
-base-dhw-tank-oil.xml,85.51,77.222,66.7217,78.0275,0.21904,0.9922,1.0,1.0184,1.0104,1.0,52.0794,0.0,0.0,29.711,10.128,10.343,47.341,5.514,17.463,27.04,0.0,0.0,0.805,0.482,0.971,1.282,0.263,1.639,27.449,10.495,7.723,0.0,0.0,43.736,5.714,13.039,47.149,5.714,14.319,20.992,0.063,0.0,1.087,0.242,1.602,1.0943,0.403,3.809,0.0,1.1877,1.013,193.72,11845.53,6051.69,1.0104,52.74,1.0,52.74,85.41,85.41,0.0,47.86,1.0,47.86,85.41,85.41,0.0,85.41,77.55,66.9271,78.3558,0.21822,0.9922,1.0,1.0183,1.0104,1.0,52.2458,0.0,0.0,29.694,10.137,10.487,47.314,5.519,17.649,27.232,0.0,0.0,0.805,0.482,0.974,1.282,0.263,1.639,27.437,10.501,7.804,0.0,0.0,43.719,5.717,13.133,47.13,5.717,14.423,21.122,0.063,0.0,1.087,0.242,1.602,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-dhw-tank-wood.xml,85.81,77.222,66.9518,78.0275,0.21904,0.9922,1.0,1.0184,1.0104,1.0,52.1516,0.0,0.0,29.711,10.128,10.343,47.341,5.514,17.463,27.04,0.0,0.0,0.805,0.482,0.971,1.282,0.263,1.639,27.386,10.519,7.992,0.0,0.0,43.636,5.727,13.493,47.041,5.727,14.577,20.992,0.063,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013,,,,,52.74,1.0,52.74,85.71,85.71,0.0,47.86,1.0,47.86,85.71,85.71,0.0,85.71,77.55,67.162,78.3558,0.21822,0.9922,1.0,1.0183,1.0104,1.0,52.3184,0.0,0.0,29.694,10.137,10.487,47.314,5.519,17.649,27.232,0.0,0.0,0.805,0.482,0.974,1.282,0.263,1.639,27.375,10.526,8.075,0.0,0.0,43.619,5.731,13.59,47.023,5.731,14.682,21.122,0.063,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-dhw-tankless-electric-ef.xml,86.97,77.47,68.0488,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,56.4252,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,28.337,10.126,8.533,0.0,0.0,45.151,5.524,9.632,48.674,5.524,9.632,20.99,0.063,0.0,1.087,0.242,1.132,1.0943,0.403,3.809,0.0,0.92,0.0,163.63,10017.05,6061.15,1.01,55.73,1.0,55.73,86.88,86.88,0.0,50.25,1.0,50.25,86.88,86.88,0.0,86.88,77.798,68.2679,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.6424,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,28.326,10.13,8.628,0.0,0.0,45.134,5.527,9.724,48.656,5.527,9.724,21.12,0.063,0.0,1.087,0.242,1.132,1.0943,0.403,3.809,0.0,0.92,0.0
-base-dhw-tankless-gas-ef.xml,80.09,77.127,62.392,77.8985,0.2101,0.9925,1.0,1.0176,1.01,1.0,50.6868,0.0,0.0,29.556,10.188,10.343,47.093,5.543,18.108,27.04,0.0,0.0,0.805,0.483,0.968,1.282,0.263,1.695,28.337,10.153,2.849,0.0,0.0,45.151,5.524,4.988,48.674,5.524,9.733,20.99,0.063,0.0,1.087,0.242,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013,174.5,10682.53,6061.15,1.01,52.74,1.0,52.74,79.97,79.97,0.0,47.86,1.0,47.86,79.97,79.97,0.0,79.97,77.455,62.5556,78.2265,0.20922,0.9925,1.0,1.0176,1.01,1.0,50.8488,0.0,0.0,29.539,10.197,10.487,47.067,5.547,18.296,27.232,0.0,0.0,0.805,0.483,0.972,1.282,0.263,1.695,28.326,10.16,2.886,0.0,0.0,45.134,5.527,5.036,48.656,5.527,9.827,21.12,0.063,0.0,1.087,0.242,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-dhw-tankless-propane.xml,82.02,77.127,63.8907,77.8985,0.2101,0.9925,1.0,1.0176,1.01,1.0,51.208,0.0,0.0,29.556,10.188,10.343,47.093,5.543,18.108,27.04,0.0,0.0,0.805,0.483,0.968,1.282,0.263,1.695,28.337,10.153,4.348,0.0,0.0,45.151,5.524,7.611,48.674,5.524,11.037,20.99,0.063,0.0,1.087,0.242,1.297,1.0943,0.403,3.809,0.0,1.1877,1.013,183.13,11211.1,6061.15,1.01,52.74,1.0,52.74,81.91,81.91,0.0,47.86,1.0,47.86,81.91,81.91,0.0,81.91,77.455,64.0735,78.2265,0.20922,0.9925,1.0,1.0176,1.01,1.0,51.3752,0.0,0.0,29.539,10.197,10.487,47.067,5.547,18.296,27.232,0.0,0.0,0.805,0.483,0.972,1.282,0.263,1.695,28.326,10.16,4.404,0.0,0.0,45.134,5.527,7.684,48.656,5.527,11.142,21.12,0.063,0.0,1.087,0.242,1.297,1.0943,0.403,3.809,0.0,1.1877,1.013
-base-enclosure-2stories-garage.xml,90.72,93.674,83.3488,91.8771,0.21014,0.9808,1.0,1.0,0.9808,1.0,66.7068,0.0,0.0,39.92,12.732,10.343,63.612,6.979,11.676,30.679,0.0,0.0,0.805,0.479,0.963,1.282,0.263,1.087,33.757,17.744,8.204,0.0,0.0,53.791,9.726,9.261,57.988,9.726,9.261,23.645,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,165.62,11864.27,7303.44,0.9808,54.92,1.0,54.92,90.62,90.62,0.0,50.03,1.0,50.03,90.62,90.62,0.0,90.62,94.002,83.5609,92.2065,0.20924,0.9809,1.0,1.0,0.9809,1.0,66.9134,0.0,0.0,39.904,12.74,10.487,63.585,6.983,11.82,30.871,0.0,0.0,0.805,0.479,0.964,1.282,0.263,1.087,33.747,17.75,8.288,0.0,0.0,53.775,9.729,9.342,57.971,9.729,9.342,23.775,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-2stories.xml,91.15,106.721,94.083,103.2126,0.21014,0.9671,1.0,1.0,0.9671,1.0,75.3018,0.0,0.0,46.305,14.93,10.343,73.787,8.103,11.676,35.143,0.0,0.0,0.805,0.484,0.963,1.282,0.263,1.087,41.458,17.383,8.103,0.0,0.0,66.063,9.434,9.147,71.218,9.434,9.147,27.14,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,175.31,14056.98,8290.8,0.9671,55.1,1.0,55.1,91.07,91.07,0.0,50.18,1.0,50.18,91.07,91.07,0.0,91.07,107.049,94.295,103.5447,0.20924,0.9673,1.0,1.0,0.9673,1.0,75.505,0.0,0.0,46.289,14.938,10.487,73.761,8.107,11.819,35.335,0.0,0.0,0.805,0.484,0.964,1.282,0.263,1.087,41.448,17.391,8.186,0.0,0.0,66.047,9.438,9.226,71.201,9.438,9.226,27.27,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-beds-1.xml,91.51,70.562,63.3219,69.195,0.21109,0.9925,0.9709,1.0177,0.9806,1.0,51.589,0.0,0.0,29.35,9.442,6.276,46.766,5.136,7.607,25.494,0.0,0.0,0.805,0.483,0.897,1.282,0.263,1.087,28.815,9.883,4.832,0.0,0.0,45.914,5.376,5.857,49.497,5.376,5.857,19.791,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,179.43,9724.29,5526.74,0.9806,57.12,1.0,57.12,91.6,91.6,0.0,51.55,1.0,51.55,91.6,91.6,0.0,91.6,70.294,63.1456,68.9382,0.21016,0.9925,0.971,1.0176,0.9807,1.0,51.414,0.0,0.0,29.363,9.435,6.153,46.786,5.132,7.484,25.343,0.0,0.0,0.805,0.483,0.894,1.282,0.263,1.087,28.825,9.88,4.752,0.0,0.0,45.928,5.374,5.78,49.512,5.374,5.78,19.689,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-beds-2.xml,88.53,74.079,65.2747,73.7345,0.21058,0.9925,0.9855,1.0177,0.9953,1.0,53.6256,0.0,0.0,29.733,9.707,8.372,47.375,5.276,9.703,26.267,0.0,0.0,0.805,0.483,0.938,1.282,0.263,1.087,28.203,10.108,6.573,0.0,0.0,44.936,5.494,7.618,48.443,5.494,7.618,20.391,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,169.26,9769.05,5798.42,0.9953,56.37,1.0,56.37,88.51,88.51,0.0,50.53,1.0,50.53,88.51,88.51,0.0,88.51,74.11,65.2927,73.7669,0.20966,0.9925,0.9855,1.0176,0.9954,1.0,53.6428,0.0,0.0,29.731,9.708,8.384,47.373,5.276,9.715,26.287,0.0,0.0,0.805,0.483,0.938,1.282,0.263,1.087,28.201,10.109,6.578,0.0,0.0,44.935,5.494,7.622,48.441,5.494,7.622,20.405,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-beds-4.xml,84.84,80.801,70.2346,82.7888,0.20973,0.9925,1.0145,1.0176,1.0246,1.0,58.559,0.0,0.0,30.5,10.237,12.252,48.598,5.63,13.585,27.812,0.0,0.0,0.805,0.477,0.98,1.282,0.263,1.087,28.121,10.426,9.878,0.0,0.0,44.808,5.734,10.953,48.304,5.734,10.953,21.589,0.22,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,156.8,10149.3,6317.39,1.0246,54.86,1.0,54.86,84.68,84.68,0.0,49.15,1.0,49.15,84.68,84.68,0.0,84.68,81.422,70.638,83.4161,0.2088,0.9926,1.0144,1.0175,1.0245,1.0,58.9528,0.0,0.0,30.469,10.253,12.526,48.547,5.638,13.859,28.174,0.0,0.0,0.805,0.477,0.982,1.282,0.263,1.087,28.102,10.44,10.042,0.0,0.0,44.776,5.741,11.111,48.27,5.741,11.111,21.833,0.22,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-beds-5.xml,83.54,84.094,72.9988,87.3852,0.20931,0.9925,1.0289,1.0176,1.0391,1.0,61.2082,0.0,0.0,30.886,10.503,14.123,49.213,5.796,15.456,28.582,0.0,0.0,0.805,0.476,0.993,1.282,0.263,1.087,28.328,10.612,11.494,0.0,0.0,45.137,5.856,12.579,48.659,5.856,12.579,22.188,0.377,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,152.44,10401.69,6566.48,1.0391,54.12,1.0,54.12,83.32,83.32,0.0,48.4,1.0,48.4,83.32,83.32,0.0,83.32,85.01,73.5893,88.3227,0.20842,0.9926,1.0288,1.0175,1.039,1.0,61.789,0.0,0.0,30.84,10.528,14.525,49.141,5.808,15.859,29.117,0.0,0.0,0.805,0.476,0.996,1.282,0.263,1.087,28.299,10.631,11.734,0.0,0.0,45.091,5.865,12.812,48.61,5.865,12.812,22.548,0.377,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-ceilingtypes.xml,95.08,77.47,73.8823,77.7059,0.06417,0.9977,1.0,1.0054,1.003,1.0,60.3892,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,34.236,10.353,8.245,0.0,0.0,54.55,5.648,9.307,58.807,5.648,9.307,20.985,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,188.98,11489.05,6061.15,1.003,55.49,1.0,55.49,94.95,94.95,0.0,50.04,1.0,50.04,94.95,94.95,0.0,94.95,77.798,74.0915,78.0338,0.06388,0.9977,1.0,1.0053,1.003,1.0,60.5948,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,34.227,10.358,8.329,0.0,0.0,54.535,5.651,9.387,58.791,5.651,9.387,21.115,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-floortypes.xml,100.26,57.173,60.5181,60.3594,0.21014,1.0374,1.0,1.0176,1.0557,1.0,49.5484,0.0,0.0,19.483,8.406,10.343,31.05,4.575,11.671,18.941,0.0,0.0,0.804,0.482,0.963,1.282,0.263,1.087,28.129,8.792,8.424,0.0,0.0,44.829,4.785,9.506,48.327,4.785,9.506,14.828,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,197.89,9411.71,4505.06,1.0557,54.1,1.0,54.1,100.07,100.07,0.0,48.67,1.0,48.67,100.07,100.07,0.0,100.07,57.502,60.7336,60.6926,0.20924,1.0373,1.0,1.0176,1.0555,1.0,49.7584,0.0,0.0,19.467,8.415,10.487,31.025,4.58,11.814,19.133,0.0,0.0,0.804,0.482,0.965,1.282,0.263,1.087,28.12,8.797,8.514,0.0,0.0,44.815,4.788,9.591,48.312,4.788,9.591,14.958,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-garage.xml,88.38,75.349,67.2573,76.1028,0.21014,0.9925,1.0,1.0176,1.01,1.0,56.384,0.0,0.0,29.39,8.684,10.343,46.829,4.839,11.677,26.932,0.0,0.0,0.805,0.471,0.963,1.282,0.263,1.087,30.962,7.013,8.322,0.0,0.0,49.334,3.908,9.395,53.184,3.908,9.395,20.897,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,175.43,10531.41,5943.68,1.01,56.13,1.0,56.13,88.27,88.27,0.0,50.41,1.0,50.41,88.27,88.27,0.0,88.27,75.684,67.4708,76.4379,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.5952,0.0,0.0,29.389,8.684,10.487,46.827,4.84,11.821,27.124,0.0,0.0,0.805,0.471,0.964,1.282,0.263,1.087,30.961,7.012,8.408,0.0,0.0,49.332,3.908,9.477,53.182,3.908,9.477,21.027,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-infil-ach-house-pressure.xml,86.28,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8902,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.65,9896.04,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.095,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-infil-cfm-house-pressure.xml,86.28,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8902,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.65,9896.04,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.095,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-infil-cfm50.xml,86.28,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8902,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.65,9896.04,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.095,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-infil-ela.xml,86.28,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8902,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.65,9896.04,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.095,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-infil-natural-ach.xml,86.28,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8902,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.65,9896.04,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.095,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-infil-natural-cfm.xml,86.28,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8902,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.65,9896.04,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.095,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-overhangs.xml,86.09,77.47,67.3635,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8344,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,28.046,10.022,8.243,0.0,0.0,44.687,5.467,9.305,48.174,5.467,9.305,20.99,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,162.01,9918.11,6061.15,1.01,55.61,1.0,55.61,86.0,86.0,0.0,50.12,1.0,50.12,86.0,86.0,0.0,86.0,77.798,67.5743,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.0402,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,28.035,10.028,8.328,0.0,0.0,44.67,5.471,9.386,48.156,5.471,9.386,21.12,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-skylights-cathedral.xml,73.12,101.298,72.2441,98.8013,0.15689,0.9754,1.0,1.0,0.9754,1.0,60.9356,0.0,0.0,42.152,13.659,10.343,67.171,7.376,11.675,35.144,0.0,0.0,0.805,0.486,0.963,1.282,0.263,1.087,26.751,10.25,8.103,0.0,0.0,42.629,5.535,9.147,45.955,5.535,9.147,27.14,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,130.67,10085.42,7913.23,0.9754,55.87,1.0,55.87,73.09,73.09,0.0,50.57,1.0,50.57,73.09,73.09,0.0,73.09,101.626,72.4545,99.1315,0.15624,0.9755,1.0,1.0,0.9755,1.0,61.1408,0.0,0.0,42.136,13.667,10.487,67.145,7.379,11.818,35.336,0.0,0.0,0.805,0.486,0.965,1.282,0.263,1.087,26.744,10.254,8.187,0.0,0.0,42.617,5.536,9.226,45.943,5.536,9.226,27.27,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-skylights.xml,89.19,77.47,69.6061,78.0455,0.15623,0.9944,1.0,1.0131,1.0074,1.0,57.0302,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.997,12.309,8.242,0.0,0.0,44.61,6.715,9.303,48.091,6.715,9.303,20.995,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,163.69,9995.31,6061.15,1.0074,55.61,1.0,55.61,89.08,89.08,0.0,50.12,1.0,50.12,89.08,89.08,0.0,89.08,77.798,69.8154,78.3733,0.15554,0.9944,1.0,1.013,1.0074,1.0,57.2368,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.988,12.313,8.326,0.0,0.0,44.594,6.718,9.384,48.074,6.718,9.384,21.125,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-enclosure-walltypes.xml,98.59,77.423,76.1396,77.2257,-0.05386,1.0019,1.0,0.9955,0.9975,1.0,62.5594,0.0,0.0,30.079,9.962,10.343,47.927,5.433,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,39.377,7.474,8.248,0.0,0.0,62.742,4.076,9.31,67.638,4.076,9.31,20.978,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,209.69,12664.84,6055.35,0.9975,55.74,1.0,55.74,98.44,98.44,0.0,50.22,1.0,50.22,98.44,98.44,0.0,98.44,77.751,76.3461,77.5537,-0.05363,1.0019,1.0,0.9955,0.9975,1.0,62.7644,0.0,0.0,30.063,9.97,10.487,47.902,5.438,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,39.365,7.478,8.332,0.0,0.0,62.723,4.079,9.39,67.618,4.079,9.39,21.108,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-ambient.xml,87.06,57.173,52.5462,60.3594,0.21014,1.0374,1.0,1.0176,1.0557,1.0,43.495,0.0,0.0,19.483,8.406,10.343,31.05,4.575,11.671,18.941,0.0,0.0,0.804,0.482,0.963,1.282,0.263,1.087,18.126,10.804,8.415,0.0,0.0,28.887,5.88,9.495,31.141,5.88,9.495,14.857,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,146.88,6985.95,4505.06,1.0557,54.28,1.0,54.28,86.93,86.93,0.0,48.86,1.0,48.86,86.93,86.93,0.0,86.93,57.502,52.7604,60.6926,0.20924,1.0373,1.0,1.0176,1.0555,1.0,43.705,0.0,0.0,19.467,8.415,10.487,31.025,4.58,11.814,19.133,0.0,0.0,0.804,0.482,0.965,1.282,0.263,1.087,18.116,10.809,8.502,0.0,0.0,28.872,5.883,9.578,31.125,5.883,9.578,14.988,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-basement-garage.xml,83.98,68.462,59.3902,70.7167,0.21014,1.015,1.0,1.0176,1.0329,1.0,49.3752,0.0,0.0,27.281,8.264,10.343,43.466,4.562,11.676,22.574,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,23.441,9.777,8.453,0.0,0.0,37.348,5.397,9.542,40.262,5.397,9.542,17.49,0.23,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,153.38,8499.17,5364.69,1.0329,54.61,1.0,54.61,83.9,83.9,0.0,49.41,1.0,49.41,83.9,83.9,0.0,83.9,68.79,59.6055,71.0457,0.20924,1.015,1.0,1.0176,1.0328,1.0,49.5844,0.0,0.0,27.264,8.273,10.487,43.441,4.565,11.822,22.766,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,23.429,9.786,8.54,0.0,0.0,37.331,5.4,9.627,40.244,5.4,9.627,17.62,0.23,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-conditioned-basement-slab-insulation.xml,86.51,77.47,67.6929,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.848,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.072,11.321,8.243,0.0,0.0,43.136,6.176,9.304,46.502,6.176,9.304,20.994,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,158.85,9724.27,6061.15,1.01,55.61,1.0,55.61,86.42,86.42,0.0,50.12,1.0,50.12,86.42,86.42,0.0,86.42,77.798,67.9008,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.0538,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.062,11.325,8.326,0.0,0.0,43.119,6.179,9.384,46.484,6.179,9.384,21.124,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-conditioned-basement-wall-insulation.xml,87.15,75.684,66.617,76.4412,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.4262,0.0,0.0,28.692,9.61,10.343,45.718,5.299,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,27.729,9.592,8.244,0.0,0.0,44.183,5.289,9.306,47.631,5.289,9.306,20.989,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,163.93,9826.5,5934.9,1.01,56.5,1.0,56.5,87.05,87.05,0.0,50.85,1.0,50.85,87.05,87.05,0.0,87.05,76.013,66.8304,76.7702,0.20924,0.9925,1.0,1.0176,1.01,1.0,55.6314,0.0,0.0,28.676,9.619,10.487,45.692,5.303,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,27.719,9.601,8.328,0.0,0.0,44.167,5.293,9.386,47.614,5.293,9.386,21.119,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-multiple.xml,81.37,56.035,48.1375,59.158,0.21014,1.0374,1.0,1.0176,1.0557,1.0,40.7624,0.0,0.0,19.461,7.603,10.343,31.016,4.217,11.862,18.628,0.0,0.0,0.804,0.473,0.948,1.282,0.263,1.087,15.603,9.278,8.257,0.0,0.0,24.868,5.146,9.47,26.808,5.146,9.47,14.654,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,133.63,6278.87,4450.75,1.0557,53.71,1.0,53.71,81.27,81.27,0.0,48.14,1.0,48.14,81.27,81.27,0.0,81.27,56.372,48.3533,59.4999,0.20924,1.0373,1.0,1.0176,1.0555,1.0,40.9746,0.0,0.0,19.46,7.604,10.487,31.015,4.218,12.006,18.821,0.0,0.0,0.804,0.473,0.949,1.282,0.263,1.087,15.601,9.279,8.344,0.0,0.0,24.865,5.147,9.553,26.805,5.147,9.553,14.784,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-slab.xml,70.62,58.214,43.4043,61.4584,0.21014,1.0374,1.0,1.0176,1.0557,1.0,37.577,0.0,0.0,21.257,7.68,10.343,33.868,4.245,11.675,18.934,0.0,0.0,0.805,0.475,0.963,1.282,0.263,1.087,12.023,7.767,8.412,0.0,0.0,19.155,4.293,9.495,20.65,4.293,9.495,14.858,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,110.72,5339.13,4567.74,1.0557,53.78,1.0,53.78,70.59,70.59,0.0,48.13,1.0,48.13,70.59,70.59,0.0,70.59,58.543,43.6208,61.7914,0.20924,1.0373,1.0,1.0176,1.0555,1.0,37.7886,0.0,0.0,21.241,7.689,10.487,33.843,4.25,11.819,19.126,0.0,0.0,0.805,0.475,0.964,1.282,0.263,1.087,12.016,7.772,8.499,0.0,0.0,19.145,4.296,9.579,20.639,4.296,9.579,14.988,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-unconditioned-basement-assembly-r.xml,77.85,56.279,46.2533,59.4156,0.21014,1.0374,1.0,1.0176,1.0557,1.0,39.507,0.0,0.0,19.466,7.844,10.343,31.024,4.33,11.864,18.626,0.0,0.0,0.804,0.476,0.948,1.282,0.263,1.087,14.515,8.52,8.277,0.0,0.0,23.133,4.703,9.494,24.938,4.703,9.494,14.597,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,126.95,5972.45,4456.33,1.0557,53.26,1.0,53.26,77.77,77.77,0.0,47.75,1.0,47.75,77.77,77.77,0.0,77.77,56.615,46.471,59.7564,0.20924,1.0373,1.0,1.0176,1.0555,1.0,39.7188,0.0,0.0,19.465,7.845,10.487,31.022,4.33,12.007,18.818,0.0,0.0,0.804,0.476,0.949,1.282,0.263,1.087,14.513,8.523,8.364,0.0,0.0,23.129,4.704,9.576,24.934,4.704,9.576,14.727,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-unconditioned-basement-wall-insulation.xml,83.57,56.279,49.6518,59.4156,0.21014,1.0374,1.0,1.0176,1.0557,1.0,42.01,0.0,0.0,19.466,7.844,10.343,31.024,4.33,11.864,18.626,0.0,0.0,0.804,0.476,0.948,1.282,0.263,1.087,18.209,8.156,8.24,0.0,0.0,29.02,4.502,9.452,31.285,4.502,9.452,14.702,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,146.43,6888.87,4456.33,1.0557,53.26,1.0,53.26,83.46,83.46,0.0,47.75,1.0,47.75,83.46,83.46,0.0,83.46,56.615,49.8709,59.7564,0.20924,1.0373,1.0,1.0176,1.0555,1.0,42.2206,0.0,0.0,19.465,7.845,10.487,31.022,4.33,12.007,18.818,0.0,0.0,0.804,0.476,0.949,1.282,0.263,1.087,18.206,8.16,8.328,0.0,0.0,29.015,4.504,9.535,31.279,4.504,9.535,14.832,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-unconditioned-basement.xml,81.37,56.279,48.3488,59.4156,0.21014,1.0374,1.0,1.0176,1.0557,1.0,40.8496,0.0,0.0,19.466,7.844,10.343,31.024,4.33,11.864,18.626,0.0,0.0,0.804,0.476,0.948,1.282,0.263,1.087,15.635,9.491,8.272,0.0,0.0,24.918,5.239,9.489,26.862,5.239,9.489,14.606,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,133.72,6290.89,4456.33,1.0557,53.26,1.0,53.26,81.28,81.28,0.0,47.75,1.0,47.75,81.28,81.28,0.0,81.28,56.615,48.5691,59.7564,0.20924,1.0373,1.0,1.0176,1.0555,1.0,41.0604,0.0,0.0,19.465,7.845,10.487,31.022,4.33,12.007,18.818,0.0,0.0,0.804,0.476,0.949,1.282,0.263,1.087,15.633,9.494,8.36,0.0,0.0,24.915,5.24,9.572,26.859,5.24,9.572,14.737,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-unvented-crawlspace.xml,79.47,55.673,46.7087,58.7758,0.21014,1.0374,1.0,1.0176,1.0557,1.0,39.6092,0.0,0.0,17.471,8.912,10.343,27.846,4.836,11.667,18.947,0.0,0.0,0.804,0.484,0.964,1.282,0.263,1.087,13.535,9.452,8.51,0.0,0.0,21.573,5.129,9.599,23.256,5.129,9.599,14.867,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,125.36,5786.96,4372.62,1.0557,55.62,1.0,55.62,79.39,79.39,0.0,50.08,1.0,50.08,79.39,79.39,0.0,79.39,56.004,46.9261,59.1115,0.20924,1.0373,1.0,1.0176,1.0555,1.0,39.82,0.0,0.0,17.456,8.922,10.487,27.822,4.841,11.81,19.139,0.0,0.0,0.804,0.484,0.965,1.282,0.263,1.087,13.527,9.458,8.598,0.0,0.0,21.561,5.132,9.683,23.243,5.132,9.683,14.997,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-vented-crawlspace-above-grade.xml,82.91,55.789,48.8349,58.8983,0.21014,1.0374,1.0,1.0176,1.0557,1.0,41.1728,0.0,0.0,17.832,8.669,10.343,28.422,4.723,11.668,18.945,0.0,0.0,0.804,0.482,0.964,1.282,0.263,1.087,15.549,9.484,8.595,0.0,0.0,24.783,5.167,9.696,26.717,5.167,9.696,14.862,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,136.03,6303.89,4389.39,1.0557,55.85,1.0,55.85,82.81,82.81,0.0,50.34,1.0,50.34,82.81,82.81,0.0,82.81,56.12,49.0512,59.234,0.20924,1.0373,1.0,1.0176,1.0555,1.0,41.3832,0.0,0.0,17.817,8.679,10.487,28.397,4.728,11.812,19.137,0.0,0.0,0.804,0.482,0.965,1.282,0.263,1.087,15.541,9.49,8.683,0.0,0.0,24.769,5.17,9.78,26.702,5.17,9.78,14.992,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-vented-crawlspace.xml,82.42,55.673,48.4405,58.7758,0.21014,1.0374,1.0,1.0176,1.0557,1.0,40.8906,0.0,0.0,17.471,8.912,10.343,27.846,4.836,11.667,18.947,0.0,0.0,0.804,0.484,0.964,1.282,0.263,1.087,15.258,9.375,8.6,0.0,0.0,24.318,5.087,9.701,26.216,5.087,9.701,14.863,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,134.86,6225.62,4372.62,1.0557,55.62,1.0,55.62,82.31,82.31,0.0,50.08,1.0,50.08,82.31,82.31,0.0,82.31,56.004,48.6569,59.1115,0.20924,1.0373,1.0,1.0176,1.0555,1.0,41.1,0.0,0.0,17.456,8.922,10.487,27.822,4.841,11.81,19.139,0.0,0.0,0.804,0.484,0.965,1.282,0.263,1.087,15.249,9.381,8.689,0.0,0.0,24.304,5.09,9.785,26.201,5.09,9.785,14.993,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-foundation-walkout-basement.xml,87.94,82.357,71.8817,81.7396,0.21014,0.9925,1.0,1.0,0.9925,1.0,58.9422,0.0,0.0,33.823,11.154,10.343,53.895,6.09,11.676,27.037,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,31.811,10.777,8.244,0.0,0.0,50.69,5.884,9.306,54.645,5.884,9.306,20.987,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,170.97,10889.5,6417.5,0.9925,55.4,1.0,55.4,87.84,87.84,0.0,50.39,1.0,50.39,87.84,87.84,0.0,87.84,82.685,72.0907,82.0678,0.20924,0.9925,1.0,1.0,0.9925,1.0,59.1484,0.0,0.0,33.807,11.162,10.487,53.87,6.095,11.82,27.229,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,31.801,10.781,8.328,0.0,0.0,50.674,5.887,9.387,54.628,5.887,9.387,21.117,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,87.92,77.469,68.7901,78.2425,0.20972,0.9925,1.0,1.0176,1.01,1.0,55.259,0.0,0.0,30.116,9.971,10.343,47.986,5.474,11.675,27.039,0.0,0.0,0.805,0.478,0.963,1.282,0.263,1.087,29.267,10.226,8.243,0.0,0.0,46.633,5.614,9.305,46.635,5.614,9.305,20.991,0.063,0.0,1.282,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,158.44,9711.53,6068.74,1.01,69.91,1.0,69.91,87.82,87.82,0.0,61.05,1.0,61.05,87.82,87.82,0.0,87.82,77.798,68.999,78.5714,0.20882,0.9926,1.0,1.0175,1.0099,1.0,55.4642,0.0,0.0,30.1,9.98,10.487,47.96,5.479,11.819,27.231,0.0,0.0,0.805,0.478,0.964,1.282,0.263,1.087,29.256,10.231,8.327,0.0,0.0,46.616,5.617,9.385,46.618,5.617,9.385,21.121,0.063,0.0,1.282,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,88.1,77.469,68.9216,78.2346,0.20759,0.9926,1.0,1.0174,1.0099,1.0,63.221,0.0,0.0,30.117,9.97,10.343,27.282,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,31.004,8.62,8.243,0.0,0.0,28.086,4.756,9.305,28.107,4.756,9.305,20.991,0.063,0.0,0.414,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,88.14,5403.42,6070.7,1.0099,55.59,1.0,55.59,87.99,87.99,0.0,50.77,1.0,50.77,87.99,87.99,0.0,87.99,77.797,69.1302,78.5625,0.20669,0.9926,1.0,1.0173,1.0098,1.0,63.425,0.0,0.0,30.1,9.979,10.487,27.27,5.504,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,30.991,8.628,8.327,0.0,0.0,28.077,4.759,9.385,28.098,4.759,9.385,21.121,0.063,0.0,0.414,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,88.93,77.499,69.6104,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,63.779,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,31.695,8.618,8.243,0.0,0.0,28.805,4.595,9.305,28.827,4.595,9.305,20.991,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,89.07,5452.54,6061.15,1.01,53.55,1.0,53.55,88.82,88.82,0.0,48.71,1.0,48.71,88.82,88.82,0.0,88.82,77.828,69.8179,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,63.983,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,31.683,8.623,8.327,0.0,0.0,28.797,4.598,9.385,28.819,4.598,9.385,21.121,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml,91.64,77.499,71.7313,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,65.481,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,33.21,9.224,8.243,0.0,0.0,30.182,4.918,9.305,30.205,4.918,9.305,20.991,0.063,0.0,0.443,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,91.47,5599.29,6061.15,1.01,53.55,1.0,53.55,91.52,91.52,0.0,48.71,1.0,48.71,91.52,91.52,0.0,91.52,77.828,71.9394,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,65.684,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,33.197,9.231,8.327,0.0,0.0,30.173,4.922,9.385,30.196,4.922,9.385,21.121,0.063,0.0,0.443,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-air-to-air-heat-pump-1-speed.xml,87.61,77.499,68.5748,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,62.884,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,30.781,8.496,8.243,0.0,0.0,27.975,4.53,9.305,27.996,4.53,9.305,20.991,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,87.75,5371.89,6061.15,1.01,53.55,1.0,53.55,87.51,87.51,0.0,48.71,1.0,48.71,87.51,87.51,0.0,87.51,77.828,68.7813,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,63.088,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,30.769,8.501,8.327,0.0,0.0,27.966,4.533,9.385,27.987,4.533,9.385,21.121,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-air-to-air-heat-pump-2-speed.xml,81.92,77.499,64.1188,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,59.205,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,27.321,7.5,8.243,0.0,0.0,24.83,3.999,9.305,24.849,3.999,9.305,20.991,0.063,0.0,0.354,0.191,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,82.53,5052.03,6061.15,1.01,53.55,1.0,53.55,81.84,81.84,0.0,48.71,1.0,48.71,81.84,81.84,0.0,81.84,77.828,64.3256,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,59.41,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,27.309,7.505,8.327,0.0,0.0,24.821,4.002,9.385,24.84,4.002,9.385,21.121,0.063,0.0,0.354,0.191,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-air-to-air-heat-pump-var-speed.xml,82.75,77.499,64.7734,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,59.886,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,28.201,7.275,8.243,0.0,0.0,25.63,3.879,9.305,25.649,3.879,9.305,20.991,0.063,0.0,0.315,0.154,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,83.36,5103.13,6061.15,1.01,53.55,1.0,53.55,82.67,82.67,0.0,48.71,1.0,48.71,82.67,82.67,0.0,82.67,77.828,64.9815,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,60.091,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,28.192,7.278,8.327,0.0,0.0,25.624,3.881,9.385,25.643,3.881,9.385,21.121,0.063,0.0,0.315,0.154,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-boiler-elec-only.xml,93.07,77.469,72.8092,78.2346,0.20759,0.9926,1.0,1.0174,1.0099,1.0,66.747,0.0,0.0,30.117,9.97,10.343,27.282,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,34.894,8.618,8.243,0.0,0.0,31.609,4.755,9.305,31.633,4.755,9.305,20.991,0.063,0.0,1.02,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,92.64,5679.2,6070.7,1.0099,55.59,1.0,55.59,92.94,92.94,0.0,50.77,1.0,50.77,92.94,92.94,0.0,92.94,77.797,73.0159,78.5625,0.20669,0.9926,1.0,1.0173,1.0098,1.0,66.947,0.0,0.0,30.1,9.979,10.487,27.27,5.504,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,34.876,8.628,8.327,0.0,0.0,31.597,4.759,9.385,31.621,4.759,9.385,21.121,0.063,0.0,1.02,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-boiler-gas-only.xml,72.26,77.469,56.5603,78.2767,0.21894,0.9922,1.0,1.0184,1.0104,1.0,48.7244,0.0,0.0,30.117,9.97,10.343,49.205,5.501,11.675,27.039,0.0,0.0,0.765,0.476,0.963,1.25,0.263,1.087,18.645,8.618,8.243,0.0,0.0,30.462,4.755,9.305,33.681,4.755,9.305,20.991,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,126.94,7786.23,6070.7,1.0104,56.57,1.0,56.57,72.23,72.23,0.0,51.23,1.0,51.23,72.23,72.23,0.0,72.23,77.797,56.7767,78.6046,0.218,0.9922,1.0,1.0183,1.0104,1.0,48.9312,0.0,0.0,30.1,9.979,10.487,49.179,5.504,11.819,27.231,0.0,0.0,0.765,0.476,0.964,1.25,0.263,1.087,18.637,8.628,8.327,0.0,0.0,30.45,4.759,9.385,33.668,4.759,9.385,21.121,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-boiler-oil-only.xml,72.27,77.469,56.5736,78.2767,0.21894,0.9922,1.0,1.0184,1.0104,1.0,48.862,0.0,0.0,30.117,9.97,10.343,49.205,5.501,11.675,27.039,0.0,0.0,0.765,0.476,0.963,1.25,0.263,1.087,18.658,8.618,8.243,0.0,0.0,30.484,4.755,9.305,33.705,4.755,9.305,20.991,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,153.14,9393.77,6070.7,1.0104,56.57,1.0,56.57,72.25,72.25,0.0,51.23,1.0,51.23,72.25,72.25,0.0,72.25,77.797,56.7894,78.6046,0.218,0.9922,1.0,1.0183,1.0104,1.0,49.0688,0.0,0.0,30.1,9.979,10.487,49.179,5.504,11.819,27.231,0.0,0.0,0.765,0.476,0.964,1.25,0.263,1.087,18.65,8.628,8.327,0.0,0.0,30.471,4.759,9.385,33.691,4.759,9.385,21.121,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-boiler-propane-only.xml,72.26,77.469,56.5603,78.2767,0.21894,0.9922,1.0,1.0184,1.0104,1.0,48.7244,0.0,0.0,30.117,9.97,10.343,49.205,5.501,11.675,27.039,0.0,0.0,0.765,0.476,0.963,1.25,0.263,1.087,18.645,8.618,8.243,0.0,0.0,30.462,4.755,9.305,33.681,4.755,9.305,20.991,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,143.57,8806.49,6070.7,1.0104,56.57,1.0,56.57,72.23,72.23,0.0,51.23,1.0,51.23,72.23,72.23,0.0,72.23,77.797,56.7767,78.6046,0.218,0.9922,1.0,1.0183,1.0104,1.0,48.9312,0.0,0.0,30.1,9.979,10.487,49.179,5.504,11.819,27.231,0.0,0.0,0.765,0.476,0.964,1.25,0.263,1.087,18.637,8.628,8.327,0.0,0.0,30.45,4.759,9.385,33.668,4.759,9.385,21.121,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-central-ac-only-1-speed-seer.xml,89.13,77.468,69.7375,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,55.81,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.267,11.174,8.243,0.0,0.0,46.633,6.165,9.305,46.635,6.165,9.305,20.991,0.063,0.0,1.282,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,159.04,9751.29,6070.7,1.01,70.15,1.0,70.15,89.03,89.03,0.0,61.26,1.0,61.26,89.03,89.03,0.0,89.03,77.797,69.9523,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,56.0162,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.256,11.185,8.327,0.0,0.0,46.616,6.169,9.385,46.618,6.169,9.385,21.121,0.063,0.0,1.282,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-central-ac-only-1-speed.xml,88.1,77.468,68.931,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,55.365,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.267,10.367,8.243,0.0,0.0,46.633,5.72,9.305,46.635,5.72,9.305,20.991,0.063,0.0,1.282,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,158.52,9719.2,6070.7,1.01,70.15,1.0,70.15,88.0,88.0,0.0,61.26,1.0,61.26,88.0,88.0,0.0,88.0,77.797,69.1455,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,55.5702,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.256,10.378,8.327,0.0,0.0,46.616,5.724,9.385,46.618,5.724,9.385,21.121,0.063,0.0,1.282,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-central-ac-only-2-speed.xml,86.67,77.468,67.8079,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,54.7454,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.267,9.243,8.243,0.0,0.0,46.634,5.1,9.305,46.636,5.1,9.305,20.991,0.063,0.0,1.282,0.191,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,157.79,9674.68,6070.7,1.01,70.15,1.0,70.15,86.57,86.57,0.0,61.26,1.0,61.26,86.57,86.57,0.0,86.57,77.797,68.0196,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,54.9502,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.256,9.252,8.327,0.0,0.0,46.616,5.103,9.385,46.618,5.103,9.385,21.121,0.063,0.0,1.282,0.191,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-central-ac-only-var-speed.xml,85.64,77.468,67.008,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,54.304,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.267,8.444,8.243,0.0,0.0,46.633,4.659,9.305,46.635,4.659,9.305,20.991,0.063,0.0,1.282,0.141,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,157.24,9640.56,6070.7,1.01,70.15,1.0,70.15,85.55,85.55,0.0,61.26,1.0,61.26,85.55,85.55,0.0,85.55,77.797,67.2176,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,54.5088,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.256,8.451,8.327,0.0,0.0,46.615,4.661,9.385,46.617,4.661,9.385,21.121,0.063,0.0,1.282,0.141,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,90.62,77.499,70.9287,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,64.185,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,30.904,10.728,8.243,0.0,0.0,28.086,5.72,9.305,28.107,5.72,9.305,20.991,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,89.45,5475.65,6061.15,1.01,53.55,1.0,53.55,90.5,90.5,0.0,48.71,1.0,48.71,90.5,90.5,0.0,90.5,77.828,71.1369,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,64.389,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,30.891,10.735,8.327,0.0,0.0,28.077,5.724,9.385,28.098,5.724,9.385,21.121,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-dse.xml,78.96,77.47,61.7786,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,51.9762,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,23.112,9.369,8.243,0.0,0.0,36.826,5.111,9.305,39.7,5.111,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,141.34,8652.78,6061.15,1.01,55.6,1.0,55.6,78.89,78.89,0.0,50.1,1.0,50.1,78.89,78.89,0.0,78.89,77.798,61.9878,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,52.1832,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,23.103,9.373,8.327,0.0,0.0,36.811,5.114,9.385,39.684,5.114,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,91.26,77.5,71.4361,78.2816,0.21183,0.9924,1.0,1.0178,1.0101,1.0,61.0618,0.0,0.0,30.118,10.0,10.343,44.495000000000005,5.274,11.675,27.039,0.0,0.0,1.381,0.498,0.963,1.725,0.263,1.087,32.624,9.515,8.243,0.0,0.0,47.760000000000005,5.018,9.305,52.051,5.018,9.305,20.991,0.063,0.0,1.467,0.242,1.042,3.3504,0.403,3.809,0.0,0.92,0.0,163.76,10025.64,6061.15,1.0101,54.34,1.0,54.34,91.14,91.14,0.0,49.11,1.0,49.11,91.14,91.14,0.0,91.14,77.829,71.6483,78.6105,0.21092,0.9925,1.0,1.0177,1.01,1.0,61.2688,0.0,0.0,30.102,10.009,10.487,44.472,5.279,11.819,27.231,0.0,0.0,1.381,0.498,0.964,1.725,0.263,1.087,32.617,9.52,8.327,0.0,0.0,47.749,5.021,9.385,52.039,5.021,9.385,21.121,0.063,0.0,1.467,0.242,1.042,3.3504,0.403,3.809,0.0,0.92,0.0
-base-hvac-ducts-areas.xml,79.63,77.47,62.303,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,52.4552,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,24.256,8.749,8.243,0.0,0.0,38.649,4.773,9.305,41.665,4.773,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,145.62,8914.73,6061.15,1.01,55.61,1.0,55.61,79.56,79.56,0.0,50.12,1.0,50.12,79.56,79.56,0.0,79.56,77.798,62.5147,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,52.6612,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,24.248,8.756,8.327,0.0,0.0,38.635,4.777,9.385,41.65,4.777,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-ducts-buried.xml,79.63,77.47,62.3095,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,52.4594,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,24.261,8.751,8.243,0.0,0.0,38.657,4.774,9.305,41.673,4.774,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,145.64,8915.95,6061.15,1.01,55.61,1.0,55.61,79.57,79.57,0.0,50.12,1.0,50.12,79.57,79.57,0.0,79.57,77.798,62.5194,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,52.6654,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,24.252,8.756,8.327,0.0,0.0,38.643,4.777,9.385,41.658,4.777,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-ducts-leakage-cfm50.xml,85.23,77.47,66.6845,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.3396,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.303,10.084,8.243,0.0,0.0,43.504,5.501,9.305,46.899,5.501,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,159.0,9733.71,6061.15,1.01,55.61,1.0,55.61,85.14,85.14,0.0,50.12,1.0,50.12,85.14,85.14,0.0,85.14,77.798,66.895,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,55.5448,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.294,10.09,8.327,0.0,0.0,43.488,5.505,9.385,46.882,5.505,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-elec-resistance-only.xml,89.76,77.469,70.2269,78.2346,0.20759,0.9926,1.0,1.0174,1.0099,1.0,64.405,0.0,0.0,30.117,9.97,10.343,27.282,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,32.311,8.618,8.243,0.0,0.0,29.27,4.755,9.305,29.292,4.755,9.305,20.991,0.063,0.0,1.0,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,89.34,5477.1,6070.7,1.0099,55.59,1.0,55.59,89.65,89.65,0.0,50.77,1.0,50.77,89.65,89.65,0.0,89.65,77.797,70.4339,78.5625,0.20669,0.9926,1.0,1.0173,1.0098,1.0,64.606,0.0,0.0,30.1,9.979,10.487,27.27,5.504,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,32.294,8.628,8.327,0.0,0.0,29.258,4.759,9.385,29.28,4.759,9.385,21.121,0.063,0.0,1.0,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-evap-cooler-only-ducted.xml,76.59,77.468,59.9269,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,50.397,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.267,1.363,8.243,0.0,0.0,46.633,0.752,9.305,46.635,0.752,9.305,20.991,0.063,0.0,1.282,0.228,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,152.55,9353.28,6070.7,1.01,70.15,1.0,70.15,76.53,76.53,0.0,61.26,1.0,61.26,76.53,76.53,0.0,76.53,77.797,60.1304,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,50.5988,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.256,1.363,8.327,0.0,0.0,46.615,0.752,9.385,46.617,0.752,9.385,21.121,0.063,0.0,1.282,0.228,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-evap-cooler-only.xml,76.16,77.468,59.5916,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,50.212,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.267,1.028,8.243,0.0,0.0,46.633,0.567,9.305,46.635,0.567,9.305,20.991,0.063,0.0,1.282,0.228,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,152.34,9340.27,6070.7,1.01,70.15,1.0,70.15,76.1,76.1,0.0,61.26,1.0,61.26,76.1,76.1,0.0,76.1,77.797,59.7949,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,50.4138,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.256,1.028,8.327,0.0,0.0,46.615,0.567,9.385,46.617,0.567,9.385,21.121,0.063,0.0,1.282,0.228,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-fan-motor-type.xml,87.2,77.47,68.2292,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,56.1584,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.946,10.986,8.243,0.0,0.0,44.528,5.993,9.305,48.003,5.993,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,162.42,9942.77,6061.15,1.01,55.61,1.0,55.61,87.1,87.1,0.0,50.12,1.0,50.12,87.1,87.1,0.0,87.1,77.798,68.4371,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.3636,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.936,10.99,8.327,0.0,0.0,44.512,5.996,9.385,47.985,5.996,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-fireplace-wood-only.xml,77.52,77.468,60.6557,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,49.7596,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,22.74,8.618,8.243,0.0,0.0,36.234,4.755,9.305,36.614,4.755,9.305,20.991,0.063,0.0,1.25,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,,,,,57.0,1.0,57.0,77.47,77.47,0.0,51.59,1.0,51.59,77.47,77.47,0.0,77.47,77.797,60.8709,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,49.9656,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,22.731,8.628,8.327,0.0,0.0,36.219,4.759,9.385,36.599,4.759,9.385,21.121,0.063,0.0,1.25,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-floor-furnace-propane-only.xml,77.52,77.468,60.6557,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,49.7596,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,22.74,8.618,8.243,0.0,0.0,36.234,4.755,9.305,36.614,4.755,9.305,20.991,0.063,0.0,1.25,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,152.47,9348.08,6070.7,1.01,57.0,1.0,57.0,77.47,77.47,0.0,51.59,1.0,51.59,77.47,77.47,0.0,77.47,77.797,60.8709,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,49.9656,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,22.731,8.628,8.327,0.0,0.0,36.219,4.759,9.385,36.599,4.759,9.385,21.121,0.063,0.0,1.25,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-furnace-elec-only.xml,113.37,77.469,88.6965,78.2346,0.20759,0.9926,1.0,1.0174,1.0099,1.0,81.149,0.0,0.0,30.117,9.97,10.343,27.282,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,50.779,8.62,8.243,0.0,0.0,45.999,4.756,9.305,46.034,4.756,9.305,20.991,0.063,0.0,1.02,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,113.77,6975.06,6070.7,1.0099,55.59,1.0,55.59,113.15,113.15,0.0,50.77,1.0,50.77,113.15,113.15,0.0,113.15,77.797,88.8939,78.5625,0.20669,0.9926,1.0,1.0173,1.0098,1.0,81.344,0.0,0.0,30.1,9.979,10.487,27.27,5.504,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,50.754,8.628,8.327,0.0,0.0,45.982,4.759,9.385,46.017,4.759,9.385,21.121,0.063,0.0,1.02,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-furnace-gas-only.xml,84.89,77.468,66.4157,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,55.4754,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,28.498,8.62,8.243,0.0,0.0,45.409,4.756,9.305,48.952,4.756,9.305,20.991,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,162.67,9974.05,6070.7,1.01,57.0,1.0,57.0,84.8,84.8,0.0,51.59,1.0,51.59,84.8,84.8,0.0,84.8,77.797,66.6279,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,55.6802,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,28.488,8.628,8.327,0.0,0.0,45.392,4.759,9.385,48.934,4.759,9.385,21.121,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-furnace-gas-plus-air-to-air-heat-pump-cooling.xml,87.02,77.47,68.0887,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,56.3344,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,28.498,10.293,8.243,0.0,0.0,45.409,5.615,9.305,48.952,5.615,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,163.98,10038.64,6061.15,1.01,55.61,1.0,55.61,86.92,86.92,0.0,50.12,1.0,50.12,86.92,86.92,0.0,86.92,77.798,68.2968,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.5392,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,28.488,10.297,8.327,0.0,0.0,45.392,5.618,9.385,48.934,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-ground-to-air-heat-pump-1-speed.xml,67.9,77.499,53.1486,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,49.612,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,17.368,6.484,8.243,0.0,0.0,15.784,3.457,9.305,15.796,3.457,9.305,20.991,0.063,0.0,0.278,0.206,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,67.93,4158.29,6061.15,1.01,53.55,1.0,53.55,67.88,67.88,0.0,48.71,1.0,48.71,67.88,67.88,0.0,67.88,77.828,53.3589,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,49.817,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,17.361,6.487,8.327,0.0,0.0,15.779,3.459,9.385,15.791,3.459,9.385,21.121,0.063,0.0,0.278,0.206,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-ground-to-air-heat-pump-cooling-only.xml,84.65,77.469,66.2345,78.2425,0.20972,0.9925,1.0,1.0176,1.01,1.0,53.857,0.0,0.0,30.116,9.971,10.343,47.986,5.474,11.675,27.039,0.0,0.0,0.805,0.478,0.963,1.282,0.263,1.087,29.267,7.67,8.243,0.0,0.0,46.633,4.211,9.305,46.635,4.211,9.305,20.991,0.063,0.0,1.282,0.206,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,156.76,9608.46,6068.74,1.01,69.91,1.0,69.91,84.56,84.56,0.0,61.05,1.0,61.05,84.56,84.56,0.0,84.56,77.798,66.4434,78.5714,0.20882,0.9926,1.0,1.0175,1.0099,1.0,54.0622,0.0,0.0,30.1,9.98,10.487,47.96,5.479,11.819,27.231,0.0,0.0,0.805,0.478,0.964,1.282,0.263,1.087,29.256,7.676,8.327,0.0,0.0,46.616,4.214,9.385,46.618,4.214,9.385,21.121,0.063,0.0,1.282,0.206,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-ground-to-air-heat-pump-heating-only.xml,70.16,77.469,54.8904,78.2346,0.20759,0.9926,1.0,1.0174,1.0099,1.0,50.5,0.0,0.0,30.117,9.97,10.343,27.282,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,16.973,8.62,8.243,0.0,0.0,15.375,4.756,9.305,15.387,4.756,9.305,20.991,0.063,0.0,0.278,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,68.79,4217.04,6070.7,1.0099,55.59,1.0,55.59,70.14,70.14,0.0,50.77,1.0,50.77,70.14,70.14,0.0,70.14,77.797,55.1041,78.5625,0.20669,0.9926,1.0,1.0173,1.0098,1.0,50.707,0.0,0.0,30.1,9.979,10.487,27.27,5.504,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,16.964,8.628,8.327,0.0,0.0,15.369,4.759,9.385,15.381,4.759,9.385,21.121,0.063,0.0,0.278,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,86.02,77.499,67.3276,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,61.99,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,30.176,7.855,8.243,0.0,0.0,27.424,4.188,9.305,27.445,4.188,9.305,20.991,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,86.55,5298.09,6061.15,1.01,53.55,1.0,53.55,85.92,85.92,0.0,48.71,1.0,48.71,85.92,85.92,0.0,85.92,77.828,67.5333,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,62.194,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,30.164,7.858,8.327,0.0,0.0,27.416,4.19,9.385,27.437,4.19,9.385,21.121,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,85.42,77.47,66.8376,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.2658,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.975,9.565,8.243,0.0,0.0,44.575,5.218,9.305,48.053,5.218,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.84,9907.45,6061.15,1.01,55.61,1.0,55.61,85.33,85.33,0.0,50.12,1.0,50.12,85.33,85.33,0.0,85.33,77.798,67.0457,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,55.4706,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.965,9.57,8.327,0.0,0.0,44.558,5.221,9.385,48.035,5.221,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-install-quality-ground-to-air-heat-pump-1-speed.xml,67.45,77.499,52.7961,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,49.373,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,17.235,6.264,8.243,0.0,0.0,15.663,3.34,9.305,15.675,3.34,9.305,20.991,0.063,0.0,0.278,0.206,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,67.61,4138.7,6061.15,1.01,53.55,1.0,53.55,67.43,67.43,0.0,48.71,1.0,48.71,67.43,67.43,0.0,67.43,77.828,53.0053,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,49.578,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,17.226,6.268,8.327,0.0,0.0,15.657,3.342,9.385,15.669,3.342,9.385,21.121,0.063,0.0,0.278,0.206,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,82.21,77.468,64.322,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,52.821,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.267,5.758,8.243,0.0,0.0,46.633,3.177,9.305,46.635,3.177,9.305,20.991,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,155.46,9531.9,6070.7,1.01,70.15,1.0,70.15,82.13,82.13,0.0,61.26,1.0,61.26,82.13,82.13,0.0,82.13,77.797,64.5288,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,53.0248,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.256,5.762,8.327,0.0,0.0,46.615,3.178,9.385,46.617,3.178,9.385,21.121,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-install-quality-mini-split-heat-pump-ducted.xml,69.32,77.499,54.2618,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,51.283,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,20.231,4.734,8.243,0.0,0.0,18.386,2.524,9.305,18.4,2.524,9.305,20.991,0.063,0.0,0.341,0.18,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,71.08,4351.34,6061.15,1.01,53.55,1.0,53.55,69.3,69.3,0.0,48.71,1.0,48.71,69.3,69.3,0.0,69.3,77.828,54.4708,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,51.488,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,20.222,4.737,8.327,0.0,0.0,18.38,2.526,9.385,18.394,2.526,9.385,21.121,0.063,0.0,0.341,0.18,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-mini-split-air-conditioner-only-ducted.xml,82.58,77.468,64.6102,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,52.982,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.267,6.046,8.243,0.0,0.0,46.633,3.336,9.305,46.635,3.336,9.305,20.991,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,155.65,9543.29,6070.7,1.01,70.15,1.0,70.15,82.5,82.5,0.0,61.26,1.0,61.26,82.5,82.5,0.0,82.5,77.797,64.8207,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,53.1858,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.256,6.054,8.327,0.0,0.0,46.615,3.339,9.385,46.617,3.339,9.385,21.121,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-mini-split-air-conditioner-only-ductless.xml,80.94,77.468,63.327,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,52.274,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.267,4.763,8.243,0.0,0.0,46.633,2.628,9.305,46.635,2.628,9.305,20.991,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,154.82,9492.2,6070.7,1.01,70.15,1.0,70.15,80.87,80.87,0.0,61.26,1.0,61.26,80.87,80.87,0.0,80.87,77.797,63.5371,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,52.4778,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.256,4.77,8.327,0.0,0.0,46.615,2.631,9.385,46.617,2.631,9.385,21.121,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,82.23,77.469,64.3401,78.2425,0.20972,0.9925,1.0,1.0176,1.01,1.0,52.816,0.0,0.0,30.116,9.971,10.343,47.986,5.474,11.675,27.039,0.0,0.0,0.805,0.478,0.963,1.282,0.263,1.087,29.267,5.776,8.243,0.0,0.0,46.633,3.171,9.305,46.635,3.171,9.305,20.991,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,155.54,9533.58,6068.74,1.01,69.91,1.0,69.91,82.15,82.15,0.0,61.05,1.0,61.05,82.15,82.15,0.0,82.15,77.798,64.5448,78.5714,0.20882,0.9926,1.0,1.0175,1.0099,1.0,53.0198,0.0,0.0,30.1,9.98,10.487,47.96,5.479,11.819,27.231,0.0,0.0,0.805,0.478,0.964,1.282,0.263,1.087,29.256,5.778,8.327,0.0,0.0,46.615,3.172,9.385,46.617,3.172,9.385,21.121,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-mini-split-heat-pump-ducted-heating-only.xml,74.67,77.469,58.4147,78.2346,0.20759,0.9926,1.0,1.0174,1.0099,1.0,53.696,0.0,0.0,30.117,9.97,10.343,27.282,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,20.497,8.62,8.243,0.0,0.0,18.568,4.756,9.305,18.582,4.756,9.305,20.991,0.063,0.0,0.341,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,73.97,4534.71,6070.7,1.0099,55.59,1.0,55.59,74.63,74.63,0.0,50.77,1.0,50.77,74.63,74.63,0.0,74.63,77.797,58.6302,78.5625,0.20669,0.9926,1.0,1.0173,1.0098,1.0,53.903,0.0,0.0,30.1,9.979,10.487,27.27,5.504,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,20.491,8.628,8.327,0.0,0.0,18.564,4.759,9.385,18.578,4.759,9.385,21.121,0.063,0.0,0.341,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-mini-split-heat-pump-ducted.xml,69.82,77.499,54.6478,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,51.579,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,20.47,4.88,8.243,0.0,0.0,18.604,2.602,9.305,18.618,2.602,9.305,20.991,0.063,0.0,0.341,0.18,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,71.5,4377.24,6061.15,1.01,53.55,1.0,53.55,69.79,69.79,0.0,48.71,1.0,48.71,69.79,69.79,0.0,69.79,77.828,54.8579,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,51.785,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,20.463,4.884,8.327,0.0,0.0,18.599,2.604,9.385,18.613,2.604,9.385,21.121,0.063,0.0,0.341,0.18,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-mini-split-heat-pump-ductless.xml,61.24,77.499,47.9356,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,45.915,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,14.932,3.706,8.243,0.0,0.0,13.571,1.976,9.305,13.581,1.976,9.305,20.991,0.063,0.0,0.341,0.18,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,63.27,3873.32,6061.15,1.01,53.55,1.0,53.55,61.25,61.25,0.0,48.71,1.0,48.71,61.25,61.25,0.0,61.25,77.828,48.1455,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,46.122,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,14.926,3.708,8.327,0.0,0.0,13.567,1.977,9.385,13.577,1.977,9.385,21.121,0.063,0.0,0.341,0.18,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-multiple.xml,87.74,77.4777,68.6292,78.2205,0.20143,0.9928,1.0,1.0169,1.0096,1.0,65.6696,0.0,0.0,30.12,9.975,10.343,41.131,5.309,11.675,27.039,0.0,0.0,5.417,2.947,0.963,7.754,1.578,1.087,30.294,9.039,8.243,0.0,0.0,41.42,4.828,9.305,42.372,4.828,9.305,20.991,0.063,0.0,8.707,1.598,1.042,17.913800000000002,1.612,22.854,0.0,0.92,0.0,117.31,8204.25,6926.94,1.0096,55.83,1.0,55.83,87.64,87.64,0.0,51.28,1.0,51.28,87.64,87.64,0.0,87.64,77.8067,68.8379,78.5496,0.2006,0.9928,1.0,1.0168,1.0095,1.0,65.8718,0.0,0.0,30.1,9.984,10.487,41.116,5.312,11.819,27.231,0.0,0.0,5.416,2.946,0.964,7.754,1.578,1.087,30.28,9.048,8.327,0.0,0.0,41.41,4.831,9.385,42.36,4.831,9.385,21.121,0.063,0.0,8.707,1.598,1.042,17.913800000000002,1.612,22.854,0.0,0.92,0.0
-base-hvac-none.xml,90.75,70.267,67.1684,74.0145,0.20132,1.0358,1.0,1.0169,1.0533,1.0,46.811,0.0,0.0,0.0,46.003,5.092,0.0,25.482,6.276,19.172,0.0,0.0,0.0,0.474,0.882,1.282,0.263,1.087,0.0,47.731,4.024,0.0,0.0,0.0,26.439,4.96,0.0,26.439,4.96,15.068,0.345,0.0,1.282,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,,,,,68.55,1.0,68.55,90.64,90.64,0.0,62.34,1.0,62.34,90.64,90.64,0.0,90.64,70.578,67.3755,74.3299,0.20068,1.0357,1.0,1.0168,1.0532,1.0,47.006,0.0,0.0,0.0,46.032,5.182,0.0,25.499,6.366,19.364,0.0,0.0,0.0,0.474,0.885,1.282,0.263,1.087,0.0,47.751,4.081,0.0,0.0,0.0,26.451,5.014,0.0,26.451,5.014,15.198,0.345,0.0,1.282,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-programmable-thermostat.xml,82.7,77.47,64.7066,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,54.1464,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,26.641,8.775,8.245,0.0,0.0,42.45,4.787,9.307,45.762,4.787,9.307,20.982,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,155.62,9526.6,6061.15,1.01,55.61,1.0,55.61,82.62,82.62,0.0,50.12,1.0,50.12,82.62,82.62,0.0,82.62,77.798,64.9147,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,54.3522,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,26.631,8.778,8.331,0.0,0.0,42.433,4.789,9.389,45.744,4.789,9.389,21.112,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-ptac-with-heating-electricity.xml,86.92,77.499,68.0369,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,63.133,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,32.205,6.534,8.243,0.0,0.0,29.269,3.484,9.305,29.291,3.484,9.305,20.991,0.063,0.0,1.0,0.322,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,87.89,5380.13,6061.15,1.01,53.55,1.0,53.55,86.82,86.82,0.0,48.71,1.0,48.71,86.82,86.82,0.0,86.82,77.828,68.2392,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,63.333,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,32.19,6.538,8.327,0.0,0.0,29.258,3.486,9.385,29.28,3.486,9.385,21.121,0.063,0.0,1.0,0.322,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-ptac-with-heating-natural-gas.xml,74.58,77.468,58.3522,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,48.4876,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,22.74,6.314,8.243,0.0,0.0,36.234,3.484,9.305,36.614,3.484,9.305,20.991,0.063,0.0,1.25,0.322,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,132.88,8134.45,6061.15,1.01,55.6,1.0,55.6,74.54,74.54,0.0,50.1,1.0,50.1,74.54,74.54,0.0,74.54,77.797,58.5635,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,48.693,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,22.732,6.32,8.327,0.0,0.0,36.22,3.486,9.385,36.6,3.486,9.385,21.121,0.063,0.0,1.25,0.322,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-ptac.xml,82.92,77.468,64.8785,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,53.129,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.267,6.314,8.243,0.0,0.0,46.633,3.484,9.305,46.635,3.484,9.305,20.991,0.063,0.0,1.282,0.322,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,155.76,9550.04,6070.7,1.01,70.15,1.0,70.15,82.84,82.84,0.0,61.26,1.0,61.26,82.84,82.84,0.0,82.84,77.797,65.0873,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,53.3328,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.256,6.32,8.327,0.0,0.0,46.615,3.486,9.385,46.617,3.486,9.385,21.121,0.063,0.0,1.282,0.322,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-pthp.xml,64.3,77.499,50.3296,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,47.196,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,14.944,6.088,8.243,0.0,0.0,13.582,3.246,9.305,13.592,3.246,9.305,20.991,0.063,0.0,0.278,0.29,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,64.77,3965.05,6061.15,1.01,53.55,1.0,53.55,64.3,64.3,0.0,48.71,1.0,48.71,64.3,64.3,0.0,64.3,77.828,50.5412,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,47.403,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,14.939,6.091,8.327,0.0,0.0,13.578,3.248,9.385,13.588,3.248,9.385,21.121,0.063,0.0,0.278,0.29,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-room-ac-only-eer.xml,85.0,77.468,66.506,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,54.027,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.267,7.942,8.243,0.0,0.0,46.633,4.382,9.305,46.635,4.382,9.305,20.991,0.063,0.0,1.282,0.405,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,156.81,9614.46,6070.7,1.01,70.15,1.0,70.15,84.91,84.91,0.0,61.26,1.0,61.26,84.91,84.91,0.0,84.91,77.797,66.7154,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,54.2318,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.256,7.948,8.327,0.0,0.0,46.615,4.384,9.385,46.617,4.384,9.385,21.121,0.063,0.0,1.282,0.405,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-room-ac-only.xml,85.02,77.468,66.5241,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,54.037,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.267,7.96,8.243,0.0,0.0,46.633,4.392,9.305,46.635,4.392,9.305,20.991,0.063,0.0,1.282,0.406,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,156.82,9615.21,6070.7,1.01,70.15,1.0,70.15,84.94,84.94,0.0,61.26,1.0,61.26,84.94,84.94,0.0,84.94,77.797,66.7353,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,54.2418,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.256,7.968,8.327,0.0,0.0,46.615,4.395,9.385,46.617,4.395,9.385,21.121,0.063,0.0,1.282,0.406,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-room-ac-with-heating.xml,89.1,77.499,69.7398,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,64.041,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,32.205,8.237,8.243,0.0,0.0,29.269,4.392,9.305,29.291,4.392,9.305,20.991,0.063,0.0,1.0,0.406,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,88.95,5445.3,6061.15,1.01,53.55,1.0,53.55,88.98,88.98,0.0,48.71,1.0,48.71,88.98,88.98,0.0,88.98,77.828,69.944,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,64.242,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,32.19,8.242,8.327,0.0,0.0,29.258,4.395,9.385,29.28,4.395,9.385,21.121,0.063,0.0,1.0,0.406,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-room-ac-with-reverse-cycle.xml,64.29,77.499,50.3183,78.2733,0.20987,0.9925,1.0,1.0176,1.01,1.0,47.19,0.0,0.0,30.117,10.0,10.343,27.371,5.332,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,14.944,6.077,8.243,0.0,0.0,13.582,3.24,9.305,13.592,3.24,9.305,20.991,0.063,0.0,0.278,0.289,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,64.76,3964.66,6061.15,1.01,53.55,1.0,53.55,64.29,64.29,0.0,48.71,1.0,48.71,64.29,64.29,0.0,64.29,77.828,50.53,78.6022,0.20895,0.9925,1.0,1.0175,1.0099,1.0,47.397,0.0,0.0,30.101,10.009,10.487,27.359,5.337,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,14.939,6.08,8.327,0.0,0.0,13.578,3.242,9.385,13.588,3.242,9.385,21.121,0.063,0.0,0.278,0.289,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-hvac-space-heater-gas-only.xml,69.28,77.468,54.208,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,46.8304,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,16.293,8.618,8.243,0.0,0.0,25.96,4.755,9.305,29.291,4.755,9.305,20.991,0.063,0.0,1.0,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,116.66,7152.71,6070.7,1.01,57.0,1.0,57.0,69.27,69.27,0.0,51.59,1.0,51.59,69.27,69.27,0.0,69.27,77.797,54.4263,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,47.038,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,16.287,8.628,8.327,0.0,0.0,25.95,4.759,9.385,29.28,4.759,9.385,21.121,0.063,0.0,1.0,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-stove-wood-pellets-only.xml,77.5,77.468,60.6383,78.2412,0.20965,0.9925,1.0,1.0176,1.01,1.0,49.8158,0.0,0.0,30.116,9.97,10.343,47.986,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,22.723,8.618,8.243,0.0,0.0,36.206,4.755,9.305,36.586,4.755,9.305,20.991,0.063,0.0,1.25,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,,,,,57.0,1.0,57.0,77.45,77.45,0.0,51.59,1.0,51.59,77.45,77.45,0.0,77.45,77.797,60.8535,78.5701,0.20875,0.9926,1.0,1.0175,1.0099,1.0,50.0228,0.0,0.0,30.1,9.979,10.487,47.96,5.504,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,22.714,8.628,8.327,0.0,0.0,36.191,4.759,9.385,36.571,4.759,9.385,21.121,0.063,0.0,1.25,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-undersized.xml,82.63,77.47,64.6516,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,53.9744,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,25.787,9.567,8.243,0.0,0.0,41.089,5.219,9.305,44.295,5.219,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,152.46,9333.36,6061.15,1.01,55.61,1.0,55.61,82.55,82.55,0.0,50.12,1.0,50.12,82.55,82.55,0.0,82.55,77.798,64.8597,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,54.1796,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,25.777,9.571,8.327,0.0,0.0,41.072,5.222,9.385,44.277,5.222,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-hvac-wall-furnace-elec-only.xml,90.61,77.469,70.8854,78.2346,0.20759,0.9926,1.0,1.0174,1.0099,1.0,65.002,0.0,0.0,30.117,9.97,10.343,27.282,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,32.97,8.618,8.243,0.0,0.0,29.866,4.755,9.305,29.889,4.755,9.305,20.991,0.063,0.0,1.02,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,90.22,5530.9,6070.7,1.0099,55.59,1.0,55.59,90.49,90.49,0.0,50.77,1.0,50.77,90.49,90.49,0.0,90.49,77.797,71.0923,78.5625,0.20669,0.9926,1.0,1.0173,1.0098,1.0,65.203,0.0,0.0,30.1,9.979,10.487,27.27,5.504,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,32.953,8.628,8.327,0.0,0.0,29.854,4.759,9.385,29.877,4.759,9.385,21.121,0.063,0.0,1.02,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
-base-lighting-ceiling-fans-label-energy-use.xml,86.14,77.869,67.7382,78.6397,0.20789,0.9926,1.0,1.0174,1.0099,1.0,56.3286,0.0,0.0,30.1,9.636,10.343,47.96,5.261,11.671,27.79,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.901,9.852,8.244,0.0,0.0,44.457,5.379,9.302,47.926,5.379,9.302,21.678,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,160.94,9935.93,6113.1,1.0099,55.6,1.0,55.6,86.05,86.05,0.0,50.16,1.0,50.16,86.05,86.05,0.0,86.05,78.198,67.9494,78.9686,0.20701,0.9926,1.0,1.0174,1.0099,1.0,56.5334,0.0,0.0,30.084,9.645,10.487,47.934,5.266,11.815,27.982,0.0,0.0,0.805,0.481,0.965,1.282,0.263,1.087,27.891,9.859,8.328,0.0,0.0,44.439,5.383,9.383,47.907,5.383,9.383,21.808,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-lighting-ceiling-fans.xml,85.84,77.869,67.5045,78.6397,0.20789,0.9926,1.0,1.0174,1.0099,1.0,56.1284,0.0,0.0,30.1,9.636,10.343,47.96,5.261,11.671,27.79,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.903,9.773,8.244,0.0,0.0,44.459,5.336,9.303,47.928,5.336,9.303,21.521,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,160.67,9918.82,6113.1,1.0099,55.6,1.0,55.6,85.75,85.75,0.0,50.16,1.0,50.16,85.75,85.75,0.0,85.75,78.198,67.713,78.9686,0.20701,0.9926,1.0,1.0174,1.0099,1.0,56.3332,0.0,0.0,30.084,9.645,10.487,47.934,5.266,11.815,27.982,0.0,0.0,0.805,0.481,0.965,1.282,0.263,1.087,27.892,9.779,8.328,0.0,0.0,44.441,5.339,9.383,47.909,5.339,9.383,21.651,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-location-baltimore-md.xml,73.99,60.708,48.082,64.9826,0.26365,1.0472,1.0,1.0222,1.0704,1.0,40.263,0.0,0.0,20.171,12.108,9.47,32.151,6.922,10.786,18.959,0.0,0.0,0.804,0.459,0.954,1.282,0.263,1.087,13.295,11.833,7.725,0.0,0.0,21.191,6.765,8.799,22.845,6.765,8.799,14.883,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,74.42,9712.34,12191.81,1.0704,50.49,1.0,50.49,73.95,73.95,0.0,50.1,1.0,50.1,73.95,73.95,0.0,73.95,61.032,48.2963,65.3126,0.26265,1.047,1.0,1.0221,1.0701,1.0,40.4696,0.0,0.0,20.157,12.119,9.605,32.128,6.928,10.922,19.151,0.0,0.0,0.804,0.459,0.956,1.282,0.263,1.087,13.289,11.843,7.807,0.0,0.0,21.181,6.77,8.877,22.834,6.77,8.877,15.013,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-location-capetown-zaf.xml,78.11,36.594,29.9742,38.3742,0.18405,1.0327,1.0,1.0154,1.0486,1.0,27.4542,0.0,0.0,3.866,5.507,8.234,6.162,2.909,9.533,18.987,0.0,0.0,0.804,0.497,0.939,1.282,0.263,1.087,0.888,7.056,6.744,0.0,0.0,1.415,3.727,7.808,1.525,3.727,7.808,14.942,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,,,,,50.53,1.0,50.53,78.02,78.02,0.0,48.87,1.0,48.87,78.02,78.02,0.0,78.02,36.911,30.187,38.6936,0.18275,1.0325,1.0,1.0153,1.0483,1.0,27.6586,0.0,0.0,3.859,5.517,8.356,6.15,2.914,9.655,19.179,0.0,0.0,0.804,0.497,0.941,1.282,0.263,1.087,0.885,7.064,6.82,0.0,0.0,1.411,3.731,7.88,1.521,3.731,7.88,15.073,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-location-dallas-tx.xml,67.69,64.555,46.8566,69.2191,0.27029,1.0484,1.0,1.0227,1.0722,1.0,37.4806,0.0,0.0,9.69,28.432,7.403,15.455,16.395,8.675,19.03,0.0,0.0,0.804,0.455,0.928,1.282,0.263,1.087,3.286,22.324,5.941,0.0,0.0,5.241,12.873,6.962,5.65,12.873,6.962,14.96,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,72.21,6001.17,7750.79,1.0722,47.84,1.0,47.84,67.68,67.68,0.0,46.51,1.0,46.51,67.68,67.68,0.0,67.68,64.869,47.0617,69.5389,0.26935,1.0482,1.0,1.0227,1.072,1.0,37.6796,0.0,0.0,9.682,28.448,7.517,15.443,16.405,8.789,19.222,0.0,0.0,0.804,0.455,0.93,1.282,0.263,1.087,3.283,22.332,6.012,0.0,0.0,5.236,12.878,7.029,5.645,12.878,7.029,15.09,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-location-duluth-mn.xml,79.95,78.693,67.0099,83.8193,0.24453,1.0437,1.0,1.0205,1.0651,1.0,56.26,0.0,0.0,45.65,2.066,12.907,72.704,1.337,14.768,18.07,0.0,0.0,0.805,0.406,0.95,1.282,0.263,1.087,39.323,2.812,10.301,0.0,0.0,62.627,1.82,11.786,67.514,1.82,11.786,14.229,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,162.67,11965.68,6906.03,1.0651,46.95,1.0,46.95,79.87,79.87,0.0,46.52,1.0,46.52,79.87,79.87,0.0,79.87,79.055,67.238,84.1883,0.24376,1.0436,1.0,1.0205,1.0649,1.0,56.4844,0.0,0.0,45.648,2.066,13.078,72.702,1.337,14.939,18.263,0.0,0.0,0.805,0.406,0.952,1.282,0.263,1.087,39.32,2.812,10.402,0.0,0.0,62.623,1.82,11.882,67.51,1.82,11.882,14.359,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-location-helena-mt.xml,84.94,92.35,79.236,93.2886,0.21346,0.9924,1.0,1.0179,1.0102,1.0,65.6728,0.0,0.0,49.224,4.394,11.732,78.414,2.439,13.088,27.0,0.0,0.0,0.805,0.473,0.974,1.282,0.263,1.087,44.463,4.371,9.385,0.0,0.0,70.83,2.426,10.47,76.357,2.426,10.47,20.954,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,204.88,13322.13,6437.08,1.0102,50.63,1.0,50.63,84.86,84.86,0.0,50.27,1.0,50.27,84.86,84.86,0.0,84.86,92.687,79.4503,93.6251,0.21259,0.9924,1.0,1.0178,1.0101,1.0,65.8848,0.0,0.0,49.205,4.399,11.891,78.383,2.442,13.247,27.192,0.0,0.0,0.805,0.473,0.976,1.282,0.263,1.087,44.451,4.374,9.478,0.0,0.0,70.81,2.428,10.559,76.336,2.428,10.559,21.084,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-location-honolulu-hi.xml,75.56,70.269,55.9157,73.9988,0.20039,1.0357,1.0,1.0168,1.0531,1.0,40.409,0.0,0.0,0.0,46.005,5.092,0.0,25.27,6.276,19.172,0.0,0.0,0.0,0.478,0.882,1.282,0.263,1.087,0.0,36.478,4.024,0.0,0.0,0.0,20.037,4.96,0.0,20.037,4.96,15.068,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,,,,,61.3,1.0,61.3,75.52,75.52,0.0,44.53,1.0,44.53,75.52,75.52,0.0,75.52,70.581,56.1204,74.3151,0.19975,1.0356,1.0,1.0168,1.0529,1.0,40.602,0.0,0.0,0.0,46.035,5.182,0.0,25.287,6.366,19.364,0.0,0.0,0.0,0.478,0.885,1.282,0.263,1.087,0.0,36.496,4.081,0.0,0.0,0.0,20.047,5.014,0.0,20.047,5.014,15.198,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-location-miami-fl.xml,73.51,68.337,53.0667,72.1869,0.21236,1.0378,1.0,1.0178,1.0563,1.0,39.5848,0.0,0.0,0.048,43.893,5.244,0.077,24.999,6.44,19.152,0.0,0.0,0.799,0.461,0.885,1.282,0.263,1.087,0.001,33.517,4.148,0.0,0.0,0.002,19.089,5.094,0.002,19.089,5.094,15.056,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,73.79,5830.4,7480.01,1.0563,61.33,1.0,61.33,73.47,73.47,0.0,46.1,1.0,46.1,73.47,73.47,0.0,73.47,68.647,53.2674,72.5022,0.21171,1.0377,1.0,1.0178,1.0562,1.0,39.7768,0.0,0.0,0.048,43.92,5.335,0.076,25.015,6.532,19.344,0.0,0.0,0.81,0.461,0.888,1.282,0.263,1.087,0.001,33.53,4.205,0.0,0.0,0.002,19.097,5.149,0.002,19.097,5.149,15.186,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-location-phoenix-az.xml,68.74,80.905,59.9007,87.138,0.28757,1.0516,1.0,1.0242,1.077,1.0,42.5434,0.0,0.0,1.362,54.94,5.507,2.172,29.845,6.738,19.096,0.0,0.0,0.804,0.483,0.888,1.282,0.263,1.087,0.126,40.052,4.355,0.0,0.0,0.2,21.757,5.329,0.216,21.757,5.329,15.023,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,69.36,4762.78,6375.46,1.077,50.37,1.0,50.37,68.73,68.73,0.0,46.33,1.0,46.33,68.73,68.73,0.0,68.73,81.211,60.105,87.4501,0.28679,1.0514,1.0,1.0241,1.0768,1.0,42.736,0.0,0.0,1.36,54.962,5.601,2.167,29.857,6.832,19.288,0.0,0.0,0.805,0.483,0.891,1.282,0.263,1.087,0.125,40.066,4.416,0.0,0.0,0.199,21.765,5.386,0.215,21.765,5.386,15.153,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-location-portland-or.xml,84.25,45.932,40.5477,48.1306,0.18116,1.0322,1.0,1.0152,1.0479,1.0,36.0046,0.0,0.0,12.984,4.188,9.834,20.698,2.357,11.17,18.926,0.0,0.0,0.804,0.466,0.957,1.282,0.263,1.087,12.545,4.668,8.153,0.0,0.0,19.998,2.627,9.261,21.558,2.627,9.261,14.837,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,163.39,4884.58,2852.91,1.0479,66.59,1.0,66.59,84.12,84.12,0.0,50.34,1.0,50.34,84.12,84.12,0.0,84.12,46.255,40.7619,48.4574,0.18023,1.032,1.0,1.0151,1.0476,1.0,36.2096,0.0,0.0,12.969,4.195,9.973,20.672,2.36,11.309,19.118,0.0,0.0,0.804,0.467,0.959,1.282,0.263,1.087,12.537,4.675,8.238,0.0,0.0,19.983,2.63,9.342,21.542,2.63,9.342,14.967,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-balanced.xml,91.04,78.838,72.4934,79.6267,0.21014,0.9925,1.0,1.0176,1.01,1.0,59.8946,0.0,0.0,29.724,10.153,10.343,47.363,5.526,11.674,27.04,1.578,0.0,0.805,0.482,0.963,1.282,0.263,1.087,31.049,10.42,8.246,0.0,0.0,49.474,5.671,9.307,53.335,5.671,9.307,20.986,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,173.67,10828.43,6173.26,1.01,55.61,1.0,55.61,90.93,90.93,0.0,50.12,1.0,50.12,90.93,90.93,0.0,90.93,79.167,72.7059,79.9556,0.20924,0.9925,1.0,1.0176,1.01,1.0,60.1004,0.0,0.0,29.708,10.162,10.487,47.336,5.53,11.818,27.232,1.578,0.0,0.805,0.482,0.965,1.282,0.263,1.087,31.04,10.427,8.331,0.0,0.0,49.458,5.674,9.388,53.317,5.674,9.388,21.116,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-cfis-control-type-timer.xml,94.29,78.393,74.6599,79.1773,0.21014,0.9925,1.0,1.0176,1.01,1.0,61.9288,0.0,0.0,29.851,10.094,10.343,47.564,5.497,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,29.729,11.503,8.243,0.0,0.0,47.37,6.264,9.305,51.066,6.264,9.305,20.99,4.195,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,173.29,10740.91,6136.89,1.01,55.61,1.0,55.61,94.17,94.17,0.0,50.12,1.0,50.12,94.17,94.17,0.0,94.17,78.722,74.8693,79.5062,0.20924,0.9925,1.0,1.0176,1.01,1.0,62.134,0.0,0.0,29.836,10.102,10.487,47.54,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,29.719,11.507,8.328,0.0,0.0,47.353,6.267,9.385,51.048,6.267,9.385,21.12,4.196,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-cfis-no-additional-runtime.xml,89.95,77.647,70.5395,78.4238,0.21014,0.9925,1.0,1.0176,1.01,1.0,58.0026,0.0,0.0,30.065,9.995,10.343,47.905,5.451,11.675,27.039,0.205,0.0,0.805,0.481,0.963,1.282,0.263,1.087,30.738,10.567,8.243,0.0,0.0,48.977,5.763,9.305,52.799,5.763,9.305,20.991,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,172.82,10605.21,6075.68,1.01,55.61,1.0,55.61,89.84,89.84,0.0,50.12,1.0,50.12,89.84,89.84,0.0,89.84,77.975,70.7495,78.7517,0.20924,0.9925,1.0,1.0176,1.01,1.0,58.207,0.0,0.0,30.049,10.003,10.487,47.878,5.455,11.819,27.231,0.205,0.0,0.805,0.481,0.964,1.282,0.263,1.087,30.728,10.573,8.327,0.0,0.0,48.96,5.766,9.385,52.78,5.766,9.385,21.121,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-cfis-no-outdoor-air-control.xml,95.58,78.393,75.6766,79.1773,0.21014,0.9925,1.0,1.0176,1.01,1.0,62.3722,0.0,0.0,29.851,10.094,10.343,47.564,5.497,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,32.48,11.027,8.243,0.0,0.0,51.754,6.005,9.305,55.792,6.005,9.305,20.989,2.937,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,182.41,11306.21,6136.89,1.01,55.61,1.0,55.61,95.45,95.45,0.0,50.12,1.0,50.12,95.45,95.45,0.0,95.45,78.722,75.8861,79.5062,0.20924,0.9925,1.0,1.0176,1.01,1.0,62.5758,0.0,0.0,29.836,10.102,10.487,47.54,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,32.468,11.033,8.329,0.0,0.0,51.734,6.009,9.386,55.771,6.009,9.386,21.119,2.937,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-cfis-supplemental-fan-exhaust-synchronized.xml,86.3,78.393,68.3326,79.1773,0.21014,0.9925,1.0,1.0176,1.01,1.0,56.6028,0.0,0.0,29.851,10.094,10.343,47.564,5.497,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,28.258,10.235,8.244,0.0,0.0,45.026,5.574,9.306,48.539,5.574,9.306,20.988,0.607,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.75,10025.74,6136.89,1.01,55.61,1.0,55.61,86.21,86.21,0.0,50.12,1.0,50.12,86.21,86.21,0.0,86.21,78.722,68.5433,79.5062,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.8086,0.0,0.0,29.836,10.102,10.487,47.54,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,28.247,10.242,8.33,0.0,0.0,45.008,5.578,9.387,48.52,5.578,9.387,21.118,0.607,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-cfis-supplemental-fan-exhaust.xml,84.99,78.393,67.289,79.1773,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8268,0.0,0.0,29.851,10.094,10.343,47.564,5.497,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,27.339,10.228,8.244,0.0,0.0,43.561,5.57,9.306,46.96,5.57,9.306,20.988,0.49,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,157.87,9785.5,6136.89,1.01,55.61,1.0,55.61,84.9,84.9,0.0,50.12,1.0,50.12,84.9,84.9,0.0,84.9,78.722,67.4979,79.5062,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.0322,0.0,0.0,29.836,10.102,10.487,47.54,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,27.328,10.232,8.33,0.0,0.0,43.543,5.573,9.387,46.941,5.573,9.387,21.118,0.49,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-cfis.xml,90.49,78.393,71.6492,79.1773,0.21014,0.9925,1.0,1.0176,1.01,1.0,59.565,0.0,0.0,29.851,10.094,10.343,47.564,5.497,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,28.793,10.674,8.243,0.0,0.0,45.879,5.813,9.305,49.459,5.813,9.305,20.99,2.948,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,167.3,10369.77,6136.89,1.01,55.61,1.0,55.61,90.38,90.38,0.0,50.12,1.0,50.12,90.38,90.38,0.0,90.38,78.722,71.8577,79.5062,0.20924,0.9925,1.0,1.0176,1.01,1.0,59.7698,0.0,0.0,29.836,10.102,10.487,47.54,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,28.783,10.679,8.328,0.0,0.0,45.862,5.816,9.385,49.441,5.816,9.385,21.12,2.948,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-erv-atre-asre.xml,79.18,79.426,63.5165,80.2206,0.21014,0.9925,1.0,1.0176,1.01,1.0,53.4462,0.0,0.0,29.557,10.231,10.343,47.096,5.563,11.674,27.04,2.255,0.0,0.805,0.483,0.963,1.282,0.263,1.087,21.892,10.593,8.241,0.0,0.0,34.882,5.76,9.302,37.604,5.76,9.302,20.997,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,135.99,8544.92,6221.31,1.01,55.61,1.0,55.61,79.12,79.12,0.0,50.12,1.0,50.12,79.12,79.12,0.0,79.12,79.755,63.7283,80.5495,0.20924,0.9925,1.0,1.0176,1.01,1.0,53.652,0.0,0.0,29.541,10.24,10.487,47.07,5.567,11.818,27.232,2.255,0.0,0.805,0.483,0.965,1.282,0.263,1.087,21.881,10.601,8.326,0.0,0.0,34.865,5.763,9.383,37.586,5.763,9.383,21.127,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-erv.xml,79.2,79.426,63.5352,80.2206,0.21014,0.9925,1.0,1.0176,1.01,1.0,53.4604,0.0,0.0,29.557,10.231,10.343,47.096,5.563,11.674,27.04,2.255,0.0,0.805,0.483,0.963,1.282,0.263,1.087,21.909,10.595,8.241,0.0,0.0,34.909,5.761,9.302,37.633,5.761,9.302,20.997,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,136.06,8549.43,6221.31,1.01,55.61,1.0,55.61,79.14,79.14,0.0,50.12,1.0,50.12,79.14,79.14,0.0,79.14,79.755,63.7488,80.5495,0.20924,0.9925,1.0,1.0176,1.01,1.0,53.6652,0.0,0.0,29.541,10.24,10.487,47.07,5.567,11.818,27.232,2.255,0.0,0.805,0.483,0.965,1.282,0.263,1.087,21.898,10.604,8.326,0.0,0.0,34.892,5.765,9.383,37.615,5.765,9.383,21.127,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-exhaust.xml,87.36,78.393,69.168,79.1773,0.21014,0.9925,1.0,1.0176,1.01,1.0,57.2836,0.0,0.0,29.851,10.094,10.343,47.564,5.497,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,28.746,10.292,8.244,0.0,0.0,45.804,5.605,9.306,49.378,5.605,9.306,20.988,0.897,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,164.12,10172.74,6136.89,1.01,55.61,1.0,55.61,87.26,87.26,0.0,50.12,1.0,50.12,87.26,87.26,0.0,87.26,78.722,69.3768,79.5062,0.20924,0.9925,1.0,1.0176,1.01,1.0,57.489,0.0,0.0,29.836,10.102,10.487,47.54,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,28.735,10.297,8.33,0.0,0.0,45.786,5.608,9.387,49.359,5.608,9.387,21.118,0.897,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-hrv-asre.xml,79.58,79.426,63.8365,80.2206,0.21014,0.9925,1.0,1.0176,1.01,1.0,53.6558,0.0,0.0,29.557,10.231,10.343,47.096,5.563,11.674,27.04,2.255,0.0,0.805,0.483,0.963,1.282,0.263,1.087,22.065,10.741,8.241,0.0,0.0,35.158,5.84,9.302,37.901,5.84,9.302,20.997,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,136.76,8593.08,6221.31,1.01,55.61,1.0,55.61,79.52,79.52,0.0,50.12,1.0,50.12,79.52,79.52,0.0,79.52,79.755,64.0502,80.5495,0.20924,0.9925,1.0,1.0176,1.01,1.0,53.8616,0.0,0.0,29.541,10.24,10.487,47.07,5.567,11.818,27.232,2.255,0.0,0.805,0.483,0.965,1.282,0.263,1.087,22.054,10.75,8.326,0.0,0.0,35.141,5.844,9.383,37.883,5.844,9.383,21.127,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-hrv.xml,79.59,79.426,63.8499,80.2206,0.21014,0.9925,1.0,1.0176,1.01,1.0,53.6666,0.0,0.0,29.557,10.231,10.343,47.096,5.563,11.674,27.04,2.255,0.0,0.805,0.483,0.963,1.282,0.263,1.087,22.078,10.741,8.241,0.0,0.0,35.179,5.84,9.302,37.924,5.84,9.302,20.997,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,136.81,8596.54,6221.31,1.01,55.61,1.0,55.61,79.53,79.53,0.0,50.12,1.0,50.12,79.53,79.53,0.0,79.53,79.755,64.063,80.5495,0.20924,0.9925,1.0,1.0176,1.01,1.0,53.8714,0.0,0.0,29.541,10.24,10.487,47.07,5.567,11.818,27.232,2.255,0.0,0.805,0.483,0.965,1.282,0.263,1.087,22.067,10.75,8.326,0.0,0.0,35.161,5.844,9.383,37.905,5.844,9.383,21.127,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-multiple.xml,83.34,79.056,66.541,79.8468,0.21012,0.9925,1.0,1.0176,1.01,1.0,56.147,0.0,0.0,29.664,10.184,10.343,47.266000000000005,5.566,11.674,27.04,1.826,0.0,1.609,0.961,0.963,2.564,0.526,1.087,24.673,9.627,8.246,0.0,0.0,39.315,5.2620000000000005,9.307,42.383,4.82,9.307,20.985,3.009,0.0,2.174,0.484,1.042,2.1886,0.806,7.618,0.0,0.92,0.0,146.57,9308.12,6287.91,1.01,55.61,1.0,55.61,83.26,83.26,0.0,50.1,1.0,50.1,83.26,83.26,0.0,83.26,79.385,66.7521,80.1757,0.20921,0.9925,1.0,1.0176,1.01,1.0,56.3536,0.0,0.0,29.648,10.194,10.487,47.239,5.572,11.818,27.232,1.826,0.0,1.609,0.961,0.965,2.564,0.526,1.087,24.664,9.633,8.331,0.0,0.0,39.3,5.267,9.388,42.366,4.823,9.388,21.115,3.009,0.0,2.174,0.484,1.042,2.1886,0.806,7.618,0.0,0.92,0.0
-base-mechvent-supply.xml,86.81,78.393,68.7326,79.1773,0.21014,0.9925,1.0,1.0176,1.01,1.0,56.9406,0.0,0.0,29.851,10.094,10.343,47.564,5.497,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,28.18,10.423,8.243,0.0,0.0,44.902,5.676,9.305,48.406,5.676,9.305,20.989,0.897,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.94,10037.71,6136.89,1.01,55.61,1.0,55.61,86.71,86.71,0.0,50.12,1.0,50.12,86.71,86.71,0.0,86.71,78.722,68.9429,79.5062,0.20924,0.9925,1.0,1.0176,1.01,1.0,57.1464,0.0,0.0,29.836,10.102,10.487,47.54,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,28.17,10.427,8.33,0.0,0.0,44.885,5.679,9.387,48.388,5.679,9.387,21.119,0.897,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-mechvent-whole-house-fan.xml,83.94,77.47,65.6804,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,54.9052,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,28.011,8.385,8.25,0.0,0.0,44.632,4.574,9.312,48.115,3.902,9.312,20.972,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,160.9,9850.02,6061.15,1.01,55.61,1.0,55.61,83.86,83.86,0.0,50.12,1.0,50.12,83.86,83.86,0.0,83.86,77.798,65.8886,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,55.1094,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,28.001,8.389,8.334,0.0,0.0,44.616,4.577,9.392,48.097,3.905,9.392,21.102,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-misc-bills-detailed-only.xml,86.28,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8902,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.65,9896.04,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.095,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-misc-bills-pv-detailed-only.xml,44.77,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,0.5189,55.8902,26.887,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,131.97,8078.73,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,44.87,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,0.5207,56.095,26.887,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-misc-bills-pv-mixed.xml,44.77,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,0.5189,55.8902,26.887,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,131.97,8078.73,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,44.87,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,0.5207,56.095,26.887,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-misc-bills-pv.xml,-2.12,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,-0.0246,55.8902,57.264,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,98.26,6015.28,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,-1.8,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,-0.0208,56.095,57.264,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-misc-bills.xml,86.28,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8902,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.65,9896.04,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.095,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-misc-generators.xml,84.08,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,0.9745,54.5012,1.389,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,198.13,12129.25,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,83.99,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,0.9746,54.706,1.389,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-pv-battery.xml,46.0,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,0.5331,55.8902,26.887,0.793,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,130.15,7967.75,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,46.08,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,0.5347,56.095,26.887,0.788,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-pv.xml,44.77,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,0.5189,55.8902,26.887,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,131.97,8078.73,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,44.87,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,0.5207,56.095,26.887,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-versions-multiple-mf.xml,70.89,39.437,30.1847,42.5774,0.20092,1.0617,1.0,1.0169,1.0796,1.0,28.343,0.0,0.0,5.764,6.71,10.487,9.193,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,2.989,4.383,8.834,0.0,0.0,4.767,2.309,9.929,5.139,2.309,9.929,12.972,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,84.15,2868.38,3157.11,1.0796,50.32,1.0,50.32,70.89,70.89,0.0,48.51,1.0,48.51,70.89,70.89,0.0,70.89,39.437,30.1847,42.5774,0.20092,1.0617,1.0,1.0169,1.0796,1.0,28.343,0.0,0.0,5.764,6.71,10.487,9.193,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,2.989,4.383,8.834,0.0,0.0,4.767,2.309,9.929,5.139,2.309,9.929,12.972,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base-versions-multiple-sf.xml,86.18,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.095,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.2,9910.42,6087.44,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.095,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
-base.xml,86.28,77.47,67.5065,78.245,0.21014,0.9925,1.0,1.0176,1.01,1.0,55.8902,0.0,0.0,30.116,9.972,10.343,47.986,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.918,10.291,8.243,0.0,0.0,44.484,5.614,9.305,47.955,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.65,9896.04,6061.15,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.798,67.7127,78.573,0.20924,0.9925,1.0,1.0176,1.01,1.0,56.095,0.0,0.0,30.1,9.98,10.487,47.96,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.908,10.294,8.327,0.0,0.0,44.467,5.616,9.385,47.937,5.616,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-appliances-dehumidifier-ef-portable.xml,67.59,64.713,46.9023,69.3891,0.27032,1.0484,1.0,1.0227,1.0723,1.0,37.525,0.0,0.0,9.611,28.471,7.403,15.326,16.418,8.674,19.032,0.0,0.196,0.804,0.455,0.928,1.282,0.263,1.087,3.275,22.332,5.942,0.0,0.0,5.222,12.878,6.962,5.63,12.878,6.962,14.961,0.345,0.047,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,72.06,6004.11,7770.16,1.0723,48.07,1.0,48.07,67.59,67.59,0.0,46.73,1.0,46.73,67.59,67.59,0.0,67.59,65.026,47.1127,69.7074,0.26936,1.0482,1.0,1.0227,1.072,1.0,37.7244,0.0,0.0,9.602,28.487,7.517,15.311,16.426,8.788,19.224,0.0,0.196,0.804,0.455,0.93,1.282,0.263,1.087,3.273,22.344,6.012,0.0,0.0,5.219,12.884,7.029,5.626,12.884,7.029,15.091,0.345,0.047,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-appliances-dehumidifier-ef-whole-home.xml,67.57,64.727,46.8982,69.4041,0.27032,1.0484,1.0,1.0227,1.0723,1.0,37.5246,0.0,0.0,9.61,28.473,7.403,15.324,16.423,8.674,19.032,0.0,0.209,0.804,0.455,0.928,1.282,0.263,1.087,3.277,22.329,5.942,0.0,0.0,5.226,12.879,6.962,5.634,12.879,6.962,14.961,0.345,0.044,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,72.05,6004.37,7772.4,1.0723,48.06,1.0,48.06,67.56,67.56,0.0,46.76,1.0,46.76,67.56,67.56,0.0,67.56,65.038,47.1062,69.7202,0.26936,1.0482,1.0,1.0227,1.072,1.0,37.7236,0.0,0.0,9.601,28.489,7.517,15.311,16.432,8.788,19.224,0.0,0.207,0.804,0.455,0.93,1.282,0.263,1.087,3.274,22.34,6.012,0.0,0.0,5.222,12.885,7.029,5.629,12.885,7.029,15.091,0.345,0.044,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-appliances-dehumidifier-multiple.xml,67.58,64.712,46.8951,69.388,0.27032,1.0484,1.0,1.0227,1.0723,1.0,37.5226,0.0,0.0,9.628,28.468,7.403,15.355,16.42,8.674,19.032,0.0,0.181,0.804,0.455,0.928,1.282,0.263,1.087,3.277,22.327,5.942,0.0,0.0,5.226,12.878,6.962,5.634,12.878,6.962,14.961,0.345,0.043,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,72.06,6004.2,7770.67,1.0723,48.07,1.0,48.07,67.57,67.57,0.0,46.75,1.0,46.75,67.57,67.57,0.0,67.57,65.027,47.1024,69.7085,0.26936,1.0482,1.0,1.0227,1.072,1.0,37.722,0.0,0.0,9.62,28.485,7.517,15.341,16.431,8.788,19.224,0.0,0.181,0.804,0.455,0.93,1.282,0.263,1.087,3.275,22.336,6.012,0.0,0.0,5.222,12.884,7.029,5.63,12.884,7.029,15.091,0.345,0.043,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-appliances-dehumidifier.xml,67.61,64.713,46.9156,69.3891,0.27032,1.0484,1.0,1.0227,1.0723,1.0,37.537,0.0,0.0,9.611,28.471,7.403,15.326,16.418,8.674,19.032,0.0,0.196,0.804,0.455,0.928,1.282,0.263,1.087,3.278,22.336,5.942,0.0,0.0,5.227,12.88,6.962,5.635,12.88,6.962,14.961,0.345,0.054,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,72.09,6005.91,7770.16,1.0723,48.07,1.0,48.07,67.6,67.6,0.0,46.73,1.0,46.73,67.6,67.6,0.0,67.6,65.026,47.1255,69.7074,0.26936,1.0482,1.0,1.0227,1.072,1.0,37.736,0.0,0.0,9.602,28.487,7.517,15.311,16.426,8.788,19.224,0.0,0.196,0.804,0.455,0.93,1.282,0.263,1.087,3.275,22.348,6.012,0.0,0.0,5.222,12.886,7.029,5.63,12.886,7.029,15.091,0.345,0.054,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-appliances-gas.xml,86.75,79.235,69.407,80.0075,0.20482,0.9927,1.0,1.0172,1.0097,1.0,54.9122,0.0,0.0,29.685,10.21,10.343,47.3,5.558,11.674,28.997,0.0,0.0,0.805,0.482,0.963,1.282,0.263,1.087,27.519,10.544,8.243,0.0,0.0,43.849,5.74,9.304,47.271,5.74,9.304,23.037,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,168.16,10292.46,6061.37,1.0097,56.45,1.0,56.45,86.67,86.67,0.0,51.08,1.0,51.08,86.67,86.67,0.0,86.67,79.58,69.6376,80.3524,0.2039,0.9927,1.0,1.0171,1.0097,1.0,55.0836,0.0,0.0,29.669,10.219,10.487,47.274,5.563,11.818,29.205,0.0,0.0,0.805,0.482,0.965,1.282,0.263,1.087,27.508,10.552,8.328,0.0,0.0,43.831,5.744,9.385,47.251,5.744,9.385,23.187,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-appliances-modified.xml,86.91,77.474,68.0031,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,56.4544,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.439,10.564,8.655,0.0,0.0,43.72,5.763,9.77,47.132,5.763,9.77,21.282,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,160.88,9848.92,6061.37,1.01,55.9,1.0,55.9,86.91,86.91,0.0,50.33,1.0,50.33,86.91,86.91,0.0,86.91,77.803,68.2898,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.7412,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.402,10.588,8.791,0.0,0.0,43.661,5.776,9.908,47.068,5.776,9.908,21.446,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-appliances-none.xml,88.16,77.474,68.9814,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,57.4118,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.807,10.357,8.593,0.0,0.0,44.308,5.65,9.7,47.765,5.65,9.7,22.161,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,163.26,9994.95,6061.37,1.01,57.36,1.0,57.36,88.18,88.18,0.0,52.11,1.0,52.11,88.18,88.18,0.0,88.18,77.803,69.2866,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,57.7188,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.792,10.364,8.714,0.0,0.0,44.283,5.654,9.821,47.739,5.654,9.821,22.353,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-appliances-oil.xml,86.75,79.235,69.407,80.0075,0.20482,0.9927,1.0,1.0172,1.0097,1.0,54.9122,0.0,0.0,29.685,10.21,10.343,47.3,5.558,11.674,28.997,0.0,0.0,0.805,0.482,0.963,1.282,0.263,1.087,27.519,10.544,8.243,0.0,0.0,43.849,5.74,9.304,47.271,5.74,9.304,23.037,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,171.96,10524.6,6061.37,1.0097,56.45,1.0,56.45,86.67,86.67,0.0,51.08,1.0,51.08,86.67,86.67,0.0,86.67,79.58,69.6376,80.3524,0.2039,0.9927,1.0,1.0171,1.0097,1.0,55.0836,0.0,0.0,29.669,10.219,10.487,47.274,5.563,11.818,29.205,0.0,0.0,0.805,0.482,0.965,1.282,0.263,1.087,27.508,10.552,8.328,0.0,0.0,43.831,5.744,9.385,47.251,5.744,9.385,23.187,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-appliances-propane.xml,86.75,79.235,69.407,80.0075,0.20482,0.9927,1.0,1.0172,1.0097,1.0,54.9122,0.0,0.0,29.685,10.21,10.343,47.3,5.558,11.674,28.997,0.0,0.0,0.805,0.482,0.963,1.282,0.263,1.087,27.519,10.544,8.243,0.0,0.0,43.849,5.74,9.304,47.271,5.74,9.304,23.037,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,170.55,10438.15,6061.37,1.0097,56.45,1.0,56.45,86.67,86.67,0.0,51.08,1.0,51.08,86.67,86.67,0.0,86.67,79.58,69.6376,80.3524,0.2039,0.9927,1.0,1.0171,1.0097,1.0,55.0836,0.0,0.0,29.669,10.219,10.487,47.274,5.563,11.818,29.205,0.0,0.0,0.805,0.482,0.965,1.282,0.263,1.087,27.508,10.552,8.328,0.0,0.0,43.831,5.744,9.385,47.251,5.744,9.385,23.187,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-appliances-wood.xml,86.75,79.235,69.407,80.0075,0.20482,0.9927,1.0,1.0172,1.0097,1.0,54.9122,0.0,0.0,29.685,10.21,10.343,47.3,5.558,11.674,28.997,0.0,0.0,0.805,0.482,0.963,1.282,0.263,1.087,27.519,10.544,8.243,0.0,0.0,43.849,5.74,9.304,47.271,5.74,9.304,23.037,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,,,,,56.45,1.0,56.45,86.67,86.67,0.0,51.08,1.0,51.08,86.67,86.67,0.0,86.67,79.58,69.6376,80.3524,0.2039,0.9927,1.0,1.0171,1.0097,1.0,55.0836,0.0,0.0,29.669,10.219,10.487,47.274,5.563,11.818,29.205,0.0,0.0,0.805,0.482,0.965,1.282,0.263,1.087,27.508,10.552,8.328,0.0,0.0,43.831,5.744,9.385,47.251,5.744,9.385,23.187,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-atticroof-cathedral.xml,78.17,80.09,63.1897,80.8348,0.19539,0.993,1.0,1.0164,1.0093,1.0,53.144,0.0,0.0,32.281,10.427,10.343,51.434,5.64,11.675,27.039,0.0,0.0,0.805,0.485,0.963,1.282,0.263,1.087,25.831,8.127,8.244,0.0,0.0,41.157,4.396,9.306,44.369,4.396,9.306,20.987,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,146.99,9272.2,6249.8,1.0093,55.52,1.0,55.52,78.12,78.12,0.0,50.68,1.0,50.68,78.12,78.12,0.0,78.12,80.417,63.3999,81.1616,0.19455,0.9931,1.0,1.0163,1.0093,1.0,53.3508,0.0,0.0,32.264,10.435,10.487,51.409,5.645,11.819,27.231,0.0,0.0,0.805,0.485,0.964,1.282,0.263,1.087,25.822,8.132,8.329,0.0,0.0,41.144,4.399,9.387,44.355,4.399,9.387,21.117,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-atticroof-conditioned.xml,74.6,93.833,68.2816,91.5316,0.20146,0.9755,1.0,1.0,0.9755,1.0,57.7304,0.0,0.0,37.894,13.153,10.343,60.383,7.153,11.674,32.443,0.0,0.0,0.805,0.483,0.963,1.282,0.263,1.087,24.607,10.033,8.158,0.0,0.0,39.21,5.456,9.208,42.27,5.456,9.208,25.092,0.392,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,131.9,9413.04,7315.98,0.9755,56.51,1.0,56.51,74.56,74.56,0.0,50.94,1.0,50.94,74.56,74.56,0.0,74.56,94.162,68.4918,91.8622,0.2006,0.9756,1.0,1.0,0.9756,1.0,57.9366,0.0,0.0,37.878,13.162,10.487,60.358,7.158,11.818,32.635,0.0,0.0,0.805,0.483,0.965,1.282,0.263,1.087,24.6,10.036,8.242,0.0,0.0,39.199,5.458,9.288,42.258,5.458,9.288,25.222,0.392,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-atticroof-flat.xml,70.86,77.739,55.6011,78.4613,0.19523,0.993,1.0,1.0164,1.0093,1.0,47.9216,0.0,0.0,30.079,10.277,10.343,47.927,5.517,11.674,27.04,0.0,0.0,0.805,0.489,0.963,1.282,0.263,1.087,19.408,6.896,8.244,0.0,0.0,30.924,3.702,9.305,33.337,3.702,9.305,20.99,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,124.36,7622.2,6072.7,1.0093,55.61,1.0,55.61,70.84,70.84,0.0,50.12,1.0,50.12,70.84,70.84,0.0,70.84,78.067,55.8159,78.7893,0.19441,0.9931,1.0,1.0163,1.0093,1.0,48.1288,0.0,0.0,30.063,10.285,10.487,47.902,5.52,11.818,27.232,0.0,0.0,0.805,0.489,0.965,1.282,0.263,1.087,19.401,6.903,8.329,0.0,0.0,30.913,3.705,9.386,33.325,3.705,9.386,21.12,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-atticroof-radiant-barrier.xml,73.72,64.555,50.4203,68.3921,0.22372,1.0399,1.0,1.0188,1.0594,1.0,39.7716,0.0,0.0,9.69,28.432,7.403,15.456,16.395,8.675,19.03,0.0,0.0,0.804,0.455,0.928,1.282,0.263,1.087,5.076,24.105,5.945,0.0,0.0,8.097,13.9,6.967,8.729,13.9,6.967,14.948,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,80.63,6620.75,7750.71,1.0594,47.84,1.0,47.84,73.68,73.68,0.0,46.51,1.0,46.51,73.68,73.68,0.0,73.68,64.87,50.6275,68.712,0.22294,1.0398,1.0,1.0187,1.0592,1.0,39.9706,0.0,0.0,9.683,28.448,7.517,15.444,16.405,8.789,19.222,0.0,0.0,0.804,0.455,0.93,1.282,0.263,1.087,5.074,24.115,6.016,0.0,0.0,8.093,13.906,7.034,8.724,13.906,7.034,15.078,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-atticroof-unvented-insulated-roof.xml,76.32,77.474,59.6302,78.1334,0.17891,0.9936,1.0,1.015,1.0085,1.0,50.682,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,22.438,7.897,8.243,0.0,0.0,35.752,4.308,9.305,38.542,4.308,9.305,20.989,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,137.82,8424.99,6061.37,1.0085,55.61,1.0,55.61,76.27,76.27,0.0,50.12,1.0,50.12,76.27,76.27,0.0,76.27,77.803,59.8412,78.4624,0.17815,0.9936,1.0,1.0149,1.0085,1.0,50.8888,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,22.43,7.901,8.328,0.0,0.0,35.74,4.31,9.386,38.529,4.31,9.386,21.119,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-atticroof-vented.xml,88.07,77.474,68.916,78.2522,0.21098,0.9925,1.0,1.0177,1.01,1.0,57.0484,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,29.449,9.994,8.421,0.0,0.0,46.924,5.452,9.505,50.586,5.452,9.505,20.989,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,167.95,10282.5,6061.37,1.01,56.85,1.0,56.85,87.97,87.97,0.0,51.42,1.0,51.42,87.97,87.97,0.0,87.97,77.803,69.1238,78.581,0.21005,0.9925,1.0,1.0176,1.01,1.0,57.2542,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,29.439,9.998,8.506,0.0,0.0,46.907,5.454,9.586,50.567,5.454,9.586,21.119,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-battery.xml,86.28,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8936,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.66,9896.94,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0984,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-adjacent-to-multiple.xml,76.15,41.746,34.3107,45.0597,0.2003,1.0615,1.0,1.0168,1.0794,1.0,31.559,0.0,0.0,8.717,5.883,10.804,13.898,3.213,12.121,16.342,0.0,0.0,0.804,0.481,0.969,1.282,0.263,1.087,7.546,3.744,9.157,0.0,0.0,12.03,2.045,10.273,12.969,2.045,10.273,12.85,1.014,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,110.19,4011.47,3372.82,1.0794,55.61,1.0,55.61,75.96,75.96,0.0,53.09,1.0,53.09,75.96,75.96,0.0,75.96,41.532,34.0616,44.839,0.2009,1.0617,1.0,1.0169,1.0796,1.0,31.3048,0.0,0.0,8.708,5.889,10.487,13.884,3.216,11.804,16.448,0.0,0.0,0.804,0.481,0.966,1.282,0.263,1.087,7.54,3.747,8.839,0.0,0.0,12.022,2.046,9.949,12.96,2.046,9.949,12.922,1.014,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-location-portland-or.xml,75.33,34.365,27.6525,36.7103,0.17312,1.053,1.0,1.0145,1.0682,1.0,26.7602,0.0,0.0,3.863,3.877,10.272,6.159,2.041,11.583,16.353,0.0,0.0,0.804,0.499,0.964,1.282,0.263,1.087,2.182,2.901,8.681,0.0,0.0,3.479,1.527,9.789,3.75,1.527,9.789,12.882,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,93.63,2178.02,2177.66,1.0682,61.53,1.0,61.53,75.12,75.12,0.0,50.92,1.0,50.92,75.12,75.12,0.0,75.12,34.17,27.4278,36.5099,0.17369,1.0532,1.0,1.0146,1.0685,1.0,26.5252,0.0,0.0,3.855,3.883,9.973,6.148,2.044,11.283,16.459,0.0,0.0,0.804,0.499,0.961,1.282,0.263,1.087,2.178,2.905,8.383,0.0,0.0,3.474,1.529,9.484,3.745,1.529,9.484,12.955,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,74.22,39.651,31.8653,42.9327,0.20852,1.0641,1.0,1.0175,1.0828,1.0,29.51,0.0,0.0,5.775,6.702,10.804,9.458,3.549,12.105,16.37,0.0,0.0,0.763,0.496,0.97,1.25,0.263,1.087,2.971,5.837,9.15,0.0,0.0,4.866,3.091,10.252,5.38,3.091,10.252,12.9,1.007,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,86.4,2977.44,3182.83,1.0828,51.56,1.0,51.56,74.04,74.04,0.0,50.4,1.0,50.4,74.04,74.04,0.0,74.04,39.441,31.625,42.7149,0.20911,1.0643,1.0,1.0175,1.083,1.0,29.2586,0.0,0.0,5.768,6.71,10.487,9.446,3.553,11.787,16.476,0.0,0.0,0.763,0.496,0.967,1.25,0.263,1.087,2.968,5.843,8.834,0.0,0.0,4.86,3.094,9.929,5.374,3.094,9.929,12.973,1.007,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,74.78,39.651,32.1056,42.9327,0.20852,1.0641,1.0,1.0175,1.0828,1.0,29.782,0.0,0.0,5.775,6.702,10.804,9.458,3.549,12.105,16.37,0.0,0.0,0.763,0.496,0.97,1.25,0.263,1.087,3.211,5.837,9.15,0.0,0.0,5.259,3.091,10.252,5.815,3.091,10.252,12.9,1.007,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,87.99,3032.28,3182.83,1.0828,51.73,1.0,51.73,74.6,74.6,0.0,50.49,1.0,50.49,74.6,74.6,0.0,74.6,39.441,31.8637,42.7149,0.20911,1.0643,1.0,1.0175,1.083,1.0,29.5306,0.0,0.0,5.768,6.71,10.487,9.446,3.553,11.787,16.476,0.0,0.0,0.763,0.496,0.967,1.25,0.263,1.087,3.208,5.843,8.834,0.0,0.0,5.253,3.094,9.929,5.808,3.094,9.929,12.972,1.007,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,74.3,39.651,31.8979,42.9327,0.20852,1.0641,1.0,1.0175,1.0828,1.0,29.6874,0.0,0.0,5.775,6.702,10.804,9.458,3.549,12.105,16.37,0.0,0.0,0.763,0.496,0.97,1.25,0.263,1.087,3.004,5.837,9.15,0.0,0.0,4.919,3.091,10.252,5.439,3.091,10.252,12.9,1.007,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,86.23,2971.8,3182.83,1.0828,51.73,1.0,51.73,74.11,74.11,0.0,50.49,1.0,50.49,74.11,74.11,0.0,74.11,39.441,31.6571,42.7149,0.20911,1.0643,1.0,1.0175,1.083,1.0,29.436,0.0,0.0,5.768,6.71,10.487,9.446,3.553,11.787,16.476,0.0,0.0,0.763,0.496,0.967,1.25,0.263,1.087,3.0,5.843,8.834,0.0,0.0,4.913,3.094,9.929,5.432,3.094,9.929,12.973,1.007,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,73.27,39.65,31.4121,42.8742,0.205,1.063,1.0,1.0172,1.0813,1.0,29.3238,0.0,0.0,5.774,6.702,10.804,9.555,3.549,12.105,16.37,0.0,0.0,1.022,0.496,0.97,1.693,0.263,1.087,2.518,5.837,9.15,0.0,0.0,4.106,3.091,10.252,4.5120000000000005,3.091,10.252,12.9,1.007,0.0,1.314,0.263,1.042,3.3504,0.403,3.809,0.0,0.92,0.0,82.37,2834.75,3182.83,1.0813,50.49,1.0,50.49,73.07,73.07,0.0,49.95,1.0,49.95,73.07,73.07,0.0,73.07,39.439,31.1701,42.6555,0.20559,1.0632,1.0,1.0172,1.0816,1.0,29.0728,0.0,0.0,5.766,6.71,10.487,9.545,3.553,11.787,16.476,0.0,0.0,1.021,0.496,0.967,1.693,0.263,1.087,2.514,5.843,8.834,0.0,0.0,4.101,3.094,9.929,4.506,3.094,9.929,12.972,1.007,0.0,1.314,0.263,1.042,3.3504,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,74.67,39.65,31.9547,42.7927,0.20002,1.0615,1.0,1.0168,1.0793,1.0,29.4836,0.0,0.0,5.774,6.702,10.804,9.203,3.549,12.105,16.37,0.0,0.0,0.804,0.496,0.97,1.282,0.263,1.087,4.739,4.158,9.15,0.0,0.0,7.554,2.202,10.252,7.554,2.202,10.252,12.9,1.007,0.0,1.282,0.274,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,94.11,3232.62,3182.83,1.0793,57.47,1.0,57.47,74.48,74.48,0.0,51.29,1.0,51.29,74.48,74.48,0.0,74.48,39.439,31.7091,42.5743,0.20059,1.0616,1.0,1.0168,1.0795,1.0,29.2314,0.0,0.0,5.766,6.71,10.487,9.191,3.553,11.787,16.476,0.0,0.0,0.804,0.496,0.967,1.282,0.263,1.087,4.734,4.162,8.834,0.0,0.0,7.546,2.204,9.929,7.546,2.204,9.929,12.972,1.007,0.0,1.282,0.274,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,77.6,39.65,33.2071,42.7927,0.20002,1.0615,1.0,1.0168,1.0793,1.0,30.1462,0.0,0.0,5.774,6.702,10.804,9.203,3.549,12.105,16.37,0.0,0.0,0.804,0.496,0.97,1.282,0.263,1.087,4.739,5.41,9.15,0.0,0.0,7.553,2.865,10.252,7.553,2.865,10.252,12.901,1.007,0.0,1.282,0.302,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,95.54,3282.04,3182.83,1.0793,57.85,1.0,57.85,77.42,77.42,0.0,51.75,1.0,51.75,77.42,77.42,0.0,77.42,39.439,32.9616,42.5743,0.20059,1.0616,1.0,1.0168,1.0795,1.0,29.895,0.0,0.0,5.766,6.71,10.487,9.191,3.553,11.787,16.476,0.0,0.0,0.804,0.496,0.967,1.282,0.263,1.087,4.733,5.415,8.834,0.0,0.0,7.545,2.867,9.929,7.545,2.867,9.929,12.973,1.007,0.0,1.282,0.302,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,75.61,39.65,32.3569,42.7927,0.20002,1.0615,1.0,1.0168,1.0793,1.0,29.6966,0.0,0.0,5.774,6.702,10.804,9.203,3.549,12.105,16.37,0.0,0.0,0.804,0.496,0.97,1.282,0.263,1.087,4.739,4.561,9.15,0.0,0.0,7.554,2.415,10.252,7.554,2.415,10.252,12.9,1.007,0.0,1.282,0.302,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,94.56,3248.09,3182.83,1.0793,57.85,1.0,57.85,75.42,75.42,0.0,51.75,1.0,51.75,75.42,75.42,0.0,75.42,39.439,32.1113,42.5743,0.20059,1.0616,1.0,1.0168,1.0795,1.0,29.4444,0.0,0.0,5.766,6.71,10.487,9.191,3.553,11.787,16.476,0.0,0.0,0.804,0.496,0.967,1.282,0.263,1.087,4.734,4.565,8.834,0.0,0.0,7.546,2.417,9.929,7.546,2.417,9.929,12.972,1.007,0.0,1.282,0.302,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,95.31,39.65,40.7854,42.7927,0.20002,1.0615,1.0,1.0168,1.0793,1.0,34.1592,0.0,0.0,5.774,6.702,10.804,9.203,3.549,12.105,16.37,0.0,0.0,0.804,0.496,0.97,1.282,0.263,1.087,4.739,12.989,9.15,0.0,0.0,7.553,6.878,10.252,7.553,6.878,10.252,12.901,1.007,0.0,1.282,0.747,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,104.13,3576.94,3182.83,1.0793,62.59,1.0,62.59,95.24,95.24,0.0,57.61,1.0,57.61,95.24,95.24,0.0,95.24,39.439,40.5479,42.5743,0.20059,1.0616,1.0,1.0168,1.0795,1.0,33.911,0.0,0.0,5.766,6.71,10.487,9.191,3.553,11.787,16.476,0.0,0.0,0.804,0.496,0.967,1.282,0.263,1.087,4.733,13.001,8.834,0.0,0.0,7.545,6.884,9.929,7.545,6.884,9.929,12.973,1.007,0.0,1.282,0.747,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,76.91,39.65,32.9125,42.7927,0.20002,1.0615,1.0,1.0168,1.0793,1.0,29.9912,0.0,0.0,5.774,6.702,10.804,9.203,3.549,12.105,16.37,0.0,0.0,0.804,0.496,0.97,1.282,0.263,1.087,4.739,5.116,9.15,0.0,0.0,7.553,2.709,10.252,7.553,2.709,10.252,12.901,1.007,0.0,1.282,0.285,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,95.21,3270.66,3182.83,1.0793,57.67,1.0,57.67,76.73,76.73,0.0,51.53,1.0,51.53,76.73,76.73,0.0,76.73,39.439,32.6669,42.5743,0.20059,1.0616,1.0,1.0168,1.0795,1.0,29.739,0.0,0.0,5.766,6.71,10.487,9.191,3.553,11.787,16.476,0.0,0.0,0.804,0.496,0.967,1.282,0.263,1.087,4.733,5.12,8.834,0.0,0.0,7.545,2.711,9.929,7.545,2.711,9.929,12.973,1.007,0.0,1.282,0.285,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-generator.xml,68.54,39.651,30.6185,42.7984,0.2003,1.0615,1.0,1.0168,1.0794,0.958,27.5418,1.1572,0.0,5.774,6.703,10.804,9.208,3.532,12.105,16.37,0.0,0.0,0.804,0.498,0.97,1.282,0.263,1.087,2.993,4.568,9.15,0.0,0.0,4.774,2.407,10.252,5.146,2.407,10.252,12.9,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,141.41,4845.63,3174.69,1.0794,50.32,1.0,50.32,71.33,71.33,0.0,48.51,1.0,48.51,71.33,71.33,0.0,68.31,39.439,30.3739,42.5794,0.2009,1.0617,1.0,1.0169,1.0796,0.9576,27.2908,1.1572,0.0,5.766,6.71,10.487,9.196,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,2.99,4.571,8.834,0.0,0.0,4.769,2.408,9.929,5.141,2.408,9.929,12.972,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,66.4,39.657,28.4192,42.8007,0.20004,1.0615,1.0,1.0168,1.0793,1.0,27.937,0.0,0.0,5.774,6.709,10.804,6.486,3.43,12.105,16.37,0.0,0.0,0.394,0.514,0.97,0.443,0.263,1.087,1.695,3.667,9.15,0.0,0.0,1.904,1.875,10.252,1.905,1.875,10.252,12.9,1.007,0.0,0.278,0.206,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,66.61,2282.28,3174.69,1.0793,47.24,1.0,47.24,66.17,66.17,0.0,47.61,1.0,47.61,66.17,66.17,0.0,66.17,39.447,28.1769,42.5832,0.20061,1.0616,1.0,1.0168,1.0795,1.0,27.686,0.0,0.0,5.767,6.717,10.487,6.48,3.433,11.787,16.476,0.0,0.0,0.394,0.514,0.967,0.443,0.263,1.087,1.691,3.673,8.834,0.0,0.0,1.901,1.877,9.929,1.902,1.877,9.929,12.972,1.007,0.0,0.278,0.206,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,71.33,39.535,30.4371,42.6706,0.20014,1.0615,1.0,1.0168,1.0793,1.0,24.6554,0.0,0.0,5.537,6.821,10.804,8.831,3.579,18.59,16.373,0.0,0.0,0.804,0.5,1.97,1.282,0.263,3.39,3.299,4.33,8.908,0.0,0.0,5.262,2.272,15.326,5.673,2.272,15.326,12.893,1.007,0.0,1.087,0.242,3.39,1.0943,0.403,3.809,0.0,2.3754,2.026,128.14,4400.5,3181.88,1.0793,46.72,1.0,46.72,71.15,71.15,0.0,44.17,1.0,44.17,71.15,71.15,0.0,71.15,39.323,30.2023,42.4513,0.20073,1.0617,1.0,1.0168,1.0796,1.0,24.5588,0.0,0.0,5.537,6.82,10.488,8.832,3.578,18.18,16.479,0.0,0.0,0.804,0.5,1.956,1.282,0.263,3.39,3.299,4.331,8.6,0.0,0.0,5.262,2.272,14.908,5.673,2.272,14.908,12.965,1.007,0.0,1.087,0.242,3.39,1.0943,0.403,3.809,0.0,2.3754,2.026
+base-bldgtype-mf-unit-shared-laundry-room.xml,68.16,39.535,29.0841,42.6706,0.20014,1.0615,1.0,1.0168,1.0793,1.0,23.7238,0.0,0.0,5.537,6.821,10.804,8.831,3.579,18.59,16.373,0.0,0.0,0.804,0.5,0.985,1.282,0.263,1.695,3.299,4.33,7.554,0.0,0.0,5.262,2.272,12.999,5.673,2.272,12.998,12.893,1.007,0.0,1.087,0.242,1.695,1.0943,0.403,3.809,0.0,1.1877,1.013,118.15,4057.49,3181.85,1.0793,46.72,1.0,46.72,67.98,67.98,0.0,44.17,1.0,44.17,67.98,67.98,0.0,67.98,39.323,28.8592,42.4513,0.20073,1.0617,1.0,1.0168,1.0796,1.0,23.6276,0.0,0.0,5.537,6.82,10.487,8.832,3.578,18.179,16.479,0.0,0.0,0.804,0.5,0.978,1.282,0.263,1.695,3.299,4.331,7.257,0.0,0.0,5.262,2.272,12.581,5.673,2.272,12.58,12.965,1.007,0.0,1.087,0.242,1.695,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,73.01,40.226,31.6998,43.419,0.2003,1.0615,1.0,1.0168,1.0794,1.0,29.3964,0.0,0.0,5.662,6.801,10.804,9.03,3.574,12.104,16.372,0.587,0.0,0.804,0.5,0.97,1.282,0.263,1.087,0.5,5.159,9.129,2.317,0.137,0.798,2.711,10.227,0.86,2.711,10.227,12.963,1.495,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,84.34,2929.99,3218.44,1.0794,50.32,1.0,50.32,72.81,72.81,0.0,48.51,1.0,48.51,72.81,72.81,0.0,72.81,40.016,31.4572,43.2023,0.2009,1.0617,1.0,1.0169,1.0796,1.0,29.1466,0.0,0.0,5.655,6.809,10.487,9.018,3.578,11.786,16.478,0.587,0.0,0.804,0.5,0.967,1.282,0.263,1.087,0.499,5.163,8.812,2.317,0.137,0.795,2.713,9.903,0.857,2.713,9.903,13.035,1.495,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-mechvent.xml,69.38,40.226,30.1236,43.419,0.2003,1.0615,1.0,1.0168,1.0794,1.0,28.441,0.0,0.0,5.662,6.801,10.804,9.03,3.574,12.104,16.372,0.587,0.0,0.804,0.5,0.97,1.282,0.263,1.087,1.774,4.788,9.143,0.0,0.0,2.829,2.516,10.243,3.05,2.516,10.243,12.924,1.495,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,76.02,2641.04,3218.44,1.0794,50.32,1.0,50.32,69.16,69.16,0.0,48.51,1.0,48.51,69.16,69.16,0.0,69.16,40.016,29.8799,43.2023,0.2009,1.0617,1.0,1.0169,1.0796,1.0,28.189,0.0,0.0,5.655,6.809,10.487,9.018,3.578,11.786,16.478,0.587,0.0,0.804,0.5,0.967,1.282,0.263,1.087,1.771,4.792,8.826,0.0,0.0,2.825,2.518,9.919,3.045,2.518,9.919,12.996,1.495,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-pv-battery.xml,12.77,39.651,30.6185,42.7984,0.2003,1.0615,1.0,1.0168,1.0794,0.1785,28.699,24.449,0.872,5.774,6.703,10.804,9.208,3.532,12.105,16.37,0.0,0.0,0.804,0.498,0.97,1.282,0.263,1.087,2.993,4.568,9.15,0.0,0.0,4.774,2.407,10.252,5.146,2.407,10.252,12.9,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,31.11,1065.88,3174.69,1.0794,50.32,1.0,50.32,71.33,71.33,0.0,48.51,1.0,48.51,71.33,71.33,0.0,12.22,39.439,30.3739,42.5794,0.2009,1.0617,1.0,1.0169,1.0796,0.1713,28.448,24.449,0.874,5.766,6.71,10.487,9.196,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,2.99,4.571,8.834,0.0,0.0,4.769,2.408,9.929,5.141,2.408,9.929,12.972,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-pv.xml,10.59,39.651,30.6185,42.7984,0.2003,1.0615,1.0,1.0168,1.0794,0.1481,28.699,24.449,0.0,5.774,6.703,10.804,9.208,3.532,12.105,16.37,0.0,0.0,0.804,0.498,0.97,1.282,0.263,1.087,2.993,4.568,9.15,0.0,0.0,4.774,2.407,10.252,5.146,2.407,10.252,12.9,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,35.64,1221.27,3174.69,1.0794,50.32,1.0,50.32,71.33,71.33,0.0,48.51,1.0,48.51,71.33,71.33,0.0,10.03,39.439,30.3739,42.5794,0.2009,1.0617,1.0,1.0169,1.0796,0.1406,28.448,24.449,0.0,5.766,6.71,10.487,9.196,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,2.99,4.571,8.834,0.0,0.0,4.769,2.408,9.929,5.141,2.408,9.929,12.972,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-water-heater-heat-pump.xml,55.37,39.651,23.6972,42.7984,0.2003,1.0615,1.0,1.0168,1.0794,1.0,20.9528,0.0,0.0,5.774,6.703,10.804,9.208,3.532,12.105,16.37,0.0,0.0,0.804,0.498,0.97,1.282,0.263,1.087,3.213,4.405,2.178,0.0,0.0,5.123,2.321,2.44,5.523,2.321,2.44,12.895,1.007,0.0,1.087,0.242,0.275,1.0943,0.403,3.809,0.0,0.92,0.0,67.7,2319.9,3174.69,1.0794,46.78,1.0,46.78,55.65,55.65,0.0,46.2,1.0,46.2,55.65,55.65,0.0,55.65,39.439,23.6938,42.5794,0.2009,1.0617,1.0,1.0169,1.0796,1.0,20.9454,0.0,0.0,5.766,6.71,10.487,9.196,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,3.209,4.409,2.101,0.0,0.0,5.118,2.323,2.362,5.517,2.323,2.362,12.967,1.007,0.0,1.087,0.242,0.275,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-mf-unit-shared-water-heater-recirc.xml,68.65,39.563,29.3153,42.7008,0.20014,1.0615,1.0,1.0168,1.0793,1.0,24.749,0.0,0.0,5.358,7.025,10.804,8.545,3.672,18.585,16.376,0.0,0.0,0.804,0.502,0.985,1.282,0.263,1.695,3.212,4.44,7.76,0.0,0.0,5.123,2.321,13.35,5.523,2.321,13.949,12.895,1.007,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013,119.93,4109.29,3174.69,1.0793,47.4,1.0,47.4,68.5,68.5,0.0,44.92,1.0,44.92,68.5,68.5,0.0,68.5,39.353,29.1008,42.4837,0.20073,1.0617,1.0,1.0168,1.0796,1.0,24.6542,0.0,0.0,5.351,7.033,10.487,8.535,3.676,18.173,16.482,0.0,0.0,0.804,0.502,0.978,1.282,0.263,1.695,3.209,4.444,7.474,0.0,0.0,5.118,2.323,12.951,5.517,2.323,13.533,12.967,1.007,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-bldgtype-mf-unit-shared-water-heater.xml,67.22,39.563,28.7055,42.7008,0.20014,1.0615,1.0,1.0168,1.0793,1.0,23.653,0.0,0.0,5.358,7.025,10.804,8.545,3.672,18.585,16.376,0.0,0.0,0.804,0.502,0.985,1.282,0.263,1.695,3.212,4.44,7.151,0.0,0.0,5.123,2.321,12.301,5.523,2.321,12.853,12.895,1.007,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013,117.26,4017.75,3174.69,1.0793,46.67,1.0,46.67,67.07,67.07,0.0,44.21,1.0,44.21,67.07,67.07,0.0,67.07,39.353,28.4955,42.4837,0.20073,1.0617,1.0,1.0168,1.0796,1.0,23.5582,0.0,0.0,5.351,7.033,10.487,8.535,3.676,18.173,16.482,0.0,0.0,0.804,0.502,0.978,1.282,0.263,1.695,3.209,4.444,6.869,0.0,0.0,5.118,2.323,11.903,5.517,2.323,12.437,12.967,1.007,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-bldgtype-mf-unit.xml,71.54,39.651,30.6185,42.7984,0.2003,1.0615,1.0,1.0168,1.0794,1.0,28.699,0.0,0.0,5.774,6.703,10.804,9.208,3.532,12.105,16.37,0.0,0.0,0.804,0.498,0.97,1.282,0.263,1.087,2.993,4.568,9.15,0.0,0.0,4.774,2.407,10.252,5.146,2.407,10.252,12.9,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,84.54,2896.79,3174.69,1.0794,50.32,1.0,50.32,71.33,71.33,0.0,48.51,1.0,48.51,71.33,71.33,0.0,71.33,39.439,30.3739,42.5794,0.2009,1.0617,1.0,1.0169,1.0796,1.0,28.448,0.0,0.0,5.766,6.71,10.487,9.196,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,2.99,4.571,8.834,0.0,0.0,4.769,2.408,9.929,5.141,2.408,9.929,12.972,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-bldgtype-sfa-unit.xml,83.19,57.057,49.198,59.1399,0.21013,1.0185,1.0,1.0176,1.0365,1.0,42.6918,0.0,0.0,18.347,6.728,10.343,29.235,3.729,11.673,21.639,0.0,0.0,0.805,0.474,0.963,1.282,0.263,1.087,17.638,5.687,8.49,0.0,0.0,28.105,3.152,9.582,30.298,3.152,9.582,16.891,0.492,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,145.48,6863.4,4551.45,1.0365,55.34,1.0,55.34,83.08,83.08,0.0,49.83,1.0,49.83,83.08,83.08,0.0,83.08,57.386,49.4115,59.472,0.20926,1.0185,1.0,1.0176,1.0364,1.0,42.9012,0.0,0.0,18.331,6.737,10.487,29.21,3.734,11.816,21.831,0.0,0.0,0.805,0.474,0.965,1.282,0.263,1.087,17.626,5.692,8.58,0.0,0.0,28.087,3.155,9.667,30.279,3.155,9.667,17.021,0.492,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-dhw-combi-tankless.xml,65.47,77.132,51.0255,77.9352,0.21869,0.9922,1.0,1.0184,1.0104,1.0,43.684,0.0,0.0,29.561,10.188,10.343,48.328,5.604,18.108,27.04,0.0,0.0,0.765,0.477,0.968,1.25,0.263,1.695,18.917,8.492,2.563,0.0,0.0,30.927,4.671,4.488,34.195,4.671,10.354,20.99,0.063,0.0,1.087,0.263,1.087,1.0943,0.403,3.809,0.0,1.1877,1.013,140.77,8635.19,6070.85,1.0104,54.09,1.0,54.09,65.41,65.41,0.0,49.45,1.0,49.45,65.41,65.41,0.0,65.41,77.46,51.1901,78.2631,0.21774,0.9922,1.0,1.0183,1.0104,1.0,43.8532,0.0,0.0,29.544,10.197,10.487,48.302,5.609,18.296,27.232,0.0,0.0,0.765,0.477,0.972,1.25,0.263,1.695,18.909,8.499,2.599,0.0,0.0,30.915,4.675,4.534,34.182,4.675,10.46,21.12,0.063,0.0,1.087,0.263,1.087,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-dhw-desuperheater.xml,86.48,77.473,67.6639,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,53.5666,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.574,10.758,6.278,0.0,0.0,47.123,5.935,7.087,47.125,5.935,7.087,20.991,0.063,0.0,1.282,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,157.07,9630.82,6070.85,1.01,70.16,1.0,70.16,86.36,86.36,0.0,61.26,1.0,61.26,86.36,86.36,0.0,86.36,77.802,67.8602,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,53.7558,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.563,10.767,6.346,0.0,0.0,47.106,5.939,7.152,47.108,5.939,7.152,21.121,0.063,0.0,1.282,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-dhw-dwhr.xml,83.76,77.474,65.5399,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,53.6696,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,6.273,0.0,0.0,44.49,5.614,7.081,47.962,5.614,7.081,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,158.77,9719.68,6061.37,1.01,55.61,1.0,55.61,83.66,83.66,0.0,50.12,1.0,50.12,83.66,83.66,0.0,83.66,77.803,65.7347,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,53.8604,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,6.342,0.0,0.0,44.473,5.618,7.147,47.943,5.618,7.147,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-dhw-indirect-standbyloss.xml,69.32,77.084,53.9767,77.8693,0.21396,0.9924,1.0,1.018,1.0102,1.0,44.8012,0.0,0.0,29.482,10.219,10.343,48.205,5.619,18.447,27.04,0.0,0.0,0.764,0.477,0.967,1.25,0.263,1.724,17.983,9.006,5.932,0.0,0.0,29.403,4.952,10.58,32.51,4.952,14.14,20.993,0.063,0.0,1.087,0.263,1.344,1.0943,0.403,3.809,0.0,1.1877,1.013,145.71,8966.19,6091.28,1.0102,54.09,1.0,54.09,69.28,69.28,0.0,49.45,1.0,49.45,69.28,69.28,0.0,69.28,77.413,54.1751,78.1979,0.21295,0.9924,1.0,1.0179,1.0101,1.0,44.9704,0.0,0.0,29.466,10.228,10.487,48.179,5.623,18.634,27.232,0.0,0.0,0.764,0.478,0.97,1.25,0.263,1.724,17.975,9.015,5.999,0.0,0.0,29.391,4.956,10.659,32.497,4.956,14.246,21.123,0.063,0.0,1.087,0.263,1.344,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-dhw-jacket-gas.xml,85.39,77.227,66.6317,78.0323,0.21899,0.9922,1.0,1.0184,1.0104,1.0,51.9288,0.0,0.0,29.715,10.129,10.343,47.348,5.514,17.463,27.04,0.0,0.0,0.805,0.482,0.971,1.282,0.263,1.639,27.614,10.434,7.528,0.0,0.0,44.001,5.68,12.711,47.434,5.68,13.732,20.992,0.063,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013,181.56,11102.3,6051.92,1.0104,52.74,1.0,52.74,85.3,85.3,0.0,47.86,1.0,47.86,85.3,85.3,0.0,85.3,77.556,66.8389,78.3619,0.21822,0.9922,1.0,1.0183,1.0104,1.0,52.0956,0.0,0.0,29.699,10.138,10.487,47.322,5.519,17.649,27.232,0.0,0.0,0.805,0.482,0.974,1.282,0.263,1.639,27.604,10.439,7.611,0.0,0.0,43.984,5.683,12.808,47.416,5.683,13.837,21.122,0.063,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-dhw-jacket-hpwh.xml,82.15,77.102,63.9441,77.8383,0.20065,0.9928,1.0,1.0168,1.0096,1.0,51.13,0.0,0.0,29.507,10.212,10.343,47.016,5.553,12.832,27.04,0.0,0.0,0.805,0.483,0.937,1.282,0.263,1.163,31.695,8.962,2.241,0.0,0.0,50.503,4.873,2.78,54.444,4.873,2.599,20.983,0.063,0.0,1.087,0.242,0.275,1.0943,0.403,3.809,0.0,0.92,0.0,165.78,10251.21,6125.21,1.0096,55.9,1.0,55.9,82.02,82.02,0.0,50.38,1.0,50.38,82.02,82.02,0.0,82.02,77.431,64.1092,78.1668,0.19965,0.9929,1.0,1.0167,1.0095,1.0,51.2902,0.0,0.0,29.491,10.221,10.487,46.99,5.558,12.976,27.232,0.0,0.0,0.805,0.483,0.94,1.282,0.263,1.163,31.715,8.954,2.265,0.0,0.0,50.534,4.869,2.803,54.477,4.869,2.62,21.112,0.063,0.0,1.087,0.242,0.275,1.0943,0.403,3.809,0.0,0.92,0.0
+base-dhw-jacket-indirect.xml,68.23,77.084,53.128,77.8693,0.21396,0.9924,1.0,1.018,1.0102,1.0,44.5264,0.0,0.0,29.482,10.219,10.343,48.205,5.619,18.447,27.04,0.0,0.0,0.764,0.477,0.967,1.25,0.263,1.724,18.253,8.859,4.962,0.0,0.0,29.844,4.871,8.849,32.998,4.871,13.169,20.992,0.063,0.0,1.087,0.263,1.269,1.0943,0.403,3.809,0.0,1.1877,1.013,144.45,8888.73,6091.28,1.0102,54.09,1.0,54.09,68.18,68.18,0.0,49.45,1.0,49.45,68.18,68.18,0.0,68.18,77.413,53.3151,78.1979,0.21295,0.9924,1.0,1.0179,1.0101,1.0,44.696,0.0,0.0,29.466,10.228,10.487,48.179,5.623,18.634,27.232,0.0,0.0,0.764,0.478,0.97,1.25,0.263,1.724,18.246,8.864,5.02,0.0,0.0,29.833,4.873,8.92,32.986,4.873,13.275,21.122,0.063,0.0,1.087,0.263,1.269,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-dhw-low-flow-fixtures.xml,85.86,77.474,67.1833,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.5246,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,7.916,0.0,0.0,44.49,5.614,8.936,47.962,5.614,8.936,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.18,9867.64,6061.37,1.01,55.61,1.0,55.61,85.77,85.77,0.0,50.12,1.0,50.12,85.77,85.77,0.0,85.77,77.803,67.3948,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,55.7314,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.002,0.0,0.0,44.473,5.618,9.018,47.943,5.618,9.018,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-dhw-multiple.xml,68.48,77.474,53.6065,78.2817,0.21895,0.9922,1.0,1.0184,1.0104,1.0,42.9732,0.0,0.0,30.121,9.971,10.344,49.212,5.501,11.676,27.039,0.0,0.0,0.765,0.476,5.778,1.25,0.263,6.522,18.352,8.791,5.407,0.0,0.0,29.983,4.85,6.105,33.152,4.85,6.105,20.992,0.063,0.0,1.087,0.263,6.9,1.0943,0.403,3.809,0.0,5.5200000000000005,0.0,126.05,7733.12,6071.72,1.0104,60.62,1.0,60.62,68.39,68.39,0.0,55.32,1.0,55.32,68.39,68.39,0.0,68.39,77.803,53.7603,78.6105,0.21797,0.9922,1.0,1.0183,1.0104,1.0,43.1144,0.0,0.0,30.105,9.98,10.486,49.186,5.505,11.82,27.231,0.0,0.0,0.765,0.476,5.784,1.25,0.263,6.522,18.344,8.793,5.44,0.0,0.0,29.97,4.85,6.13,33.137,4.85,6.13,21.122,0.063,0.0,1.087,0.263,6.9,1.0943,0.403,3.809,0.0,5.5200000000000005,0.0
+base-dhw-none.xml,90.11,77.133,70.2033,77.9045,0.2101,0.9925,1.0,1.0176,1.01,1.0,54.475,0.0,0.0,29.56,10.19,10.343,47.101,5.543,18.108,27.04,0.0,0.0,0.805,0.483,0.968,1.282,0.263,1.695,27.114,10.65,10.344,0.0,0.0,43.203,5.793,18.11,46.574,5.793,18.109,22.033,0.063,0.0,1.087,0.242,1.695,1.0943,0.403,3.809,0.0,1.1877,1.013,191.3,11711.51,6061.37,1.01,62.56,1.0,62.56,90.16,90.16,0.0,57.62,1.0,57.62,90.16,90.16,0.0,90.16,77.461,70.5343,78.2325,0.2092,0.9925,1.0,1.0176,1.01,1.0,54.7362,0.0,0.0,29.544,10.198,10.487,47.074,5.547,18.296,27.232,0.0,0.0,0.805,0.483,0.972,1.282,0.263,1.695,27.099,10.66,10.488,0.0,0.0,43.179,5.798,18.297,46.548,5.798,18.296,22.225,0.063,0.0,1.087,0.242,1.695,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-dhw-recirc-demand.xml,86.22,77.474,67.4668,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8436,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.2,0.0,0.0,44.49,5.614,9.256,47.962,5.614,9.256,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.6,9892.94,6061.37,1.01,55.61,1.0,55.61,86.13,86.13,0.0,50.12,1.0,50.12,86.13,86.13,0.0,86.13,77.803,67.6761,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0474,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.283,0.0,0.0,44.473,5.618,9.335,47.943,5.618,9.335,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-dhw-solar-fraction.xml,79.64,77.474,62.3153,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,49.9792,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,28.193,10.185,2.885,0.0,0.0,44.923,5.556,3.256,48.428,5.556,3.256,20.99,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,154.79,9476.03,6061.37,1.01,55.61,1.0,55.61,79.5,79.5,0.0,50.12,1.0,50.12,79.5,79.5,0.0,79.5,77.803,62.4707,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,50.1334,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,28.183,10.19,2.915,0.0,0.0,44.906,5.559,3.285,48.41,5.559,3.285,21.12,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-dhw-solar-indirect-flat-plate.xml,77.88,77.474,60.937,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,48.4128,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.645,10.592,1.645,0.0,0.0,44.05,5.778,1.857,47.487,5.778,1.857,20.992,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,151.09,9249.8,6061.37,1.01,55.61,1.0,55.61,77.75,77.75,0.0,50.12,1.0,50.12,77.75,77.75,0.0,77.75,77.803,61.0969,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,48.5726,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.638,10.597,1.677,0.0,0.0,44.038,5.781,1.89,47.474,5.781,1.89,21.122,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-dhw-tank-elec-ef.xml,86.47,77.474,67.6642,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,56.0936,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.778,10.348,8.484,0.0,0.0,44.261,5.645,9.577,47.715,5.645,9.577,20.991,0.063,0.0,1.087,0.242,1.075,1.0943,0.403,3.809,0.0,0.92,0.0,161.48,9885.89,6061.37,1.01,55.61,1.0,55.61,86.38,86.38,0.0,50.12,1.0,50.12,86.38,86.38,0.0,86.38,77.803,67.8742,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.2998,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.768,10.353,8.569,0.0,0.0,44.245,5.648,9.657,47.698,5.648,9.657,21.121,0.063,0.0,1.087,0.242,1.075,1.0943,0.403,3.809,0.0,0.92,0.0
+base-dhw-tank-gas-ef.xml,86.89,77.085,67.6323,77.8388,0.20543,0.9927,1.0,1.0172,1.0098,1.0,52.3768,0.0,0.0,29.482,10.22,10.343,46.976,5.557,18.447,27.04,0.0,0.0,0.805,0.483,0.967,1.282,0.263,1.724,27.179,10.616,8.782,0.0,0.0,43.307,5.772,15.662,46.686,5.772,15.396,20.993,0.063,0.0,1.087,0.242,1.695,1.0943,0.403,3.809,0.0,1.1877,1.013,183.1,11245.16,6082.0,1.0098,52.74,1.0,52.74,86.8,86.8,0.0,47.86,1.0,47.86,86.8,86.8,0.0,86.8,77.414,67.8528,78.1673,0.20443,0.9927,1.0,1.0171,1.0097,1.0,52.5436,0.0,0.0,29.466,10.229,10.487,46.95,5.562,18.634,27.232,0.0,0.0,0.805,0.483,0.97,1.282,0.263,1.724,27.17,10.623,8.875,0.0,0.0,43.291,5.776,15.769,46.669,5.776,15.501,21.123,0.063,0.0,1.087,0.242,1.695,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-dhw-tank-heat-pump-confined-space.xml,82.48,77.102,64.2031,77.8383,0.20065,0.9928,1.0,1.0168,1.0096,1.0,51.511,0.0,0.0,29.507,10.212,10.343,47.016,5.553,12.832,27.04,0.0,0.0,0.805,0.483,0.937,1.282,0.263,1.163,31.364,9.076,2.718,0.0,0.0,49.974,4.935,3.372,53.874,4.935,3.152,20.983,0.063,0.0,1.087,0.242,0.275,1.0943,0.403,3.809,0.0,0.92,0.0,165.26,10219.13,6125.21,1.0096,55.9,1.0,55.9,82.1,82.1,0.0,50.38,1.0,50.38,82.1,82.1,0.0,82.1,77.431,64.1737,78.1668,0.19965,0.9929,1.0,1.0167,1.0095,1.0,51.371,0.0,0.0,29.491,10.221,10.487,46.99,5.558,12.976,27.232,0.0,0.0,0.805,0.483,0.94,1.282,0.263,1.163,31.648,8.991,2.359,0.0,0.0,50.426,4.889,2.919,54.361,4.889,2.729,21.113,0.063,0.0,1.087,0.242,0.275,1.0943,0.403,3.809,0.0,0.92,0.0
+base-dhw-tank-heat-pump-ef.xml,82.29,77.102,64.0497,77.8383,0.20065,0.9928,1.0,1.0168,1.0096,1.0,51.2764,0.0,0.0,29.507,10.212,10.343,47.016,5.553,12.832,27.04,0.0,0.0,0.805,0.483,0.937,1.282,0.263,1.163,31.57,9.013,2.42,0.0,0.0,50.304,4.901,3.003,54.229,4.901,2.807,20.983,0.063,0.0,1.087,0.242,0.323,1.0943,0.403,3.809,0.0,0.92,0.0,165.6,10240.07,6125.21,1.0096,55.9,1.0,55.9,82.16,82.16,0.0,50.38,1.0,50.38,82.16,82.16,0.0,82.16,77.431,64.2194,78.1668,0.19965,0.9929,1.0,1.0167,1.0095,1.0,51.44,0.0,0.0,29.491,10.221,10.487,46.99,5.558,12.976,27.232,0.0,0.0,0.805,0.483,0.94,1.282,0.263,1.163,31.591,9.007,2.445,0.0,0.0,50.336,4.898,3.025,54.264,4.898,2.828,21.113,0.063,0.0,1.087,0.242,0.323,1.0943,0.403,3.809,0.0,0.92,0.0
+base-dhw-tank-oil.xml,85.51,77.227,66.7277,78.0323,0.21899,0.9922,1.0,1.0184,1.0104,1.0,52.0828,0.0,0.0,29.715,10.129,10.343,47.348,5.514,17.463,27.04,0.0,0.0,0.805,0.482,0.971,1.282,0.263,1.639,27.452,10.498,7.723,0.0,0.0,43.742,5.715,13.039,47.155,5.715,14.319,20.992,0.063,0.0,1.087,0.242,1.602,1.0943,0.403,3.809,0.0,1.1877,1.013,193.73,11846.43,6051.92,1.0104,52.74,1.0,52.74,85.42,85.42,0.0,47.86,1.0,47.86,85.42,85.42,0.0,85.42,77.556,66.9335,78.3619,0.21822,0.9922,1.0,1.0183,1.0104,1.0,52.2492,0.0,0.0,29.699,10.138,10.487,47.322,5.519,17.649,27.232,0.0,0.0,0.805,0.482,0.974,1.282,0.263,1.639,27.441,10.504,7.804,0.0,0.0,43.724,5.718,13.133,47.136,5.718,14.423,21.122,0.063,0.0,1.087,0.242,1.602,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-dhw-tank-wood.xml,85.81,77.227,66.956,78.0323,0.21899,0.9922,1.0,1.0184,1.0104,1.0,52.154,0.0,0.0,29.715,10.129,10.343,47.348,5.514,17.463,27.04,0.0,0.0,0.805,0.482,0.971,1.282,0.263,1.639,27.389,10.52,7.992,0.0,0.0,43.642,5.727,13.493,47.047,5.727,14.577,20.992,0.063,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013,,,,,52.74,1.0,52.74,85.71,85.71,0.0,47.86,1.0,47.86,85.71,85.71,0.0,85.71,77.556,67.1665,78.3619,0.21822,0.9922,1.0,1.0183,1.0104,1.0,52.3198,0.0,0.0,29.699,10.138,10.487,47.322,5.519,17.649,27.232,0.0,0.0,0.805,0.482,0.974,1.282,0.263,1.639,27.379,10.528,8.075,0.0,0.0,43.625,5.731,13.59,47.029,5.731,14.682,21.122,0.063,0.0,1.087,0.242,1.626,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-dhw-tankless-electric-ef.xml,86.97,77.474,68.0537,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,56.4286,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,28.34,10.128,8.533,0.0,0.0,45.156,5.525,9.632,48.68,5.525,9.632,20.99,0.063,0.0,1.087,0.242,1.132,1.0943,0.403,3.809,0.0,0.92,0.0,163.64,10017.95,6061.37,1.01,55.73,1.0,55.73,86.89,86.89,0.0,50.25,1.0,50.25,86.89,86.89,0.0,86.89,77.803,68.2739,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.6454,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,28.33,10.133,8.628,0.0,0.0,45.14,5.528,9.724,48.662,5.528,9.724,21.12,0.063,0.0,1.087,0.242,1.132,1.0943,0.403,3.809,0.0,0.92,0.0
+base-dhw-tankless-gas-ef.xml,80.1,77.133,62.3984,77.9045,0.2101,0.9925,1.0,1.0176,1.01,1.0,50.6898,0.0,0.0,29.56,10.19,10.343,47.101,5.543,18.108,27.04,0.0,0.0,0.805,0.483,0.968,1.282,0.263,1.695,28.34,10.157,2.849,0.0,0.0,45.156,5.525,4.988,48.68,5.525,9.733,20.99,0.063,0.0,1.087,0.242,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013,174.51,10683.43,6061.37,1.01,52.74,1.0,52.74,79.97,79.97,0.0,47.86,1.0,47.86,79.97,79.97,0.0,79.97,77.461,62.5625,78.2325,0.2092,0.9925,1.0,1.0176,1.01,1.0,50.8522,0.0,0.0,29.544,10.198,10.487,47.074,5.547,18.296,27.232,0.0,0.0,0.805,0.483,0.972,1.282,0.263,1.695,28.33,10.163,2.886,0.0,0.0,45.14,5.528,5.036,48.662,5.528,9.827,21.12,0.063,0.0,1.087,0.242,1.144,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-dhw-tankless-propane.xml,82.02,77.133,63.8971,77.9045,0.2101,0.9925,1.0,1.0176,1.01,1.0,51.2114,0.0,0.0,29.56,10.19,10.343,47.101,5.543,18.108,27.04,0.0,0.0,0.805,0.483,0.968,1.282,0.263,1.695,28.34,10.157,4.348,0.0,0.0,45.156,5.525,7.611,48.68,5.525,11.037,20.99,0.063,0.0,1.087,0.242,1.297,1.0943,0.403,3.809,0.0,1.1877,1.013,183.14,11212.0,6061.37,1.01,52.74,1.0,52.74,81.91,81.91,0.0,47.86,1.0,47.86,81.91,81.91,0.0,81.91,77.461,64.0804,78.2325,0.2092,0.9925,1.0,1.0176,1.01,1.0,51.3782,0.0,0.0,29.544,10.198,10.487,47.074,5.547,18.296,27.232,0.0,0.0,0.805,0.483,0.972,1.282,0.263,1.695,28.33,10.163,4.404,0.0,0.0,45.14,5.528,7.684,48.662,5.528,11.142,21.12,0.063,0.0,1.087,0.242,1.297,1.0943,0.403,3.809,0.0,1.1877,1.013
+base-enclosure-2stories-garage.xml,90.72,93.671,83.3468,91.8743,0.21013,0.9808,1.0,1.0,0.9808,1.0,66.7046,0.0,0.0,39.918,12.731,10.343,63.608,6.978,11.676,30.679,0.0,0.0,0.805,0.479,0.963,1.282,0.263,1.087,33.755,17.743,8.204,0.0,0.0,53.788,9.725,9.261,57.985,9.725,9.261,23.645,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,165.62,11863.75,7303.21,0.9808,54.92,1.0,54.92,90.62,90.62,0.0,50.03,1.0,50.03,90.62,90.62,0.0,90.62,93.999,83.5559,92.2034,0.20926,0.9809,1.0,1.0,0.9809,1.0,66.9112,0.0,0.0,39.902,12.739,10.487,63.582,6.983,11.82,30.871,0.0,0.0,0.805,0.479,0.964,1.282,0.263,1.087,33.746,17.747,8.288,0.0,0.0,53.772,9.728,9.342,57.968,9.728,9.342,23.775,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-2stories.xml,91.15,106.718,94.0806,103.21,0.21013,0.9671,1.0,1.0,0.9671,1.0,75.2996,0.0,0.0,46.303,14.929,10.343,73.783,8.103,11.676,35.143,0.0,0.0,0.805,0.484,0.963,1.282,0.263,1.087,41.456,17.381,8.103,0.0,0.0,66.06,9.434,9.147,71.215,9.434,9.147,27.14,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,175.31,14056.4,8290.56,0.9671,55.1,1.0,55.1,91.07,91.07,0.0,50.18,1.0,50.18,91.07,91.07,0.0,91.07,107.046,94.2902,103.5415,0.20926,0.9673,1.0,1.0,0.9673,1.0,75.5034,0.0,0.0,46.287,14.937,10.487,73.757,8.107,11.819,35.335,0.0,0.0,0.805,0.484,0.964,1.282,0.263,1.087,41.446,17.388,8.186,0.0,0.0,66.043,9.437,9.226,71.197,9.437,9.226,27.27,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-beds-1.xml,91.51,70.567,63.3272,69.1999,0.21109,0.9925,0.9709,1.0177,0.9806,1.0,51.5924,0.0,0.0,29.354,9.443,6.276,46.771,5.137,7.607,25.494,0.0,0.0,0.805,0.483,0.897,1.282,0.263,1.087,28.82,9.884,4.832,0.0,0.0,45.92,5.377,5.857,49.503,5.377,5.857,19.791,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,179.44,9725.17,5526.92,0.9806,57.12,1.0,57.12,91.6,91.6,0.0,51.55,1.0,51.55,91.6,91.6,0.0,91.6,70.301,63.1508,68.945,0.21018,0.9925,0.971,1.0176,0.9807,1.0,51.417,0.0,0.0,29.367,9.437,6.153,46.792,5.133,7.484,25.344,0.0,0.0,0.805,0.483,0.894,1.282,0.263,1.087,28.828,9.882,4.752,0.0,0.0,45.933,5.375,5.78,49.517,5.375,5.78,19.689,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-beds-2.xml,88.53,74.085,65.2812,73.7405,0.21057,0.9925,0.9855,1.0177,0.9954,1.0,53.6286,0.0,0.0,29.737,9.709,8.372,47.382,5.276,9.703,26.267,0.0,0.0,0.805,0.483,0.938,1.282,0.263,1.087,28.205,10.112,6.573,0.0,0.0,44.941,5.495,7.618,48.448,5.495,7.618,20.391,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,169.27,9769.9,5798.64,0.9954,56.37,1.0,56.37,88.52,88.52,0.0,50.53,1.0,50.53,88.52,88.52,0.0,88.52,74.116,65.3002,73.7729,0.20967,0.9925,0.9855,1.0176,0.9954,1.0,53.6462,0.0,0.0,29.735,9.71,8.384,47.379,5.277,9.715,26.287,0.0,0.0,0.805,0.483,0.938,1.282,0.263,1.087,28.204,10.113,6.578,0.0,0.0,44.94,5.496,7.622,48.447,5.496,7.622,20.405,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-beds-4.xml,84.84,80.806,70.2417,82.7938,0.20972,0.9925,1.0145,1.0176,1.0246,1.0,58.5624,0.0,0.0,30.505,10.237,12.252,48.606,5.63,13.585,27.812,0.0,0.0,0.805,0.477,0.98,1.282,0.263,1.087,28.125,10.43,9.878,0.0,0.0,44.813,5.736,10.953,48.31,5.736,10.953,21.589,0.22,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,156.81,10150.3,6317.65,1.0246,54.86,1.0,54.86,84.68,84.68,0.0,49.15,1.0,49.15,84.68,84.68,0.0,84.68,81.428,70.6443,83.4223,0.20881,0.9926,1.0144,1.0175,1.0245,1.0,58.9566,0.0,0.0,30.474,10.254,12.526,48.556,5.638,13.859,28.174,0.0,0.0,0.805,0.477,0.982,1.282,0.263,1.087,28.106,10.443,10.042,0.0,0.0,44.782,5.742,11.111,48.277,5.742,11.111,21.833,0.22,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-beds-5.xml,83.53,84.1,73.0014,87.3913,0.2093,0.9925,1.0289,1.0176,1.0391,1.0,61.211,0.0,0.0,30.891,10.504,14.123,49.222,5.796,15.456,28.582,0.0,0.0,0.805,0.476,0.993,1.282,0.263,1.087,28.331,10.611,11.494,0.0,0.0,45.143,5.855,12.579,48.666,5.855,12.579,22.188,0.377,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,152.45,10402.69,6566.76,1.0391,54.12,1.0,54.12,83.32,83.32,0.0,48.4,1.0,48.4,83.32,83.32,0.0,83.32,85.017,73.5952,88.3302,0.20843,0.9926,1.0288,1.0175,1.039,1.0,61.7918,0.0,0.0,30.846,10.529,14.525,49.149,5.808,15.859,29.117,0.0,0.0,0.805,0.476,0.996,1.282,0.263,1.087,28.304,10.632,11.734,0.0,0.0,45.098,5.865,12.812,48.617,5.865,12.812,22.548,0.377,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-ceilingtypes.xml,95.08,77.474,73.8866,77.7099,0.06419,0.9977,1.0,1.0054,1.003,1.0,60.3922,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,34.238,10.355,8.245,0.0,0.0,54.555,5.649,9.307,58.812,5.649,9.307,20.985,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,188.98,11489.88,6061.37,1.003,55.49,1.0,55.49,94.95,94.95,0.0,50.04,1.0,50.04,94.95,94.95,0.0,94.95,77.803,74.0969,78.0388,0.06388,0.9977,1.0,1.0053,1.003,1.0,60.5978,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,34.229,10.361,8.329,0.0,0.0,54.54,5.652,9.387,58.796,5.652,9.387,21.115,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-floortypes.xml,100.26,57.174,60.5192,60.3603,0.21013,1.0374,1.0,1.0176,1.0557,1.0,49.5488,0.0,0.0,19.484,8.406,10.343,31.051,4.575,11.671,18.941,0.0,0.0,0.804,0.482,0.963,1.282,0.263,1.087,28.13,8.792,8.424,0.0,0.0,44.83,4.785,9.506,48.328,4.785,9.506,14.828,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,197.89,9411.87,4505.09,1.0557,54.1,1.0,54.1,100.07,100.07,0.0,48.67,1.0,48.67,100.07,100.07,0.0,100.07,57.503,60.7347,60.6939,0.20926,1.0373,1.0,1.0176,1.0555,1.0,49.7588,0.0,0.0,19.468,8.415,10.487,31.026,4.58,11.814,19.133,0.0,0.0,0.804,0.482,0.965,1.282,0.263,1.087,28.121,8.797,8.514,0.0,0.0,44.816,4.788,9.591,48.313,4.788,9.591,14.958,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-garage.xml,88.38,75.353,67.2608,76.1068,0.21013,0.9925,1.0,1.0176,1.01,1.0,56.3874,0.0,0.0,29.394,8.684,10.343,46.836,4.84,11.677,26.932,0.0,0.0,0.805,0.471,0.963,1.282,0.263,1.087,30.965,7.014,8.322,0.0,0.0,49.34,3.909,9.395,53.19,3.909,9.395,20.897,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,175.44,10532.31,5943.89,1.01,56.14,1.0,56.14,88.27,88.27,0.0,50.41,1.0,50.41,88.27,88.27,0.0,88.27,75.69,67.4769,76.444,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.5976,0.0,0.0,29.394,8.685,10.487,46.835,4.84,11.821,27.124,0.0,0.0,0.805,0.471,0.964,1.282,0.263,1.087,30.965,7.014,8.408,0.0,0.0,49.338,3.909,9.477,53.188,3.909,9.477,21.027,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-infil-ach-house-pressure.xml,86.28,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8936,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.66,9896.94,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0984,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-infil-cfm-house-pressure.xml,86.28,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8936,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.66,9896.94,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0984,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-infil-cfm50.xml,86.28,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8936,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.66,9896.94,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0984,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-infil-ela.xml,86.28,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8936,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.66,9896.94,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0984,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-infil-natural-ach.xml,86.28,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8936,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.66,9896.94,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0984,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-infil-natural-cfm.xml,86.28,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8936,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.66,9896.94,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0984,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-overhangs.xml,86.1,77.474,67.3697,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8374,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,28.048,10.025,8.243,0.0,0.0,44.692,5.469,9.305,48.179,5.469,9.305,20.99,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,162.02,9919.0,6061.37,1.01,55.61,1.0,55.61,86.0,86.0,0.0,50.12,1.0,50.12,86.0,86.0,0.0,86.0,77.803,67.5802,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0436,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,28.038,10.031,8.328,0.0,0.0,44.676,5.472,9.386,48.162,5.472,9.386,21.12,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-skylights-cathedral.xml,73.12,101.291,72.2364,98.7941,0.15691,0.9753,1.0,1.0,0.9753,1.0,60.9326,0.0,0.0,42.147,13.657,10.343,67.162,7.376,11.675,35.144,0.0,0.0,0.805,0.486,0.963,1.282,0.263,1.087,26.748,10.245,8.103,0.0,0.0,42.624,5.533,9.147,45.95,5.533,9.147,27.14,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,130.67,10084.6,7912.82,0.9753,55.87,1.0,55.87,73.09,73.09,0.0,50.57,1.0,50.57,73.09,73.09,0.0,73.09,101.62,72.4503,99.1253,0.15626,0.9755,1.0,1.0,0.9755,1.0,61.1374,0.0,0.0,42.131,13.666,10.487,67.137,7.379,11.818,35.336,0.0,0.0,0.805,0.486,0.965,1.282,0.263,1.087,26.741,10.253,8.187,0.0,0.0,42.612,5.536,9.226,45.937,5.536,9.226,27.27,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-skylights.xml,89.19,77.474,69.6105,78.0492,0.15616,0.9944,1.0,1.0131,1.0074,1.0,57.0332,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,28.0,12.311,8.242,0.0,0.0,44.615,6.716,9.303,48.096,6.716,9.303,20.995,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,163.7,9996.16,6061.37,1.0074,55.61,1.0,55.61,89.08,89.08,0.0,50.12,1.0,50.12,89.08,89.08,0.0,89.08,77.803,69.8216,78.3781,0.15548,0.9944,1.0,1.013,1.0074,1.0,57.2398,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.991,12.316,8.326,0.0,0.0,44.6,6.719,9.384,48.08,6.719,9.384,21.125,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-enclosure-walltypes.xml,98.59,77.428,76.1431,77.2305,-0.0539,1.0019,1.0,0.9955,0.9974,1.0,62.5618,0.0,0.0,30.084,9.962,10.343,47.935,5.433,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,39.38,7.474,8.248,0.0,0.0,62.748,4.076,9.31,67.644,4.076,9.31,20.978,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,209.69,12665.71,6055.58,0.9974,55.74,1.0,55.74,98.44,98.44,0.0,50.22,1.0,50.22,98.44,98.44,0.0,98.44,77.757,76.3511,77.5596,-0.05366,1.0019,1.0,0.9955,0.9975,1.0,62.7668,0.0,0.0,30.068,9.971,10.487,47.909,5.438,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,39.369,7.479,8.332,0.0,0.0,62.729,4.079,9.39,67.624,4.079,9.39,21.108,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-ambient.xml,87.06,57.174,52.5471,60.3603,0.21013,1.0374,1.0,1.0176,1.0557,1.0,43.4954,0.0,0.0,19.484,8.406,10.343,31.051,4.575,11.671,18.941,0.0,0.0,0.804,0.482,0.963,1.282,0.263,1.087,18.127,10.804,8.415,0.0,0.0,28.888,5.88,9.495,31.142,5.88,9.495,14.857,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,146.89,6986.11,4505.09,1.0557,54.28,1.0,54.28,86.93,86.93,0.0,48.86,1.0,48.86,86.93,86.93,0.0,86.93,57.503,52.7613,60.6939,0.20926,1.0373,1.0,1.0176,1.0555,1.0,43.7054,0.0,0.0,19.468,8.415,10.487,31.026,4.58,11.814,19.133,0.0,0.0,0.804,0.482,0.965,1.282,0.263,1.087,18.117,10.809,8.502,0.0,0.0,28.873,5.883,9.578,31.126,5.883,9.578,14.988,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-basement-garage.xml,83.98,68.466,59.3936,70.7207,0.21013,1.015,1.0,1.0176,1.0329,1.0,49.3778,0.0,0.0,27.284,8.265,10.343,43.471,4.562,11.676,22.574,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,23.443,9.778,8.453,0.0,0.0,37.351,5.397,9.542,40.266,5.397,9.542,17.49,0.23,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,153.38,8499.74,5364.82,1.0329,54.61,1.0,54.61,83.9,83.9,0.0,49.41,1.0,49.41,83.9,83.9,0.0,83.9,68.794,59.6091,71.0499,0.20926,1.015,1.0,1.0176,1.0328,1.0,49.587,0.0,0.0,27.267,8.274,10.487,43.445,4.566,11.822,22.766,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,23.432,9.787,8.54,0.0,0.0,37.335,5.401,9.627,40.248,5.401,9.627,17.62,0.23,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-conditioned-basement-slab-insulation.xml,86.52,77.474,67.6979,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.852,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.075,11.323,8.243,0.0,0.0,43.142,6.177,9.304,46.508,6.177,9.304,20.994,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,158.86,9725.18,6061.37,1.01,55.61,1.0,55.61,86.42,86.42,0.0,50.12,1.0,50.12,86.42,86.42,0.0,86.42,77.803,67.9069,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0572,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.065,11.328,8.326,0.0,0.0,43.125,6.18,9.384,46.49,6.18,9.384,21.124,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-conditioned-basement-wall-insulation.xml,87.15,75.691,66.6267,76.4482,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.4296,0.0,0.0,28.697,9.612,10.343,45.725,5.299,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,27.733,9.598,8.244,0.0,0.0,44.189,5.291,9.306,47.637,5.291,9.306,20.989,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,163.94,9827.42,5935.13,1.01,56.5,1.0,56.5,87.05,87.05,0.0,50.85,1.0,50.85,87.05,87.05,0.0,87.05,76.018,66.8327,76.7753,0.20926,0.9925,1.0,1.0176,1.01,1.0,55.6348,0.0,0.0,28.68,9.62,10.487,45.699,5.304,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,27.722,9.6,8.328,0.0,0.0,44.173,5.293,9.386,47.62,5.293,9.386,21.119,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-multiple.xml,81.37,56.034,48.1346,59.1567,0.21013,1.0374,1.0,1.0176,1.0557,1.0,40.7606,0.0,0.0,19.459,7.604,10.343,31.013,4.218,11.862,18.628,0.0,0.0,0.804,0.473,0.948,1.282,0.263,1.087,15.601,9.277,8.257,0.0,0.0,24.865,5.146,9.47,26.805,5.146,9.47,14.654,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,133.62,6278.48,4450.6,1.0557,53.71,1.0,53.71,81.26,81.26,0.0,48.14,1.0,48.14,81.26,81.26,0.0,81.26,56.371,48.3514,59.4991,0.20926,1.0373,1.0,1.0176,1.0555,1.0,40.9724,0.0,0.0,19.458,7.605,10.487,31.011,4.218,12.006,18.821,0.0,0.0,0.804,0.473,0.949,1.282,0.263,1.087,15.6,9.278,8.344,0.0,0.0,24.862,5.146,9.553,26.802,5.146,9.553,14.784,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-slab.xml,70.62,58.215,43.4047,61.4593,0.21013,1.0374,1.0,1.0176,1.0557,1.0,37.5784,0.0,0.0,21.258,7.68,10.343,33.87,4.245,11.675,18.934,0.0,0.0,0.805,0.475,0.963,1.282,0.263,1.087,12.023,7.767,8.412,0.0,0.0,19.156,4.293,9.495,20.651,4.293,9.495,14.858,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,110.72,5339.26,4567.75,1.0557,53.78,1.0,53.78,70.59,70.59,0.0,48.13,1.0,48.13,70.59,70.59,0.0,70.59,58.544,43.6216,61.7927,0.20926,1.0373,1.0,1.0176,1.0555,1.0,37.789,0.0,0.0,21.242,7.689,10.487,33.844,4.25,11.819,19.126,0.0,0.0,0.805,0.475,0.964,1.282,0.263,1.087,12.017,7.772,8.499,0.0,0.0,19.146,4.296,9.579,20.64,4.296,9.579,14.988,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-unconditioned-basement-assembly-r.xml,77.85,56.279,46.2533,59.4154,0.21013,1.0374,1.0,1.0176,1.0557,1.0,39.508,0.0,0.0,19.466,7.844,10.343,31.024,4.33,11.864,18.626,0.0,0.0,0.804,0.476,0.948,1.282,0.263,1.087,14.515,8.52,8.277,0.0,0.0,23.133,4.703,9.494,24.938,4.703,9.494,14.597,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,126.95,5972.46,4456.31,1.0557,53.25,1.0,53.25,77.77,77.77,0.0,47.75,1.0,47.75,77.77,77.77,0.0,77.77,56.615,46.471,59.7566,0.20926,1.0373,1.0,1.0176,1.0555,1.0,39.7188,0.0,0.0,19.465,7.845,10.487,31.022,4.33,12.007,18.818,0.0,0.0,0.804,0.476,0.949,1.282,0.263,1.087,14.513,8.523,8.364,0.0,0.0,23.129,4.704,9.576,24.934,4.704,9.576,14.727,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-unconditioned-basement-wall-insulation.xml,83.57,56.279,49.6518,59.4154,0.21013,1.0374,1.0,1.0176,1.0557,1.0,42.01,0.0,0.0,19.466,7.844,10.343,31.024,4.33,11.864,18.626,0.0,0.0,0.804,0.476,0.948,1.282,0.263,1.087,18.209,8.156,8.24,0.0,0.0,29.02,4.502,9.452,31.285,4.502,9.452,14.702,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,146.43,6888.88,4456.31,1.0557,53.25,1.0,53.25,83.46,83.46,0.0,47.75,1.0,47.75,83.46,83.46,0.0,83.46,56.615,49.8709,59.7566,0.20926,1.0373,1.0,1.0176,1.0555,1.0,42.2206,0.0,0.0,19.465,7.845,10.487,31.022,4.33,12.007,18.818,0.0,0.0,0.804,0.476,0.949,1.282,0.263,1.087,18.206,8.16,8.328,0.0,0.0,29.015,4.504,9.535,31.279,4.504,9.535,14.832,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-unconditioned-basement.xml,81.37,56.279,48.3488,59.4154,0.21013,1.0374,1.0,1.0176,1.0557,1.0,40.8496,0.0,0.0,19.466,7.844,10.343,31.024,4.33,11.864,18.626,0.0,0.0,0.804,0.476,0.948,1.282,0.263,1.087,15.635,9.491,8.272,0.0,0.0,24.918,5.239,9.489,26.862,5.239,9.489,14.606,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,133.72,6290.91,4456.31,1.0557,53.25,1.0,53.25,81.28,81.28,0.0,47.75,1.0,47.75,81.28,81.28,0.0,81.28,56.615,48.5715,59.7566,0.20926,1.0373,1.0,1.0176,1.0555,1.0,41.0608,0.0,0.0,19.465,7.845,10.487,31.022,4.33,12.007,18.818,0.0,0.0,0.804,0.476,0.949,1.282,0.263,1.087,15.634,9.496,8.36,0.0,0.0,24.916,5.241,9.572,26.86,5.241,9.572,14.737,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-unvented-crawlspace.xml,79.47,55.673,46.7087,58.7756,0.21013,1.0374,1.0,1.0176,1.0557,1.0,39.6092,0.0,0.0,17.471,8.912,10.343,27.846,4.836,11.667,18.947,0.0,0.0,0.804,0.484,0.964,1.282,0.263,1.087,13.535,9.452,8.51,0.0,0.0,21.573,5.129,9.599,23.256,5.129,9.599,14.867,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,125.36,5786.97,4372.6,1.0557,55.62,1.0,55.62,79.39,79.39,0.0,50.08,1.0,50.08,79.39,79.39,0.0,79.39,56.004,46.9261,59.1117,0.20926,1.0373,1.0,1.0176,1.0555,1.0,39.82,0.0,0.0,17.456,8.922,10.487,27.822,4.841,11.81,19.139,0.0,0.0,0.804,0.484,0.965,1.282,0.263,1.087,13.527,9.458,8.598,0.0,0.0,21.561,5.132,9.683,23.243,5.132,9.683,14.997,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-vented-crawlspace-above-grade.xml,82.91,55.787,48.8318,58.896,0.21013,1.0374,1.0,1.0176,1.0557,1.0,41.172,0.0,0.0,17.83,8.669,10.343,28.418,4.723,11.668,18.945,0.0,0.0,0.804,0.482,0.964,1.282,0.263,1.087,15.548,9.482,8.595,0.0,0.0,24.78,5.166,9.696,26.714,5.166,9.696,14.862,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,136.03,6303.47,4389.21,1.0557,55.85,1.0,55.85,82.81,82.81,0.0,50.34,1.0,50.34,82.81,82.81,0.0,82.81,56.117,49.0496,59.231,0.20926,1.0373,1.0,1.0176,1.0555,1.0,41.3814,0.0,0.0,17.814,8.679,10.487,28.393,4.728,11.812,19.137,0.0,0.0,0.804,0.482,0.965,1.282,0.263,1.087,15.539,9.49,8.683,0.0,0.0,24.767,5.17,9.78,26.7,5.17,9.78,14.992,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-vented-crawlspace.xml,82.42,55.673,48.4405,58.7756,0.21013,1.0374,1.0,1.0176,1.0557,1.0,40.8906,0.0,0.0,17.471,8.912,10.343,27.846,4.836,11.667,18.947,0.0,0.0,0.804,0.484,0.964,1.282,0.263,1.087,15.258,9.375,8.6,0.0,0.0,24.318,5.087,9.701,26.216,5.087,9.701,14.863,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,134.86,6225.64,4372.6,1.0557,55.62,1.0,55.62,82.31,82.31,0.0,50.08,1.0,50.08,82.31,82.31,0.0,82.31,56.004,48.6569,59.1117,0.20926,1.0373,1.0,1.0176,1.0555,1.0,41.101,0.0,0.0,17.456,8.922,10.487,27.822,4.841,11.81,19.139,0.0,0.0,0.804,0.484,0.965,1.282,0.263,1.087,15.249,9.381,8.689,0.0,0.0,24.304,5.09,9.785,26.201,5.09,9.785,14.993,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-foundation-walkout-basement.xml,87.94,82.353,71.878,81.7357,0.21013,0.9925,1.0,1.0,0.9925,1.0,58.9388,0.0,0.0,33.82,11.153,10.343,53.889,6.09,11.676,27.037,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,31.809,10.776,8.244,0.0,0.0,50.684,5.884,9.306,54.639,5.884,9.306,20.987,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,170.96,10888.59,6417.23,0.9925,55.4,1.0,55.4,87.84,87.84,0.0,50.39,1.0,50.39,87.84,87.84,0.0,87.84,82.681,72.0869,82.0638,0.20926,0.9925,1.0,1.0,0.9925,1.0,59.145,0.0,0.0,33.804,11.161,10.487,53.864,6.094,11.82,27.229,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,31.798,10.78,8.328,0.0,0.0,50.668,5.886,9.387,54.622,5.886,9.387,21.117,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,87.92,77.474,68.7963,78.2475,0.20971,0.9925,1.0,1.0176,1.01,1.0,55.2624,0.0,0.0,30.12,9.972,10.343,47.993,5.474,11.675,27.039,0.0,0.0,0.805,0.478,0.963,1.282,0.263,1.087,29.27,10.229,8.243,0.0,0.0,46.639,5.615,9.305,46.641,5.615,9.305,20.991,0.063,0.0,1.282,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,158.45,9712.45,6068.89,1.01,69.91,1.0,69.91,87.82,87.82,0.0,61.05,1.0,61.05,87.82,87.82,0.0,87.82,77.802,69.0054,78.5755,0.20883,0.9926,1.0,1.0175,1.0099,1.0,55.4672,0.0,0.0,30.104,9.98,10.487,47.967,5.479,11.819,27.231,0.0,0.0,0.805,0.478,0.964,1.282,0.263,1.087,29.259,10.235,8.327,0.0,0.0,46.621,5.619,9.385,46.623,5.619,9.385,21.121,0.063,0.0,1.282,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,88.1,77.474,68.926,78.2397,0.20761,0.9926,1.0,1.0174,1.0099,1.0,63.223,0.0,0.0,30.121,9.971,10.343,27.286,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,31.006,8.623,8.243,0.0,0.0,28.088,4.757,9.305,28.109,4.757,9.305,20.991,0.063,0.0,0.414,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,88.14,5403.56,6070.85,1.0099,55.59,1.0,55.59,88.0,88.0,0.0,50.77,1.0,50.77,88.0,88.0,0.0,88.0,77.803,69.1364,78.5685,0.20669,0.9926,1.0,1.0173,1.0098,1.0,63.427,0.0,0.0,30.105,9.98,10.487,27.272,5.505,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,30.996,8.629,8.327,0.0,0.0,28.079,4.76,9.385,28.1,4.76,9.385,21.121,0.063,0.0,0.414,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,88.93,77.504,69.6126,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,63.782,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,31.698,8.617,8.243,0.0,0.0,28.807,4.595,9.305,28.829,4.595,9.305,20.991,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,89.07,5452.76,6061.37,1.01,53.55,1.0,53.55,88.82,88.82,0.0,48.71,1.0,48.71,88.82,88.82,0.0,88.82,77.833,69.822,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,63.986,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,31.686,8.624,8.327,0.0,0.0,28.798,4.599,9.385,28.82,4.599,9.385,21.121,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-air-to-air-heat-pump-1-speed-seer-hspf.xml,91.64,77.504,71.7342,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,65.484,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,33.212,9.225,8.243,0.0,0.0,30.183,4.919,9.305,30.206,4.919,9.305,20.991,0.063,0.0,0.443,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,91.47,5599.52,6061.37,1.01,53.55,1.0,53.55,91.52,91.52,0.0,48.71,1.0,48.71,91.52,91.52,0.0,91.52,77.833,71.9417,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,65.687,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,33.2,9.23,8.327,0.0,0.0,30.174,4.922,9.385,30.197,4.922,9.385,21.121,0.063,0.0,0.443,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-air-to-air-heat-pump-1-speed.xml,87.61,77.504,68.5778,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,62.887,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,30.783,8.497,8.243,0.0,0.0,27.976,4.531,9.305,27.997,4.531,9.305,20.991,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,87.75,5372.11,6061.37,1.01,53.55,1.0,53.55,87.51,87.51,0.0,48.71,1.0,48.71,87.51,87.51,0.0,87.51,77.833,68.7864,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,63.09,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,30.773,8.502,8.327,0.0,0.0,27.968,4.534,9.385,27.989,4.534,9.385,21.121,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-air-to-air-heat-pump-2-speed.xml,81.91,77.504,64.1196,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,59.206,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,27.321,7.501,8.243,0.0,0.0,24.829,4.0,9.305,24.848,4.0,9.305,20.991,0.063,0.0,0.354,0.191,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,82.53,5052.12,6061.37,1.01,53.55,1.0,53.55,81.84,81.84,0.0,48.71,1.0,48.71,81.84,81.84,0.0,81.84,77.833,64.3296,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,59.411,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,27.312,7.507,8.327,0.0,0.0,24.822,4.003,9.385,24.841,4.003,9.385,21.121,0.063,0.0,0.354,0.191,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-air-to-air-heat-pump-var-speed.xml,82.75,77.504,64.7763,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,59.888,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,28.203,7.276,8.243,0.0,0.0,25.631,3.88,9.305,25.65,3.88,9.305,20.991,0.063,0.0,0.315,0.154,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,83.36,5103.3,6061.37,1.01,53.55,1.0,53.55,82.67,82.67,0.0,48.71,1.0,48.71,82.67,82.67,0.0,82.67,77.833,64.9837,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,60.093,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,28.195,7.278,8.327,0.0,0.0,25.625,3.881,9.385,25.644,3.881,9.385,21.121,0.063,0.0,0.315,0.154,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-boiler-elec-only.xml,93.07,77.474,72.8176,78.2397,0.20761,0.9926,1.0,1.0174,1.0099,1.0,66.752,0.0,0.0,30.121,9.971,10.343,27.286,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,34.898,8.623,8.243,0.0,0.0,31.613,4.757,9.305,31.637,4.757,9.305,20.991,0.063,0.0,1.02,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,92.64,5679.52,6070.85,1.0099,55.59,1.0,55.59,92.94,92.94,0.0,50.77,1.0,50.77,92.94,92.94,0.0,92.94,77.803,73.0246,78.5685,0.20669,0.9926,1.0,1.0173,1.0098,1.0,66.952,0.0,0.0,30.105,9.98,10.487,27.272,5.505,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,34.884,8.629,8.327,0.0,0.0,31.601,4.76,9.385,31.625,4.76,9.385,21.121,0.063,0.0,1.02,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-boiler-gas-only.xml,72.26,77.474,56.5668,78.2817,0.21894,0.9922,1.0,1.0184,1.0104,1.0,48.727,0.0,0.0,30.121,9.971,10.343,49.212,5.501,11.675,27.039,0.0,0.0,0.765,0.476,0.963,1.25,0.263,1.087,18.647,8.623,8.243,0.0,0.0,30.466,4.757,9.305,33.685,4.757,9.305,20.991,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,126.94,7786.81,6070.85,1.0104,56.57,1.0,56.57,72.23,72.23,0.0,51.23,1.0,51.23,72.23,72.23,0.0,72.23,77.803,56.7805,78.6105,0.21797,0.9922,1.0,1.0183,1.0104,1.0,48.9338,0.0,0.0,30.105,9.98,10.487,49.186,5.505,11.819,27.231,0.0,0.0,0.765,0.476,0.964,1.25,0.263,1.087,18.64,8.629,8.327,0.0,0.0,30.454,4.76,9.385,33.672,4.76,9.385,21.121,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-boiler-oil-only.xml,72.28,77.474,56.5801,78.2817,0.21894,0.9922,1.0,1.0184,1.0104,1.0,48.8646,0.0,0.0,30.121,9.971,10.343,49.212,5.501,11.675,27.039,0.0,0.0,0.765,0.476,0.963,1.25,0.263,1.087,18.66,8.623,8.243,0.0,0.0,30.487,4.757,9.305,33.709,4.757,9.305,20.991,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,153.15,9394.54,6070.85,1.0104,56.57,1.0,56.57,72.25,72.25,0.0,51.23,1.0,51.23,72.25,72.25,0.0,72.25,77.803,56.7932,78.6105,0.21797,0.9922,1.0,1.0183,1.0104,1.0,49.0714,0.0,0.0,30.105,9.98,10.487,49.186,5.505,11.819,27.231,0.0,0.0,0.765,0.476,0.964,1.25,0.263,1.087,18.652,8.629,8.327,0.0,0.0,30.475,4.76,9.385,33.695,4.76,9.385,21.121,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-boiler-propane-only.xml,72.26,77.474,56.5668,78.2817,0.21894,0.9922,1.0,1.0184,1.0104,1.0,48.727,0.0,0.0,30.121,9.971,10.343,49.212,5.501,11.675,27.039,0.0,0.0,0.765,0.476,0.963,1.25,0.263,1.087,18.647,8.623,8.243,0.0,0.0,30.466,4.757,9.305,33.685,4.757,9.305,20.991,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,143.58,8807.19,6070.85,1.0104,56.57,1.0,56.57,72.23,72.23,0.0,51.23,1.0,51.23,72.23,72.23,0.0,72.23,77.803,56.7805,78.6105,0.21797,0.9922,1.0,1.0183,1.0104,1.0,48.9338,0.0,0.0,30.105,9.98,10.487,49.186,5.505,11.819,27.231,0.0,0.0,0.765,0.476,0.964,1.25,0.263,1.087,18.64,8.629,8.327,0.0,0.0,30.454,4.76,9.385,33.672,4.76,9.385,21.121,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-central-ac-only-1-speed-seer.xml,89.13,77.473,69.7439,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,55.8134,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.27,11.176,8.243,0.0,0.0,46.639,6.166,9.305,46.641,6.166,9.305,20.991,0.063,0.0,1.282,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,159.05,9752.21,6070.85,1.01,70.16,1.0,70.16,89.03,89.03,0.0,61.26,1.0,61.26,89.03,89.03,0.0,89.03,77.802,69.956,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,56.0192,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.259,11.186,8.327,0.0,0.0,46.621,6.17,9.385,46.623,6.17,9.385,21.121,0.063,0.0,1.282,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-central-ac-only-1-speed.xml,88.1,77.473,68.9372,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,55.3684,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.27,10.37,8.243,0.0,0.0,46.639,5.721,9.305,46.641,5.721,9.305,20.991,0.063,0.0,1.282,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,158.53,9720.12,6070.85,1.01,70.16,1.0,70.16,88.0,88.0,0.0,61.26,1.0,61.26,88.0,88.0,0.0,88.0,77.802,69.1474,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,55.5732,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.259,10.377,8.327,0.0,0.0,46.621,5.724,9.385,46.623,5.724,9.385,21.121,0.063,0.0,1.282,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-central-ac-only-2-speed.xml,86.67,77.473,67.8134,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,54.7484,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.27,9.246,8.243,0.0,0.0,46.639,5.101,9.305,46.641,5.101,9.305,20.991,0.063,0.0,1.282,0.191,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,157.8,9675.59,6070.85,1.01,70.16,1.0,70.16,86.57,86.57,0.0,61.26,1.0,61.26,86.57,86.57,0.0,86.57,77.802,68.0216,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,54.9532,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.259,9.251,8.327,0.0,0.0,46.621,5.103,9.385,46.623,5.103,9.385,21.121,0.063,0.0,1.282,0.191,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-central-ac-only-var-speed.xml,85.65,77.473,67.0141,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,54.3074,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.27,8.447,8.243,0.0,0.0,46.639,4.66,9.305,46.641,4.66,9.305,20.991,0.063,0.0,1.282,0.141,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,157.25,9641.45,6070.85,1.01,70.16,1.0,70.16,85.55,85.55,0.0,61.26,1.0,61.26,85.55,85.55,0.0,85.55,77.802,67.2221,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,54.5112,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.259,8.452,8.327,0.0,0.0,46.621,4.662,9.385,46.623,4.662,9.385,21.121,0.063,0.0,1.282,0.141,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,90.62,77.504,70.9325,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,64.188,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,30.906,10.729,8.243,0.0,0.0,28.088,5.721,9.305,28.109,5.721,9.305,20.991,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,89.45,5475.87,6061.37,1.01,53.55,1.0,53.55,90.5,90.5,0.0,48.71,1.0,48.71,90.5,90.5,0.0,90.5,77.833,71.1419,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,64.392,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,30.895,10.736,8.327,0.0,0.0,28.079,5.725,9.385,28.1,5.725,9.385,21.121,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-dse.xml,78.96,77.474,61.783,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,51.9792,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,23.115,9.371,8.243,0.0,0.0,36.831,5.112,9.305,39.705,5.112,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,141.35,8653.42,6061.37,1.01,55.6,1.0,55.6,78.89,78.89,0.0,50.1,1.0,50.1,78.89,78.89,0.0,78.89,77.803,61.9938,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,52.1862,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,23.106,9.376,8.327,0.0,0.0,36.817,5.115,9.385,39.69,5.115,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,91.26,77.506,71.4429,78.2876,0.21181,0.9924,1.0,1.0178,1.0101,1.0,61.0644,0.0,0.0,30.123,10.001,10.343,44.501000000000005,5.274,11.675,27.039,0.0,0.0,1.381,0.498,0.963,1.725,0.263,1.087,32.628,9.518,8.243,0.0,0.0,47.764,5.019,9.305,52.055,5.019,9.305,20.991,0.063,0.0,1.467,0.242,1.042,3.3504,0.403,3.809,0.0,0.92,0.0,163.76,10026.27,6061.37,1.0101,54.34,1.0,54.34,91.14,91.14,0.0,49.1,1.0,49.1,91.14,91.14,0.0,91.14,77.834,71.6514,78.6156,0.21092,0.9925,1.0,1.0177,1.01,1.0,61.2714,0.0,0.0,30.106,10.01,10.487,44.48,5.279,11.819,27.231,0.0,0.0,1.381,0.498,0.964,1.725,0.263,1.087,32.617000000000004,9.523,8.327,0.0,0.0,47.753,5.022,9.385,52.043,5.022,9.385,21.121,0.063,0.0,1.467,0.242,1.042,3.3504,0.403,3.809,0.0,0.92,0.0
+base-hvac-ducts-areas.xml,79.63,77.474,62.3074,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,52.4582,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,24.259,8.751,8.243,0.0,0.0,38.654,4.774,9.305,41.67,4.774,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,145.63,8915.53,6061.37,1.01,55.61,1.0,55.61,79.56,79.56,0.0,50.12,1.0,50.12,79.56,79.56,0.0,79.56,77.803,62.5182,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,52.6642,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,24.25,8.757,8.327,0.0,0.0,38.64,4.777,9.385,41.655,4.777,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-ducts-buried.xml,79.63,77.474,62.312,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,52.4624,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,24.263,8.751,8.243,0.0,0.0,38.661,4.774,9.305,41.678,4.774,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,145.65,8916.77,6061.37,1.01,55.61,1.0,55.61,79.57,79.57,0.0,50.12,1.0,50.12,79.57,79.57,0.0,79.57,77.803,62.5247,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,52.6684,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,24.255,8.758,8.327,0.0,0.0,38.647,4.778,9.385,41.663,4.778,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-ducts-leakage-cfm50.xml,85.23,77.474,66.6913,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.3426,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.306,10.088,8.243,0.0,0.0,43.51,5.503,9.305,46.905,5.503,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,159.01,9734.59,6061.37,1.01,55.61,1.0,55.61,85.14,85.14,0.0,50.12,1.0,50.12,85.14,85.14,0.0,85.14,77.803,66.8986,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,55.5478,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.296,10.091,8.327,0.0,0.0,43.493,5.505,9.385,46.887,5.505,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-elec-resistance-only.xml,89.77,77.474,70.2343,78.2397,0.20761,0.9926,1.0,1.0174,1.0099,1.0,64.41,0.0,0.0,30.121,9.971,10.343,27.286,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,32.314,8.623,8.243,0.0,0.0,29.273,4.757,9.305,29.295,4.757,9.305,20.991,0.063,0.0,1.0,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,89.34,5477.41,6070.85,1.0099,55.59,1.0,55.59,89.66,89.66,0.0,50.77,1.0,50.77,89.66,89.66,0.0,89.66,77.803,70.4424,78.5685,0.20669,0.9926,1.0,1.0173,1.0098,1.0,64.611,0.0,0.0,30.105,9.98,10.487,27.272,5.505,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,32.302,8.629,8.327,0.0,0.0,29.262,4.76,9.385,29.284,4.76,9.385,21.121,0.063,0.0,1.0,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-evap-cooler-only-ducted.xml,76.59,77.473,59.9305,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,50.3994,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.27,1.363,8.243,0.0,0.0,46.639,0.752,9.305,46.641,0.752,9.305,20.991,0.063,0.0,1.282,0.228,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,152.56,9354.14,6070.85,1.01,70.16,1.0,70.16,76.53,76.53,0.0,61.26,1.0,61.26,76.53,76.53,0.0,76.53,77.802,60.1354,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,50.6022,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.259,1.365,8.327,0.0,0.0,46.621,0.753,9.385,46.623,0.753,9.385,21.121,0.063,0.0,1.282,0.228,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-evap-cooler-only.xml,76.16,77.473,59.5951,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,50.2144,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.27,1.028,8.243,0.0,0.0,46.639,0.567,9.305,46.641,0.567,9.305,20.991,0.063,0.0,1.282,0.228,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,152.35,9341.14,6070.85,1.01,70.16,1.0,70.16,76.1,76.1,0.0,61.26,1.0,61.26,76.1,76.1,0.0,76.1,77.802,59.7982,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,50.4162,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.259,1.028,8.327,0.0,0.0,46.621,0.567,9.385,46.623,0.567,9.385,21.121,0.063,0.0,1.282,0.228,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-fan-motor-type.xml,87.2,77.474,68.2323,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,56.1618,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.949,10.986,8.243,0.0,0.0,44.534,5.993,9.305,48.009,5.993,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,162.43,9943.68,6061.37,1.01,55.61,1.0,55.61,87.1,87.1,0.0,50.12,1.0,50.12,87.1,87.1,0.0,87.1,77.803,68.4407,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.3666,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.938,10.991,8.327,0.0,0.0,44.516,5.996,9.385,47.99,5.996,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-fireplace-wood-only.xml,77.53,77.473,60.6624,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,49.7612,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,22.742,8.623,8.243,0.0,0.0,36.238,4.757,9.305,36.618,4.757,9.305,20.991,0.063,0.0,1.25,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,,,,,57.0,1.0,57.0,77.47,77.47,0.0,51.59,1.0,51.59,77.47,77.47,0.0,77.47,77.802,60.8748,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,49.9686,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,22.734,8.629,8.327,0.0,0.0,36.224,4.76,9.385,36.604,4.76,9.385,21.121,0.063,0.0,1.25,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-floor-furnace-propane-only.xml,77.53,77.473,60.6624,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,49.7612,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,22.742,8.623,8.243,0.0,0.0,36.238,4.757,9.305,36.618,4.757,9.305,20.991,0.063,0.0,1.25,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,152.47,9348.89,6070.85,1.01,57.0,1.0,57.0,77.47,77.47,0.0,51.59,1.0,51.59,77.47,77.47,0.0,77.47,77.802,60.8748,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,49.9686,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,22.734,8.629,8.327,0.0,0.0,36.224,4.76,9.385,36.604,4.76,9.385,21.121,0.063,0.0,1.25,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-furnace-elec-only.xml,113.38,77.474,88.7051,78.2397,0.20761,0.9926,1.0,1.0174,1.0099,1.0,81.155,0.0,0.0,30.121,9.971,10.343,27.286,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,50.785,8.623,8.243,0.0,0.0,46.005,4.757,9.305,46.04,4.757,9.305,20.991,0.063,0.0,1.02,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,113.78,6975.53,6070.85,1.0099,55.59,1.0,55.59,113.16,113.16,0.0,50.77,1.0,50.77,113.16,113.16,0.0,113.16,77.803,88.9063,78.5685,0.20669,0.9926,1.0,1.0173,1.0098,1.0,81.35,0.0,0.0,30.105,9.98,10.487,27.272,5.505,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,50.766,8.629,8.327,0.0,0.0,45.988,4.76,9.385,46.023,4.76,9.385,21.121,0.063,0.0,1.02,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-furnace-gas-only.xml,84.89,77.473,66.4209,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,55.4784,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,28.501,8.623,8.243,0.0,0.0,45.413,4.757,9.305,48.957,4.757,9.305,20.991,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,162.68,9974.89,6070.85,1.01,57.0,1.0,57.0,84.8,84.8,0.0,51.59,1.0,51.59,84.8,84.8,0.0,84.8,77.802,66.6316,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,55.6832,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,28.491,8.629,8.327,0.0,0.0,45.397,4.76,9.385,48.939,4.76,9.385,21.121,0.063,0.0,1.087,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-furnace-gas-plus-air-to-air-heat-pump-cooling.xml,87.02,77.474,68.0913,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,56.3374,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,28.501,10.293,8.243,0.0,0.0,45.413,5.615,9.305,48.957,5.615,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,163.99,10039.56,6061.37,1.01,55.61,1.0,55.61,86.92,86.92,0.0,50.12,1.0,50.12,86.92,86.92,0.0,86.92,77.803,68.3027,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.5426,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,28.491,10.3,8.327,0.0,0.0,45.397,5.619,9.385,48.94,5.619,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-ground-to-air-heat-pump-1-speed.xml,67.9,77.504,53.1517,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,49.614,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,17.371,6.483,8.243,0.0,0.0,15.787,3.457,9.305,15.799,3.457,9.305,20.991,0.063,0.0,0.278,0.206,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,67.93,4158.45,6061.37,1.01,53.55,1.0,53.55,67.88,67.88,0.0,48.71,1.0,48.71,67.88,67.88,0.0,67.88,77.833,53.3623,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,49.819,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,17.363,6.488,8.327,0.0,0.0,15.78,3.46,9.385,15.792,3.46,9.385,21.121,0.063,0.0,0.278,0.206,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-ground-to-air-heat-pump-cooling-only.xml,84.66,77.474,66.2405,78.2475,0.20971,0.9925,1.0,1.0176,1.01,1.0,53.8604,0.0,0.0,30.12,9.972,10.343,47.993,5.474,11.675,27.039,0.0,0.0,0.805,0.478,0.963,1.282,0.263,1.087,29.27,7.673,8.243,0.0,0.0,46.639,4.212,9.305,46.641,4.212,9.305,20.991,0.063,0.0,1.282,0.206,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,156.77,9609.38,6068.89,1.01,69.91,1.0,69.91,84.57,84.57,0.0,61.05,1.0,61.05,84.57,84.57,0.0,84.57,77.802,66.448,78.5755,0.20883,0.9926,1.0,1.0175,1.0099,1.0,54.0642,0.0,0.0,30.104,9.98,10.487,47.967,5.479,11.819,27.231,0.0,0.0,0.805,0.478,0.964,1.282,0.263,1.087,29.259,7.678,8.327,0.0,0.0,46.621,4.215,9.385,46.623,4.215,9.385,21.121,0.063,0.0,1.282,0.206,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-ground-to-air-heat-pump-heating-only.xml,70.16,77.474,54.8939,78.2397,0.20761,0.9926,1.0,1.0174,1.0099,1.0,50.502,0.0,0.0,30.121,9.971,10.343,27.286,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,16.974,8.623,8.243,0.0,0.0,15.376,4.757,9.305,15.388,4.757,9.305,20.991,0.063,0.0,0.278,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,68.79,4217.14,6070.85,1.0099,55.59,1.0,55.59,70.14,70.14,0.0,50.77,1.0,50.77,70.14,70.14,0.0,70.14,77.803,55.1078,78.5685,0.20669,0.9926,1.0,1.0173,1.0098,1.0,50.709,0.0,0.0,30.105,9.98,10.487,27.272,5.505,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,16.967,8.629,8.327,0.0,0.0,15.37,4.76,9.385,15.382,4.76,9.385,21.121,0.063,0.0,0.278,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,86.01,77.504,67.3287,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,61.993,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,30.177,7.854,8.243,0.0,0.0,27.425,4.188,9.305,27.446,4.188,9.305,20.991,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,86.55,5298.3,6061.37,1.01,53.55,1.0,53.55,85.92,85.92,0.0,48.71,1.0,48.71,85.92,85.92,0.0,85.92,77.833,67.5374,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,62.196,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,30.167,7.859,8.327,0.0,0.0,27.417,4.191,9.385,27.438,4.191,9.385,21.121,0.063,0.0,0.414,0.242,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,85.42,77.474,66.8431,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.2692,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.979,9.567,8.243,0.0,0.0,44.581,5.219,9.305,48.06,5.219,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.85,9908.36,6061.37,1.01,55.61,1.0,55.61,85.33,85.33,0.0,50.12,1.0,50.12,85.33,85.33,0.0,85.33,77.803,67.0516,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,55.474,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.968,9.572,8.327,0.0,0.0,44.564,5.222,9.385,48.041,5.222,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-install-quality-ground-to-air-heat-pump-1-speed.xml,67.45,77.504,52.7989,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,49.375,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,17.236,6.265,8.243,0.0,0.0,15.664,3.341,9.305,15.676,3.341,9.305,20.991,0.063,0.0,0.278,0.206,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,67.61,4138.86,6061.37,1.01,53.55,1.0,53.55,67.44,67.44,0.0,48.71,1.0,48.71,67.44,67.44,0.0,67.44,77.833,53.0088,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,49.58,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,17.229,6.269,8.327,0.0,0.0,15.658,3.343,9.385,15.67,3.343,9.385,21.121,0.063,0.0,0.278,0.206,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,82.21,77.473,64.326,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,52.8244,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.27,5.759,8.243,0.0,0.0,46.639,3.177,9.305,46.641,3.177,9.305,20.991,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,155.47,9532.8,6070.85,1.01,70.16,1.0,70.16,82.13,82.13,0.0,61.26,1.0,61.26,82.13,82.13,0.0,82.13,77.802,64.5336,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,53.0282,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.259,5.763,8.327,0.0,0.0,46.621,3.179,9.385,46.623,3.179,9.385,21.121,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-install-quality-mini-split-heat-pump-ducted.xml,69.32,77.504,54.263,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,51.284,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,20.232,4.733,8.243,0.0,0.0,18.387,2.524,9.305,18.401,2.524,9.305,20.991,0.063,0.0,0.341,0.18,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,71.08,4351.5,6061.37,1.01,53.55,1.0,53.55,69.3,69.3,0.0,48.71,1.0,48.71,69.3,69.3,0.0,69.3,77.833,54.4746,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,51.49,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,20.225,4.739,8.327,0.0,0.0,18.381,2.527,9.385,18.395,2.527,9.385,21.121,0.063,0.0,0.341,0.18,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-mini-split-air-conditioner-only-ducted.xml,82.58,77.473,64.616,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,52.9844,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.27,6.049,8.243,0.0,0.0,46.639,3.337,9.305,46.641,3.337,9.305,20.991,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,155.66,9544.18,6070.85,1.01,70.16,1.0,70.16,82.5,82.5,0.0,61.26,1.0,61.26,82.5,82.5,0.0,82.5,77.802,64.8255,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,53.1882,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.259,6.055,8.327,0.0,0.0,46.621,3.34,9.385,46.623,3.34,9.385,21.121,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-mini-split-air-conditioner-only-ductless.xml,80.94,77.473,63.3345,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,52.2764,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.27,4.767,8.243,0.0,0.0,46.639,2.63,9.305,46.641,2.63,9.305,20.991,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,154.83,9493.09,6070.85,1.01,70.16,1.0,70.16,80.87,80.87,0.0,61.26,1.0,61.26,80.87,80.87,0.0,80.87,77.802,63.5401,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,52.4802,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.259,4.77,8.327,0.0,0.0,46.621,2.631,9.385,46.623,2.631,9.385,21.121,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,82.23,77.474,64.3441,78.2475,0.20971,0.9925,1.0,1.0176,1.01,1.0,52.8184,0.0,0.0,30.12,9.972,10.343,47.993,5.474,11.675,27.039,0.0,0.0,0.805,0.478,0.963,1.282,0.263,1.087,29.27,5.777,8.243,0.0,0.0,46.639,3.171,9.305,46.641,3.171,9.305,20.991,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,155.55,9534.47,6068.89,1.01,69.91,1.0,69.91,82.15,82.15,0.0,61.05,1.0,61.05,82.15,82.15,0.0,82.15,77.802,64.55,78.5755,0.20883,0.9926,1.0,1.0175,1.0099,1.0,53.0222,0.0,0.0,30.104,9.98,10.487,47.967,5.479,11.819,27.231,0.0,0.0,0.805,0.478,0.964,1.282,0.263,1.087,29.259,5.78,8.327,0.0,0.0,46.621,3.173,9.385,46.623,3.173,9.385,21.121,0.063,0.0,1.282,0.18,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-mini-split-heat-pump-ducted-heating-only.xml,74.67,77.474,58.4193,78.2397,0.20761,0.9926,1.0,1.0174,1.0099,1.0,53.698,0.0,0.0,30.121,9.971,10.343,27.286,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,20.499,8.623,8.243,0.0,0.0,18.57,4.757,9.305,18.584,4.757,9.305,20.991,0.063,0.0,0.341,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,73.97,4534.83,6070.85,1.0099,55.59,1.0,55.59,74.63,74.63,0.0,50.77,1.0,50.77,74.63,74.63,0.0,74.63,77.803,58.6343,78.5685,0.20669,0.9926,1.0,1.0173,1.0098,1.0,53.905,0.0,0.0,30.105,9.98,10.487,27.272,5.505,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,20.494,8.629,8.327,0.0,0.0,18.565,4.76,9.385,18.579,4.76,9.385,21.121,0.063,0.0,0.341,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-mini-split-heat-pump-ducted.xml,69.82,77.504,54.6519,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,51.581,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,20.473,4.881,8.243,0.0,0.0,18.606,2.603,9.305,18.62,2.603,9.305,20.991,0.063,0.0,0.341,0.18,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,71.5,4377.41,6061.37,1.01,53.55,1.0,53.55,69.79,69.79,0.0,48.71,1.0,48.71,69.79,69.79,0.0,69.79,77.833,54.8628,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,51.787,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,20.466,4.885,8.327,0.0,0.0,18.601,2.605,9.385,18.615,2.605,9.385,21.121,0.063,0.0,0.341,0.18,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-mini-split-heat-pump-ductless.xml,61.24,77.504,47.9367,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,45.916,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,14.934,3.706,8.243,0.0,0.0,13.572,1.976,9.305,13.582,1.976,9.305,20.991,0.063,0.0,0.341,0.18,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,63.27,3873.45,6061.37,1.01,53.55,1.0,53.55,61.25,61.25,0.0,48.71,1.0,48.71,61.25,61.25,0.0,61.25,77.833,48.1479,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,46.123,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,14.927,3.709,8.327,0.0,0.0,13.567,1.978,9.385,13.577,1.978,9.385,21.121,0.063,0.0,0.341,0.18,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-multiple.xml,87.75,77.4837,68.6402,78.2266,0.20145,0.9928,1.0,1.0169,1.0096,1.0,65.6734,0.0,0.0,30.13,9.977,10.343,41.135,5.309,11.675,27.039,0.0,0.0,5.418,2.947,0.963,7.754,1.578,1.087,30.302,9.043,8.243,0.0,0.0,41.426,4.83,9.305,42.378,4.83,9.305,20.991,0.063,0.0,8.707,1.598,1.042,17.913800000000002,1.612,22.854,0.0,0.92,0.0,117.32,8204.87,6927.13,1.0096,55.83,1.0,55.83,87.64,87.64,0.0,51.27,1.0,51.27,87.64,87.64,0.0,87.64,77.8117,68.8413,78.5544,0.20055,0.9928,1.0,1.0168,1.0095,1.0,65.8756,0.0,0.0,30.11,9.984,10.487,41.118,5.313,11.819,27.231,0.0,0.0,5.417,2.946,0.964,7.754,1.578,1.087,30.287,9.045,8.327,0.0,0.0,41.412,4.831,9.385,42.363,4.831,9.385,21.121,0.063,0.0,8.707,1.598,1.042,17.913800000000002,1.612,22.854,0.0,0.92,0.0
+base-hvac-none.xml,90.75,70.266,67.1673,74.0133,0.20132,1.0358,1.0,1.0169,1.0533,1.0,46.811,0.0,0.0,0.0,46.002,5.092,0.0,25.482,6.276,19.172,0.0,0.0,0.0,0.474,0.882,1.282,0.263,1.087,0.0,47.73,4.024,0.0,0.0,0.0,26.439,4.96,0.0,26.439,4.96,15.068,0.345,0.0,1.282,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,,,,,68.55,1.0,68.55,90.64,90.64,0.0,62.34,1.0,62.34,90.64,90.64,0.0,90.64,70.577,67.3744,74.329,0.20069,1.0357,1.0,1.0168,1.0532,1.0,47.006,0.0,0.0,0.0,46.031,5.182,0.0,25.499,6.366,19.364,0.0,0.0,0.0,0.474,0.885,1.282,0.263,1.087,0.0,47.75,4.081,0.0,0.0,0.0,26.451,5.014,0.0,26.451,5.014,15.198,0.345,0.0,1.282,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-programmable-thermostat.xml,82.7,77.474,64.7109,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,54.1494,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,26.644,8.777,8.245,0.0,0.0,42.454,4.788,9.307,45.767,4.788,9.307,20.982,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,155.63,9527.51,6061.37,1.01,55.61,1.0,55.61,82.62,82.62,0.0,50.12,1.0,50.12,82.62,82.62,0.0,82.62,77.803,64.9224,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,54.3556,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,26.634,8.782,8.331,0.0,0.0,42.438,4.791,9.389,45.75,4.791,9.389,21.112,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-ptac-with-heating-electricity.xml,86.92,77.504,68.0415,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,63.137,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,32.21,6.534,8.243,0.0,0.0,29.273,3.484,9.305,29.295,3.484,9.305,20.991,0.063,0.0,1.0,0.322,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,87.89,5380.5,6061.37,1.01,53.55,1.0,53.55,86.82,86.82,0.0,48.71,1.0,48.71,86.82,86.82,0.0,86.82,77.833,68.2458,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,63.337,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,32.195,6.539,8.327,0.0,0.0,29.261,3.487,9.385,29.283,3.487,9.385,21.121,0.063,0.0,1.0,0.322,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-ptac-with-heating-natural-gas.xml,74.58,77.473,58.3556,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,48.4896,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,22.743,6.315,8.243,0.0,0.0,36.239,3.484,9.305,36.619,3.484,9.305,20.991,0.063,0.0,1.25,0.322,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,132.89,8135.17,6061.37,1.01,55.6,1.0,55.6,74.54,74.54,0.0,50.1,1.0,50.1,74.54,74.54,0.0,74.54,77.802,58.567,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,48.6956,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,22.734,6.322,8.327,0.0,0.0,36.224,3.487,9.385,36.604,3.487,9.385,21.121,0.063,0.0,1.25,0.322,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-ptac.xml,82.92,77.473,64.8825,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,53.1324,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.27,6.315,8.243,0.0,0.0,46.639,3.484,9.305,46.641,3.484,9.305,20.991,0.063,0.0,1.282,0.322,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,155.77,9550.93,6070.85,1.01,70.16,1.0,70.16,82.84,82.84,0.0,61.26,1.0,61.26,82.84,82.84,0.0,82.84,77.802,65.0919,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,53.3362,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.259,6.322,8.327,0.0,0.0,46.621,3.487,9.385,46.623,3.487,9.385,21.121,0.063,0.0,1.282,0.322,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-pthp.xml,64.3,77.504,50.3305,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,47.198,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,14.946,6.087,8.243,0.0,0.0,13.583,3.246,9.305,13.593,3.246,9.305,20.991,0.063,0.0,0.278,0.29,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,64.77,3965.23,6061.37,1.01,53.55,1.0,53.55,64.3,64.3,0.0,48.71,1.0,48.71,64.3,64.3,0.0,64.3,77.833,50.5427,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,47.405,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,14.941,6.091,8.327,0.0,0.0,13.579,3.248,9.385,13.589,3.248,9.385,21.121,0.063,0.0,0.278,0.29,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-room-ac-only-eer.xml,85.0,77.473,66.5102,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,54.0304,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.27,7.943,8.243,0.0,0.0,46.639,4.382,9.305,46.641,4.382,9.305,20.991,0.063,0.0,1.282,0.405,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,156.82,9615.36,6070.85,1.01,70.16,1.0,70.16,84.91,84.91,0.0,61.26,1.0,61.26,84.91,84.91,0.0,84.91,77.802,66.7199,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,54.2342,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.259,7.95,8.327,0.0,0.0,46.621,4.385,9.385,46.623,4.385,9.385,21.121,0.063,0.0,1.282,0.405,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-room-ac-only.xml,85.03,77.473,66.5301,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,54.0404,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,29.27,7.963,8.243,0.0,0.0,46.639,4.393,9.305,46.641,4.393,9.305,20.991,0.063,0.0,1.282,0.406,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,156.83,9616.11,6070.85,1.01,70.16,1.0,70.16,84.94,84.94,0.0,61.26,1.0,61.26,84.94,84.94,0.0,84.94,77.802,66.7399,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,54.2452,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,29.259,7.97,8.327,0.0,0.0,46.621,4.396,9.385,46.623,4.396,9.385,21.121,0.063,0.0,1.282,0.406,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-room-ac-with-heating.xml,89.1,77.504,69.7461,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,64.045,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,32.21,8.238,8.243,0.0,0.0,29.273,4.393,9.305,29.295,4.393,9.305,20.991,0.063,0.0,1.0,0.406,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,88.95,5445.68,6061.37,1.01,53.55,1.0,53.55,88.99,88.99,0.0,48.71,1.0,48.71,88.99,88.99,0.0,88.99,77.833,69.9504,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,64.246,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,32.195,8.244,8.327,0.0,0.0,29.261,4.396,9.385,29.283,4.396,9.385,21.121,0.063,0.0,1.0,0.406,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-room-ac-with-reverse-cycle.xml,64.28,77.504,50.3211,78.2783,0.20985,0.9925,1.0,1.0176,1.01,1.0,47.192,0.0,0.0,30.121,10.001,10.343,27.374,5.333,11.675,27.039,0.0,0.0,0.487,0.492,0.963,0.443,0.263,1.087,14.946,6.078,8.243,0.0,0.0,13.583,3.241,9.305,13.593,3.241,9.305,20.991,0.063,0.0,0.278,0.289,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,64.76,3964.84,6061.37,1.01,53.55,1.0,53.55,64.29,64.29,0.0,48.71,1.0,48.71,64.29,64.29,0.0,64.29,77.833,50.5333,78.6072,0.20893,0.9925,1.0,1.0175,1.0099,1.0,47.399,0.0,0.0,30.105,10.01,10.487,27.361,5.338,11.819,27.231,0.0,0.0,0.487,0.492,0.964,0.443,0.263,1.087,14.941,6.081,8.327,0.0,0.0,13.579,3.243,9.385,13.589,3.243,9.385,21.121,0.063,0.0,0.278,0.289,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-hvac-space-heater-gas-only.xml,69.29,77.473,54.2145,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,46.832,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,16.295,8.623,8.243,0.0,0.0,25.964,4.757,9.305,29.295,4.757,9.305,20.991,0.063,0.0,1.0,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,116.66,7153.24,6070.85,1.01,57.0,1.0,57.0,69.27,69.27,0.0,51.59,1.0,51.59,69.27,69.27,0.0,69.27,77.802,54.4288,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,47.0402,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,16.288,8.629,8.327,0.0,0.0,25.953,4.76,9.385,29.283,4.76,9.385,21.121,0.063,0.0,1.0,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-stove-wood-pellets-only.xml,77.51,77.473,60.645,78.2462,0.20964,0.9925,1.0,1.0176,1.01,1.0,49.8184,0.0,0.0,30.12,9.971,10.343,47.993,5.501,11.675,27.039,0.0,0.0,0.805,0.476,0.963,1.282,0.263,1.087,22.725,8.623,8.243,0.0,0.0,36.21,4.757,9.305,36.59,4.757,9.305,20.991,0.063,0.0,1.25,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,,,,,57.0,1.0,57.0,77.45,77.45,0.0,51.59,1.0,51.59,77.45,77.45,0.0,77.45,77.802,60.8574,78.5751,0.20872,0.9926,1.0,1.0175,1.0099,1.0,50.0248,0.0,0.0,30.104,9.98,10.487,47.967,5.505,11.819,27.231,0.0,0.0,0.805,0.476,0.964,1.282,0.263,1.087,22.717,8.629,8.327,0.0,0.0,36.196,4.76,9.385,36.576,4.76,9.385,21.121,0.063,0.0,1.25,0.263,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-undersized.xml,82.63,77.474,64.6542,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,53.9774,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,25.79,9.567,8.243,0.0,0.0,41.093,5.219,9.305,44.3,5.219,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,152.47,9334.2,6061.37,1.01,55.61,1.0,55.61,82.55,82.55,0.0,50.12,1.0,50.12,82.55,82.55,0.0,82.55,77.803,64.8663,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,54.183,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,25.781,9.574,8.327,0.0,0.0,41.079,5.223,9.385,44.284,5.223,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-hvac-wall-furnace-elec-only.xml,90.61,77.474,70.8939,78.2397,0.20761,0.9926,1.0,1.0174,1.0099,1.0,65.007,0.0,0.0,30.121,9.971,10.343,27.286,5.501,11.675,27.039,0.0,0.0,0.489,0.476,0.963,0.443,0.263,1.087,32.974,8.623,8.243,0.0,0.0,29.87,4.757,9.305,29.893,4.757,9.305,20.991,0.063,0.0,1.02,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0,90.22,5531.22,6070.85,1.0099,55.59,1.0,55.59,90.5,90.5,0.0,50.77,1.0,50.77,90.5,90.5,0.0,90.5,77.803,71.1009,78.5685,0.20669,0.9926,1.0,1.0173,1.0098,1.0,65.208,0.0,0.0,30.105,9.98,10.487,27.272,5.505,11.819,27.231,0.0,0.0,0.489,0.476,0.964,0.443,0.263,1.087,32.96,8.629,8.327,0.0,0.0,29.858,4.76,9.385,29.881,4.76,9.385,21.121,0.063,0.0,1.02,0.263,1.042,2.2561,0.0,3.809,0.0,0.92,0.0
+base-lighting-ceiling-fans-label-energy-use.xml,86.14,77.874,67.7441,78.6449,0.20795,0.9926,1.0,1.0174,1.0099,1.0,56.332,0.0,0.0,30.104,9.637,10.343,47.967,5.262,11.671,27.79,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.905,9.855,8.244,0.0,0.0,44.462,5.381,9.302,47.932,5.381,9.302,21.678,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,160.95,9936.85,6113.29,1.0099,55.6,1.0,55.6,86.05,86.05,0.0,50.16,1.0,50.16,86.05,86.05,0.0,86.05,78.203,67.9548,78.9739,0.20706,0.9926,1.0,1.0174,1.0099,1.0,56.5378,0.0,0.0,30.088,9.646,10.487,47.942,5.266,11.815,27.982,0.0,0.0,0.805,0.481,0.965,1.282,0.263,1.087,27.893,9.862,8.328,0.0,0.0,44.445,5.384,9.383,47.913,5.384,9.383,21.808,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-lighting-ceiling-fans.xml,85.84,77.874,67.508,78.6449,0.20795,0.9926,1.0,1.0174,1.0099,1.0,56.1324,0.0,0.0,30.104,9.637,10.343,47.967,5.262,11.671,27.79,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.905,9.774,8.244,0.0,0.0,44.463,5.337,9.303,47.933,5.337,9.303,21.521,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,160.67,9919.73,6113.29,1.0099,55.6,1.0,55.6,85.75,85.75,0.0,50.16,1.0,50.16,85.75,85.75,0.0,85.75,78.203,67.7184,78.9739,0.20706,0.9926,1.0,1.0174,1.0099,1.0,56.3376,0.0,0.0,30.088,9.646,10.487,47.942,5.266,11.815,27.982,0.0,0.0,0.805,0.481,0.965,1.282,0.263,1.087,27.894,9.782,8.328,0.0,0.0,44.447,5.34,9.383,47.915,5.34,9.383,21.651,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-location-baltimore-md.xml,73.99,60.708,48.082,64.9823,0.26363,1.0472,1.0,1.0222,1.0704,1.0,40.263,0.0,0.0,20.171,12.108,9.47,32.151,6.922,10.786,18.959,0.0,0.0,0.804,0.459,0.954,1.282,0.263,1.087,13.295,11.833,7.725,0.0,0.0,21.191,6.765,8.799,22.845,6.765,8.799,14.883,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,74.42,9712.35,12191.81,1.0704,50.48,1.0,50.48,73.95,73.95,0.0,50.1,1.0,50.1,73.95,73.95,0.0,73.95,61.032,48.2963,65.3128,0.26266,1.047,1.0,1.0221,1.0701,1.0,40.4696,0.0,0.0,20.157,12.119,9.605,32.128,6.928,10.922,19.151,0.0,0.0,0.804,0.459,0.956,1.282,0.263,1.087,13.289,11.843,7.807,0.0,0.0,21.181,6.77,8.877,22.834,6.77,8.877,15.013,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-location-capetown-zaf.xml,78.11,36.594,29.9742,38.3738,0.18401,1.0327,1.0,1.0154,1.0486,1.0,27.4542,0.0,0.0,3.866,5.507,8.234,6.162,2.909,9.533,18.987,0.0,0.0,0.804,0.497,0.939,1.282,0.263,1.087,0.888,7.056,6.744,0.0,0.0,1.415,3.727,7.808,1.525,3.727,7.808,14.942,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,,,,,50.53,1.0,50.53,78.02,78.02,0.0,48.87,1.0,48.87,78.02,78.02,0.0,78.02,36.911,30.187,38.693,0.18269,1.0325,1.0,1.0153,1.0483,1.0,27.6586,0.0,0.0,3.859,5.517,8.356,6.15,2.914,9.655,19.179,0.0,0.0,0.804,0.497,0.941,1.282,0.263,1.087,0.885,7.064,6.82,0.0,0.0,1.411,3.731,7.88,1.521,3.731,7.88,15.073,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-location-dallas-tx.xml,67.69,64.555,46.8564,69.2197,0.27032,1.0484,1.0,1.0227,1.0723,1.0,37.4806,0.0,0.0,9.69,28.432,7.403,15.456,16.395,8.675,19.03,0.0,0.0,0.804,0.455,0.928,1.282,0.263,1.087,3.286,22.324,5.941,0.0,0.0,5.241,12.873,6.962,5.65,12.873,6.962,14.96,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,72.21,6001.21,7750.71,1.0723,47.84,1.0,47.84,67.68,67.68,0.0,46.51,1.0,46.51,67.68,67.68,0.0,67.68,64.87,47.0624,69.5402,0.26936,1.0482,1.0,1.0227,1.072,1.0,37.68,0.0,0.0,9.683,28.448,7.517,15.444,16.405,8.789,19.222,0.0,0.0,0.804,0.455,0.93,1.282,0.263,1.087,3.284,22.332,6.012,0.0,0.0,5.237,12.878,7.029,5.646,12.878,7.029,15.09,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-location-duluth-mn.xml,79.95,78.693,67.0099,83.8197,0.24454,1.0437,1.0,1.0205,1.0651,1.0,56.26,0.0,0.0,45.65,2.066,12.907,72.704,1.337,14.768,18.07,0.0,0.0,0.805,0.406,0.95,1.282,0.263,1.087,39.323,2.812,10.301,0.0,0.0,62.627,1.82,11.786,67.514,1.82,11.786,14.229,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,162.67,11965.71,6906.0,1.0651,46.95,1.0,46.95,79.87,79.87,0.0,46.52,1.0,46.52,79.87,79.87,0.0,79.87,79.055,67.2386,84.1886,0.24378,1.0436,1.0,1.0205,1.0649,1.0,56.4848,0.0,0.0,45.648,2.066,13.078,72.702,1.337,14.939,18.263,0.0,0.0,0.805,0.406,0.952,1.282,0.263,1.087,39.32,2.812,10.402,0.0,0.0,62.624,1.82,11.882,67.511,1.82,11.882,14.359,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-location-helena-mt.xml,84.94,92.356,79.2404,93.2947,0.21347,0.9924,1.0,1.0179,1.0102,1.0,65.6766,0.0,0.0,49.23,4.394,11.732,78.423,2.439,13.088,27.0,0.0,0.0,0.805,0.473,0.974,1.282,0.263,1.087,44.468,4.371,9.385,0.0,0.0,70.836,2.426,10.47,76.364,2.426,10.47,20.954,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,204.89,13323.2,6437.3,1.0102,50.63,1.0,50.63,84.86,84.86,0.0,50.27,1.0,50.27,84.86,84.86,0.0,84.86,92.692,79.4544,93.6301,0.21257,0.9924,1.0,1.0178,1.0101,1.0,65.8876,0.0,0.0,49.21,4.399,11.891,78.392,2.442,13.247,27.192,0.0,0.0,0.805,0.473,0.976,1.282,0.263,1.087,44.455,4.374,9.478,0.0,0.0,70.818,2.428,10.559,76.344,2.428,10.559,21.084,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-location-honolulu-hi.xml,75.56,70.268,55.9149,73.9976,0.20038,1.0357,1.0,1.0168,1.0531,1.0,40.409,0.0,0.0,0.0,46.004,5.092,0.0,25.27,6.276,19.172,0.0,0.0,0.0,0.478,0.882,1.282,0.263,1.087,0.0,36.478,4.024,0.0,0.0,0.0,20.037,4.96,0.0,20.037,4.96,15.068,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,,,,,61.3,1.0,61.3,75.52,75.52,0.0,44.53,1.0,44.53,75.52,75.52,0.0,75.52,70.58,56.1196,74.3138,0.19974,1.0356,1.0,1.0168,1.0529,1.0,40.602,0.0,0.0,0.0,46.034,5.182,0.0,25.287,6.366,19.364,0.0,0.0,0.0,0.478,0.885,1.282,0.263,1.087,0.0,36.495,4.081,0.0,0.0,0.0,20.047,5.014,0.0,20.047,5.014,15.198,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-location-miami-fl.xml,73.52,68.336,53.0673,72.1855,0.21234,1.0378,1.0,1.0178,1.0563,1.0,39.5848,0.0,0.0,0.048,43.892,5.244,0.077,24.998,6.44,19.152,0.0,0.0,0.799,0.461,0.885,1.282,0.263,1.087,0.001,33.517,4.148,0.0,0.0,0.002,19.089,5.094,0.002,19.089,5.094,15.056,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,73.79,5830.37,7479.89,1.0563,61.33,1.0,61.33,73.47,73.47,0.0,46.1,1.0,46.1,73.47,73.47,0.0,73.47,68.646,53.268,72.5002,0.21166,1.0377,1.0,1.0178,1.0561,1.0,39.7768,0.0,0.0,0.048,43.919,5.335,0.076,25.014,6.532,19.344,0.0,0.0,0.81,0.461,0.888,1.282,0.263,1.087,0.001,33.53,4.205,0.0,0.0,0.002,19.097,5.149,0.002,19.097,5.149,15.186,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-location-phoenix-az.xml,68.74,80.906,59.9021,87.1386,0.28755,1.0516,1.0,1.0242,1.077,1.0,42.5434,0.0,0.0,1.363,54.94,5.507,2.172,29.844,6.738,19.096,0.0,0.0,0.805,0.483,0.888,1.282,0.263,1.087,0.126,40.053,4.355,0.0,0.0,0.2,21.757,5.329,0.216,21.757,5.329,15.023,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,69.36,4762.76,6375.36,1.077,50.37,1.0,50.37,68.73,68.73,0.0,46.33,1.0,46.33,68.73,68.73,0.0,68.73,81.211,60.1031,87.4498,0.28678,1.0514,1.0,1.0241,1.0768,1.0,42.736,0.0,0.0,1.36,54.962,5.601,2.168,29.857,6.832,19.288,0.0,0.0,0.804,0.483,0.891,1.282,0.263,1.087,0.125,40.064,4.416,0.0,0.0,0.199,21.764,5.386,0.215,21.764,5.386,15.153,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-location-portland-or.xml,84.24,45.932,40.5477,48.1308,0.18118,1.0322,1.0,1.0152,1.0479,1.0,36.0046,0.0,0.0,12.984,4.188,9.834,20.698,2.357,11.17,18.926,0.0,0.0,0.804,0.466,0.957,1.282,0.263,1.087,12.545,4.668,8.153,0.0,0.0,19.998,2.627,9.261,21.558,2.627,9.261,14.837,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,163.39,4884.6,2852.89,1.0479,66.59,1.0,66.59,84.12,84.12,0.0,50.34,1.0,50.34,84.12,84.12,0.0,84.12,46.255,40.7619,48.4576,0.18024,1.032,1.0,1.0151,1.0476,1.0,36.2096,0.0,0.0,12.969,4.195,9.973,20.672,2.36,11.309,19.118,0.0,0.0,0.804,0.467,0.959,1.282,0.263,1.087,12.537,4.675,8.238,0.0,0.0,19.983,2.63,9.342,21.542,2.63,9.342,14.967,0.345,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-balanced.xml,91.04,78.844,72.5014,79.6327,0.21013,0.9925,1.0,1.0176,1.01,1.0,59.8998,0.0,0.0,29.729,10.154,10.343,47.37,5.526,11.674,27.04,1.578,0.0,0.805,0.482,0.963,1.282,0.263,1.087,31.058,10.419,8.246,0.0,0.0,49.487,5.67,9.307,53.349,5.67,9.307,20.986,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,173.69,10830.3,6173.5,1.01,55.61,1.0,55.61,90.94,90.94,0.0,50.12,1.0,50.12,90.94,90.94,0.0,90.94,79.173,72.7133,79.9617,0.20926,0.9925,1.0,1.0176,1.01,1.0,60.1056,0.0,0.0,29.713,10.163,10.487,47.343,5.531,11.818,27.232,1.578,0.0,0.805,0.482,0.965,1.282,0.263,1.087,31.048,10.426,8.331,0.0,0.0,49.47,5.674,9.388,53.33,5.674,9.388,21.116,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-cfis-control-type-timer.xml,94.29,78.399,74.6641,79.1833,0.21013,0.9925,1.0,1.0176,1.01,1.0,61.9332,0.0,0.0,29.856,10.095,10.343,47.571,5.498,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,29.736,11.5,8.243,0.0,0.0,47.38,6.263,9.305,51.077,6.263,9.305,20.99,4.195,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,173.31,10742.56,6137.12,1.01,55.61,1.0,55.61,94.17,94.17,0.0,50.12,1.0,50.12,94.17,94.17,0.0,94.17,78.727,74.8748,79.5113,0.20926,0.9925,1.0,1.0176,1.01,1.0,62.1384,0.0,0.0,29.84,10.103,10.487,47.546,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,29.726,11.506,8.328,0.0,0.0,47.364,6.266,9.385,51.06,6.266,9.385,21.12,4.195,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-cfis-no-additional-runtime.xml,89.95,77.652,70.5452,78.4288,0.21013,0.9925,1.0,1.0176,1.01,1.0,58.008,0.0,0.0,30.069,9.996,10.343,47.912,5.452,11.675,27.039,0.205,0.0,0.805,0.481,0.963,1.282,0.263,1.087,30.744,10.566,8.243,0.0,0.0,48.988,5.763,9.305,52.811,5.763,9.305,20.991,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,172.84,10606.93,6075.9,1.01,55.61,1.0,55.61,89.84,89.84,0.0,50.12,1.0,50.12,89.84,89.84,0.0,89.84,77.98,70.7565,78.7568,0.20926,0.9925,1.0,1.0176,1.01,1.0,58.2124,0.0,0.0,30.053,10.004,10.487,47.885,5.455,11.819,27.231,0.205,0.0,0.805,0.481,0.964,1.282,0.263,1.087,30.734,10.574,8.327,0.0,0.0,48.97,5.766,9.385,52.791,5.766,9.385,21.121,0.0,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-cfis-no-outdoor-air-control.xml,91.71,78.399,72.6171,79.1833,0.21013,0.9925,1.0,1.0176,1.01,1.0,60.2684,0.0,0.0,29.856,10.095,10.343,47.571,5.498,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,29.249,11.026,8.243,0.0,0.0,46.603,6.005,9.305,50.24,6.005,9.305,20.99,3.109,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,169.53,10508.26,6137.12,1.01,55.61,1.0,55.61,91.59,91.59,0.0,50.12,1.0,50.12,91.59,91.59,0.0,91.59,78.727,72.827,79.5113,0.20926,0.9925,1.0,1.0176,1.01,1.0,60.4738,0.0,0.0,29.84,10.103,10.487,47.546,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,29.237,11.032,8.328,0.0,0.0,46.585,6.008,9.385,50.22,6.008,9.385,21.12,3.11,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-cfis-supplemental-fan-exhaust-synchronized.xml,86.31,78.399,68.3393,79.1833,0.21013,0.9925,1.0,1.0176,1.01,1.0,56.6076,0.0,0.0,29.856,10.095,10.343,47.571,5.498,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,28.265,10.235,8.244,0.0,0.0,45.037,5.574,9.306,48.551,5.574,9.306,20.988,0.607,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.77,10027.42,6137.12,1.01,55.61,1.0,55.61,86.22,86.22,0.0,50.12,1.0,50.12,86.22,86.22,0.0,86.22,78.727,68.5515,79.5113,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.813,0.0,0.0,29.84,10.103,10.487,47.546,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,28.254,10.243,8.33,0.0,0.0,45.019,5.578,9.387,48.532,5.578,9.387,21.118,0.607,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-cfis-supplemental-fan-exhaust.xml,84.99,78.399,67.2957,79.1833,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8312,0.0,0.0,29.856,10.095,10.343,47.571,5.498,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,27.346,10.227,8.244,0.0,0.0,43.572,5.57,9.306,46.972,5.57,9.306,20.988,0.49,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,157.89,9787.04,6137.12,1.01,55.61,1.0,55.61,84.9,84.9,0.0,50.12,1.0,50.12,84.9,84.9,0.0,84.9,78.727,67.5055,79.5113,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0366,0.0,0.0,29.84,10.103,10.487,47.546,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,27.334,10.233,8.33,0.0,0.0,43.553,5.573,9.387,46.952,5.573,9.387,21.118,0.49,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-cfis.xml,90.49,78.399,71.6549,79.1833,0.21013,0.9925,1.0,1.0176,1.01,1.0,59.5684,0.0,0.0,29.856,10.095,10.343,47.571,5.498,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,28.801,10.673,8.243,0.0,0.0,45.89,5.813,9.305,49.471,5.813,9.305,20.99,2.947,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,167.32,10371.42,6137.12,1.01,55.61,1.0,55.61,90.38,90.38,0.0,50.12,1.0,50.12,90.38,90.38,0.0,90.38,78.727,71.8641,79.5113,0.20926,0.9925,1.0,1.0176,1.01,1.0,59.7746,0.0,0.0,29.84,10.103,10.487,47.546,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,28.79,10.678,8.328,0.0,0.0,45.873,5.815,9.385,49.453,5.815,9.385,21.12,2.948,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-erv-atre-asre.xml,79.18,79.431,63.5196,80.2256,0.21013,0.9925,1.0,1.0176,1.01,1.0,53.4478,0.0,0.0,29.561,10.232,10.343,47.103,5.563,11.674,27.04,2.255,0.0,0.805,0.483,0.963,1.282,0.263,1.087,21.894,10.594,8.241,0.0,0.0,34.886,5.76,9.302,37.608,5.76,9.302,20.997,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,136.0,8545.66,6221.56,1.01,55.61,1.0,55.61,79.12,79.12,0.0,50.12,1.0,50.12,79.12,79.12,0.0,79.12,79.76,63.7336,80.5546,0.20926,0.9925,1.0,1.0176,1.01,1.0,53.6536,0.0,0.0,29.545,10.241,10.487,47.076,5.567,11.818,27.232,2.255,0.0,0.805,0.483,0.965,1.282,0.263,1.087,21.884,10.603,8.326,0.0,0.0,34.869,5.764,9.383,37.59,5.764,9.383,21.127,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-erv.xml,79.2,79.431,63.5389,80.2256,0.21013,0.9925,1.0,1.0176,1.01,1.0,53.4624,0.0,0.0,29.561,10.232,10.343,47.103,5.563,11.674,27.04,2.255,0.0,0.805,0.483,0.963,1.282,0.263,1.087,21.911,10.596,8.241,0.0,0.0,34.914,5.761,9.302,37.638,5.761,9.302,20.997,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,136.07,8550.06,6221.56,1.01,55.61,1.0,55.61,79.14,79.14,0.0,50.12,1.0,50.12,79.14,79.14,0.0,79.14,79.76,63.7529,80.5546,0.20926,0.9925,1.0,1.0176,1.01,1.0,53.6682,0.0,0.0,29.545,10.241,10.487,47.076,5.567,11.818,27.232,2.255,0.0,0.805,0.483,0.965,1.282,0.263,1.087,21.901,10.605,8.326,0.0,0.0,34.897,5.765,9.383,37.62,5.765,9.383,21.127,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-exhaust.xml,87.36,78.399,69.1735,79.1833,0.21013,0.9925,1.0,1.0176,1.01,1.0,57.2884,0.0,0.0,29.856,10.095,10.343,47.571,5.498,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,28.754,10.29,8.244,0.0,0.0,45.816,5.604,9.306,49.391,5.604,9.306,20.988,0.897,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,164.14,10174.48,6137.12,1.01,55.61,1.0,55.61,87.26,87.26,0.0,50.12,1.0,50.12,87.26,87.26,0.0,87.26,78.727,69.385,79.5113,0.20926,0.9925,1.0,1.0176,1.01,1.0,57.4938,0.0,0.0,29.84,10.103,10.487,47.546,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,28.743,10.298,8.33,0.0,0.0,45.797,5.608,9.387,49.371,5.608,9.387,21.118,0.897,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-hrv-asre.xml,79.58,79.431,63.8402,80.2256,0.21013,0.9925,1.0,1.0176,1.01,1.0,53.6588,0.0,0.0,29.561,10.232,10.343,47.103,5.563,11.674,27.04,2.255,0.0,0.805,0.483,0.963,1.282,0.263,1.087,22.067,10.742,8.241,0.0,0.0,35.162,5.84,9.302,37.906,5.84,9.302,20.997,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,136.76,8593.83,6221.56,1.01,55.61,1.0,55.61,79.52,79.52,0.0,50.12,1.0,50.12,79.52,79.52,0.0,79.52,79.76,64.0543,80.5546,0.20926,0.9925,1.0,1.0176,1.01,1.0,53.8646,0.0,0.0,29.545,10.241,10.487,47.076,5.567,11.818,27.232,2.255,0.0,0.805,0.483,0.965,1.282,0.263,1.087,22.057,10.751,8.326,0.0,0.0,35.145,5.844,9.383,37.888,5.844,9.383,21.127,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-hrv.xml,79.59,79.431,63.8554,80.2256,0.21013,0.9925,1.0,1.0176,1.01,1.0,53.6686,0.0,0.0,29.561,10.232,10.343,47.103,5.563,11.674,27.04,2.255,0.0,0.805,0.483,0.963,1.282,0.263,1.087,22.081,10.743,8.241,0.0,0.0,35.184,5.841,9.302,37.929,5.841,9.302,20.997,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,136.81,8597.15,6221.56,1.01,55.61,1.0,55.61,79.53,79.53,0.0,50.12,1.0,50.12,79.53,79.53,0.0,79.53,79.76,64.0671,80.5546,0.20926,0.9925,1.0,1.0176,1.01,1.0,53.8744,0.0,0.0,29.545,10.241,10.487,47.076,5.567,11.818,27.232,2.255,0.0,0.805,0.483,0.965,1.282,0.263,1.087,22.07,10.751,8.326,0.0,0.0,35.166,5.844,9.383,37.91,5.844,9.383,21.127,1.793,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-multiple.xml,83.34,79.063,66.5488,79.8538,0.2101,0.9925,1.0,1.0176,1.01,1.0,56.1512,0.0,0.0,29.668,10.186,10.343,47.273,5.566,11.674,27.04,1.826,0.0,1.609,0.961,0.963,2.564,0.526,1.087,24.679,9.631,8.246,0.0,0.0,39.323,5.263,9.307,42.391000000000005,4.821,9.307,20.985,3.008,0.0,2.174,0.484,1.042,2.1886,0.806,7.618,0.0,0.92,0.0,146.58,9309.31,6288.14,1.01,55.61,1.0,55.61,83.26,83.26,0.0,50.1,1.0,50.1,83.26,83.26,0.0,83.26,79.391,66.7564,80.1817,0.20921,0.9925,1.0,1.0176,1.01,1.0,56.3568,0.0,0.0,29.652,10.194,10.487,47.246,5.572,11.818,27.232,1.826,0.0,1.609,0.961,0.965,2.564,0.526,1.087,24.669,9.633,8.331,0.0,0.0,39.307,5.265,9.388,42.374,4.823,9.388,21.115,3.009,0.0,2.174,0.484,1.042,2.1886,0.806,7.618,0.0,0.92,0.0
+base-mechvent-supply.xml,86.81,78.399,68.7399,79.1833,0.21013,0.9925,1.0,1.0176,1.01,1.0,56.9454,0.0,0.0,29.856,10.095,10.343,47.571,5.498,11.675,27.04,1.065,0.0,0.805,0.482,0.963,1.282,0.263,1.087,28.189,10.422,8.243,0.0,0.0,44.914,5.676,9.305,48.419,5.676,9.305,20.989,0.897,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.97,10039.47,6137.12,1.01,55.61,1.0,55.61,86.72,86.72,0.0,50.12,1.0,50.12,86.72,86.72,0.0,86.72,78.727,68.9493,79.5113,0.20926,0.9925,1.0,1.0176,1.01,1.0,57.1512,0.0,0.0,29.84,10.103,10.487,47.546,5.502,11.818,27.232,1.065,0.0,0.805,0.482,0.965,1.282,0.263,1.087,28.177,10.426,8.33,0.0,0.0,44.897,5.678,9.387,48.4,5.678,9.387,21.119,0.897,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-mechvent-whole-house-fan.xml,83.94,77.474,65.6853,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,54.9086,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,28.014,8.386,8.25,0.0,0.0,44.638,4.575,9.312,48.121,3.904,9.312,20.972,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,160.91,9850.88,6061.37,1.01,55.61,1.0,55.61,83.86,83.86,0.0,50.12,1.0,50.12,83.86,83.86,0.0,83.86,77.803,65.892,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,55.1124,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,28.004,8.39,8.334,0.0,0.0,44.62,4.577,9.392,48.102,3.906,9.392,21.102,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-misc-bills-detailed-only.xml,86.28,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8936,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.66,9896.94,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0984,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-misc-bills-pv-detailed-only.xml,44.77,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,0.519,55.8936,26.887,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,131.98,8079.63,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,44.88,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,0.5207,56.0984,26.887,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-misc-bills-pv-mixed.xml,44.77,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,0.519,55.8936,26.887,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,131.98,8079.63,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,44.88,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,0.5207,56.0984,26.887,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-misc-bills-pv.xml,-2.12,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,-0.0245,55.8936,57.264,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,98.27,6016.19,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,-1.79,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,-0.0208,56.0984,57.264,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-misc-bills.xml,86.28,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8936,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.66,9896.94,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0984,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-misc-generators.xml,84.08,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,0.9745,54.5046,1.389,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,198.14,12130.15,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,83.99,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,0.9746,54.7094,1.389,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-pv-battery.xml,46.0,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,0.5331,55.8936,26.887,0.792,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,130.17,7968.82,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,46.09,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,0.5348,56.0984,26.887,0.788,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-pv.xml,44.77,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,0.519,55.8936,26.887,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,131.98,8079.63,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,44.88,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,0.5207,56.0984,26.887,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-versions-multiple-mf.xml,71.33,39.439,30.3739,42.5794,0.2009,1.0617,1.0,1.0169,1.0796,1.0,28.448,0.0,0.0,5.766,6.71,10.487,9.196,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,2.99,4.571,8.834,0.0,0.0,4.769,2.408,9.929,5.141,2.408,9.929,12.972,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,84.39,2876.52,3157.24,1.0796,50.32,1.0,50.32,71.33,71.33,0.0,48.51,1.0,48.51,71.33,71.33,0.0,71.33,39.439,30.3739,42.5794,0.2009,1.0617,1.0,1.0169,1.0796,1.0,28.448,0.0,0.0,5.766,6.71,10.487,9.196,3.535,11.787,16.476,0.0,0.0,0.804,0.498,0.967,1.282,0.263,1.087,2.99,4.571,8.834,0.0,0.0,4.769,2.408,9.929,5.141,2.408,9.929,12.972,1.007,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base-versions-multiple-sf.xml,86.18,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0984,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.2,9911.32,6087.66,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0984,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
+base.xml,86.28,77.474,67.5102,78.249,0.21013,0.9925,1.0,1.0176,1.01,1.0,55.8936,0.0,0.0,30.12,9.972,10.343,47.993,5.44,11.675,27.039,0.0,0.0,0.805,0.481,0.963,1.282,0.263,1.087,27.922,10.291,8.243,0.0,0.0,44.49,5.614,9.305,47.962,5.614,9.305,20.991,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0,161.66,9896.94,6061.37,1.01,55.61,1.0,55.61,86.18,86.18,0.0,50.12,1.0,50.12,86.18,86.18,0.0,86.18,77.803,67.7205,78.5781,0.20926,0.9925,1.0,1.0176,1.01,1.0,56.0984,0.0,0.0,30.104,9.981,10.487,47.967,5.445,11.819,27.231,0.0,0.0,0.805,0.481,0.964,1.282,0.263,1.087,27.911,10.298,8.327,0.0,0.0,44.473,5.618,9.385,47.943,5.618,9.385,21.121,0.063,0.0,1.087,0.242,1.042,1.0943,0.403,3.809,0.0,0.92,0.0
diff --git a/workflow/tests/workflow_test.rb b/workflow/tests/workflow_test.rb
index d8d17d109a..94263a2c57 100644
--- a/workflow/tests/workflow_test.rb
+++ b/workflow/tests/workflow_test.rb
@@ -129,7 +129,7 @@ def test_running_with_cli
def test_release_zips
# Check release zips successfully created
top_dir = File.join(File.dirname(__FILE__), '..', '..')
- command = "\"#{OpenStudio.getOpenStudioCLI}\" #{File.join(top_dir, 'tasks.rb')} create_release_zips"
+ command = "\"#{OpenStudio.getOpenStudioCLI}\" #{File.join(top_dir, 'tasks.rb')} create_release_zip"
system(command)
assert_equal(1, Dir["#{top_dir}/*.zip"].size)
diff --git a/workflow/version.rb b/workflow/version.rb
index 5c4ff643ce..3a7bbb8a84 100644
--- a/workflow/version.rb
+++ b/workflow/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Version
- OS_ERI_Version = '1.11.1' # Version of the OS-ERI workflow
+ OS_ERI_Version = '1.12.0' # Version of the OS-ERI workflow
end