openstudio-standards 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
  3. data/data/standards/openstudio_standards_duplicates_log.csv +7962 -0
  4. data/lib/openstudio-standards/refrigeration/create_case.rb +58 -21
  5. data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +4 -2
  6. data/lib/openstudio-standards/refrigeration/create_walkin.rb +57 -22
  7. data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -31
  8. data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -76
  9. data/lib/openstudio-standards/service_water_heating/create_typical.rb +10 -10
  10. data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +10 -0
  11. data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -3
  12. data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +9 -9
  13. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +49 -49
  14. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +159 -159
  15. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +7 -18
  16. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +10 -20
  17. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -15
  18. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +5 -6
  19. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +93 -43
  20. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +5 -5
  21. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +135 -37
  22. data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -2
  23. data/lib/openstudio-standards/standards/Standards.Model.rb +9 -4
  24. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +302 -140
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +648 -326
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +371 -90
  27. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +66 -22
  28. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +302 -140
  29. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +1012 -296
  30. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +443 -79
  31. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +66 -22
  32. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +302 -140
  33. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +672 -306
  34. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +354 -74
  35. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +72 -24
  36. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +302 -140
  37. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +8 -8
  38. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +930 -604
  39. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +415 -111
  40. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +72 -24
  41. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +602 -140
  42. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps.json +1005 -333
  43. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +642 -88
  44. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.water_heaters.json +78 -26
  45. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +722 -140
  46. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps.json +1741 -426
  47. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +1108 -111
  48. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.water_heaters.json +186 -62
  49. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +62 -232
  50. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -3
  51. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
  52. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +7 -18
  53. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +9 -7
  54. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -1
  55. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps.json +154 -69
  56. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps_heating.json +72 -72
  57. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.water_heaters.json +382 -295
  58. data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +62 -232
  59. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -0
  60. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps_heating.json +6 -0
  61. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps.json +16 -0
  62. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +6 -0
  63. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +1 -1
  64. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +2 -2
  65. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps.json +16 -0
  66. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +8 -0
  67. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -0
  68. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +10 -0
  69. data/lib/openstudio-standards/utilities/simulation.rb +3 -2
  70. data/lib/openstudio-standards/version.rb +1 -1
  71. metadata +5 -3
@@ -10,12 +10,18 @@ module OpenstudioStandards
10
10
  # @param template [String] Technology or standards level, either 'old', 'new', or 'advanced'
11
11
  # @param case_type [String] The case type. See refrigeration_cases data for valid options under case_name.
12
12
  # @param case_length [String] The case length in meters.
13
+ # @param defrost_schedule [OpenStudio::Model::Schedule] OpenStudio Schedule object with boolean values for the defrost schedule
14
+ # @param defrost_start_hour [Double] Start hour between 0 and 24 for. Used if defrost_schedule not specified.
15
+ # @param dripdown_schedule [OpenStudio::Model::Schedule] OpenStudio Schedule object with boolean values for the dripdown schedule
13
16
  # @param thermal_zone [OpenStudio::Model::ThermalZone] Thermal zone with the case. If nil, will look up from the model.
14
17
  # @return [OpenStudio::Model::RefrigerationCase] the refrigeration case
15
18
  def self.create_case(model,
16
19
  template: 'new',
17
20
  case_type: 'Vertical Open - All',
18
21
  case_length: nil,
22
+ defrost_schedule: nil,
23
+ defrost_start_hour: 0,
24
+ dripdown_schedule: nil,
19
25
  thermal_zone: nil)
20
26
  # get thermal zone if not provided
21
27
  if thermal_zone.nil?
@@ -84,33 +90,64 @@ module OpenstudioStandards
84
90
  ref_case.setThermalZone(thermal_zone)
85
91
  ref_case.setRatedAmbientTemperature(OpenStudio.convert(75.0, 'F', 'C').get)
86
92
 
87
- # place holders for schedules until data provided from ORNL
88
- i = 0
89
- # Defrost schedule
90
- defrost_sch = OpenStudio::Model::ScheduleRuleset.new(model)
91
- defrost_sch.setName("#{ref_case.name} Defrost")
92
- defrost_sch.defaultDaySchedule.setName("#{ref_case.name} Defrost Default")
93
- defrost_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, i, 0, 0), 0)
94
- defrost_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, i, 59, 0), 1)
95
- defrost_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, 24, 0, 0), 0)
93
+ # only add defrost schedules if not OffCycle
94
+ unless case_properties[:defrost_type] == 'OffCycle'
95
+ # defrost properties, default to one 45 minute defrost cycle per day followed by a 5 minute dripdown duration
96
+ defrost_duration = case_properties[:defrost_duration].nil? ? 45 : case_properties[:defrost_duration]
97
+ defrosts_per_day = case_properties[:defrosts_per_day].nil? ? 1 : case_properties[:defrosts_per_day]
98
+ dripdown_duration = case_properties[:dripdown_duration].nil? ? 5 : case_properties[:dripdown_duration]
96
99
 
97
- # Dripdown schedule
98
- dripdown_sch = OpenStudio::Model::ScheduleRuleset.new(model)
99
- dripdown_sch.setName("#{ref_case.name} Dripdown")
100
- dripdown_sch.defaultDaySchedule.setName("#{ref_case.name} Dripdown Default")
101
- dripdown_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, i, 0, 0), 0)
102
- dripdown_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, i, 59, 0), 1)
103
- dripdown_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, 24, 0, 0), 0)
100
+ # defrost hours are calculated from the start hour and number of defrosts per day
101
+ defrost_interval = (24 / defrosts_per_day).floor
102
+ defrost_hours = (1..defrosts_per_day).map { |i| defrost_start_hour + ((i - 1) * defrost_interval) }
103
+ defrost_hours.map! { |hr| hr > 23 ? hr - 24 : hr }
104
+ defrost_hours.sort!
105
+
106
+ # Defrost schedule
107
+ if defrost_schedule.nil?
108
+ defrost_schedule = OpenStudio::Model::ScheduleRuleset.new(model)
109
+ defrost_schedule.setName("#{ref_case.name} Defrost")
110
+ defrost_schedule.defaultDaySchedule.setName("#{ref_case.name} Defrost Default")
111
+ defrost_hours.each do |defrost_hour|
112
+ defrost_schedule.defaultDaySchedule.addValue(OpenStudio::Time.new(0, defrost_hour, 0, 0), 0)
113
+ defrost_schedule.defaultDaySchedule.addValue(OpenStudio::Time.new(0, defrost_hour, defrost_duration, 0), 1)
114
+ end
115
+ defrost_schedule.defaultDaySchedule.addValue(OpenStudio::Time.new(0, 24, 0, 0), 0)
116
+ else
117
+ unless defrost_schedule.to_Schedule.is_initialized
118
+ OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Refrigeration', "Input for defrost_schedule #{defrost_schedule} is not a valid OpenStudio::Model::Schedule object")
119
+ return nil
120
+ end
121
+ end
122
+ ref_case.setCaseDefrostSchedule(defrost_schedule)
123
+
124
+ # Dripdown schedule, synced to occur after the defrost schedule
125
+ if dripdown_schedule.nil?
126
+ dripdown_schedule = OpenStudio::Model::ScheduleRuleset.new(model)
127
+ dripdown_schedule.setName("#{ref_case.name} Dripdown")
128
+ dripdown_schedule.defaultDaySchedule.setName("#{ref_case.name} Dripdown Default")
129
+ defrost_hours.each do |defrost_hour|
130
+ dripdown_hour = (defrost_duration + dripdown_duration) > 59 ? defrost_hour + 1 : defrost_hour
131
+ dripdown_hour = dripdown_hour > 23 ? dripdown_hour - 24 : dripdown_hour
132
+ dripdown_end_min = (defrost_duration + dripdown_duration) > 59 ? defrost_duration + dripdown_duration - 60 : defrost_duration + dripdown_duration
133
+ dripdown_schedule.defaultDaySchedule.addValue(OpenStudio::Time.new(0, defrost_hour, defrost_duration, 0), 0)
134
+ dripdown_schedule.defaultDaySchedule.addValue(OpenStudio::Time.new(0, dripdown_hour, dripdown_end_min, 0), 1)
135
+ end
136
+ dripdown_schedule.defaultDaySchedule.addValue(OpenStudio::Time.new(0, 24, 0, 0), 0)
137
+ else
138
+ unless dripdown_schedule.to_Schedule.is_initialized
139
+ OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Refrigeration', "Input for dripdown_schedule #{dripdown_schedule} is not a valid OpenStudio::Model::Schedule object")
140
+ return nil
141
+ end
142
+ end
143
+ ref_case.setCaseDefrostDripDownSchedule(dripdown_schedule)
144
+ end
104
145
 
105
146
  # Case Credit Schedule
106
147
  case_credit_sch = OpenStudio::Model::ScheduleRuleset.new(model)
107
148
  case_credit_sch.setName("#{ref_case.name} Case Credit")
108
149
  case_credit_sch.defaultDaySchedule.setName("#{ref_case.name} Case Credit Default")
