diff --git a/Changelog.md b/Changelog.md index 6bdf8db0a..369433f73 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,9 @@ __New Features__ - `WeatherStation/extension/EPWFilePath` is now optional; if not provided, the closest TMY3 weather station will be automatically selected based on the zip code. +__Bugfixes__ +- Fixes clothes washer configurations for ZERH v2 and ENERGY STAR SFNH 3.2/MFNC 1.2 programs when the rated home does not include a clothes washer. + ## OpenStudio-ERI v1.9.0 __New Features__ diff --git a/rulesets/resources/ES_ZERHruleset.rb b/rulesets/resources/ES_ZERHruleset.rb index ba21d712e..9214ed3c7 100644 --- a/rulesets/resources/ES_ZERHruleset.rb +++ b/rulesets/resources/ES_ZERHruleset.rb @@ -950,24 +950,42 @@ def self.set_appliances_clothes_washer_reference(orig_bldg, new_bldg) # Default values id = 'ClothesWasher' location = HPXML::LocationConditionedSpace + reference_values = Defaults.get_clothes_washer_values(@eri_version) + integrated_modified_energy_factor = reference_values[:integrated_modified_energy_factor] + rated_annual_kwh = reference_values[:rated_annual_kwh] + label_electric_rate = reference_values[:label_electric_rate] + label_gas_rate = reference_values[:label_gas_rate] + label_annual_gas_cost = reference_values[:label_annual_gas_cost] + label_usage = reference_values[:label_usage] + capacity = reference_values[:capacity] # Override values? if not orig_bldg.clothes_washers.empty? clothes_washer = orig_bldg.clothes_washers[0] id = clothes_washer.id location = clothes_washer.location.gsub('unvented', 'vented') + + if [ESConstants::SFNationalVer3_2, ESConstants::MFNationalVer1_2, ZERHConstants::SFVer2, ZERHConstants::MFVer2].include? @program_version + integrated_modified_energy_factor = lookup_reference_value('clothes_washer_imef') + rated_annual_kwh = lookup_reference_value('clothes_washer_ler') + label_electric_rate = lookup_reference_value('clothes_washer_elec_rate') + label_gas_rate = lookup_reference_value('clothes_washer_gas_rate') + label_annual_gas_cost = lookup_reference_value('clothes_washer_ghwc') + label_usage = lookup_reference_value('clothes_washer_lcy') / 52.0 + capacity = lookup_reference_value('clothes_washer_capacity') + end end new_bldg.clothes_washers.add(id: id, location: location, is_shared_appliance: false, - integrated_modified_energy_factor: lookup_reference_value('clothes_washer_imef'), - rated_annual_kwh: lookup_reference_value('clothes_washer_ler'), - label_electric_rate: lookup_reference_value('clothes_washer_elec_rate'), - label_gas_rate: lookup_reference_value('clothes_washer_gas_rate'), - label_annual_gas_cost: lookup_reference_value('clothes_washer_ghwc'), - label_usage: lookup_reference_value('clothes_washer_lcy') / 52.0, - capacity: lookup_reference_value('clothes_washer_capacity')) + integrated_modified_energy_factor: integrated_modified_energy_factor, + rated_annual_kwh: rated_annual_kwh, + label_electric_rate: label_electric_rate, + label_gas_rate: label_gas_rate, + label_annual_gas_cost: label_annual_gas_cost, + label_usage: label_usage, + capacity: capacity) end def self.set_appliances_clothes_dryer_reference(orig_bldg, new_bldg) diff --git a/rulesets/tests/test_es_zerh_appliances.rb b/rulesets/tests/test_es_zerh_appliances.rb index ad459df8d..db075e560 100644 --- a/rulesets/tests/test_es_zerh_appliances.rb +++ b/rulesets/tests/test_es_zerh_appliances.rb @@ -91,12 +91,11 @@ def test_appliances_none _convert_to_es_zerh('base-appliances-none.xml', program_version) _hpxml, hpxml_bldg = _test_ruleset(program_version) if [ESConstants::SFNationalVer3_2, ESConstants::MFNationalVer1_2, ZERHConstants::SFVer2, ZERHConstants::MFVer2].include? program_version - _check_clothes_washer(hpxml_bldg, mef: nil, imef: 1.57, annual_kwh: 284, elec_rate: 0.12, gas_rate: 1.09, agc: 18, cap: 4.2, label_usage: 6, location: HPXML::LocationConditionedSpace) _check_refrigerator(hpxml_bldg, annual_kwh: 450.0, location: HPXML::LocationConditionedSpace) else - _check_clothes_washer(hpxml_bldg, mef: nil, imef: 1.0, annual_kwh: 400, elec_rate: 0.12, gas_rate: 1.09, agc: 27, cap: 3.0, label_usage: 6, location: HPXML::LocationConditionedSpace) _check_refrigerator(hpxml_bldg, annual_kwh: 423.0, location: HPXML::LocationConditionedSpace) end + _check_clothes_washer(hpxml_bldg, mef: nil, imef: 1.0, annual_kwh: 400, elec_rate: 0.12, gas_rate: 1.09, agc: 27, cap: 3.0, label_usage: 6, location: HPXML::LocationConditionedSpace) _check_clothes_dryer(hpxml_bldg, fuel_type: HPXML::FuelTypeElectricity, ef: nil, cef: 3.01, location: HPXML::LocationConditionedSpace) _check_dishwasher(hpxml_bldg, ef: nil, annual_kwh: 270.0, cap: 12, elec_rate: 0.12, gas_rate: 1.09, agc: 22.23, label_usage: 4, location: HPXML::LocationConditionedSpace) _check_cooking_range(hpxml_bldg, fuel_type: HPXML::FuelTypeElectricity, cook_is_induction: false, oven_is_convection: false, location: HPXML::LocationConditionedSpace) diff --git a/workflow/tests/base_results/sample_files.csv b/workflow/tests/base_results/sample_files.csv index 781e3ad96..54e58c2f0 100644 --- a/workflow/tests/base_results/sample_files.csv +++ b/workflow/tests/base_results/sample_files.csv @@ -5,7 +5,7 @@ base-appliances-dehumidifier-multiple.xml,70.11,64.839,48.7044,69.4714,0.26738,1 base-appliances-dehumidifier.xml,70.11,64.84,48.7079,69.4725,0.26738,1.0479,1.0,1.0225,1.0714,1.0,38.7232,0.0,0.0,9.79,28.1,7.52,15.68,16.71,8.5,19.22,0.0,0.2,0.8008,0.4416,0.9614,1.2821,0.2625,1.087,3.0812,24.2344,5.9374,0.0,0.0,4.9331,14.4071,6.713,5.32,14.41,6.71,15.09,0.32,0.05,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0,74.19,6171.24,7763.93,47.15,1.0,47.15,70.11,70.11,0.0,44.66,1.0,44.66,70.11,70.11,0.0,70.11,64.84,48.7079,69.4725,0.26738,1.0479,1.0,1.0225,1.0714,1.0,38.7232,0.0,0.0,9.79,28.1,7.52,15.68,16.71,8.5,19.22,0.0,0.2,0.8008,0.4416,0.9614,1.2821,0.2625,1.087,3.0812,24.2344,5.9374,0.0,0.0,4.9331,14.4071,6.713,5.32,14.41,6.71,15.09,0.32,0.05,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0 base-appliances-gas.xml,79.32,79.884,64.003,80.6923,0.21252,0.9924,1.0,1.0178,1.0101,1.0,51.3784,0.0,0.0,30.12,10.07,10.49,47.97,5.96,11.52,29.2,0.0,0.0,0.8049,0.4435,0.9898,1.2821,0.2625,1.087,23.0211,9.5757,8.2122,0.0,0.0,36.6668,5.6681,9.018,39.53,5.67,9.02,23.19,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0,159.53,9152.2,5679.36,56.9,1.0,56.9,79.32,79.32,0.0,51.53,1.0,51.53,79.32,79.32,0.0,79.32,79.884,64.003,80.6923,0.21252,0.9924,1.0,1.0178,1.0101,1.0,51.3784,0.0,0.0,30.12,10.07,10.49,47.97,5.96,11.52,29.2,0.0,0.0,0.8049,0.4435,0.9898,1.2821,0.2625,1.087,23.0211,9.5757,8.2122,0.0,0.0,36.6668,5.6681,9.018,39.53,5.67,9.02,23.19,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0 base-appliances-modified.xml,79.61,78.11,62.8282,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,53.1944,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.3369,9.3515,8.6877,0.0,0.0,37.1686,5.5581,9.541,40.07,5.56,9.54,21.45,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0,153.3,8796.64,5679.36,56.32,1.0,56.32,79.61,79.61,0.0,50.8,1.0,50.8,79.61,79.61,0.0,79.61,78.11,62.8282,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,53.1944,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.3369,9.3515,8.6877,0.0,0.0,37.1686,5.5581,9.541,40.07,5.56,9.54,21.45,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0 -base-appliances-none.xml,80.62,78.11,63.6283,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,53.9898,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.2688,9.3919,8.6076,0.0,0.0,37.0601,5.5821,9.453,39.95,5.58,9.45,22.35,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0,154.14,8844.93,5679.36,56.08,1.0,56.08,80.62,80.62,0.0,50.58,1.0,50.58,80.62,80.62,0.0,80.62,78.11,63.6283,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,53.9898,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.2688,9.3919,8.6076,0.0,0.0,37.0601,5.5821,9.453,39.95,5.58,9.45,22.35,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0 +base-appliances-none.xml,80.62,78.11,63.6283,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,53.9898,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.2688,9.3919,8.6076,0.0,0.0,37.0601,5.5821,9.453,39.95,5.58,9.45,22.35,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0,154.14,8844.93,5679.36,57.82,1.0,57.82,80.62,80.62,0.0,52.28,1.0,52.28,80.62,80.62,0.0,80.62,78.11,63.6283,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,53.9898,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.2688,9.3919,8.6076,0.0,0.0,37.0601,5.5821,9.453,39.95,5.58,9.45,22.35,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0 base-appliances-oil.xml,79.32,79.884,64.003,80.6923,0.21252,0.9924,1.0,1.0178,1.0101,1.0,51.3784,0.0,0.0,30.12,10.07,10.49,47.97,5.96,11.52,29.2,0.0,0.0,0.8049,0.4435,0.9898,1.2821,0.2625,1.087,23.0211,9.5757,8.2122,0.0,0.0,36.6668,5.6681,9.018,39.53,5.67,9.02,23.19,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0,163.66,9388.74,5679.36,56.9,1.0,56.9,79.32,79.32,0.0,51.53,1.0,51.53,79.32,79.32,0.0,79.32,79.884,64.003,80.6923,0.21252,0.9924,1.0,1.0178,1.0101,1.0,51.3784,0.0,0.0,30.12,10.07,10.49,47.97,5.96,11.52,29.2,0.0,0.0,0.8049,0.4435,0.9898,1.2821,0.2625,1.087,23.0211,9.5757,8.2122,0.0,0.0,36.6668,5.6681,9.018,39.53,5.67,9.02,23.19,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0 base-appliances-propane.xml,79.32,79.884,64.003,80.6923,0.21252,0.9924,1.0,1.0178,1.0101,1.0,51.3784,0.0,0.0,30.12,10.07,10.49,47.97,5.96,11.52,29.2,0.0,0.0,0.8049,0.4435,0.9898,1.2821,0.2625,1.087,23.0211,9.5757,8.2122,0.0,0.0,36.6668,5.6681,9.018,39.53,5.67,9.02,23.19,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0,162.12,9300.65,5679.36,56.9,1.0,56.9,79.32,79.32,0.0,51.53,1.0,51.53,79.32,79.32,0.0,79.32,79.884,64.003,80.6923,0.21252,0.9924,1.0,1.0178,1.0101,1.0,51.3784,0.0,0.0,30.12,10.07,10.49,47.97,5.96,11.52,29.2,0.0,0.0,0.8049,0.4435,0.9898,1.2821,0.2625,1.087,23.0211,9.5757,8.2122,0.0,0.0,36.6668,5.6681,9.018,39.53,5.67,9.02,23.19,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0 base-appliances-wood.xml,79.32,79.884,64.003,80.6923,0.21252,0.9924,1.0,1.0178,1.0101,1.0,51.3784,0.0,0.0,30.12,10.07,10.49,47.97,5.96,11.52,29.2,0.0,0.0,0.8049,0.4435,0.9898,1.2821,0.2625,1.087,23.0211,9.5757,8.2122,0.0,0.0,36.6668,5.6681,9.018,39.53,5.67,9.02,23.19,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0,,,,56.9,1.0,56.9,79.32,79.32,0.0,51.53,1.0,51.53,79.32,79.32,0.0,79.32,79.884,64.003,80.6923,0.21252,0.9924,1.0,1.0178,1.0101,1.0,51.3784,0.0,0.0,30.12,10.07,10.49,47.97,5.96,11.52,29.2,0.0,0.0,0.8049,0.4435,0.9898,1.2821,0.2625,1.087,23.0211,9.5757,8.2122,0.0,0.0,36.6668,5.6681,9.018,39.53,5.67,9.02,23.19,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0 @@ -49,7 +49,7 @@ base-dhw-jacket-hpwh.xml,74.64,77.82,58.6644,78.5925,0.20853,0.9926,1.0,1.0175,1 base-dhw-jacket-indirect.xml,67.88,77.62,53.2451,78.442,0.22239,0.9921,1.0,1.0187,1.0106,1.0,45.0568,0.0,0.0,29.75,10.15,10.49,48.63,6.16,18.64,27.23,0.0,0.0,0.7648,0.4327,0.9702,1.25,0.2625,1.7241,17.9298,9.2374,4.9479,0.0,0.0,29.3052,5.6051,8.7927,32.4,5.61,13.09,21.12,0.01,0.0,1.087,0.2625,1.2695,1.0943,0.403,3.809,0.0,1.1877,1.013,151.21,8857.26,5796.36,55.07,1.0,55.07,67.88,67.88,0.0,49.69,1.0,49.69,67.88,67.88,0.0,67.88,77.62,53.2451,78.442,0.22239,0.9921,1.0,1.0187,1.0106,1.0,45.0568,0.0,0.0,29.75,10.15,10.49,48.63,6.16,18.64,27.23,0.0,0.0,0.7648,0.4327,0.9702,1.25,0.2625,1.7241,17.9298,9.2374,4.9479,0.0,0.0,29.3052,5.6051,8.7927,32.4,5.61,13.09,21.12,0.01,0.0,1.087,0.2625,1.2695,1.0943,0.403,3.809,0.0,1.1877,1.013 base-dhw-low-flow-fixtures.xml,78.36,78.11,61.8409,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,52.1386,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.3713,9.3313,8.0103,0.0,0.0,37.2234,5.546,8.797,40.13,5.55,8.8,21.12,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0,151.92,8717.95,5679.36,56.08,1.0,56.08,78.36,78.36,0.0,50.58,1.0,50.58,78.36,78.36,0.0,78.36,78.11,61.8409,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,52.1386,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.3713,9.3313,8.0103,0.0,0.0,37.2234,5.546,8.797,40.13,5.55,8.8,21.12,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0 base-dhw-multiple.xml,68.12,78.109,53.7818,78.9558,0.22762,0.9919,1.0,1.0191,1.0108,1.0,43.4492,0.0,0.0,30.56,9.84,10.5,49.9,6.01,11.5,27.23,0.0,0.0,0.7655,0.43,5.9382,1.25,0.2625,6.522,18.0532,9.1325,5.4661,0.0,0.0,29.4788,5.5761,6.003,32.59,5.58,5.99,21.12,0.01,0.0,1.087,0.2625,6.9094,1.0943,0.403,3.809,0.0,5.5200000000000005,0.0,131.97,7709.95,5779.36,61.25,1.0,61.25,68.12,68.12,0.0,55.74,1.0,55.74,68.12,68.12,0.0,68.12,78.109,53.7818,78.9558,0.22762,0.9919,1.0,1.0191,1.0108,1.0,43.4492,0.0,0.0,30.56,9.84,10.5,49.9,6.01,11.5,27.23,0.0,0.0,0.7655,0.43,5.9382,1.25,0.2625,6.522,18.0532,9.1325,5.4661,0.0,0.0,29.4788,5.5761,6.003,32.59,5.58,5.99,21.12,0.01,0.0,1.087,0.2625,6.9094,1.0943,0.403,3.809,0.0,5.5200000000000005,0.0 -base-dhw-none.xml,82.84,77.67,65.0111,78.476,0.21794,0.9922,1.0,1.0183,1.0104,1.0,51.3914,0.0,0.0,29.84,10.12,10.49,47.52,5.98,18.3,27.23,0.0,0.0,0.8049,0.4443,0.9715,1.2821,0.2625,1.6949,22.5672,9.7268,10.4841,0.0,0.0,35.9442,5.7471,18.2909,38.75,5.75,18.29,22.23,0.01,0.0,1.087,0.2625,1.6949,1.0943,0.403,3.809,0.0,1.1877,1.013,184.88,10608.98,5679.36,61.05,1.0,61.05,82.84,82.84,0.0,56.12,1.0,56.12,82.84,82.84,0.0,82.84,77.67,65.0111,78.476,0.21794,0.9922,1.0,1.0183,1.0104,1.0,51.3914,0.0,0.0,29.84,10.12,10.49,47.52,5.98,18.3,27.23,0.0,0.0,0.8049,0.4443,0.9715,1.2821,0.2625,1.6949,22.5672,9.7268,10.4841,0.0,0.0,35.9442,5.7471,18.2909,38.75,5.75,18.29,22.23,0.01,0.0,1.087,0.2625,1.6949,1.0943,0.403,3.809,0.0,1.1877,1.013 +base-dhw-none.xml,82.84,77.67,65.0111,78.476,0.21794,0.9922,1.0,1.0183,1.0104,1.0,51.3914,0.0,0.0,29.84,10.12,10.49,47.52,5.98,18.3,27.23,0.0,0.0,0.8049,0.4443,0.9715,1.2821,0.2625,1.6949,22.5672,9.7268,10.4841,0.0,0.0,35.9442,5.7471,18.2909,38.75,5.75,18.29,22.23,0.01,0.0,1.087,0.2625,1.6949,1.0943,0.403,3.809,0.0,1.1877,1.013,184.88,10608.98,5679.36,62.9,1.0,62.9,82.84,82.84,0.0,57.94,1.0,57.94,82.84,82.84,0.0,82.84,77.67,65.0111,78.476,0.21794,0.9922,1.0,1.0183,1.0104,1.0,51.3914,0.0,0.0,29.84,10.12,10.49,47.52,5.98,18.3,27.23,0.0,0.0,0.8049,0.4443,0.9715,1.2821,0.2625,1.6949,22.5672,9.7268,10.4841,0.0,0.0,35.9442,5.7471,18.2909,38.75,5.75,18.29,22.23,0.01,0.0,1.087,0.2625,1.6949,1.0943,0.403,3.809,0.0,1.1877,1.013 base-dhw-recirc-demand.xml,78.56,78.11,61.9984,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,52.3116,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.3713,9.3313,8.1678,0.0,0.0,37.2234,5.546,8.97,40.13,5.55,8.97,21.12,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0,152.17,8731.95,5679.36,56.08,1.0,56.08,78.56,78.56,0.0,50.58,1.0,50.58,78.56,78.56,0.0,78.56,78.11,61.9984,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,52.3116,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.3713,9.3313,8.1678,0.0,0.0,37.2234,5.546,8.97,40.13,5.55,8.97,21.12,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0 base-dhw-solar-fraction.xml,71.98,78.11,56.8058,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,46.579,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.5425,9.2607,2.8747,0.0,0.0,37.4961,5.504,3.157,40.42,5.5,3.16,21.12,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0,144.76,8306.63,5679.36,56.08,1.0,56.08,71.98,71.98,0.0,50.58,1.0,50.58,71.98,71.98,0.0,71.98,78.11,56.8058,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,46.579,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.5425,9.2607,2.8747,0.0,0.0,37.4961,5.504,3.157,40.42,5.5,3.16,21.12,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0 base-dhw-solar-indirect-flat-plate.xml,70.23,78.11,55.4237,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,45.0496,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.1296,9.5989,1.5653,0.0,0.0,36.8384,5.7051,1.719,39.71,5.71,1.72,21.12,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0,141.31,8108.81,5679.36,56.08,1.0,56.08,70.23,70.23,0.0,50.58,1.0,50.58,70.23,70.23,0.0,70.23,78.11,55.4237,78.9215,0.21819,0.9922,1.0,1.0183,1.0104,1.0,45.0496,0.0,0.0,30.56,9.84,10.49,48.67,5.85,11.52,27.23,0.0,0.0,0.805,0.4417,0.9897,1.2821,0.2625,1.087,23.1296,9.5989,1.5653,0.0,0.0,36.8384,5.7051,1.719,39.71,5.71,1.72,21.12,0.01,0.0,1.087,0.2625,1.0526,1.0943,0.403,3.809,0.0,0.92,0.0