diff --git a/lib/openstudio-standards/standards/Standards.CoolingTower.rb b/lib/openstudio-standards/standards/Standards.CoolingTower.rb index 76fa608d68..75eeb741ed 100644 --- a/lib/openstudio-standards/standards/Standards.CoolingTower.rb +++ b/lib/openstudio-standards/standards/Standards.CoolingTower.rb @@ -79,7 +79,7 @@ def cooling_tower_apply_minimum_power_per_flow(cooling_tower) end # Get cooling tower efficiency - min_gpm_per_hp = ct_props['minimum_performance'] + min_gpm_per_hp = ct_props['minimum_performance_gpm_per_hp'] OpenStudio.logFree(OpenStudio::Info, 'openstudio.standards.CoolingTower', "For #{cooling_tower.name}, design water flow = #{design_water_flow_gpm.round} gpm, minimum performance = #{min_gpm_per_hp} gpm/hp (nameplate).") # Calculate the allowed fan brake horsepower @@ -121,7 +121,7 @@ def cooling_tower_apply_minimum_power_per_flow(cooling_tower) OpenStudio.logFree(OpenStudio::Info, 'openstudio.standards.CoolingTower', "For #{cooling_tower.name}, allowed fan motor nameplate hp = #{fan_motor_nameplate_hp.round(1)} hp, fan brake horsepower = #{fan_bhp.round(1)}, and fan motor actual power = #{fan_motor_actual_power_hp.round(1)} hp (#{fan_motor_actual_power_w.round} W) at #{fan_motor_eff} motor efficiency.") # Append the efficiency to the name - cooling_tower.setName("#{cooling_tower.name} #{min_gpm_per_hp.round(1)} gpm/hp") + cooling_tower.setName("#{cooling_tower.name} #{min_gpm_per_hp.to_f.round(1)} gpm/hp") # Hard size the design fan power. # Leave the water flow and air flow autosized. diff --git a/lib/openstudio-standards/standards/Standards.FluidCooler.rb b/lib/openstudio-standards/standards/Standards.FluidCooler.rb index d0345d6ade..d9e7ab68d9 100644 --- a/lib/openstudio-standards/standards/Standards.FluidCooler.rb +++ b/lib/openstudio-standards/standards/Standards.FluidCooler.rb @@ -69,7 +69,7 @@ def fluid_cooler_apply_minimum_power_per_flow(fluid_cooler, equipment_type: 'Clo end # Get fluid cooler efficiency - min_gpm_per_hp = ct_props['minimum_performance'] + min_gpm_per_hp = ct_props['minimum_performance_gpm_per_hp'] OpenStudio.logFree(OpenStudio::Info, 'openstudio.standards.FluidCooler', "For #{fluid_cooler.name}, design water flow = #{design_water_flow_gpm.round} gpm, minimum performance = #{min_gpm_per_hp} gpm/hp (nameplate).") # Calculate the allowed fan brake horsepower @@ -110,7 +110,7 @@ def fluid_cooler_apply_minimum_power_per_flow(fluid_cooler, equipment_type: 'Clo OpenStudio.logFree(OpenStudio::Info, 'openstudio.standards.FluidCooler', "For #{fluid_cooler.name}, allowed fan motor nameplate hp = #{fan_motor_nameplate_hp.round(1)} hp, fan brake horsepower = #{fan_bhp.round(1)}, and fan motor actual power = #{fan_motor_actual_power_hp.round(1)} hp (#{fan_motor_actual_power_w.round} W) at #{fan_motor_eff} motor efficiency.") # Append the efficiency to the name - fluid_cooler.setName("#{fluid_cooler.name} #{min_gpm_per_hp.round(1)} gpm/hp") + fluid_cooler.setName("#{fluid_cooler.name} #{min_gpm_per_hp.to_f.round(1)} gpm/hp") # Hard size the design fan power. # Leave the water flow and air flow autosized. diff --git a/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_rejection.json b/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_rejection.json index 22eb567431..e8f7927094 100644 --- a/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_rejection.json +++ b/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_rejection.json @@ -1,49 +1,58 @@ { "heat_rejection": [ { - "template": "90.1-2004", - "equipment_type": "Closed Cooling Tower", + "equipment_type": "Open Cooling Tower", "fan_type": "Centrifugal", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, - "notes": "From 90.1-2004 Table 6.8.1G" + "minimum_performance_gpm_per_hp": 20, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2004", - "equipment_type": "Closed Cooling Tower", + "equipment_type": "Open Cooling Tower", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, - "notes": "From 90.1-2004 Table 6.8.1G" + "minimum_performance_gpm_per_hp": 38.2, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2004", - "equipment_type": "Dry Cooler", + "equipment_type": "Closed Cooling Tower", + "fan_type": "Centrifugal", + "test_fluid": null, + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": 20, + "minimum_performance_btu_per_hr_per_hp": null + }, + { + "equipment_type": "Closed Cooling Tower", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 4.0, - "notes": "Not required by code. Value provided by 90.1 Mechanical Subcommittee" + "minimum_performance_gpm_per_hp": 38.2, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2004", - "equipment_type": "Open Cooling Tower", - "fan_type": "Centrifugal", + "equipment_type": "Air Cooled Condensers", + "fan_type": null, + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, - "notes": "From 90.1-2004 Table 6.8.1G" + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 176000 }, { - "template": "90.1-2004", - "equipment_type": "Open Cooling Tower", + "equipment_type": "Dry Cooler", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, - "notes": "From 90.1-2004 Table 6.8.1G" + "minimum_performance_gpm_per_hp": 4, + "minimum_performance_btu_per_hr_per_hp": null } ] } \ No newline at end of file diff --git a/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_rejection.json b/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_rejection.json index fe14c9d2bb..e8f7927094 100644 --- a/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_rejection.json +++ b/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_rejection.json @@ -1,49 +1,58 @@ { "heat_rejection": [ { - "template": "90.1-2007", - "equipment_type": "Closed Cooling Tower", + "equipment_type": "Open Cooling Tower", "fan_type": "Centrifugal", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, - "notes": "From 90.1-2007 Table 6.8.1G" + "minimum_performance_gpm_per_hp": 20, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2007", - "equipment_type": "Closed Cooling Tower", + "equipment_type": "Open Cooling Tower", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, - "notes": "From 90.1-2007 Table 6.8.1G" + "minimum_performance_gpm_per_hp": 38.2, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2007", - "equipment_type": "Dry Cooler", + "equipment_type": "Closed Cooling Tower", + "fan_type": "Centrifugal", + "test_fluid": null, + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": 20, + "minimum_performance_btu_per_hr_per_hp": null + }, + { + "equipment_type": "Closed Cooling Tower", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 4.0, - "notes": "Not required by code. Value provided by 90.1 Mechanical Subcommittee" + "minimum_performance_gpm_per_hp": 38.2, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2007", - "equipment_type": "Open Cooling Tower", - "fan_type": "Centrifugal", + "equipment_type": "Air Cooled Condensers", + "fan_type": null, + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, - "notes": "From 90.1-2007 Table 6.8.1G" + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 176000 }, { - "template": "90.1-2007", - "equipment_type": "Open Cooling Tower", + "equipment_type": "Dry Cooler", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, - "notes": "From 90.1-2007 Table 6.8.1G" + "minimum_performance_gpm_per_hp": 4, + "minimum_performance_btu_per_hr_per_hp": null } ] } \ No newline at end of file diff --git a/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_rejection.json b/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_rejection.json index 6a8ec15d13..73e79e36ee 100644 --- a/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_rejection.json +++ b/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_rejection.json @@ -1,49 +1,58 @@ { "heat_rejection": [ { - "template": "90.1-2010", - "equipment_type": "Closed Cooling Tower", + "equipment_type": "Open Cooling Tower", "fan_type": "Centrifugal", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 7.0, - "notes": "From 90.1-2010 Table 6.8.1 G" + "minimum_performance_gpm_per_hp": 20, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2010", - "equipment_type": "Closed Cooling Tower", + "equipment_type": "Open Cooling Tower", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 14.0, - "notes": "From 90.1-2010 Table 6.8.1 G" + "minimum_performance_gpm_per_hp": 38.2, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2010", - "equipment_type": "Dry Cooler", + "equipment_type": "Closed Cooling Tower", + "fan_type": "Centrifugal", + "test_fluid": null, + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": 7, + "minimum_performance_btu_per_hr_per_hp": null + }, + { + "equipment_type": "Closed Cooling Tower", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 4.0, - "notes": "Not required by code. Value provided by 90.1 Mechanical Subcommittee" + "minimum_performance_gpm_per_hp": 14, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2010", - "equipment_type": "Open Cooling Tower", - "fan_type": "Centrifugal", + "equipment_type": "Air Cooled Condensers", + "fan_type": null, + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, - "notes": "From 90.1-2010 Table 6.8.1 G" + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 176000 }, { - "template": "90.1-2010", - "equipment_type": "Open Cooling Tower", + "equipment_type": "Dry Cooler", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, - "notes": "From 90.1-2010 Table 6.8.1 G" + "minimum_performance_gpm_per_hp": 4, + "minimum_performance_btu_per_hr_per_hp": null } ] } \ No newline at end of file diff --git a/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_rejection.json b/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_rejection.json index 79f4799aa0..aba4179433 100644 --- a/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_rejection.json +++ b/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_rejection.json @@ -1,49 +1,94 @@ { "heat_rejection": [ { - "template": "90.1-2013", + "equipment_type": "Open Cooling Tower", + "fan_type": "Centrifugal", + "test_fluid": null, + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": 20, + "minimum_performance_btu_per_hr_per_hp": null + }, + { + "equipment_type": "Open Cooling Tower", + "fan_type": "Propeller or Axial", + "test_fluid": null, + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": 40.2, + "minimum_performance_btu_per_hr_per_hp": null + }, + { "equipment_type": "Closed Cooling Tower", "fan_type": "Centrifugal", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 7.0, - "notes": "From 90.1-2013 Table 6.8.1-7" + "minimum_performance_gpm_per_hp": 7, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2013", "equipment_type": "Closed Cooling Tower", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 14.0, - "notes": "From 90.1-2013 Table 6.8.1-7" + "minimum_performance_gpm_per_hp": 14, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2013", - "equipment_type": "Dry Cooler", + "equipment_type": "Evaporative Condenser", + "fan_type": "Centrifugal", + "test_fluid": "R-507A", + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 135000 + }, + { + "equipment_type": "Evaporative Condenser", "fan_type": "Propeller or Axial", + "test_fluid": "R-507A", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 4.0, - "notes": "NOTE: Not required by code. Value provided by 90.1 Mechanical Subcommittee" + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 157000 }, { - "template": "90.1-2013", - "equipment_type": "Open Cooling Tower", + "equipment_type": "Evaporative Condenser", "fan_type": "Centrifugal", + "test_fluid": "Ammonia", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, - "notes": "From 90.1-2013 Table 6.8.1-7" + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 110000 }, { - "template": "90.1-2013", - "equipment_type": "Open Cooling Tower", + "equipment_type": "Evaporative Condenser", + "fan_type": "Propeller or Axial", + "test_fluid": "Ammonia", + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 134000 + }, + { + "equipment_type": "Air Cooled Condensers", + "fan_type": null, + "test_fluid": null, + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 176000 + }, + { + "equipment_type": "Dry Cooler", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 40.2, - "notes": "From 90.1-2013 Table 6.8.1-7" + "minimum_performance_gpm_per_hp": 4, + "minimum_performance_btu_per_hr_per_hp": null } ] } \ No newline at end of file diff --git a/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_rejection.json b/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_rejection.json index a0417cbbcc..369ca6b323 100644 --- a/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_rejection.json +++ b/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_rejection.json @@ -1,49 +1,94 @@ { "heat_rejection": [ { - "template": "90.1-2016", + "equipment_type": "Open Cooling Tower", + "fan_type": "Centrifugal", + "test_fluid": null, + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": 20, + "minimum_performance_btu_per_hr_per_hp": null + }, + { + "equipment_type": "Open Cooling Tower", + "fan_type": "Propeller or Axial", + "test_fluid": null, + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": 40.2, + "minimum_performance_btu_per_hr_per_hp": null + }, + { "equipment_type": "Closed Cooling Tower", "fan_type": "Centrifugal", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 7.0, - "notes": "From 90.1-2016 Table 6.8.1-7" + "minimum_performance_gpm_per_hp": 7, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2016", "equipment_type": "Closed Cooling Tower", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 16.1, - "notes": "From 90.1-2016 Table 6.8.1-7" + "minimum_performance_gpm_per_hp": 16.1, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2016", - "equipment_type": "Dry Cooler", + "equipment_type": "Evaporative Condenser", + "fan_type": "Centrifugal", + "test_fluid": "R-507A", + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 135000 + }, + { + "equipment_type": "Evaporative Condenser", "fan_type": "Propeller or Axial", + "test_fluid": "R-507A", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 4.0, - "notes": "NOTE Not required by code. Value provided by 90.1 Mechanical Subcommittee" + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 157000 }, { - "template": "90.1-2016", - "equipment_type": "Open Cooling Tower", + "equipment_type": "Evaporative Condenser", "fan_type": "Centrifugal", + "test_fluid": "Ammonia", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, - "notes": "From 90.1-2016 Table 6.8.1-7" + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 110000 }, { - "template": "90.1-2016", - "equipment_type": "Open Cooling Tower", + "equipment_type": "Evaporative Condenser", + "fan_type": "Propeller or Axial", + "test_fluid": "Ammonia", + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 134000 + }, + { + "equipment_type": "Air Cooled Condensers", + "fan_type": null, + "test_fluid": null, + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 176000 + }, + { + "equipment_type": "Dry Cooler", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 40.2, - "notes": "From 90.1-2016 Table 6.8.1-7" + "minimum_performance_gpm_per_hp": 4, + "minimum_performance_btu_per_hr_per_hp": null } ] } \ No newline at end of file diff --git a/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_rejection.json b/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_rejection.json index 9e77704b00..d1053af1f9 100644 --- a/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_rejection.json +++ b/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_rejection.json @@ -1,49 +1,94 @@ { "heat_rejection": [ { - "template": "90.1-2019", + "equipment_type": "Open Cooling Tower", + "fan_type": "Centrifugal", + "test_fluid": null, + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": 20, + "minimum_performance_btu_per_hr_per_hp": null + }, + { + "equipment_type": "Open Cooling Tower", + "fan_type": "Propeller or Axial", + "test_fluid": null, + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": 40.2, + "minimum_performance_btu_per_hr_per_hp": null + }, + { "equipment_type": "Closed Cooling Tower", "fan_type": "Centrifugal", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 7.0, - "notes": "From 90.1-2019 Table 6.8.1-7" + "minimum_performance_gpm_per_hp": 7, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2019", "equipment_type": "Closed Cooling Tower", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 16.1, - "notes": "From 90.1-2019 Table 6.8.1-7" + "minimum_performance_gpm_per_hp": 16.1, + "minimum_performance_btu_per_hr_per_hp": null }, { - "template": "90.1-2019", - "equipment_type": "Dry Cooler", + "equipment_type": "Evaporative Condenser", + "fan_type": "Centrifugal", + "test_fluid": "R-448A", + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 137000 + }, + { + "equipment_type": "Evaporative Condenser", "fan_type": "Propeller or Axial", + "test_fluid": "R-448A", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 4.5, - "notes": "From 90.1-2019 Table 6.8.1.7. Juan Gonzalez Added 01/11/2021 to account for fluid coolers in data center water loop heat pump condenser loops" + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 160000 }, { - "template": "90.1-2019", - "equipment_type": "Open Cooling Tower", + "equipment_type": "Evaporative Condenser", "fan_type": "Centrifugal", + "test_fluid": "Ammonia", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, - "notes": "From 90.1-2019 Table 6.8.1-7" + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 110000 }, { - "template": "90.1-2019", - "equipment_type": "Open Cooling Tower", + "equipment_type": "Evaporative Condenser", + "fan_type": "Propeller or Axial", + "test_fluid": "Ammonia", + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 134000 + }, + { + "equipment_type": "Air Cooled Condensers", + "fan_type": null, + "test_fluid": null, + "start_date": "1919-09-09T00:00:00+00:00", + "end_date": "2999-09-09T00:00:00+00:00", + "minimum_performance_gpm_per_hp": null, + "minimum_performance_btu_per_hr_per_hp": 176000 + }, + { + "equipment_type": "Dry Cooler", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 40.2, - "notes": "From 90.1-2019 Table 6.8.1-7" + "minimum_performance_gpm_per_hp": 4.5, + "minimum_performance_btu_per_hr_per_hp": null } ] } \ No newline at end of file diff --git a/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.heat_rejection.json b/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.heat_rejection.json index dc1bf7f322..5ddcb990ea 100644 --- a/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.heat_rejection.json +++ b/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From 90.1-2004 Table 6.8.1G" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, + "minimum_performance_gpm_per_hp": 38.2, "notes": "From 90.1-2004 Table 6.8.1G" }, { @@ -24,7 +24,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 4.0, + "minimum_performance_gpm_per_hp": 4.0, "notes": "Not required by code. Value provided by 90.1 Mechanical Subcommittee" }, { @@ -33,7 +33,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From 90.1-2004 Table 6.8.1G" }, { @@ -42,7 +42,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, + "minimum_performance_gpm_per_hp": 38.2, "notes": "From 90.1-2004 Table 6.8.1G" } ] diff --git a/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.heat_rejection.json b/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.heat_rejection.json index 4c27b0d4ff..3b98cddd4d 100644 --- a/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.heat_rejection.json +++ b/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From 90.1-2004 Table 6.8.1G" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, + "minimum_performance_gpm_per_hp": 38.2, "notes": "From 90.1-2004 Table 6.8.1G" }, { @@ -24,7 +24,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 4.0, + "minimum_performance_gpm_per_hp": 4.0, "notes": "Not required by code. Value provided by 90.1 Mechanical Subcommittee" }, { @@ -33,7 +33,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From 90.1-2004 Table 6.8.1G" }, { @@ -42,7 +42,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, + "minimum_performance_gpm_per_hp": 38.2, "notes": "From 90.1-2004 Table 6.8.1G" } ] diff --git a/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_rejection.json b/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_rejection.json index e036bcd433..ee3f428380 100644 --- a/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_rejection.json +++ b/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 7.0, + "minimum_performance_gpm_per_hp": 7.0, "notes": "From 90.1-2016 Table 6.8.1.7" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 16.1, + "minimum_performance_gpm_per_hp": 16.1, "notes": "From 90.1-2016 Table 6.8.1.7" }, { @@ -24,7 +24,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 4.5, + "minimum_performance_gpm_per_hp": 4.5, "notes": "From 90.1-2019 Table 6.8.1.7" }, { @@ -33,7 +33,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From 90.1-2016 Table 6.8.1.7" }, { @@ -42,7 +42,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 40.2, + "minimum_performance_gpm_per_hp": 40.2, "notes": "From 90.1-2016 Table 6.8.1.7" } ] diff --git a/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.heat_rejection.json b/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.heat_rejection.json index 13318a6660..f0934a10d0 100644 --- a/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.heat_rejection.json +++ b/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 7.0, + "minimum_performance_gpm_per_hp": 7.0, "notes": "From 90.1-2016 Table 6.8.1.7" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From ZE AEDG Multifamily Committee" }, { @@ -24,7 +24,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 4.5, + "minimum_performance_gpm_per_hp": 4.5, "notes": "From 90.1-2019 Table 6.8.1.7" }, { @@ -33,7 +33,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From 90.1-2016 Table 6.8.1.7" }, { @@ -42,7 +42,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 40.2, + "minimum_performance_gpm_per_hp": 40.2, "notes": "From 90.1-2016 Table 6.8.1.7" } ] diff --git a/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_rejection.json b/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_rejection.json index 43ec5e8358..50194403f6 100644 --- a/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_rejection.json +++ b/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_rejection.json @@ -1,13 +1,13 @@ { "heat_rejection": [ { - "template": "90.1-PRM-2019", "equipment_type": "Open Cooling Tower", "fan_type": "Propeller or Axial", + "test_fluid": null, "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, - "notes": "From 90.1-2019 G3.1.3.11" + "minimum_performance_gpm_per_hp": 38.2, + "minimum_performance_btu_per_hr_per_hp": null } ] } \ No newline at end of file diff --git a/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.heat_rejection.json b/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.heat_rejection.json index 4714172c68..c69310a35b 100644 --- a/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.heat_rejection.json +++ b/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From CA Title 24 2001 Table 1-C7" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, + "minimum_performance_gpm_per_hp": 38.2, "notes": "From CA Title 24 2001 Table 1-C7" } ] diff --git a/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.heat_rejection.json b/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.heat_rejection.json index cbf547735c..aa8ad41172 100644 --- a/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.heat_rejection.json +++ b/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From CA Title 24 2001 Table 1-C7" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, + "minimum_performance_gpm_per_hp": 38.2, "notes": "From CA Title 24 2001 Table 1-C7" } ] diff --git a/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.heat_rejection.json b/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.heat_rejection.json index cadb4c631c..555948037c 100644 --- a/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.heat_rejection.json +++ b/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From CA Title 24 2001 Table 1-C7" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, + "minimum_performance_gpm_per_hp": 38.2, "notes": "From CA Title 24 2001 Table 1-C7" } ] diff --git a/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.heat_rejection.json b/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.heat_rejection.json index 6e88028c19..bd9c25e89e 100644 --- a/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.heat_rejection.json +++ b/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From CA Title 24 2005 Table 112-G" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, + "minimum_performance_gpm_per_hp": 38.2, "notes": "From CA Title 24 2005 Table 112-G" } ] diff --git a/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.heat_rejection.json b/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.heat_rejection.json index d0ce183e42..270502b458 100644 --- a/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.heat_rejection.json +++ b/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From CA Title 24 2008 Table 112-G" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, + "minimum_performance_gpm_per_hp": 38.2, "notes": "From CA Title 24 2008 Table 112-G" } ] diff --git a/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.heat_rejection.json b/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.heat_rejection.json index 119e43191a..5f4985eb0c 100644 --- a/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.heat_rejection.json +++ b/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 7.0, + "minimum_performance_gpm_per_hp": 7.0, "notes": "From CA Title 24 2013 Table 110.2-G" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 14.0, + "minimum_performance_gpm_per_hp": 14.0, "notes": "From CA Title 24 2013 Table 110.2-G" }, { @@ -24,7 +24,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From CA Title 24 2013 Table 110.2-G" }, { @@ -33,7 +33,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 42.1, + "minimum_performance_gpm_per_hp": 42.1, "notes": "From CA Title 24 2013 Table 110.2-G" } ] diff --git a/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.heat_rejection.json b/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.heat_rejection.json index 42f6ccd5e9..c30d83d82d 100644 --- a/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.heat_rejection.json +++ b/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 7.0, + "minimum_performance_gpm_per_hp": 7.0, "notes": "From CA Title 24 2013 Table 110.2-G" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 14.0, + "minimum_performance_gpm_per_hp": 14.0, "notes": "From CA Title 24 2013 Table 110.2-G" }, { @@ -24,7 +24,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From CA Title 24 2013 Table 110.2-G" }, { @@ -33,7 +33,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 42.1, + "minimum_performance_gpm_per_hp": 42.1, "notes": "From CA Title 24 2013 Table 110.2-G" } ] diff --git a/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.heat_rejection.json b/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.heat_rejection.json index 08d1112dee..5899496680 100644 --- a/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.heat_rejection.json +++ b/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 7.0, + "minimum_performance_gpm_per_hp": 7.0, "notes": "From CA Title 24 2016 Table 110.2-G" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 14.0, + "minimum_performance_gpm_per_hp": 14.0, "notes": "From CA Title 24 2016 Table 110.2-G" }, { @@ -24,7 +24,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From CA Title 24 2016 Table 110.2-G" }, { @@ -33,7 +33,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 42.1, + "minimum_performance_gpm_per_hp": 42.1, "notes": "From CA Title 24 2016 Table 110.2-G" } ] diff --git a/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.heat_rejection.json b/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.heat_rejection.json index 9aa5c433b9..cacf4074ff 100644 --- a/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.heat_rejection.json +++ b/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 7.0, + "minimum_performance_gpm_per_hp": 7.0, "notes": "From CA Title 24 2019 Table 110.2-G" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 16.1, + "minimum_performance_gpm_per_hp": 16.1, "notes": "From CA Title 24 2019 Table 110.2-G" }, { @@ -24,7 +24,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From CA Title 24 2019 Table 110.2-G" }, { @@ -33,7 +33,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 42.1, + "minimum_performance_gpm_per_hp": 42.1, "notes": "From CA Title 24 2019 Table 110.2-G" } ] diff --git a/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.heat_rejection.json b/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.heat_rejection.json index 7fa63b12e0..56b0968ded 100644 --- a/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.heat_rejection.json +++ b/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.heat_rejection.json @@ -6,7 +6,7 @@ "fan_type": "Centrifugal", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 20.0, + "minimum_performance_gpm_per_hp": 20.0, "notes": "From CA Title 24 2001 Table 1-C7" }, { @@ -15,7 +15,7 @@ "fan_type": "Propeller or Axial", "start_date": "1919-09-09T00:00:00+00:00", "end_date": "2999-09-09T00:00:00+00:00", - "minimum_performance": 38.2, + "minimum_performance_gpm_per_hp": 38.2, "notes": "From CA Title 24 2001 Table 1-C7" } ]