109
- case_credit_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, 7, 0, 0), 0.2)
110
- case_credit_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, 21, 0, 0), 0.4)
111
- case_credit_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, 24, 0, 0), 0.2)
112
- ref_case.setCaseDefrostSchedule(defrost_sch)
113
- ref_case.setCaseDefrostDripDownSchedule(dripdown_sch)
150
+ case_credit_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, 24, 0, 0), 1.0)
114
151
  ref_case.setCaseCreditFractionSchedule(case_credit_sch)
115
152
 
116
153
  # reporting
@@ -33,11 +33,12 @@ module OpenstudioStandards
33
33
  # create cases
34
34
  medium_temperature_cases = []
35
35
  low_temperature_cases = []
36
- ref_equip_list[:cases].each do |ref_case|
36
+ ref_equip_list[:cases].each_with_index do |ref_case, index|
37
37
  case_ = OpenstudioStandards::Refrigeration.create_case(model,
38
38
  template: template,
39
39
  case_type: ref_case[:case_type],
40
40
  case_length: ref_case[:length],
41
+ defrost_start_hour: index,
41
42
  thermal_zone: thermal_zone_case)
42
43
  if case_.caseOperatingTemperature > -3.0
43
44
  medium_temperature_cases << case_
@@ -58,11 +59,12 @@ module OpenstudioStandards
58
59
  # create walkins
59
60
  medium_temperature_walkins = []
60
61
  low_temperature_walkins = []
61
- ref_equip_list[:walkins].each do |walkin|
62
+ ref_equip_list[:walkins].each_with_index do |walkin, index|
62
63
  ref_walkin = OpenstudioStandards::Refrigeration.create_walkin(model,
63
64
  name: walkin[:walkin_name],
64
65
  template: template,
65
66
  walkin_type: walkin[:walkin_type],
67
+ defrost_start_hour: index,
66
68
  thermal_zone: thermal_zone_walkin)
67
69
  if ref_walkin.operatingTemperature > -3.0
68
70
  medium_temperature_walkins << ref_walkin
@@ -10,12 +10,18 @@ module OpenstudioStandards
10
10
  # @param name [String] Name of the refrigeration walkin
11
11
  # @param template [String] Technology or standards level, either 'old', 'new', or 'advanced'
12
12
  # @param walkin_type [String] The walkin type. See refrigeration_walkins data for valid options under walkin_type.
13
+ # @param defrost_schedule [OpenStudio::Model::Schedule] OpenStudio Schedule object with boolean values for the defrost schedule
14
+ # @param defrost_start_hour [Double] Start hour between 0 and 24 for. Used if defrost_schedule not specified.
15
+ # @param dripdown_schedule [OpenStudio::Model::Schedule] OpenStudio Schedule object with boolean values for the dripdown schedule
13
16
  # @param thermal_zone [OpenStudio::Model::ThermalZone] Thermal zone with the walkin. If nil, will look up from the model.
14
17
  # @return [OpenStudio::Model::RefrigerationWalkIn] the refrigeration walkin
15
18
  def self.create_walkin(model,
16
19
  name: nil,
17
20
  template: 'new',
18
21
  walkin_type: 'Walk-in Cooler - 120SF with no glass door',
22
+ defrost_schedule: nil,
23
+ defrost_start_hour: 0,
24
+ dripdown_schedule: nil,
19
25
  thermal_zone: nil)
20
26
  # get thermal zone if not provided
21
27
  if thermal_zone.nil?
@@ -78,29 +84,58 @@ module OpenstudioStandards
78
84
  ref_walkin.zoneBoundaries.each { |zb| zb.setStockingDoorOpeningProtectionTypeFacingZone(walkins_properties[:stocking_door_opening_protection]) }
79
85
  ref_walkin.setZoneBoundaryThermalZone(thermal_zone)
80
86
 
81
- # place holders for schedules until data provided from ORNL
82
- i = 0
83
- # Defrost schedule
84
- defrost_sch = OpenStudio::Model::ScheduleRuleset.new(model)
85
- defrost_sch.setName("#{ref_walkin.name} Defrost")
86
- defrost_sch.defaultDaySchedule.setName("#{ref_walkin.name} Defrost Default")
87
- defrost_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, i, 0, 0), 0)
88
- defrost_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, i, 59, 0), 1)
89
- defrost_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, i + 10, 0, 0), 0)
90
- defrost_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, i + 10, 59, 0), 1)
91
- defrost_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, 24, 0, 0), 0)
87
+ # only add defrost schedules if not OffCycle
88
+ unless walkins_properties[:defrost_type] == 'OffCycle'
89
+ # defrost properties, default to two 45 minute defrost cycles per day followed by a 5 minute dripdown duration
90
+ defrost_duration = walkins_properties[:defrost_duration].nil? ? 45 : walkins_properties[:defrost_duration]
91
+ defrosts_per_day = walkins_properties[:defrosts_per_day].nil? ? 2 : walkins_properties[:defrosts_per_day]
92
+ dripdown_duration = walkins_properties[:dripdown_duration].nil? ? 5 : walkins_properties[:dripdown_duration]
92
93
 
93
- # Dripdown schedule
94
- dripdown_sch = OpenStudio::Model::ScheduleRuleset.new(model)
95
- dripdown_sch.setName("#{ref_walkin.name} Defrost")
96
- dripdown_sch.defaultDaySchedule.setName("#{ref_walkin.name} Defrost Default")
97
- dripdown_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, i, 0, 0), 0)
98
- dripdown_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, i, 59, 0), 1)
99
- dripdown_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, i + 10, 0, 0), 0)
100
- dripdown_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, i + 10, 59, 0), 1)
101
- dripdown_sch.defaultDaySchedule.addValue(OpenStudio::Time.new(0, 24, 0, 0), 0)
102
- ref_walkin.setDefrostSchedule(defrost_sch)
103
- ref_walkin.setDefrostDripDownSchedule(dripdown_sch)
94
+ # defrost hours are calculated from the start hour and number of defrosts per day
95
+ defrost_interval = (24 / defrosts_per_day).floor
96
+ defrost_hours = (1..defrosts_per_day).map { |i| defrost_start_hour + ((i - 1) * defrost_interval) }
97
+ defrost_hours.map! { |hr| hr > 23 ? hr - 24 : hr }
98
+ defrost_hours.sort!
99
+
100
+ # Defrost schedule
101
+ if defrost_schedule.nil?
102
+ defrost_schedule = OpenStudio::Model::ScheduleRuleset.new(model)
103
+ defrost_schedule.setName("#{ref_walkin.name} Defrost")
104
+ defrost_schedule.defaultDaySchedule.setName("#{ref_walkin.name} Defrost Default")
105
+ defrost_hours.each do |defrost_hour|
106
+ defrost_schedule.defaultDaySchedule.addValue(OpenStudio::Time.new(0, defrost_hour, 0, 0), 0)
107
+ defrost_schedule.defaultDaySchedule.addValue(OpenStudio::Time.new(0, defrost_hour, defrost_duration, 0), 1)
108
+ end
109
+ defrost_schedule.defaultDaySchedule.addValue(OpenStudio::Time.new(0, 24, 0, 0), 0)
110
+ else
111
+ unless defrost_schedule.to_Schedule.is_initialized
112
+ OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Refrigeration', "Input for defrost_schedule #{defrost_schedule} is not a valid OpenStudio::Model::Schedule object")
113
+ return nil
114
+ end
115
+ end
116
+ ref_walkin.setDefrostSchedule(defrost_schedule)
117
+
118
+ # Dripdown schedule, synced with defrost schedule
119
+ if dripdown_schedule.nil?
120
+ dripdown_schedule = OpenStudio::Model::ScheduleRuleset.new(model)
121
+ dripdown_schedule.setName("#{ref_walkin.name} Dripdown")
122
+ dripdown_schedule.defaultDaySchedule.setName("#{ref_walkin.name} Dripdown Default")
123
+ defrost_hours.each do |defrost_hour|
124
+ dripdown_hour = (defrost_duration + dripdown_duration) > 59 ? defrost_hour + 1 : defrost_hour
125
+ dripdown_hour = dripdown_hour > 23 ? dripdown_hour - 24 : dripdown_hour
126
+ dripdown_end_min = (defrost_duration + dripdown_duration) > 59 ? defrost_duration + dripdown_duration - 60 : defrost_duration + dripdown_duration
127
+ dripdown_schedule.defaultDaySchedule.addValue(OpenStudio::Time.new(0, defrost_hour, defrost_duration, 0), 0)
128
+ dripdown_schedule.defaultDaySchedule.addValue(OpenStudio::Time.new(0, dripdown_hour, dripdown_end_min, 0), 1)
129
+ end
130
+ dripdown_schedule.defaultDaySchedule.addValue(OpenStudio::Time.new(0, 24, 0, 0), 0)
131
+ else
132
+ unless dripdown_schedule.to_Schedule.is_initialized
133
+ OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.Refrigeration', "Input for dripdown_schedule #{dripdown_schedule} is not a valid OpenStudio::Model::Schedule object")
134
+ return nil
135
+ end
136
+ end
137
+ ref_walkin.setDefrostDripDownSchedule(dripdown_schedule)
138
+ end
104
139
 
105
140
  # stocking schedule
106
141
  # ref_walkin.setRestockingSchedule(model.alwaysOffDiscreteSchedule)
@@ -1,31 +1,31 @@
1
- case_name,template,operation_type,rated_capacity,unit_length,number_of_units,total_length,total_capacity,case_operating_temperature,evaporator_temperature,rated_latent_heat_ratio,rated_runtime_fraction,latent_case_credit_curve_type,latent_case_credit_curve_name,fan_power,lighting_power,case_lighting_schedules,fraction_of_lighting_energy_to_case,anti_sweat_power,anti_sweat_heater_control_type,fraction_of_anti_sweat_heater_energy_to_cases,defrost_power,defrost_type,defrost_schedules,drip_down_schedules,defrost_energy_correction_curve_type,defrost_energy_correction_curve_name,HVAC_return_air_fraction,restocking_schedule,case_credit_fraction_schedule,description
2
- Coffin - Frozen Food,old,LT,695.2,2,,,,-26.1,-30,0.2,0.85,DewpointMethod,Coffin Latent Curve,24,0,Always On,0,255,Constant,0.7,1430.4,ElectricWithTemperatureTermination,LT Coffin Defrost Sch,LT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,"Old Ice Cream Coffin: unit length 2.0 m, case operating temperature -30C "
3
- Coffin - Ice Cream,old,LT,695.2,2,,,,-26.1,-30,0.2,0.85,DewpointMethod,Coffin Latent Curve,24,0,Always On,0,255,Constant,0.7,1430.4,ElectricWithTemperatureTermination,LT Coffin Defrost Sch,LT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,"Old Ice Cream Coffin: unit length 2.0 m, case operating temperature -30C "
4
- Reach-in - Ice Cream,old,LT,617.4,3,,,,-23.9,-27.4,0.1,0.85,DewpointMethod,Glass Door Latent Curve,70.2,99.1,Always On,0.5,286.7,Constant,0.7,1221.5,ElectricWithTemperatureTermination,LT Reach-In Defrost Sch,LT Reach-In Drip-Down Sch,DewpointMethod,Glass Door Defrost Curve,0,Always Off,Case Credit Schedule ,"Old Ice Cream Reach-In: unit length 3.0m, case operating temperature -27.4C "
5
- Reach-in - Frozen Food,old,LT,583.7,3,,,,-20,-23.5,0.1,0.85,DewpointMethod,Glass Door Latent Curve,70.2,99.1,Always On,0.5,286.7,Constant,0.7,1221.5,ElectricWithTemperatureTermination,LT Reach-In Defrost Sch,LT Reach-In Drip-Down Sch,DewpointMethod,Glass Door Defrost Curve,0,Always Off,Case Credit Schedule ,"Old Frozen Food Reach-In: unit length 3.0m, case operating temperature -23.5C "
6
- Island - Deli Produce,old,MT,410,1.8,,,,-2.9,-6.4,0.2,0.85,DewpointMethod,Coffin Latent Curve,50.9,0,Always On,0,63.6,Constant,0.7,856.3,ElectricWithTemperatureTermination,MT Coffin Defrost Sch,MT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,Old MT Deli and Produce Island: unit length 1.8 m operating temperature -2.9C
7
- Reach-in - Dairy Deli Beverage Case,old,MT,282.1,2.4,,,,1.4,-1.1,0.2,0.85,DewpointMethod,Glass Door Latent Curve,21.3,22.7,Always On,0.5,56.6,Constant,0.7,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"Old Dairy, Deli, and Beverage Reach-In: unit length 2.4 m, case operating temperature 1.4 C "
8
- Service - Meat Deli Bakery,old,MT,808,2.4,,,,-2.9,-6.4,0.1,0.85,DewpointMethod,Glass Door Latent Curve,31.8,71.5,Always On,0.5,63.3,Constant,0.7,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"Old MT Meat, Deli, and Bakery Service Case: unit length 2.4 m, operating temperature -2.9C"
9
- Vertical Open - All,old,MT,1437.6,2.4,,,,0.6,-3.9,0.3,0.85,DewpointMethod,Open Latent Curve,43,72.5,Always On,0.5,,None,,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"Old Dairy, Meat, Beverage, Salad, Floral, and Prepared Foods Vertical case: unit length 2.4 m, operating temperature 0.6C"
10
- Coffin - Frozen Food,new,LT,206.7,2.2,,,,-21.7,-24.4,0.2,0.85,DewpointMethod,Coffin Latent Curve,6.6,15.3,Always On,0.5,16.9,Constant,0.7,786,ElectricWithTemperatureTermination,LT Coffin Defrost Sch,LT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,"New Frozen Food Coffin: unit length 2.2 m, case operating temperature -21.7C "
11
- Coffin - Ice Cream,new,LT,240.4,2,,,,-28.3,-31.1,0.2,0.85,DewpointMethod,Coffin Latent Curve,6.6,17.6,Always On,0.5,13.1,Constant,0.7,745,ElectricWithTemperatureTermination,LT Coffin Defrost Sch,LT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,"New Ice Cream Coffin: unit length 2.0 m, case operating temperature -28.3C "
12
- Reach-in - Ice Cream,new,LT,473.9,3,,,,-23.9,-27.2,0.1,0.85,DewpointMethod,Glass Door Latent Curve,32.5,25.8,Always On,0.5,139.4,Constant,0.7,955.4,ElectricWithTemperatureTermination,LT Reach-In Defrost Sch,LT Reach-In Drip-Down Sch,DewpointMethod,Glass Door Defrost Curve,0,Always Off,Case Credit Schedule ,"New Ice Cream Reach-In: unit length 3.0m, case operating temperature -23.9C "
13
- Reach-in - Frozen Food,new,LT,438.9,3,,,,-20,-23.9,0.1,0.85,DewpointMethod,Glass Door Latent Curve,32.5,25.8,Always On,0.5,139.4,Constant,0.7,955.4,ElectricWithTemperatureTermination,LT Reach-In Defrost Sch,LT Reach-In Drip-Down Sch,DewpointMethod,Glass Door Defrost Curve,0,Always Off,Case Credit Schedule ,"New Frozen Food Reach-In: unit length 3.0m, case operating temperature -20C "
14
- Reach-in - Dairy Deli Beverage Case,new,MT,282.1,2.4,,,,1.4,-1.1,0.2,0.85,DewpointMethod,Glass Door Latent Curve,21.3,22.7,Always On,0.5,56.6,Constant,0.7,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"New Dairy, Deli, and Beverage Reach-In: unit length 2.4 m, case operating temperature 1.4 C "
15
- Island - Deli Produce,new,MT,372.6,1.8,,,,-1.1,-3.6,0.2,0.85,DewpointMethod,Coffin Latent Curve,7.6,9.8,Always On,0.5,13.1,Constant,0.7,656.2,ElectricWithTemperatureTermination,MT Coffin Defrost Sch,MT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,New MT Deli and Produce Island: unit length 1.8 m operating temperature -1.1C
16
- Service - Meat Deli Bakery,new,MT,317.3,2.4,,,,-2.2,-6.7,0.1,0.85,DewpointMethod,Glass Door Latent Curve,12.6,17,Always On,0.5,,None,,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"New MT Meat, Deli, and Bakery Service Case: unit length 2.4 m, operating temperature -2.2C"
17
- Vertical Open - All,new,MT,1187.6,2.4,,,,0.6,-2.2,0.3,0.85,DewpointMethod,Open Latent Curve,14.5,18.9,Always On,0.5,,None,,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"New Dairy, Meat, Beverage, Salad, Floral, and Prepared Foods Vertical case: unit length 2.4 m, operating temperature 0.6C"
18
- Coffin - Frozen Food,advanced,LT,281.3,2.2,,,,-23.3,-26.1,0.2,0.85,DewpointMethod,Coffin Latent Curve,8.75,16.4,Always On,0.5,60.4,Constant,0.7,1312.3,ElectricWithTemperatureTermination,LT Coffin Defrost Sch,LT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,"Advanced Frozen Food Coffin: unit length 2.2 m, case operating temperature -23.3C "
19
- Coffin - Ice Cream,advanced,LT,331.8,2,,,,-27.2,-31.1,0.2,0.85,DewpointMethod,Coffin Latent Curve,8.75,16.4,Always On,0.5,60.4,Constant,0.7,1312.3,ElectricWithTemperatureTermination,LT Coffin Defrost Sch,LT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,"Advanced Ice Cream Coffin: unit length 2.0 m, case operating temperature -27.2C "
20
- Reach-in - Ice Cream,advanced,LT,419.6,3,,,,-22.2,-26.1,0.1,0.85,DewpointMethod,Glass Door Latent Curve,32.81,28.5,Always On,0.5,41.3,Constant,0.7,955.4,ElectricWithTemperatureTermination,LT Reach-In Defrost Sch,LT Reach-In Drip-Down Sch,DewpointMethod,Glass Door Defrost Curve,0,Always Off,Case Credit Schedule ,"Advanced Ice Cream Reach-In: unit length 3.0m, case operating temperature -22.2C "
21
- Reach-in - Frozen Food,advanced,LT,398.9,3,,,,-18.3,-21.7,0.1,0.85,DewpointMethod,Glass Door Latent Curve,32.81,28.5,Always On,0.5,41.3,Constant,0.7,955.4,ElectricWithTemperatureTermination,LT Reach-In Defrost Sch,LT Reach-In Drip-Down Sch,DewpointMethod,Glass Door Defrost Curve,0,Always Off,Case Credit Schedule ,"Advanced Frozen Food Reach-In: unit length 3.0m, case operating temperature -18.3C "
22
- Reach-in - Dairy Deli Beverage Case,advanced,MT,288.5,2.4,,,,1.1,-1.1,0.2,0.85,DewpointMethod,Glass Door Latent Curve,19.7,20.9,Always On,0.5,15.6,Constant,0.7,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"Advanced Others Reach-In: unit length 2.4 m, case operating temperature 1.1C "
23
- Reach-in - Meat,advanced,MT,310.8,2.4,,,,1.1,-2.2,0.2,0.85,DewpointMethod,Glass Door Latent Curve,21.3,25.4,Always On,0.5,,None,,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"Advanced Meat Reach-In: unit length 2.4 m, case operating temperature 1.1C "
24
- Reach-in - Others,advanced,MT,288.5,2.4,,,,1.1,-1.1,0.2,0.85,DewpointMethod,Glass Door Latent Curve,19.7,20.9,Always On,0.5,15.6,Constant,0.7,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"Advanced Others Reach-In: unit length 2.4 m, case operating temperature 1.1C "
25
- Island - Deli Produce,advanced,MT,216.4,1.8,,,,0,-3.9,0.2,0.85,DewpointMethod,Coffin Latent Curve,8.7,16.4,Always On,0.5,52.5,Constant,0.7,1312.3,ElectricWithTemperatureTermination,MT Coffin Defrost Sch,MT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,Advanced MT Deli and Produce Island: unit length 1.8 m operating temperature 0C
26
- Service - Meat Deli Bakery,advanced,MT,764.5,2.4,,,,-0.6,-3.3,0.1,0.85,DewpointMethod,Glass Door Latent Curve,23,15.6,Always On,0.5,,None,,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"Advanced MT Meat Service Case: unit length 2.4 m, operating temperature -0.6C"
27
- Service - Others,advanced,MT,721.2,2.4,,,,-0.6,-3.3,0.1,0.85,DewpointMethod,Glass Door Latent Curve,39.4,9.8,Always On,0.5,,None,,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"Advanced MT Others Service Case: unit length 2.4 m, operating temperature -0.6C"
28
- Vertical Open - Meat,advanced,MT,1745.3,2.4,,,,-1.1,-5.6,0.3,0.85,DewpointMethod,Open Latent Curve,20,15.9,Always On,0.5,,None,,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"Advanced Meat Vertical case: unit length 2.4 m, operating temperature -1.1C"
29
- Vertical Open - Beverage,advanced,MT,1466.5,2.4,,,,2.8,-2.2,0.3,0.85,DewpointMethod,Open Latent Curve,26.7,27.3,Always On,0.5,,None,,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"Advanced Beverage Vertical case: unit length 2.4 m, operating temperature 2.8C"
30
- Vertical Open - Others,advanced,MT,1546.3,2.4,,,,-0.6,-3.9,0.3,0.85,DewpointMethod,Open Latent Curve,27.3,24.2,Always On,0.5,,None,,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"Advanced Others- Dairy, Salad, Floral, and Prepared Foods Vertical case: unit length 2.4 m, operating temperature -0.6C"
31
- Vertical Open - All,advanced,MT,1546.3,2.4,,,,-0.6,-3.9,0.3,0.85,DewpointMethod,Open Latent Curve,27.3,24.2,Always On,0.5,,None,,,OffCycle,,,,,0,Always Off,Case Credit Schedule ,"Advanced Others- Dairy, Salad, Floral, and Prepared Foods Vertical case: unit length 2.4 m, operating temperature -0.6C"
1
+ case_name,template,operation_type,rated_capacity,unit_length,number_of_units,total_length,total_capacity,case_operating_temperature,evaporator_temperature,rated_latent_heat_ratio,rated_runtime_fraction,latent_case_credit_curve_type,latent_case_credit_curve_name,fan_power,lighting_power,case_lighting_schedules,fraction_of_lighting_energy_to_case,anti_sweat_power,anti_sweat_heater_control_type,fraction_of_anti_sweat_heater_energy_to_cases,defrost_power,defrost_type,defrost_duration,defrosts_per_day,defrost_schedule,dripdown_duration,drip_down_schedule,defrost_energy_correction_curve_type,defrost_energy_correction_curve_name,HVAC_return_air_fraction,restocking_schedule,case_credit_fraction_schedule,description
2
+ Coffin - Frozen Food,old,LT,695.2,2,,,,-26.1,-30,0.2,0.85,DewpointMethod,Coffin Latent Curve,24,0,Always On,0,255,Constant,0.7,1430.4,ElectricWithTemperatureTermination,45,1,LT Coffin Defrost Sch,5,LT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,"Old Ice Cream Coffin: unit length 2.0 m, case operating temperature -30C "
3
+ Coffin - Ice Cream,old,LT,695.2,2,,,,-26.1,-30,0.2,0.85,DewpointMethod,Coffin Latent Curve,24,0,Always On,0,255,Constant,0.7,1430.4,ElectricWithTemperatureTermination,45,1,LT Coffin Defrost Sch,5,LT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,"Old Ice Cream Coffin: unit length 2.0 m, case operating temperature -30C "
4
+ Reach-in - Ice Cream,old,LT,617.4,3,,,,-23.9,-27.4,0.1,0.85,DewpointMethod,Glass Door Latent Curve,70.2,99.1,Always On,0.5,286.7,Constant,0.7,1221.5,ElectricWithTemperatureTermination,45,1,LT Reach-In Defrost Sch,5,LT Reach-In Drip-Down Sch,DewpointMethod,Glass Door Defrost Curve,0,Always Off,Case Credit Schedule ,"Old Ice Cream Reach-In: unit length 3.0m, case operating temperature -27.4C "
5
+ Reach-in - Frozen Food,old,LT,583.7,3,,,,-20,-23.5,0.1,0.85,DewpointMethod,Glass Door Latent Curve,70.2,99.1,Always On,0.5,286.7,Constant,0.7,1221.5,ElectricWithTemperatureTermination,45,1,LT Reach-In Defrost Sch,5,LT Reach-In Drip-Down Sch,DewpointMethod,Glass Door Defrost Curve,0,Always Off,Case Credit Schedule ,"Old Frozen Food Reach-In: unit length 3.0m, case operating temperature -23.5C "
6
+ Island - Deli Produce,old,MT,410,1.8,,,,-2.9,-6.4,0.2,0.85,DewpointMethod,Coffin Latent Curve,50.9,0,Always On,0,63.6,Constant,0.7,856.3,ElectricWithTemperatureTermination,45,1,MT Coffin Defrost Sch,5,MT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,Old MT Deli and Produce Island: unit length 1.8 m operating temperature -2.9C
7
+ Reach-in - Dairy Deli Beverage Case,old,MT,282.1,2.4,,,,1.4,-1.1,0.2,0.85,DewpointMethod,Glass Door Latent Curve,21.3,22.7,Always On,0.5,56.6,Constant,0.7,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"Old Dairy, Deli, and Beverage Reach-In: unit length 2.4 m, case operating temperature 1.4 C "
8
+ Service - Meat Deli Bakery,old,MT,808,2.4,,,,-2.9,-6.4,0.1,0.85,DewpointMethod,Glass Door Latent Curve,31.8,71.5,Always On,0.5,63.3,Constant,0.7,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"Old MT Meat, Deli, and Bakery Service Case: unit length 2.4 m, operating temperature -2.9C"
9
+ Vertical Open - All,old,MT,1437.6,2.4,,,,0.6,-3.9,0.3,0.85,DewpointMethod,Open Latent Curve,43,72.5,Always On,0.5,,None,,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"Old Dairy, Meat, Beverage, Salad, Floral, and Prepared Foods Vertical case: unit length 2.4 m, operating temperature 0.6C"
10
+ Coffin - Frozen Food,new,LT,206.7,2.2,,,,-21.7,-24.4,0.2,0.85,DewpointMethod,Coffin Latent Curve,6.6,15.3,Always On,0.5,16.9,Constant,0.7,786,ElectricWithTemperatureTermination,49,1,LT Coffin Defrost Sch,5,LT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,"New Frozen Food Coffin: unit length 2.2 m, case operating temperature -21.7C "
11
+ Coffin - Ice Cream,new,LT,240.4,2,,,,-28.3,-31.1,0.2,0.85,DewpointMethod,Coffin Latent Curve,6.6,17.6,Always On,0.5,13.1,Constant,0.7,745,ElectricWithTemperatureTermination,59,1,LT Coffin Defrost Sch,5,LT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,"New Ice Cream Coffin: unit length 2.0 m, case operating temperature -28.3C "
12
+ Reach-in - Ice Cream,new,LT,473.9,3,,,,-23.9,-27.2,0.1,0.85,DewpointMethod,Glass Door Latent Curve,32.5,25.8,Always On,0.5,139.4,Constant,0.7,955.4,ElectricWithTemperatureTermination,46,1,LT Reach-In Defrost Sch,5,LT Reach-In Drip-Down Sch,DewpointMethod,Glass Door Defrost Curve,0,Always Off,Case Credit Schedule ,"New Ice Cream Reach-In: unit length 3.0m, case operating temperature -23.9C "
13
+ Reach-in - Frozen Food,new,LT,438.9,3,,,,-20,-23.9,0.1,0.85,DewpointMethod,Glass Door Latent Curve,32.5,25.8,Always On,0.5,139.4,Constant,0.7,955.4,ElectricWithTemperatureTermination,46,1,LT Reach-In Defrost Sch,5,LT Reach-In Drip-Down Sch,DewpointMethod,Glass Door Defrost Curve,0,Always Off,Case Credit Schedule ,"New Frozen Food Reach-In: unit length 3.0m, case operating temperature -20C "
14
+ Reach-in - Dairy Deli Beverage Case,new,MT,282.1,2.4,,,,1.4,-1.1,0.2,0.85,DewpointMethod,Glass Door Latent Curve,21.3,22.7,Always On,0.5,56.6,Constant,0.7,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"New Dairy, Deli, and Beverage Reach-In: unit length 2.4 m, case operating temperature 1.4 C "
15
+ Island - Deli Produce,new,MT,372.6,1.8,,,,-1.1,-3.6,0.2,0.85,DewpointMethod,Coffin Latent Curve,7.6,9.8,Always On,0.5,13.1,Constant,0.7,656.2,ElectricWithTemperatureTermination,48,1,MT Coffin Defrost Sch,5,MT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,New MT Deli and Produce Island: unit length 1.8 m operating temperature -1.1C
16
+ Service - Meat Deli Bakery,new,MT,317.3,2.4,,,,-2.2,-6.7,0.1,0.85,DewpointMethod,Glass Door Latent Curve,12.6,17,Always On,0.5,,None,,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"New MT Meat, Deli, and Bakery Service Case: unit length 2.4 m, operating temperature -2.2C"
17
+ Vertical Open - All,new,MT,1187.6,2.4,,,,0.6,-2.2,0.3,0.85,DewpointMethod,Open Latent Curve,14.5,18.9,Always On,0.5,,None,,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"New Dairy, Meat, Beverage, Salad, Floral, and Prepared Foods Vertical case: unit length 2.4 m, operating temperature 0.6C"
18
+ Coffin - Frozen Food,advanced,LT,281.3,2.2,,,,-23.3,-26.1,0.2,0.85,DewpointMethod,Coffin Latent Curve,8.75,16.4,Always On,0.5,60.4,Constant,0.7,1312.3,ElectricWithTemperatureTermination,48,1,LT Coffin Defrost Sch,5,LT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,"Advanced Frozen Food Coffin: unit length 2.2 m, case operating temperature -23.3C "
19
+ Coffin - Ice Cream,advanced,LT,331.8,2,,,,-27.2,-31.1,0.2,0.85,DewpointMethod,Coffin Latent Curve,8.75,16.4,Always On,0.5,60.4,Constant,0.7,1312.3,ElectricWithTemperatureTermination,48,1,LT Coffin Defrost Sch,5,LT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,"Advanced Ice Cream Coffin: unit length 2.0 m, case operating temperature -27.2C "
20
+ Reach-in - Ice Cream,advanced,LT,419.6,3,,,,-22.2,-26.1,0.1,0.85,DewpointMethod,Glass Door Latent Curve,32.81,28.5,Always On,0.5,41.3,Constant,0.7,955.4,ElectricWithTemperatureTermination,46,1,LT Reach-In Defrost Sch,5,LT Reach-In Drip-Down Sch,DewpointMethod,Glass Door Defrost Curve,0,Always Off,Case Credit Schedule ,"Advanced Ice Cream Reach-In: unit length 3.0m, case operating temperature -22.2C "
21
+ Reach-in - Frozen Food,advanced,LT,398.9,3,,,,-18.3,-21.7,0.1,0.85,DewpointMethod,Glass Door Latent Curve,32.81,28.5,Always On,0.5,41.3,Constant,0.7,955.4,ElectricWithTemperatureTermination,46,1,LT Reach-In Defrost Sch,5,LT Reach-In Drip-Down Sch,DewpointMethod,Glass Door Defrost Curve,0,Always Off,Case Credit Schedule ,"Advanced Frozen Food Reach-In: unit length 3.0m, case operating temperature -18.3C "
22
+ Reach-in - Dairy Deli Beverage Case,advanced,MT,288.5,2.4,,,,1.1,-1.1,0.2,0.85,DewpointMethod,Glass Door Latent Curve,19.7,20.9,Always On,0.5,15.6,Constant,0.7,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"Advanced Others Reach-In: unit length 2.4 m, case operating temperature 1.1C "
23
+ Reach-in - Meat,advanced,MT,310.8,2.4,,,,1.1,-2.2,0.2,0.85,DewpointMethod,Glass Door Latent Curve,21.3,25.4,Always On,0.5,,None,,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"Advanced Meat Reach-In: unit length 2.4 m, case operating temperature 1.1C "
24
+ Reach-in - Others,advanced,MT,288.5,2.4,,,,1.1,-1.1,0.2,0.85,DewpointMethod,Glass Door Latent Curve,19.7,20.9,Always On,0.5,15.6,Constant,0.7,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"Advanced Others Reach-In: unit length 2.4 m, case operating temperature 1.1C "
25
+ Island - Deli Produce,advanced,MT,216.4,1.8,,,,0,-3.9,0.2,0.85,DewpointMethod,Coffin Latent Curve,8.7,16.4,Always On,0.5,52.5,Constant,0.7,1312.3,ElectricWithTemperatureTermination,48,1,MT Coffin Defrost Sch,5,MT Coffin Drip-Down Sch,DewpointMethod,Coffin Defrost Curve,0,Always Off,Case Credit Schedule ,Advanced MT Deli and Produce Island: unit length 1.8 m operating temperature 0C
26
+ Service - Meat Deli Bakery,advanced,MT,764.5,2.4,,,,-0.6,-3.3,0.1,0.85,DewpointMethod,Glass Door Latent Curve,23,15.6,Always On,0.5,,None,,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"Advanced MT Meat Service Case: unit length 2.4 m, operating temperature -0.6C"
27
+ Service - Others,advanced,MT,721.2,2.4,,,,-0.6,-3.3,0.1,0.85,DewpointMethod,Glass Door Latent Curve,39.4,9.8,Always On,0.5,,None,,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"Advanced MT Others Service Case: unit length 2.4 m, operating temperature -0.6C"
28
+ Vertical Open - Meat,advanced,MT,1745.3,2.4,,,,-1.1,-5.6,0.3,0.85,DewpointMethod,Open Latent Curve,20,15.9,Always On,0.5,,None,,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"Advanced Meat Vertical case: unit length 2.4 m, operating temperature -1.1C"
29
+ Vertical Open - Beverage,advanced,MT,1466.5,2.4,,,,2.8,-2.2,0.3,0.85,DewpointMethod,Open Latent Curve,26.7,27.3,Always On,0.5,,None,,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"Advanced Beverage Vertical case: unit length 2.4 m, operating temperature 2.8C"
30
+ Vertical Open - Others,advanced,MT,1546.3,2.4,,,,-0.6,-3.9,0.3,0.85,DewpointMethod,Open Latent Curve,27.3,24.2,Always On,0.5,,None,,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"Advanced Others- Dairy, Salad, Floral, and Prepared Foods Vertical case: unit length 2.4 m, operating temperature -0.6C"
31
+ Vertical Open - All,advanced,MT,1546.3,2.4,,,,-0.6,-3.9,0.3,0.85,DewpointMethod,Open Latent Curve,27.3,24.2,Always On,0.5,,None,,,OffCycle,,,,,,,,0,Always Off,Case Credit Schedule ,"Advanced Others- Dairy, Salad, Floral, and Prepared Foods Vertical case: unit length 2.4 m, operating temperature -0.6C"
@@ -1,76 +1,76 @@
1
- walkin_name,template,operation_type,insulated_floor_area,rated_capacity,operating_temperature,rated_cooling_source_temperature,rated_total_heating_power,rated_cooling_fan_power,lighting_power,lighting_schedule,defrost_type,defrost_control_type,defrost_schedule,drip_down_schedule,defrost_power,temperature_termination_defrost_fraction_to_ice,insulated_floor_uvalue,total_insulatedsurface_area_facing_zone,insulated_surface_uvalue_facing_zone,area_of_glass_reachin_doors_facing_zone,reachin_door_uvalue,area_of_stocking_doors_facing_zone,height_of_stocking_doors_facing_zone,stocking_door_u,stocking_door_schedule,stocking_door_opening_protection
2
- Walk-in Freezer - 80SF,old,LT,7.4,2783.9,-26.1,-31.7,0,222.72,80.3,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,2199.3,0.7,0.203,43.1,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
3
- Walk-in Freezer - 120SF,old,LT,11.1,3305.9,-26.1,-31.7,0,264.48,120.4,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,2611.7,0.7,0.203,49.3,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
4
- Walk-in Freezer - 240SF,old,LT,22.3,4834.8,-26.1,-31.7,0,386.78,240.8,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,3819.5,0.7,0.203,68.1,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
5
- Walk-in Freezer - 360SF,old,LT,33.4,6308,-26.1,-31.7,0,504.64,361.2,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,4983.3,0.7,0.203,86.9,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
6
- Walk-in Freezer - 480SF,old,LT,44.6,7725.5,-26.1,-31.7,0,618.04,481.6,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,6103.2,0.7,0.203,105.6,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
7
- Walk-in Cooler - 64SF with no glass door,old,MT,5.9,2494,1.7,-3.9,0,144.7,64.2,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,40.6,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
8
- Walk-in Cooler - 80SF with no glass door,old,MT,7.4,2729.3,1.7,-3.9,0,158.3,80.3,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,43.1,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
9
- Walk-in Cooler - 100SF with no glass door,old,MT,9.3,3022,1.7,-3.9,0,175.3,100.3,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,46.2,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
10
- Walk-in Cooler - 120SF with no glass door,old,MT,11.1,3313.2,1.7,-3.9,0,192.2,120.4,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,49.3,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
11
- Walk-in Cooler - 240SF with no glass door,old,MT,22.3,5028.1,1.7,-3.9,0,291.6,240.8,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,68.1,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
12
- Walk-in Cooler - 360SF with no glass door,old,MT,33.4,6687.5,1.7,-3.9,0,387.9,361.2,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,86.9,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
13
- Walk-in Cooler - 400SF with no glass door,old,MT,37.2,7228.4,1.7,-3.9,0,419.2,401.3,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,93.1,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
14
- Walk-in Cooler - 480SF with no glass door,old,MT,44.6,8291.7,1.7,-3.9,0,480.9,481.6,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,105.6,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
15
- Walk-in Cooler - 600SF with no glass door,old,MT,55.7,9840.5,1.7,-3.9,0,570.7,602,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,124.4,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
16
- Walk-in Cooler - 660SF with no glass door,old,MT,61.3,10594.1,1.7,-3.9,0,614.5,662.2,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,133.8,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
17
- Walk-in Cooler - 64SF with glass door,old,MT,5.9,2494,1.7,-3.9,0,144.7,64.2,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,40.6,2.27,2.1,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
18
- Walk-in Cooler - 80SF with glass door,old,MT,7.4,2729.3,1.7,-3.9,0,158.3,80.3,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,43.1,2.27,2.6,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
19
- Walk-in Cooler - 100SF with glass door,old,MT,9.3,3022,1.7,-3.9,0,175.3,100.3,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,46.2,2.27,3.3,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
20
- Walk-in Cooler - 120SF with glass door,old,MT,11.1,3313.2,1.7,-3.9,0,192.2,120.4,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,49.3,2.27,3.9,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
21
- Walk-in Cooler - 240SF with glass door,old,MT,22.3,5028.1,1.7,-3.9,0,291.6,240.8,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,68.1,2.27,7.8,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
22
- Walk-in Cooler - 360SF with glass door,old,MT,33.4,6687.5,1.7,-3.9,0,387.9,361.2,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,86.9,2.27,11.7,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
23
- Walk-in Cooler - 400SF with glass door,old,MT,37.2,7228.4,1.7,-3.9,0,419.2,401.3,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,93.1,2.27,13,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
24
- Walk-in Cooler - 480SF with glass door,old,MT,44.6,8291.7,1.7,-3.9,0,480.9,481.6,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,105.6,2.27,15.6,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
25
- Walk-in Cooler - 600SF with glass door,old,MT,55.7,9840.5,1.7,-3.9,0,570.7,602,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,124.4,2.27,19.5,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
26
- Walk-in Cooler - 660SF with glass door,old,MT,61.3,10594.1,1.7,-3.9,0,614.5,662.2,Always on,Offcycle,TimeSchedule,Cooler Defrost Sch,Cooler Drip-Down Sch,0,0.7,0.203,133.8,2.27,21.5,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
27
- Walk-in Freezer - 80SF,new,LT,7.4,1953.6,-26.1,-31.7,0,101.59,40.1,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,1543.4,0.7,0.203,43.1,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
28
- Walk-in Freezer - 120SF,new,LT,11.1,2540.7,-26.1,-31.7,0,132.12,60.2,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,2007.2,0.7,0.203,49.3,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
29
- Walk-in Freezer - 240SF,new,LT,22.3,4115.4,-26.1,-31.7,0,214,120.4,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,3251.2,0.7,0.203,68.1,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
30
- Walk-in Freezer - 360SF,new,LT,33.4,5410.2,-26.1,-31.7,0,281.33,180.6,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,4274,0.7,0.203,86.9,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
31
- Walk-in Freezer - 480SF,new,LT,44.6,6425,-26.1,-31.7,0,334.1,240.8,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,5075.7,0.7,0.203,105.6,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
32
- Walk-in Cooler - 64SF with no glass door,new,MT,5.9,1588.7,1.67,-3.9,0,63.5,32.1,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,40.6,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
33
- Walk-in Cooler - 80SF with no glass door,new,MT,7.4,1809.8,1.67,-3.9,0,72.4,40.1,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,43.1,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
34
- Walk-in Cooler - 100SF with no glass door,new,MT,9.3,2078.9,1.67,-3.9,0,83.2,50.2,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,46.2,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
35
- Walk-in Cooler - 120SF with no glass door,new,MT,11.1,2339.8,1.67,-3.9,0,93.6,60.2,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,49.3,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
36
- Walk-in Cooler - 240SF with no glass door,new,MT,22.3,3734.4,1.67,-3.9,0,149.4,120.4,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,68.1,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
37
- Walk-in Cooler - 360SF with no glass door,new,MT,33.4,4836.4,1.67,-3.9,0,193.5,180.6,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,86.9,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
38
- Walk-in Cooler - 400SF with no glass door,new,MT,37.2,5138.6,1.67,-3.9,0,205.5,200.7,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,93.1,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
39
- Walk-in Cooler - 480SF with no glass door,new,MT,44.6,5645.6,1.67,-3.9,0,225.8,240.8,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,105.6,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
40
- Walk-in Cooler - 600SF with no glass door,new,MT,55.7,6162,1.67,-3.9,0,246.5,301,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,124.4,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
41
- Walk-in Cooler - 660SF with no glass door,new,MT,61.3,6310.5,1.67,-3.9,0,252.4,331.1,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,133.8,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
42
- Walk-in Cooler - 64SF with glass door,new,MT,5.9,1588.7,1.67,-3.9,0,63.5,32.1,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,40.6,0.203,2.1,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
43
- Walk-in Cooler - 80SF with glass door,new,MT,7.4,1809.8,1.67,-3.9,0,72.4,40.1,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,43.1,0.203,2.6,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
44
- Walk-in Cooler - 100SF with glass door,new,MT,9.3,2078.9,1.67,-3.9,0,83.2,50.2,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,46.2,0.203,3.3,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
45
- Walk-in Cooler - 120SF with glass door,new,MT,11.1,2339.8,1.67,-3.9,0,93.6,60.2,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,49.3,0.203,3.9,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
46
- Walk-in Cooler - 240SF with glass door,new,MT,22.3,3734.4,1.67,-3.9,0,149.4,120.4,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,68.1,0.203,7.8,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
47
- Walk-in Cooler - 360SF with glass door,new,MT,33.4,4836.4,1.67,-3.9,0,193.5,180.6,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,86.9,0.203,11.7,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
48
- Walk-in Cooler - 400SF with glass door,new,MT,37.2,5138.6,1.67,-3.9,0,205.5,200.7,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,93.1,0.203,13,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
49
- Walk-in Cooler - 480SF with glass door,new,MT,44.6,5645.6,1.67,-3.9,0,225.8,240.8,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,105.6,0.203,15.6,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
50
- Walk-in Cooler - 600SF with glass door,new,MT,55.7,6162,1.67,-3.9,0,246.5,301,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,124.4,0.203,19.5,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
51
- Walk-in Cooler - 660SF with glass door,new,MT,61.3,6310.5,1.67,-3.9,0,252.4,331.1,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,133.8,0.203,21.5,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
52
- Walk-in Freezer - 80SF,advanced,LT,7.4,1858.7,-26.1,-31.7,0,96.65,40.1,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,1468.4,0.7,0.203,43.1,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
53
- Walk-in Freezer - 120SF,advanced,LT,11.1,2308.3,-26.1,-31.7,0,120.03,60.2,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,1823.6,0.7,0.203,49.3,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
54
- Walk-in Freezer - 240SF,advanced,LT,22.3,3614.4,-26.1,-31.7,0,187.95,120.4,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,2855.4,0.7,0.203,68.1,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
55
- Walk-in Freezer - 360SF,advanced,LT,33.4,4856.2,-26.1,-31.7,0,252.52,180.6,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,3836.4,0.7,0.203,86.9,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
56
- Walk-in Freezer - 480SF,advanced,LT,44.6,6033.8,-26.1,-31.7,0,313.76,240.8,Always on,Electric,TemperatureTermination,Freezer Defrost Sch,Freezer Drip-Down Sch,4766.7,0.7,0.203,105.6,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
57
- Walk-in Cooler - 64SF with no glass door,advanced,MT,5.9,1605.3,1.67,-3.9,0,64.2,32.1,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,40.6,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
58
- Walk-in Cooler - 80SF with no glass door,advanced,MT,7.4,1746.9,1.67,-3.9,0,69.9,40.1,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,43.1,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
59
- Walk-in Cooler - 100SF with no glass door,advanced,MT,9.3,1923.1,1.67,-3.9,0,76.9,50.2,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,46.2,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
60
- Walk-in Cooler - 120SF with no glass door,advanced,MT,11.1,2098.2,1.67,-3.9,0,83.9,60.2,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,49.3,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
61
- Walk-in Cooler - 240SF with no glass door,advanced,MT,22.3,3129,1.67,-3.9,0,125.2,120.4,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,68.1,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
62
- Walk-in Cooler - 360SF with no glass door,advanced,MT,33.4,4124.7,1.67,-3.9,0,165,180.6,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,86.9,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
63
- Walk-in Cooler - 400SF with no glass door,advanced,MT,37.2,4448.8,1.67,-3.9,0,178,200.7,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,93.1,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
64
- Walk-in Cooler - 480SF with no glass door,advanced,MT,44.6,5085.3,1.67,-3.9,0,203.4,240.8,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,105.6,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
65
- Walk-in Cooler - 600SF with no glass door,advanced,MT,55.7,6011,1.67,-3.9,0,240.4,301,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,124.4,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
66
- Walk-in Cooler - 660SF with no glass door,advanced,MT,61.3,6460.7,1.67,-3.9,0,258.4,331.1,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,133.8,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
67
- Walk-in Cooler - 64SF with glass door,advanced,MT,5.9,1605.3,1.67,-3.9,0,64.2,32.1,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,40.6,0.203,2.1,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
68
- Walk-in Cooler - 80SF with glass door,advanced,MT,7.4,1746.9,1.67,-3.9,0,69.9,40.1,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,43.1,0.203,2.6,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
69
- Walk-in Cooler - 100SF with glass door,advanced,MT,9.3,1923.1,1.67,-3.9,0,76.9,50.2,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,46.2,0.203,3.3,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
70
- Walk-in Cooler - 120SF with glass door,advanced,MT,11.1,2098.2,1.67,-3.9,0,83.9,60.2,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,49.3,0.203,3.9,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
71
- Walk-in Cooler - 240SF with glass door,advanced,MT,22.3,3129,1.67,-3.9,0,125.2,120.4,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,68.1,0.203,7.8,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
72
- Walk-in Cooler - 360SF with glass door,advanced,MT,33.4,4124.7,1.67,-3.9,0,165,180.6,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,86.9,0.203,11.7,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
73
- Walk-in Cooler - 400SF with glass door,advanced,MT,37.2,4448.8,1.67,-3.9,0,178,200.7,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,93.1,0.203,13,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
74
- Walk-in Cooler - 480SF with glass door,advanced,MT,44.6,5085.3,1.67,-3.9,0,203.4,240.8,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,105.6,0.203,15.6,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
75
- Walk-in Cooler - 600SF with glass door,advanced,MT,55.7,6011,1.67,-3.9,0,240.4,301,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,124.4,0.203,19.5,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
76
- Walk-in Cooler - 660SF with glass door,advanced,MT,61.3,6460.7,1.67,-3.9,0,258.4,331.1,Always on,Offcycle,TimeSchedule,"Cooler Defrost Sch,",Cooler Drip-Down Sch,0,0,2.27,133.8,0.203,21.5,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
1
+ walkin_name,template,operation_type,insulated_floor_area,rated_capacity,operating_temperature,rated_cooling_source_temperature,rated_total_heating_power,rated_cooling_fan_power,lighting_power,lighting_schedule,defrost_type,defrost_control_type,defrost_duration,defrosts_per_day,defrost_schedule,dripdown_duration,drip_down_schedule,defrost_power,temperature_termination_defrost_fraction_to_ice,insulated_floor_uvalue,total_insulatedsurface_area_facing_zone,insulated_surface_uvalue_facing_zone,area_of_glass_reachin_doors_facing_zone,reachin_door_uvalue,area_of_stocking_doors_facing_zone,height_of_stocking_doors_facing_zone,stocking_door_u,stocking_door_schedule,stocking_door_opening_protection
2
+ Walk-in Freezer - 80SF,old,LT,7.4,2783.9,-26.1,-31.7,0,222.72,80.3,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,2199.3,0.7,0.203,43.1,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
3
+ Walk-in Freezer - 120SF,old,LT,11.1,3305.9,-26.1,-31.7,0,264.48,120.4,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,2611.7,0.7,0.203,49.3,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
4
+ Walk-in Freezer - 240SF,old,LT,22.3,4834.8,-26.1,-31.7,0,386.78,240.8,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,3819.5,0.7,0.203,68.1,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
5
+ Walk-in Freezer - 360SF,old,LT,33.4,6308,-26.1,-31.7,0,504.64,361.2,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,4983.3,0.7,0.203,86.9,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
6
+ Walk-in Freezer - 480SF,old,LT,44.6,7725.5,-26.1,-31.7,0,618.04,481.6,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,6103.2,0.7,0.203,105.6,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
7
+ Walk-in Cooler - 64SF with no glass door,old,MT,5.9,2494,1.7,-3.9,0,144.7,64.2,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,40.6,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
8
+ Walk-in Cooler - 80SF with no glass door,old,MT,7.4,2729.3,1.7,-3.9,0,158.3,80.3,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,43.1,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
9
+ Walk-in Cooler - 100SF with no glass door,old,MT,9.3,3022,1.7,-3.9,0,175.3,100.3,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,46.2,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
10
+ Walk-in Cooler - 120SF with no glass door,old,MT,11.1,3313.2,1.7,-3.9,0,192.2,120.4,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,49.3,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
11
+ Walk-in Cooler - 240SF with no glass door,old,MT,22.3,5028.1,1.7,-3.9,0,291.6,240.8,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,68.1,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
12
+ Walk-in Cooler - 360SF with no glass door,old,MT,33.4,6687.5,1.7,-3.9,0,387.9,361.2,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,86.9,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
13
+ Walk-in Cooler - 400SF with no glass door,old,MT,37.2,7228.4,1.7,-3.9,0,419.2,401.3,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,93.1,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
14
+ Walk-in Cooler - 480SF with no glass door,old,MT,44.6,8291.7,1.7,-3.9,0,480.9,481.6,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,105.6,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
15
+ Walk-in Cooler - 600SF with no glass door,old,MT,55.7,9840.5,1.7,-3.9,0,570.7,602,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,124.4,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
16
+ Walk-in Cooler - 660SF with no glass door,old,MT,61.3,10594.1,1.7,-3.9,0,614.5,662.2,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,133.8,2.27,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
17
+ Walk-in Cooler - 64SF with glass door,old,MT,5.9,2494,1.7,-3.9,0,144.7,64.2,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,40.6,2.27,2.1,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
18
+ Walk-in Cooler - 80SF with glass door,old,MT,7.4,2729.3,1.7,-3.9,0,158.3,80.3,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,43.1,2.27,2.6,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
19
+ Walk-in Cooler - 100SF with glass door,old,MT,9.3,3022,1.7,-3.9,0,175.3,100.3,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,46.2,2.27,3.3,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
20
+ Walk-in Cooler - 120SF with glass door,old,MT,11.1,3313.2,1.7,-3.9,0,192.2,120.4,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,49.3,2.27,3.9,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
21
+ Walk-in Cooler - 240SF with glass door,old,MT,22.3,5028.1,1.7,-3.9,0,291.6,240.8,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,68.1,2.27,7.8,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
22
+ Walk-in Cooler - 360SF with glass door,old,MT,33.4,6687.5,1.7,-3.9,0,387.9,361.2,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,86.9,2.27,11.7,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
23
+ Walk-in Cooler - 400SF with glass door,old,MT,37.2,7228.4,1.7,-3.9,0,419.2,401.3,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,93.1,2.27,13,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
24
+ Walk-in Cooler - 480SF with glass door,old,MT,44.6,8291.7,1.7,-3.9,0,480.9,481.6,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,105.6,2.27,15.6,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
25
+ Walk-in Cooler - 600SF with glass door,old,MT,55.7,9840.5,1.7,-3.9,0,570.7,602,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,124.4,2.27,19.5,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
26
+ Walk-in Cooler - 660SF with glass door,old,MT,61.3,10594.1,1.7,-3.9,0,614.5,662.2,Always on,Offcycle,TimeSchedule,,,Cooler Defrost Sch,,Cooler Drip-Down Sch,0,0.7,0.203,133.8,2.27,21.5,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
27
+ Walk-in Freezer - 80SF,new,LT,7.4,1953.6,-26.1,-31.7,0,101.59,40.1,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,1543.4,0.7,0.203,43.1,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
28
+ Walk-in Freezer - 120SF,new,LT,11.1,2540.7,-26.1,-31.7,0,132.12,60.2,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,2007.2,0.7,0.203,49.3,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
29
+ Walk-in Freezer - 240SF,new,LT,22.3,4115.4,-26.1,-31.7,0,214,120.4,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,3251.2,0.7,0.203,68.1,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
30
+ Walk-in Freezer - 360SF,new,LT,33.4,5410.2,-26.1,-31.7,0,281.33,180.6,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,4274,0.7,0.203,86.9,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
31
+ Walk-in Freezer - 480SF,new,LT,44.6,6425,-26.1,-31.7,0,334.1,240.8,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,5075.7,0.7,0.203,105.6,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
32
+ Walk-in Cooler - 64SF with no glass door,new,MT,5.9,1588.7,1.67,-3.9,0,63.5,32.1,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,40.6,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
33
+ Walk-in Cooler - 80SF with no glass door,new,MT,7.4,1809.8,1.67,-3.9,0,72.4,40.1,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,43.1,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
34
+ Walk-in Cooler - 100SF with no glass door,new,MT,9.3,2078.9,1.67,-3.9,0,83.2,50.2,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,46.2,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
35
+ Walk-in Cooler - 120SF with no glass door,new,MT,11.1,2339.8,1.67,-3.9,0,93.6,60.2,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,49.3,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
36
+ Walk-in Cooler - 240SF with no glass door,new,MT,22.3,3734.4,1.67,-3.9,0,149.4,120.4,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,68.1,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
37
+ Walk-in Cooler - 360SF with no glass door,new,MT,33.4,4836.4,1.67,-3.9,0,193.5,180.6,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,86.9,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
38
+ Walk-in Cooler - 400SF with no glass door,new,MT,37.2,5138.6,1.67,-3.9,0,205.5,200.7,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,93.1,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
39
+ Walk-in Cooler - 480SF with no glass door,new,MT,44.6,5645.6,1.67,-3.9,0,225.8,240.8,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,105.6,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
40
+ Walk-in Cooler - 600SF with no glass door,new,MT,55.7,6162,1.67,-3.9,0,246.5,301,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,124.4,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
41
+ Walk-in Cooler - 660SF with no glass door,new,MT,61.3,6310.5,1.67,-3.9,0,252.4,331.1,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,133.8,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
42
+ Walk-in Cooler - 64SF with glass door,new,MT,5.9,1588.7,1.67,-3.9,0,63.5,32.1,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,40.6,0.203,2.1,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
43
+ Walk-in Cooler - 80SF with glass door,new,MT,7.4,1809.8,1.67,-3.9,0,72.4,40.1,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,43.1,0.203,2.6,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
44
+ Walk-in Cooler - 100SF with glass door,new,MT,9.3,2078.9,1.67,-3.9,0,83.2,50.2,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,46.2,0.203,3.3,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
45
+ Walk-in Cooler - 120SF with glass door,new,MT,11.1,2339.8,1.67,-3.9,0,93.6,60.2,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,49.3,0.203,3.9,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
46
+ Walk-in Cooler - 240SF with glass door,new,MT,22.3,3734.4,1.67,-3.9,0,149.4,120.4,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,68.1,0.203,7.8,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
47
+ Walk-in Cooler - 360SF with glass door,new,MT,33.4,4836.4,1.67,-3.9,0,193.5,180.6,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,86.9,0.203,11.7,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
48
+ Walk-in Cooler - 400SF with glass door,new,MT,37.2,5138.6,1.67,-3.9,0,205.5,200.7,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,93.1,0.203,13,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
49
+ Walk-in Cooler - 480SF with glass door,new,MT,44.6,5645.6,1.67,-3.9,0,225.8,240.8,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,105.6,0.203,15.6,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
50
+ Walk-in Cooler - 600SF with glass door,new,MT,55.7,6162,1.67,-3.9,0,246.5,301,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,124.4,0.203,19.5,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
51
+ Walk-in Cooler - 660SF with glass door,new,MT,61.3,6310.5,1.67,-3.9,0,252.4,331.1,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,133.8,0.203,21.5,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
52
+ Walk-in Freezer - 80SF,advanced,LT,7.4,1858.7,-26.1,-31.7,0,96.65,40.1,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,1468.4,0.7,0.203,43.1,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
53
+ Walk-in Freezer - 120SF,advanced,LT,11.1,2308.3,-26.1,-31.7,0,120.03,60.2,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,1823.6,0.7,0.203,49.3,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
54
+ Walk-in Freezer - 240SF,advanced,LT,22.3,3614.4,-26.1,-31.7,0,187.95,120.4,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,2855.4,0.7,0.203,68.1,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
55
+ Walk-in Freezer - 360SF,advanced,LT,33.4,4856.2,-26.1,-31.7,0,252.52,180.6,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,3836.4,0.7,0.203,86.9,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
56
+ Walk-in Freezer - 480SF,advanced,LT,44.6,6033.8,-26.1,-31.7,0,313.76,240.8,Always on,Electric,TemperatureTermination,45,2,Freezer Defrost Sch,5,Freezer Drip-Down Sch,4766.7,0.7,0.203,105.6,0.177,0,,3.3,2.1,0.177,Walk-in Door Sch,StripCurtain
57
+ Walk-in Cooler - 64SF with no glass door,advanced,MT,5.9,1605.3,1.67,-3.9,0,64.2,32.1,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,40.6,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
58
+ Walk-in Cooler - 80SF with no glass door,advanced,MT,7.4,1746.9,1.67,-3.9,0,69.9,40.1,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,43.1,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
59
+ Walk-in Cooler - 100SF with no glass door,advanced,MT,9.3,1923.1,1.67,-3.9,0,76.9,50.2,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,46.2,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
60
+ Walk-in Cooler - 120SF with no glass door,advanced,MT,11.1,2098.2,1.67,-3.9,0,83.9,60.2,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,49.3,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
61
+ Walk-in Cooler - 240SF with no glass door,advanced,MT,22.3,3129,1.67,-3.9,0,125.2,120.4,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,68.1,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
62
+ Walk-in Cooler - 360SF with no glass door,advanced,MT,33.4,4124.7,1.67,-3.9,0,165,180.6,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,86.9,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
63
+ Walk-in Cooler - 400SF with no glass door,advanced,MT,37.2,4448.8,1.67,-3.9,0,178,200.7,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,93.1,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
64
+ Walk-in Cooler - 480SF with no glass door,advanced,MT,44.6,5085.3,1.67,-3.9,0,203.4,240.8,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,105.6,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
65
+ Walk-in Cooler - 600SF with no glass door,advanced,MT,55.7,6011,1.67,-3.9,0,240.4,301,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,124.4,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
66
+ Walk-in Cooler - 660SF with no glass door,advanced,MT,61.3,6460.7,1.67,-3.9,0,258.4,331.1,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,133.8,0.203,0,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
67
+ Walk-in Cooler - 64SF with glass door,advanced,MT,5.9,1605.3,1.67,-3.9,0,64.2,32.1,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,40.6,0.203,2.1,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
68
+ Walk-in Cooler - 80SF with glass door,advanced,MT,7.4,1746.9,1.67,-3.9,0,69.9,40.1,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,43.1,0.203,2.6,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
69
+ Walk-in Cooler - 100SF with glass door,advanced,MT,9.3,1923.1,1.67,-3.9,0,76.9,50.2,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,46.2,0.203,3.3,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
70
+ Walk-in Cooler - 120SF with glass door,advanced,MT,11.1,2098.2,1.67,-3.9,0,83.9,60.2,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,49.3,0.203,3.9,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
71
+ Walk-in Cooler - 240SF with glass door,advanced,MT,22.3,3129,1.67,-3.9,0,125.2,120.4,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,68.1,0.203,7.8,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
72
+ Walk-in Cooler - 360SF with glass door,advanced,MT,33.4,4124.7,1.67,-3.9,0,165,180.6,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,86.9,0.203,11.7,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
73
+ Walk-in Cooler - 400SF with glass door,advanced,MT,37.2,4448.8,1.67,-3.9,0,178,200.7,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,93.1,0.203,13,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
74
+ Walk-in Cooler - 480SF with glass door,advanced,MT,44.6,5085.3,1.67,-3.9,0,203.4,240.8,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,105.6,0.203,15.6,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
75
+ Walk-in Cooler - 600SF with glass door,advanced,MT,55.7,6011,1.67,-3.9,0,240.4,301,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,124.4,0.203,19.5,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain
76
+ Walk-in Cooler - 660SF with glass door,advanced,MT,61.3,6460.7,1.67,-3.9,0,258.4,331.1,Always on,Offcycle,TimeSchedule,,,"Cooler Defrost Sch,",,Cooler Drip-Down Sch,0,0,2.27,133.8,0.203,21.5,2.27,3.3,2.1,0.203,Walk-in Door Sch,StripCurtain