openstudio-standards 0.3.0 → 0.3.1.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (226) hide show
  1. checksums.yaml +4 -4
  2. data/data/geometry/ASHRAESuperMarket.json +29 -38
  3. data/data/standards/OpenStudio_Standards-deer-ALL-comstock(space_types).xlsx +0 -0
  4. data/data/standards/metadata_units_OpenStudio_Standards-deer-ALL-comstockspace_types.csv +172 -0
  5. data/data/standards/test_performance_expected_dd_results.csv +12 -12
  6. data/lib/openstudio-standards/btap/analysis.rb +389 -389
  7. data/lib/openstudio-standards/btap/bridging.rb +2099 -0
  8. data/lib/openstudio-standards/btap/btap.model.rb +717 -717
  9. data/lib/openstudio-standards/btap/btap.rb +33 -30
  10. data/lib/openstudio-standards/btap/economics.rb +1163 -1163
  11. data/lib/openstudio-standards/btap/envelope.rb +4 -4
  12. data/lib/openstudio-standards/btap/equest.rb +2524 -2524
  13. data/lib/openstudio-standards/btap/fileio.rb +9 -0
  14. data/lib/openstudio-standards/btap/measures.rb +1515 -1515
  15. data/lib/openstudio-standards/btap/mpc.rb +554 -554
  16. data/lib/openstudio-standards/btap/reporting.rb +287 -287
  17. data/lib/openstudio-standards/btap/simmanager.rb +759 -759
  18. data/lib/openstudio-standards/btap/spaceloads.rb +439 -439
  19. data/lib/openstudio-standards/btap/spacetypes.rb +113 -113
  20. data/lib/openstudio-standards/btap/utilities.rb +134 -134
  21. data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVAC.rb +8 -83
  22. data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingWater.rb +3 -99
  23. data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +81 -75
  24. data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +7 -306
  25. data/lib/openstudio-standards/hvac_sizing/Siz.ThermalZone.rb +70 -98
  26. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +41 -14
  27. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +40 -14
  28. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperMarket.rb +1 -23
  29. data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +93 -4
  30. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +13 -0
  31. data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +5 -4
  32. data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +24 -4
  33. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +18 -2
  34. data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +18 -0
  35. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +13 -10
  36. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +5 -3
  37. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +11 -8
  38. data/lib/openstudio-standards/standards/Standards.Construction.rb +1 -1
  39. data/lib/openstudio-standards/standards/Standards.Model.rb +68 -52
  40. data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +2 -2
  41. data/lib/openstudio-standards/standards/Standards.Space.rb +16 -18
  42. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.ref_cases.json +510 -0
  43. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_compressors.json +18 -0
  44. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_walkins.json +410 -0
  45. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +2 -2
  46. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.ref_cases.json +510 -0
  47. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_compressors.json +18 -0
  48. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_walkins.json +410 -0
  49. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +2 -2
  50. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.ref_cases.json +510 -0
  51. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_compressors.json +18 -0
  52. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_walkins.json +410 -0
  53. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +2 -2
  54. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.ref_cases.json +510 -0
  55. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_compressors.json +18 -0
  56. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_walkins.json +410 -0
  57. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +2 -2
  58. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +2 -2
  59. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +2 -2
  60. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +9 -0
  61. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +2 -0
  62. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.rb +4 -3
  63. data/lib/openstudio-standards/standards/deer/deer_1985/comstock_deer_1985/data/comstock_deer_1985.spc_typ.json +405 -405
  64. data/lib/openstudio-standards/standards/deer/deer_1996/comstock_deer_1996/data/comstock_deer_1996.spc_typ.json +405 -405
  65. data/lib/openstudio-standards/standards/deer/deer_2003/comstock_deer_2003/data/comstock_deer_2003.spc_typ.json +405 -405
  66. data/lib/openstudio-standards/standards/deer/deer_2003/deer_2003.ThermalZone.rb +21 -0
  67. data/lib/openstudio-standards/standards/deer/deer_2007/comstock_deer_2007/data/comstock_deer_2007.spc_typ.json +405 -405
  68. data/lib/openstudio-standards/standards/deer/deer_2007/deer_2007.ThermalZone.rb +21 -0
  69. data/lib/openstudio-standards/standards/deer/deer_2011/comstock_deer_2011/data/comstock_deer_2011.spc_typ.json +405 -405
  70. data/lib/openstudio-standards/standards/deer/deer_2011/deer_2011.ThermalZone.rb +21 -0
  71. data/lib/openstudio-standards/standards/deer/deer_2014/comstock_deer_2014/data/comstock_deer_2014.spc_typ.json +405 -405
  72. data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.ThermalZone.rb +21 -0
  73. data/lib/openstudio-standards/standards/deer/deer_2015/comstock_deer_2015/data/comstock_deer_2015.spc_typ.json +405 -405
  74. data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.ThermalZone.rb +21 -0
  75. data/lib/openstudio-standards/standards/deer/deer_2017/comstock_deer_2017/data/comstock_deer_2017.spc_typ.json +405 -405
  76. data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.ThermalZone.rb +21 -0
  77. data/lib/openstudio-standards/standards/deer/deer_2020/comstock_deer_2020/data/comstock_deer_2020.spc_typ.json +405 -405
  78. data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.AirLoopHVAC.rb +8 -0
  79. data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.ThermalZone.rb +21 -0
  80. data/lib/openstudio-standards/standards/deer/deer_2025/comstock_deer_2025/data/comstock_deer_2025.spc_typ.json +405 -405
  81. data/lib/openstudio-standards/standards/deer/deer_2030/comstock_deer_2030/data/comstock_deer_2030.spc_typ.json +405 -405
  82. data/lib/openstudio-standards/standards/deer/deer_2035/comstock_deer_2035/data/comstock_deer_2035.spc_typ.json +405 -405
  83. data/lib/openstudio-standards/standards/deer/deer_2040/comstock_deer_2040/data/comstock_deer_2040.spc_typ.json +405 -405
  84. data/lib/openstudio-standards/standards/deer/deer_2045/comstock_deer_2045/data/comstock_deer_2045.spc_typ.json +405 -405
  85. data/lib/openstudio-standards/standards/deer/deer_2050/comstock_deer_2050/data/comstock_deer_2050.spc_typ.json +405 -405
  86. data/lib/openstudio-standards/standards/deer/deer_2055/comstock_deer_2055/data/comstock_deer_2055.spc_typ.json +405 -405
  87. data/lib/openstudio-standards/standards/deer/deer_2060/comstock_deer_2060/data/comstock_deer_2060.spc_typ.json +405 -405
  88. data/lib/openstudio-standards/standards/deer/deer_2065/comstock_deer_2065/data/comstock_deer_2065.spc_typ.json +405 -405
  89. data/lib/openstudio-standards/standards/deer/deer_2070/comstock_deer_2070/data/comstock_deer_2070.spc_typ.json +405 -405
  90. data/lib/openstudio-standards/standards/deer/deer_2075/comstock_deer_2075/data/comstock_deer_2075.spc_typ.json +405 -405
  91. data/lib/openstudio-standards/standards/deer/deer_pre_1975/comstock_deer_pre_1975/data/comstock_deer_pre_1975.spc_typ.json +405 -405
  92. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +1 -1
  93. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +3 -1
  94. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +3 -1
  95. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +2 -2
  96. data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +233 -0
  97. data/lib/openstudio-standards/standards/necb/ECMS/data/unitary_acs.json +180 -0
  98. data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +6 -1
  99. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +807 -258
  100. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +102 -66
  101. data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +85 -8
  102. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartment.osm +2483 -992
  103. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LowriseApartment.osm +4 -336
  104. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/MidriseApartment.osm +228 -231
  105. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +12 -18
  106. data/lib/openstudio-standards/standards/necb/NECB2011/data/space_type_unit_definitions.txt +76 -0
  107. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +6 -1
  108. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +111 -24
  109. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +1 -0
  110. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +3 -1
  111. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +64 -16
  112. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +61 -17
  113. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +128 -0
  114. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +252 -23
  115. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +316 -20
  116. data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +1 -1
  117. data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +3 -5
  118. data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +38 -0
  119. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +16 -24
  120. data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +48 -25
  121. data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +3 -3
  122. data/lib/openstudio-standards/standards/necb/NECB2020/data/chillers.json +36 -19
  123. data/lib/openstudio-standards/standards/necb/NECB2020/data/furnaces.json +19 -4
  124. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -40
  125. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +74 -36
  126. data/lib/openstudio-standards/standards/necb/NECB2020/necb_2020.rb +0 -2
  127. data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +123 -56
  128. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +124 -2
  129. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +15 -2
  130. data/lib/openstudio-standards/standards/necb/common/necb_reference_runs.csv +1 -1
  131. data/lib/openstudio-standards/utilities/simulation.rb +1 -1
  132. data/lib/openstudio-standards/version.rb +1 -1
  133. data/lib/openstudio-standards/weather/Weather.stat_file.rb +33 -1
  134. data/lib/openstudio-standards.rb +1 -0
  135. metadata +14 -121
  136. data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
  137. data/data/weather/CAN_ON_Kingston.AP.718200_TMYx.2004-2018.ddy +0 -2342
  138. data/data/weather/CAN_ON_Kingston.AP.718200_TMYx.2004-2018.epw +0 -8768
  139. data/data/weather/CAN_ON_Kingston.AP.718200_TMYx.2004-2018.stat +0 -700
  140. data/data/weather/CAN_ON_Region.of.Waterloo.Intl.AP.713680_TMYx.2004-2018.ddy +0 -2342
  141. data/data/weather/CAN_ON_Region.of.Waterloo.Intl.AP.713680_TMYx.2004-2018.epw +0 -8768
  142. data/data/weather/CAN_ON_Region.of.Waterloo.Intl.AP.713680_TMYx.2004-2018.stat +0 -700
  143. data/data/weather/CAN_ON_Sarnia-Hadfield.AP.717040_TMYx.2004-2018.ddy +0 -2342
  144. data/data/weather/CAN_ON_Sarnia-Hadfield.AP.717040_TMYx.2004-2018.epw +0 -8768
  145. data/data/weather/CAN_ON_Sarnia-Hadfield.AP.717040_TMYx.2004-2018.stat +0 -700
  146. data/data/weather/CAN_QC_Gatineau.AP.716279_TMYx.2004-2018.ddy +0 -276
  147. data/data/weather/CAN_QC_Gatineau.AP.716279_TMYx.2004-2018.epw +0 -8768
  148. data/data/weather/CAN_QC_Gatineau.AP.716279_TMYx.2004-2018.stat +0 -611
  149. data/data/weather/CAN_QC_Granby.710367_TMYx.2004-2018.ddy +0 -276
  150. data/data/weather/CAN_QC_Granby.710367_TMYx.2004-2018.epw +0 -8768
  151. data/data/weather/CAN_QC_Granby.710367_TMYx.2004-2018.stat +0 -610
  152. data/data/weather/CAN_QC_Sherbrooke.AP.716100_TMYx.2004-2018.ddy +0 -2342
  153. data/data/weather/CAN_QC_Sherbrooke.AP.716100_TMYx.2004-2018.epw +0 -8768
  154. data/data/weather/CAN_QC_Sherbrooke.AP.716100_TMYx.2004-2018.stat +0 -700
  155. data/data/weather/CAN_QC_Trois.Rivieres.717240_TMYx.2004-2018.ddy +0 -2342
  156. data/data/weather/CAN_QC_Trois.Rivieres.717240_TMYx.2004-2018.epw +0 -8768
  157. data/data/weather/CAN_QC_Trois.Rivieres.717240_TMYx.2004-2018.stat +0 -700
  158. data/lib/openstudio-standards/hvac_sizing/Siz.AirConditionerVariableRefrigerantFlow.rb +0 -81
  159. data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVACUnitaryHeatCoolVAVChngByp.rb +0 -27
  160. data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVACUnitaryHeatPumpAirToAir.rb +0 -69
  161. data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVACUnitaryHeatPumpAirToAirMultiSpeed.rb +0 -178
  162. data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVACUnitarySystem.rb +0 -27
  163. data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctConstVolCooledBeam.rb +0 -27
  164. data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctConstVolFourPipeInduction.rb +0 -27
  165. data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctConstVolReheat.rb +0 -27
  166. data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctParallelPIUReheat.rb +0 -67
  167. data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctSeriesPIUReheat.rb +0 -27
  168. data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctUncontrolled.rb +0 -30
  169. data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctVAVHeatAndCoolNoReheat.rb +0 -27
  170. data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctVAVHeatAndCoolReheat.rb +0 -27
  171. data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctVAVNoReheat.rb +0 -68
  172. data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctVAVReheat.rb +0 -68
  173. data/lib/openstudio-standards/hvac_sizing/Siz.BoilerHotWater.rb +0 -42
  174. data/lib/openstudio-standards/hvac_sizing/Siz.BoilerSteam.rb +0 -27
  175. data/lib/openstudio-standards/hvac_sizing/Siz.ChillerElectricEIR.rb +0 -58
  176. data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXMultiSpeed.rb +0 -171
  177. data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXSingleSpeed.rb +0 -56
  178. data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXTwoSpeed.rb +0 -89
  179. data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXVariableRefrigerantFlow.rb +0 -50
  180. data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingWaterToAirHeatPumpEquationFit.rb +0 -69
  181. data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingDXMultiSpeed.rb +0 -120
  182. data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingDXSingleSpeed.rb +0 -56
  183. data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingDXVariableRefrigerantFlow.rb +0 -41
  184. data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingDesuperheater.rb +0 -27
  185. data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingElectric.rb +0 -30
  186. data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingGas.rb +0 -30
  187. data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingGasMultiStage.rb +0 -68
  188. data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingWater.rb +0 -61
  189. data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingWaterToAirHeatPumpEquationFit.rb +0 -57
  190. data/lib/openstudio-standards/hvac_sizing/Siz.CoilWaterHeatingDesuperheater.rb +0 -27
  191. data/lib/openstudio-standards/hvac_sizing/Siz.ControllerOutdoorAir.rb +0 -59
  192. data/lib/openstudio-standards/hvac_sizing/Siz.ControllerWaterCoil.rb +0 -49
  193. data/lib/openstudio-standards/hvac_sizing/Siz.CoolingTowerSingleSpeed.rb +0 -90
  194. data/lib/openstudio-standards/hvac_sizing/Siz.CoolingTowerTwoSpeed.rb +0 -83
  195. data/lib/openstudio-standards/hvac_sizing/Siz.CoolingTowerVariableSpeed.rb +0 -57
  196. data/lib/openstudio-standards/hvac_sizing/Siz.DistrictCooling.rb +0 -27
  197. data/lib/openstudio-standards/hvac_sizing/Siz.DistrictHeating.rb +0 -27
  198. data/lib/openstudio-standards/hvac_sizing/Siz.EvaporativeCoolerDirectResearchSpecial.rb +0 -27
  199. data/lib/openstudio-standards/hvac_sizing/Siz.EvaporativeCoolerIndirectResearchSpecial.rb +0 -27
  200. data/lib/openstudio-standards/hvac_sizing/Siz.EvaporativeFluidCoolerSingleSpeed.rb +0 -27
  201. data/lib/openstudio-standards/hvac_sizing/Siz.FanConstantVolume.rb +0 -29
  202. data/lib/openstudio-standards/hvac_sizing/Siz.FanOnOff.rb +0 -27
  203. data/lib/openstudio-standards/hvac_sizing/Siz.FanVariableVolume.rb +0 -29
  204. data/lib/openstudio-standards/hvac_sizing/Siz.HeaderedPumpsConstantSpeed.rb +0 -55
  205. data/lib/openstudio-standards/hvac_sizing/Siz.HeaderedPumpsVariableSpeed.rb +0 -55
  206. data/lib/openstudio-standards/hvac_sizing/Siz.HeatExchangerAirToAirSensibleAndLatent.rb +0 -38
  207. data/lib/openstudio-standards/hvac_sizing/Siz.HeatExchangerFluidToFluid.rb +0 -27
  208. data/lib/openstudio-standards/hvac_sizing/Siz.HumidifierSteamElectric.rb +0 -27
  209. data/lib/openstudio-standards/hvac_sizing/Siz.PlantLoop.rb +0 -42
  210. data/lib/openstudio-standards/hvac_sizing/Siz.PumpConstantSpeed.rb +0 -59
  211. data/lib/openstudio-standards/hvac_sizing/Siz.PumpVariableSpeed.rb +0 -59
  212. data/lib/openstudio-standards/hvac_sizing/Siz.SizingSystem.rb +0 -48
  213. data/lib/openstudio-standards/hvac_sizing/Siz.WaterHeaterMixed.rb +0 -16
  214. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACBaseboardConvectiveElectric.rb +0 -27
  215. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACBaseboardConvectiveWater.rb +0 -27
  216. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACFourPipeFanCoil.rb +0 -27
  217. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACHighTemperatureRadiant.rb +0 -27
  218. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACIdealLoadsAirSystem.rb +0 -27
  219. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACLowTempRadiantConstFlow.rb +0 -27
  220. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACLowTempRadiantVarFlow.rb +0 -27
  221. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACLowTemperatureRadiantElectric.rb +0 -27
  222. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACPackagedTerminalAirConditioner.rb +0 -88
  223. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACPackagedTerminalHeatPump.rb +0 -88
  224. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb +0 -104
  225. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACUnitHeater.rb +0 -27
  226. data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACWaterToAirHeatPump.rb +0 -27
@@ -1,700 +0,0 @@
1
- -EnergyPlus Weather Converter Version 2019.05.16
2
- Statistics for CAN_ON_Kingston.AP.718200_TMYx.2004-2018
3
- Location -- Kingston AP ON CAN
4
- {N 44� 13.40'} {W 76� 35.97'} {GMT -5.0 Hours}
5
- Elevation -- 93 m above sea level
6
- Standard Pressure at Elevation -- 100213 Pa
7
- Data Source -- ISD-TMYx
8
-
9
- WMO Station 718200
10
- -alternate WMO Station same
11
-
12
- Comment 1: NCEI ISD - #years=[10] Period of Record=2008-2018; Jan=2017;
13
- Feb=2016; Mar=2013; Apr=2009; May=2014; Jun=2014; Jul=2013; Aug=2009; Sep=2008;
14
- Oct=2016; Nov=2010; Dec=2016
15
-
16
- Comment 2: Downloaded from Climate.Onebuilding.org -- Ground temps represent
17
- undisturbed earth temperatures - calculated from this weather data.
18
-
19
- - Actual Data Years for Monthly Data**
20
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
21
- 2017 2016 2013 2009 2014 2014 2013 2009 2008 2016 2010 2016
22
- - ** Not all weather data sources represent contiguous years.
23
- - ** Monthly data values may come from different years.
24
-
25
- ========================= Handbook Conditions for Design =========================
26
- - Displaying Design Conditions from "2017 ASHRAE Handbook -- Fundamentals - Chapter 14 Climatic Design Information"
27
- - ASHRAE design conditions are carefully generated from a period of record
28
- - (typically 30 years) to be representative of that location and to be suitable
29
- - for use in heating/cooling load calculations.
30
-
31
- DesignStat Coldest Month Heating DB Humidification DP/MC Coldest Month WS/MCD MCWS/PCWD to 99.6% D
32
- Units {} {�C} {�C} {�C} {} {�C} {�C} {} {�C} {m/s} {�C} {m/s} {�C} {m/s} {deg}
33
- Heating 1 -20.7 -17.6 -26.1 0.4 -20 -23.2 0.5 -16.8 13.4 -1.1 12.5 -1.3 2.9 350
34
-
35
- DesignStat HottestMonth Cooling DB/MCWB Evaporation WB/MCDB MCWS/PCWD to 0.4% DB Dehumidification DP/ Enthaply/MCDB Extreme Max WB
36
- Units {} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {m/s} {deg} {�C} {} {�C} {�C} {} {�C} {�C} {} {�C} {kJ/kg} {�C} {kJ/kg} {�C} {kJ/kg} {�C} {�C}
37
- Cooling 7 8.2 27.5 21.3 26.1 20.5 25 20.1 22.8 25.9 22 24.7 21.2 23.9 5.4 230 21.7 16.6 24.7 21.1 15.9 24.1 20.2 15 23.4 68 25.8 65 24.7 62.2 23.9 26.3
38
-
39
- DesignStat Extreme Annual WS Extreme Annual DB n-Year Return Period
40
- Units {m/s} {m/s} {m/s} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {�C} {�C}
41
- Extremes 11.3 9.9 8.9 -24.8 30.5 3.4 2.3 -27.3 32.1 -29.3 33.5 -31.2 34.7 -33.7 36.4 -25.1
42
-
43
- - Monthly Optical Sky Depth Beam (taub) and Diffuse (taud)
44
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
45
- taub (beam) 0.292 0.297 0.322 0.355 0.383 0.421 0.426 0.417 0.372 0.35 0.308 0.284
46
- taud (diffuse) 2.407 2.394 2.432 2.397 2.373 2.288 2.282 2.304 2.412 2.463 2.525 2.494
47
-
48
- taub - Clear Sky Optical Depth for Beam Irradiance
49
- taud - Clear Sky Optical Depth for Diffuse Irradiance
50
-
51
- - Monthly Solar Irradiance Wh/m� (noon on 21st of month)
52
- ib (beam) 833 897 918 908 888 851 842 837 851 824 814 814
53
- id (diffuse) 74 90 99 112 119 130 129 122 101 84 67 63
54
-
55
- ib - Clear Sky Noon Beam Normal Irradiance on 21st Day
56
- id - Clear Sky Noon Diffuse Horizontal Irradiance on 21st Day
57
-
58
- - Average Monthly Mean Daily All-Sky Radiation Wh/m�
59
- Avg Rad 1410 2270 3620 4520 5510 5890 5950 5250 4110 2460 1530 1110
60
-
61
- - Monthly Drybulb and Mean Coincident Wetbulb Temperatures [C]
62
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
63
- Drybulb 0.4% 7 5.7 15.9 20.7 25 28.1 30.7 28.6 26 21.1 15.2 9.6
64
- Coincident Wetbulb 0.4% 6.2 4 12.7 13.9 17.9 20 22.8 21.1 21.5 14.5 12.2 8.5
65
- Drybulb 2.0% 5.2 4.2 11.2 16.9 22.8 25.7 28 26.7 24.2 19 13.1 7.8
66
- Coincident Wetbulb 2.0% 4.2 2.6 7.8 12 16.8 19.1 22 21 20.4 16 10.4 6.6
67
- Drybulb 5.0% 3.3 3 8.4 14.1 20.9 23.8 26.5 25.5 23 17.4 11.9 6.2
68
- Coincident Wetbulb 5.0% 2.3 1.8 5.8 9.6 15.6 18.3 20.8 20.9 19.7 14.7 9.9 4.9
69
- Drybulb 10.% 2 1.8 6.2 12.1 19 22.3 25.3 24.4 21.9 16.1 10.5 4.9
70
- Coincident Wetbulb 10.% 1.1 0.8 4.1 8.4 14.7 17.9 20.2 20.4 18.7 13.7 8.8 3.6
71
-
72
- Drybulb 0.4% - 0.4% Monthly Design Drybulb Temperature
73
- Coincident Wetbulb 0.4% - 0.4% Monthly Mean Coincident Wetbulb Temperature
74
- Drybulb 2.0% - 2.0% Monthly Design Drybulb Temperature
75
- Coincident Wetbulb 2.0% - 2.0% Monthly Mean Coincident Wetbulb Temperature
76
- Drybulb 5.0% - 5.0% Monthly Design Drybulb Temperature
77
- Coincident Wetbulb 5.0% - 5.0% Monthly Mean Coincident Wetbulb Temperature
78
- Drybulb 10.% - 10.% Monthly Design Drybulb Temperature
79
- Coincident Wetbulb 10.% - 10.% Monthly Mean Coincident Wetbulb Temperature
80
-
81
- - Monthly Drybulb and Wetbulb Daily Ranges [deltaC]
82
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
83
- Drybulb 8.1 8 8 8.3 8.9 8.1 8.2 8.2 8.7 7.7 7.2 7
84
- Drybulb range - DB 5% 8.1 7.2 9.9 11.8 11.2 10.1 9.5 8.8 8.7 8.2 8.6 7.8
85
- Wetbulb range - DB 5% 7.8 6.5 7.4 7.6 6.7 5.7 5.3 5.2 6.2 6 7.3 7.7
86
-
87
- Drybulb - Mean Daily Dry Bulb Temperature Range
88
- Drybulb range - DB 5% - Mean Daily Dry Bulb Temperature Range Coincident with 5% Design Dry Bulb Temperature
89
- Wetbulb range - DB 5% - Mean Daily Wet Bulb Temperature Range Coincident with 5% Design Dry Bulb Temperature
90
-
91
- - Monthly Standard Heating/Cooling Degree Days/Hours
92
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
93
- HDD base 10C 506 442 333 130 16 0 0 0 6 62 201 393
94
- HDD base 18.3C 764 676 589 368 176 56 9 15 108 276 448 651
95
-
96
- CDD base 10C 0 0 2 13 102 216 327 304 163 44 3 0
97
- CDD base 18.3C 0 0 0 0 4 21 78 61 16 0 0 0
98
-
99
- CDH base 23.3C 0 0 0 5 14 83 367 219 35 1 0 0
100
- CDH base 26.7C 0 0 0 2 2 10 54 18 2 0 0 0
101
-
102
- - 1174 annual (standard) cooling degree-days (10C baseline)
103
- - 2088 annual (standard) heating degree-days (10C baseline)
104
-
105
- - 180 annual (standard) cooling degree-days (18.3C baseline)
106
- - 4136 annual (standard) heating degree-days (18.3C baseline)
107
-
108
- - Monthly Standard Average Liquid Precipitation mm
109
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
110
- Average 74 67 80 82 81 77 63 86 97 89 102 104
111
- Maximum 190 138 143 158 138 136 156 198 185 146 156 211
112
- Minimum 25 16 33 33 34 29 17 32 29 26 51 48
113
-
114
- - 1003 annual (standard) liquid precipitation
115
- - 1222 annual (standard) maximum liquid precipitation
116
- - 795 annual (standard) minimum liquid precipitation
117
-
118
- - Monthly Standard Average Temperature [C]
119
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
120
- Average -6.3 -5.8 -0.7 6.1 12.8 17.2 20.5 19.8 15.2 9.4 3.4 -2.7
121
-
122
- - 7.5 annual (standard) average temperature
123
-
124
- - Monthly Standard Average WindSpeed m/s
125
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
126
- Average 4.7 4.4 4.5 4.5 3.8 3.4 3.7 3.7 4.1 4.7 4.7 4.9
127
-
128
- - 4.3 annual (standard) wind speed
129
-
130
- - Climate Zone "6A" (ASHRAE Standards 169-2013 and 90.1-2016)
131
- - Cold - Humid, Probable K�ppen classification=Dfa/Dfb, Humid Continental (Warm Summer/Cool Summer)
132
- - Calculated Climate Zone based on algorithm from indicated standard (169-2013)
133
-
134
- ========================= Source Weather Data Statistics =========================
135
- - The following information is derived directly from the source weather data.
136
- - It may not be indicative of the long term climate for this location.
137
-
138
- - Monthly Statistics for Dry Bulb temperatures [C]
139
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
140
- Maximum 6.9 8.0 9.0 24.0 25.8 27.8 32.2 28.0 27.0 22.4 14.0 11.0
141
- Day:Hour 12:10 3:22 28:16 27:15 27:15 29:18 19:15 13:17 6:15 19:16 13:16 1:13
142
-
143
- Minimum -19.7 -30.5 -9.8 -4.0 3.2 9.2 9.0 8.0 5.0 -1.5 -6.0 -21.4
144
- Day:Hour 9:04 14:08 14:08 12:07 7:06 1:02 26:05 27:07 20:07 15:07 25:06 17:06
145
-
146
- Daily Avg -2.4 -5.1 -0.5 6.7 13.1 18.2 21.5 20.8 17.1 10.8 3.8 -1.1
147
-
148
- Daily Range 6.4 8.3 6.2 9.3 9.6 9.0 8.4 7.4 8.3 7.7 8.7 7.0
149
-
150
- - Maximum Dry Bulb temperature of 32.2C on Jul 19
151
- - Minimum Dry Bulb temperature of -30.5C on Feb 14
152
-
153
- - Monthly Statistics for Extreme Dry Bulb temperatures [C]
154
- #Days Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
155
- Max >= 32 1
156
- Max <= 0 11 14 8 10
157
- Min <= 0 23 26 26 8 4 19 24
158
- Min <=-18 1 5 1
159
-
160
- - Monthly Statistics for Dew Point temperatures [C]
161
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
162
- Maximum 6.3 5.3 4.0 12.0 18.5 20.8 23.7 23.0 22.0 17.8 11.0 9.0
163
- Day:Hour 12:12 3:20 12:06 28:11 14:22 30:18 17:16 15:16 15:16 19:21 23:12 2:02
164
-
165
- Minimum -21.8 -34.8 -19.0 -12.0 -6.9 3.0 5.5 6.0 1.0 -6.4 -14.8 -25.7
166
- Day:Hour 9:04 13:11 17:18 11:23 8:15 19:15 24:14 28:12 24:23 27:15 25:06 16:11
167
-
168
- Daily Avg -5.4 -9.1 -5.6 -1.8 7.4 13.3 16.1 16.9 12.6 6.9 -0.8 -4.8
169
-
170
- - Maximum Dew Point temperature of 23.7C on Jul 17
171
- - Minimum Dew Point temperature of -34.8C on Feb 13
172
-
173
- - Average Hourly Statistics for Dry Bulb temperatures [C]
174
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
175
- 0:01- 1:00 -3.0 -5.6 -1.6 4.9 11.3 15.8 19.1 19.4 15.9 9.6 2.6 -1.2
176
- 1:01- 2:00 -3.3 -5.9 -1.8 4.6 10.3 15.1 18.8 19.1 15.5 9.5 2.3 -1.4
177
- 2:01- 3:00 -3.5 -6.1 -2.1 4.3 10.4 15.1 18.6 18.7 15.1 9.4 2.0 -1.7
178
- 3:01- 4:00 -3.6 -6.3 -2.4 4.0 9.7 14.7 18.2 18.3 14.7 9.1 1.6 -1.7
179
- 4:01- 5:00 -3.5 -6.4 -2.4 3.7 9.3 14.6 18.1 17.9 14.3 8.8 1.3 -2.0
180
- 5:01- 6:00 -3.4 -6.7 -2.7 3.4 9.5 14.8 18.0 17.5 14.0 8.9 1.0 -2.2
181
- 6:01- 7:00 -3.5 -6.8 -2.7 3.7 10.2 16.1 19.0 17.7 13.5 8.7 1.9 -2.3
182
- 7:01- 8:00 -3.5 -6.9 -2.6 4.9 11.0 17.0 20.3 19.2 14.3 9.0 2.1 -2.2
183
- 8:01- 9:00 -3.6 -6.8 -1.8 6.0 12.7 18.1 21.3 20.2 16.4 10.2 2.5 -2.1
184
- 9:01-10:00 -2.9 -6.2 -0.9 6.6 13.2 18.7 22.2 21.3 17.5 11.1 3.4 -1.7
185
- 10:01-11:00 -2.2 -5.4 -0.2 7.4 14.1 19.2 22.9 21.8 17.9 11.7 4.5 -1.2
186
- 11:01-12:00 -1.6 -4.7 0.5 7.9 14.7 19.7 23.3 22.3 18.8 12.1 5.5 -0.7
187
- 12:01-13:00 -1.2 -4.1 1.1 8.5 15.2 20.3 23.8 23.0 19.1 12.6 6.0 -0.3
188
- 13:01-14:00 -0.9 -3.6 1.3 8.8 15.5 20.0 24.5 23.2 19.6 12.8 6.5 0.3
189
- 14:01-15:00 -0.8 -3.2 1.4 9.5 16.2 20.9 24.5 23.5 20.0 13.1 6.7 0.3
190
- 15:01-16:00 -0.9 -3.1 1.8 10.0 16.3 21.5 25.0 23.5 20.1 13.2 6.8 0.0
191
- 16:01-17:00 -1.0 -3.1 2.0 10.2 16.8 21.5 24.8 23.4 20.1 13.0 6.3 -0.1
192
- 17:01-18:00 -1.4 -3.1 1.7 10.1 16.4 21.4 24.5 23.3 19.8 12.4 5.5 -0.3
193
- 18:01-19:00 -1.8 -3.7 1.1 9.3 16.0 21.4 23.8 22.8 18.8 11.6 4.8 -0.5
194
- 19:01-20:00 -1.9 -3.9 0.5 8.3 14.5 20.1 22.9 21.9 18.0 11.2 4.4 -0.6
195
- 20:01-21:00 -2.2 -4.3 -0.1 7.5 13.7 19.3 21.7 21.2 17.2 10.8 3.7 -0.8
196
- 21:01-22:00 -2.4 -5.0 -0.5 6.4 12.9 18.2 21.0 20.6 16.7 10.1 3.6 -1.1
197
- 22:01-23:00 -2.6 -5.4 -0.9 5.8 12.3 17.6 20.5 20.1 16.2 10.0 3.5 -1.3
198
- 23:01-24:00 -3.0 -5.6 -1.2 5.4 11.8 16.8 19.7 19.7 16.2 9.5 3.0 -1.5
199
- Max Hour 15 17 17 17 17 17 16 16 16 16 16 15
200
- Min Hour 9 8 7 6 5 5 6 6 7 7 6 7
201
-
202
- - Average Hourly Statistics for Dew Point temperatures [C]
203
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
204
- 0:01- 1:00 -5.5 -9.5 -5.6 -2.2 7.2 12.8 15.7 16.6 12.1 6.9 -1.3 -4.7
205
- 1:01- 2:00 -5.8 -9.6 -5.6 -2.3 6.5 12.2 15.4 16.4 12.0 6.8 -1.3 -4.5
206
- 2:01- 3:00 -5.8 -9.4 -5.8 -2.5 6.6 12.3 15.4 16.3 11.9 6.6 -1.4 -4.8
207
- 3:01- 4:00 -5.9 -9.2 -6.2 -2.6 6.2 12.4 15.1 16.2 11.8 6.3 -1.6 -4.8
208
- 4:01- 5:00 -5.8 -9.3 -6.3 -2.7 6.2 12.2 15.2 16.0 11.7 6.3 -1.9 -4.9
209
- 5:01- 6:00 -5.8 -9.6 -6.4 -2.9 6.2 12.2 15.2 15.9 11.6 6.4 -2.2 -4.9
210
- 6:01- 7:00 -5.9 -9.6 -6.4 -2.8 6.6 13.2 15.9 16.1 11.5 6.4 -1.3 -5.2
211
- 7:01- 8:00 -5.9 -9.7 -6.2 -2.5 6.6 12.8 16.4 16.9 12.1 6.6 -1.0 -5.2
212
- 8:01- 9:00 -5.9 -9.8 -6.0 -2.3 7.1 13.2 16.5 17.1 12.7 7.3 -0.7 -5.4
213
- 9:01-10:00 -5.4 -9.8 -5.9 -2.3 7.5 13.3 16.4 17.3 12.9 7.3 -0.2 -5.1
214
- 10:01-11:00 -5.1 -9.5 -6.0 -1.8 7.7 13.5 16.5 17.5 12.9 7.4 0.1 -5.0
215
- 11:01-12:00 -4.8 -9.1 -5.9 -1.2 7.6 13.4 16.3 17.3 13.0 7.1 0.2 -4.8
216
- 12:01-13:00 -4.9 -8.8 -5.5 -0.9 7.9 13.9 16.6 17.5 13.3 7.3 -0.1 -4.4
217
- 13:01-14:00 -4.9 -8.4 -5.2 -0.7 8.0 13.5 16.4 17.4 13.2 7.4 -0.4 -4.3
218
- 14:01-15:00 -4.9 -8.3 -5.1 -0.9 8.1 13.9 16.7 17.4 13.2 7.4 -0.1 -4.3
219
- 15:01-16:00 -4.8 -8.3 -5.3 -1.3 8.3 14.1 16.5 17.5 13.2 7.3 -0.9 -4.5
220
- 16:01-17:00 -4.9 -8.3 -5.3 -1.5 8.3 14.1 16.2 17.5 13.2 7.2 -0.7 -4.6
221
- 17:01-18:00 -5.0 -8.2 -5.2 -1.3 7.9 13.9 15.9 17.6 13.0 7.2 -0.8 -4.8
222
- 18:01-19:00 -5.2 -8.3 -5.3 -1.3 8.0 14.1 15.8 17.3 13.0 7.3 -1.0 -4.8
223
- 19:01-20:00 -5.1 -8.5 -5.0 -1.4 7.6 13.7 16.2 17.0 13.1 7.1 -0.7 -5.0
224
- 20:01-21:00 -5.0 -8.6 -5.1 -1.4 8.1 14.2 16.3 16.9 12.9 6.9 -0.6 -4.8
225
- 21:01-22:00 -5.3 -9.1 -5.0 -1.7 7.7 13.7 16.3 16.9 12.8 6.6 -0.8 -4.8
226
- 22:01-23:00 -5.3 -9.5 -5.2 -1.6 7.6 13.5 16.4 16.6 12.6 6.6 -0.7 -4.9
227
- 23:01-24:00 -5.6 -9.5 -5.3 -1.6 7.4 13.4 16.0 16.5 12.1 6.5 -0.9 -5.0
228
- Max Hour 12 18 22 14 16 21 15 18 13 15 12 14
229
- Min Hour 4 10 6 6 6 2 4 6 7 5 6 9
230
-
231
- - Monthly Statistics for Relative Humidity [%]
232
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
233
- Maximum 100 96 100 100 100 100 93 100 100 100 100 100
234
- Day:Hour 17:24 25:06 12:04 30:22 24:03 3:13 9:01 2:12 28:21 12:01 2:08 13:06
235
-
236
- Minimum 37 34 22 16 13 26 32 38 42 40 24 27
237
- Day:Hour 6:16 14:12 17:18 14:17 8:15 19:15 22:15 31:16 23:14 11:17 24:15 16:11
238
-
239
- Daily Avg 79 72 67 56 71 75 73 79 76 78 72 75
240
-
241
- - Average Hourly Relative Humidity [%]
242
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
243
- 0:01- 1:00 82 72 72 60 77 83 81 84 78 83 75 76
244
- 1:01- 2:00 82 73 73 61 79 83 82 85 80 83 77 78
245
- 2:01- 3:00 83 76 74 61 79 84 82 86 81 83 78 78
246
- 3:01- 4:00 83 78 73 62 80 86 83 87 83 83 79 78
247
- 4:01- 5:00 83 78 73 62 82 86 83 89 85 85 79 79
248
- 5:01- 6:00 83 78 74 63 81 85 84 90 86 84 79 81
249
- 6:01- 7:00 83 79 74 62 80 83 82 91 88 85 79 80
250
- 7:01- 8:00 82 79 74 59 75 77 79 87 87 85 80 79
251
- 8:01- 9:00 83 78 72 56 71 74 74 83 79 82 79 77
252
- 9:01-10:00 82 74 68 54 71 72 71 79 75 78 77 77
253
- 10:01-11:00 79 71 63 54 68 71 69 78 73 75 73 75
254
- 11:01-12:00 78 70 61 55 65 69 66 75 70 72 69 73
255
- 12:01-13:00 75 68 60 54 65 69 66 73 70 71 66 73
256
- 13:01-14:00 73 68 61 54 64 68 63 71 68 71 63 71
257
- 14:01-15:00 73 67 61 52 61 67 64 70 66 69 63 70
258
- 15:01-16:00 74 66 59 48 62 65 61 70 66 68 60 71
259
- 16:01-17:00 74 66 58 48 60 65 60 71 66 69 61 70
260
- 17:01-18:00 76 66 59 48 60 65 60 71 66 72 64 70
261
- 18:01-19:00 76 68 62 50 61 65 62 72 70 75 66 71
262
- 19:01-20:00 78 69 65 53 66 68 67 74 73 76 69 71
263
- 20:01-21:00 80 70 67 55 70 73 72 77 76 77 73 73
264
- 21:01-22:00 80 71 70 58 73 76 75 80 78 79 73 74
265
- 22:01-23:00 80 71 71 60 75 78 78 81 80 80 74 75
266
- 23:01-24:00 81 72 71 61 76 81 80 82 77 81 75 75
267
- Max Hour 5 7 7 6 5 4 6 7 7 7 8 6
268
- Min Hour 15 16 17 17 18 18 17 16 16 16 16 18
269
-
270
- - Monthly Indicators for Precipitation/Moisture [kPa]
271
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
272
- 0.4 0.4 0.4 0.6 1.1 1.6 2.0 2.1 1.6 1.1 0.6 0.5
273
-
274
- - Monthly Statistics for Wind Chill/Heat Index temperatures [C] **
275
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
276
- Minimum WC -26 -46 -24 -16 -3 9 7 4 1 -12 -17 -30
277
- Day:Hour 8:15 13:09 14:08 7:13 17:06 1:03 26:05 31:07 23:08 28:14 25:09 16:18
278
-
279
- Average WC -9 -13 -7 -3 4 10 7 5 6 -1 -3 -10
280
- Avg Del WC 7 8 6 7 4 0 2 4 2 5 6 8
281
- # Hours WC 683 654 714 492 171 4 1 7 54 288 622 707
282
-
283
- Maximum HI 29 36 31 29
284
- Day:Hour 29:18 19:15 17:18 15:16
285
-
286
- Average HI 29 31 29 29
287
- Avg Del HI 1 2 2 2
288
- # Hours HI 3 54 18 3
289
-
290
- - **WindChill/HeatIndex Temps -- statistics...only those different from Air Temps
291
-
292
-
293
- - Monthly Statistics for UTCI - Universal Thermal Climate Index [Stress]
294
- #Hours Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
295
- Extreme Heat
296
- V Strong Heat
297
- Strong Heat
298
- Moderate Heat 1 14 1
299
- Slight Heat 7 28 22
300
- Comfort 35 335 640 672 685 559 248 11
301
- Slight Cold 41 10 34 183 305 72 30 36 157 245 125 13
302
- Moderate Cold 302 210 370 366 104 4 227 444 301
303
- Strong Cold 332 331 332 136 24 140 353
304
- V Strong Cold 69 103 8 76
305
- Extreme Cold 18 1
306
-
307
- - 0 annual Extreme Heat Stress hours
308
- - 0 annual Very Strong Heat Stress hours
309
- - 0 annual Strong Heat Stress hours
310
- - 16 annual Moderate Heat Stress hours
311
- - 57 annual Slight Heat Stress hours
312
- - 3185 annual Comfort [no thermal Heat Stress] hours
313
- - 1251 annual Slight Cold Stress hours
314
- - 2328 annual Moderate Cold Stress hours
315
- - 1648 annual Strong Cold Stress hours
316
- - 256 annual Very Strong Cold Stress hours
317
- - 19 annual Extreme Cold Stress hours
318
-
319
- - Monthly Wind Direction {Interval 11.25 deg from displayed deg) [%]
320
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
321
- N (0) 4 5 6 8 4 10 6 6 12 8 8 3
322
- ENE (22.5) 6 9 5 9 5 3 10 2 8 8 9 1
323
- NE (45) 14 16 8 12 8 5 6 3 7 8 12 6
324
- ENE (67.5) 6 4 2 6 3 3 3 3 6 6 5 3
325
- E (90) 3 1 1 5 3 2 2 2 5 4 2 2
326
- ESE (112.5) 1 0 1 3 2 3 0 1 3 1 2 1
327
- SE (135) 2 1 2 6 4 3 2 1 3 1 3 1
328
- SSE (157.5) 3 5 8 5 10 11 6 3 4 6 8 5
329
- S (180) 5 5 7 7 18 25 17 22 15 18 10 6
330
- SSW (202.5) 4 4 3 3 6 7 6 13 8 2 4 4
331
- SW (225) 9 9 8 6 12 4 12 10 5 3 3 7
332
- WSW (247.5) 13 10 12 10 13 4 9 10 7 2 6 18
333
- W (270) 18 12 12 10 7 6 9 8 5 11 10 23
334
- WNW (292.5) 5 4 7 5 2 3 3 7 5 6 6 8
335
- NW (315) 4 7 8 3 2 5 3 5 4 7 6 6
336
- NNW (337.5) 4 6 11 4 3 8 5 3 5 10 6 4
337
-
338
- - Monthly Statistics for Wind Speed [m/s]
339
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
340
- Maximum 15.9 15.4 11.3 11.8 10.8 7.7 10.8 10.3 10.8 12.8 12.3 13.4
341
- Day:Hour 11:04 20:04 31:17 3:22 10:15 4:15 19:13 20:24 15:23 30:06 30:16 15:16
342
-
343
- Minimum 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
344
- Day:Hour 16:02 17:10 9:10 2:06 21:07 7:02 7:02 1:09 2:08 7:20 4:08 7:06
345
-
346
- Daily Avg 4.4 4.8 4.2 5.1 3.7 3.2 3.5 3.6 3.4 4.3 4.6 5.4
347
-
348
- - Maximum Wind Speed of 15.9 m/s on Jan 11
349
- - Minimum Wind Speed of 0.0 m/s on Jan 16
350
-
351
- - Average Hourly Statistics for Wind Speed [m/s]
352
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
353
- 0:01- 1:00 4.4 4.8 3.6 5.7 3.2 2.8 2.8 4.2 3.0 4.0 5.0 5.1
354
- 1:01- 2:00 3.9 4.7 4.1 5.3 3.1 2.9 2.8 3.9 3.1 4.0 4.8 5.2
355
- 2:01- 3:00 4.1 4.3 3.6 4.9 3.2 2.8 2.8 3.6 3.1 4.1 4.6 5.3
356
- 3:01- 4:00 4.5 4.3 3.9 4.5 2.9 2.9 2.9 3.2 3.1 4.1 4.4 5.4
357
- 4:01- 5:00 4.2 4.1 3.7 4.1 2.9 2.6 2.9 2.9 3.1 4.2 4.2 5.3
358
- 5:01- 6:00 4.1 4.3 3.8 3.8 3.0 2.6 2.8 2.5 3.1 4.4 4.0 5.4
359
- 6:01- 7:00 4.2 4.3 3.9 4.0 2.8 2.4 3.1 2.4 3.2 4.3 4.3 5.4
360
- 7:01- 8:00 4.2 4.2 3.8 4.5 3.0 3.0 3.2 3.1 3.2 4.5 4.2 5.3
361
- 8:01- 9:00 3.9 4.1 3.9 5.2 3.6 3.5 3.5 3.7 3.4 4.8 4.9 5.2
362
- 9:01-10:00 4.3 4.6 4.6 5.3 3.9 3.7 3.8 3.6 3.8 5.2 5.1 5.2
363
- 10:01-11:00 4.5 4.8 4.6 5.8 4.0 3.9 4.2 3.9 3.8 5.4 4.9 5.3
364
- 11:01-12:00 4.6 4.9 4.8 5.5 4.3 3.9 4.6 4.3 3.8 5.1 4.9 5.8
365
- 12:01-13:00 4.7 4.9 4.6 6.3 4.8 4.0 4.6 4.7 4.4 4.9 5.4 5.9
366
- 13:01-14:00 5.0 5.2 4.9 6.3 5.0 4.3 4.9 4.8 4.6 4.8 5.2 5.7
367
- 14:01-15:00 5.2 5.2 5.2 6.2 4.9 4.1 4.7 5.2 4.2 4.8 4.8 5.9
368
- 15:01-16:00 5.1 5.4 4.8 5.8 4.7 4.1 4.7 5.2 4.3 4.5 5.1 5.7
369
- 16:01-17:00 4.9 5.0 5.0 6.1 4.7 3.8 4.7 4.8 4.0 4.3 4.7 5.8
370
- 17:01-18:00 4.5 5.3 4.6 5.6 4.3 3.4 4.1 4.1 3.2 3.9 4.2 5.4
371
- 18:01-19:00 4.3 4.8 4.2 5.5 3.8 2.7 3.7 3.0 2.6 3.8 4.0 5.6
372
- 19:01-20:00 4.4 5.1 3.9 4.6 3.6 2.9 3.3 2.4 2.6 3.7 4.0 5.2
373
- 20:01-21:00 4.4 5.1 3.7 4.4 3.3 2.6 2.7 2.5 2.9 3.9 4.1 5.3
374
- 21:01-22:00 4.0 5.2 3.9 4.4 3.3 2.8 2.6 2.2 3.0 3.9 4.3 5.0
375
- 22:01-23:00 4.2 5.4 3.8 3.8 3.3 2.7 2.6 2.3 2.9 3.9 4.8 4.8
376
- 23:01-24:00 4.3 4.8 3.9 6.0 3.5 2.9 2.6 4.6 3.0 3.9 5.1 5.0
377
- Max Hour 15 16 15 14 14 14 14 15 14 11 13 15
378
- Min Hour 2 5 3 6 7 7 22 22 20 20 19 23
379
-
380
- - Average Hourly Statistics for Wind Direction [Degrees] {N=0,E=90,S=180,W=270}
381
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
382
- 0:01- 1:00 200 182 234 178 193 245 222 222 158 194 161 226
383
- 1:01- 2:00 198 184 239 181 197 230 211 200 164 188 163 218
384
- 2:01- 3:00 202 181 239 182 205 238 199 201 152 201 166 215
385
- 3:01- 4:00 196 198 229 171 185 244 193 202 156 204 168 223
386
- 4:01- 5:00 171 175 233 171 190 217 195 202 158 193 169 225
387
- 5:01- 6:00 168 180 234 155 183 211 169 222 217 176 199 232
388
- 6:01- 7:00 185 180 220 158 186 220 191 216 232 171 202 237
389
- 7:01- 8:00 195 169 225 162 175 187 176 219 198 197 189 221
390
- 8:01- 9:00 194 190 223 166 173 163 175 198 168 181 199 215
391
- 9:01-10:00 190 196 217 160 172 164 172 213 174 183 184 217
392
- 10:01-11:00 193 168 198 174 180 169 165 215 176 181 179 218
393
- 11:01-12:00 194 174 207 163 177 176 164 217 187 195 199 220
394
- 12:01-13:00 189 180 202 156 187 175 166 212 177 197 195 221
395
- 13:01-14:00 186 185 208 161 188 179 189 205 189 195 200 226
396
- 14:01-15:00 185 195 211 183 190 175 178 193 194 207 186 223
397
- 15:01-16:00 190 194 217 158 189 182 175 213 201 197 186 232
398
- 16:01-17:00 199 188 218 168 193 181 175 209 214 207 181 227
399
- 17:01-18:00 196 185 208 177 192 183 180 222 199 197 192 234
400
- 18:01-19:00 194 182 198 177 199 171 182 211 178 184 178 229
401
- 19:01-20:00 195 182 201 163 196 192 188 228 177 208 177 224
402
- 20:01-21:00 193 185 219 171 167 224 203 231 178 200 201 227
403
- 21:01-22:00 202 184 208 208 162 241 214 225 184 205 194 231
404
- 22:01-23:00 180 183 211 205 187 240 210 233 194 200 210 230
405
- 23:01-24:00 182 187 226 175 189 215 229 232 153 200 176 237
406
- Max Hour 3 4 3 22 3 1 24 23 7 20 23 24
407
- Min Hour 6 11 11 6 22 9 12 15 3 7 1 3
408
-
409
- - Wind Frequency (m/s) by Direction {Interval 11.25 deg from displayed deg) [%]
410
- <=.5 <=2 <=4 <=6 <=8 <=10 <=12 <=14 <=16 <=18 >18 Total
411
- N (0) 0.6 0.9 2.7 1.8 0.5 0.1 0.0 0.0 0.0 0.0 0.0 6.6
412
- ENE (22.5) 0.2 0.6 2.4 2.2 0.5 0.1 0.0 0.0 0.0 0.0 0.0 6.1
413
- NE (45) 0.2 0.8 2.9 3.0 1.6 0.1 0.0 0.0 0.0 0.0 0.0 8.6
414
- ENE (67.5) 0.1 0.6 1.7 1.1 0.6 0.1 0.0 0.0 0.0 0.0 0.0 4.2
415
- E (90) 0.1 0.5 1.2 0.4 0.2 0.0 0.0 0.0 0.0 0.0 0.0 2.6
416
- ESE (112.5) 0.2 0.3 0.4 0.3 0.1 0.0 0.0 0.0 0.0 0.0 0.0 1.4
417
- SE (135) 0.2 0.6 0.8 0.4 0.3 0.1 0.0 0.0 0.0 0.0 0.0 2.4
418
- SSE (157.5) 0.2 0.6 2.0 1.4 0.9 0.6 0.5 0.1 0.0 0.0 0.0 6.2
419
- S (180) 0.2 0.9 4.5 3.9 2.1 1.0 0.2 0.1 0.1 0.0 0.0 12.9
420
- SSW (202.5) 0.2 0.4 1.8 1.5 0.9 0.5 0.1 0.0 0.0 0.0 0.0 5.4
421
- SW (225) 0.2 0.5 2.2 2.1 1.5 0.6 0.2 0.0 0.0 0.0 0.0 7.3
422
- WSW (247.5) 0.4 0.5 2.5 2.6 2.1 1.0 0.2 0.1 0.0 0.0 0.0 9.6
423
- W (270) 0.3 1.1 3.8 3.6 1.5 0.5 0.2 0.0 0.0 0.0 0.0 11.0
424
- WNW (292.5) 0.3 0.4 2.1 1.4 0.7 0.1 0.0 0.0 0.0 0.0 0.0 5.1
425
- NW (315) 0.3 0.7 2.0 1.2 0.5 0.1 0.0 0.0 0.0 0.0 0.0 4.8
426
- NNW (337.5) 0.2 0.6 2.8 1.5 0.5 0.1 0.0 0.0 0.0 0.0 0.0 5.7
427
-
428
- Total 3.9 10.3 36.0 28.5 14.6 4.9 1.5 0.3 0.1 0.0 0.0 100.0
429
-
430
- - Monthly Statistics for Liquid Precipitation [mm]
431
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
432
- Total 74 100 24 0 81 93 22 0 0 135 0 58
433
- Max Hourly 6 6 6 0 6 7 6 0 0 6 0 6
434
-
435
- - Monthly Statistics for Snow Depth [cm]
436
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
437
- Total 4 134 0 0 0 0 0 0 0 0 0 0
438
- Max Hourly 2 104 0 0 0 0 0 0 0 0 0 0
439
-
440
- - Monthly Statistics for Albedo []
441
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
442
- Average 0.662 0.781 0.733 0.101 0.082 0.082 0.077 0.081 0.077 0.073 0.148 0.743
443
-
444
- - Monthly Statistics for Solar Radiation (Direct Normal, Diffuse, Global Horizontal) [Wh/m�]
445
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
446
- Direct Avg 1941 2169 3580 4900 4333 5114 5118 5452 4795 3360 2819 1625
447
-
448
- Direct Max 6202 7545 8299 9993 10476 11573 10719 9599 9355 7855 5817 5544
449
- Day 15 26 17 12 31 19 26 31 1 8 2 26
450
-
451
- Diffuse Avg 789 1113 1737 1692 2757 2688 2628 1943 1493 979 763 609
452
-
453
- Global Avg 1410 2007 3689 4673 5620 6060 6066 5379 4157 2469 1767 1103
454
-
455
- - Maximum Direct Normal Solar of 11573 Wh/m� on Jun 19
456
-
457
- - Global Horizontal Solar Radiation 1353 kWh/m�-yr
458
- - Direct Normal Solar Radiation 1377 kWh/m�-yr
459
- - Diffuse Horizontal Solar Radiation 584 kWh/m�-yr
460
-
461
- - Average Hourly Statistics for Direct Normal Solar Radiation [Wh/m�]
462
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
463
- 0:01- 1:00 0 0 0 0 0 0 0 0 0 0 0 0
464
- 1:01- 2:00 0 0 0 0 0 0 0 0 0 0 0 0
465
- 2:01- 3:00 0 0 0 0 0 0 0 0 0 0 0 0
466
- 3:01- 4:00 0 0 0 0 0 0 0 0 0 0 0 0
467
- 4:01- 5:00 0 0 0 0 0 0 0 0 0 0 0 0
468
- 5:01- 6:00 0 0 0 6 75 122 69 27 0 0 0 0
469
- 6:01- 7:00 0 0 10 151 188 255 166 170 112 8 0 0
470
- 7:01- 8:00 0 12 112 268 298 365 293 298 270 177 32 0
471
- 8:01- 9:00 85 111 219 383 326 409 367 401 395 267 145 74
472
- 9:01-10:00 176 189 333 450 346 394 392 448 446 328 282 160
473
- 10:01-11:00 243 265 422 436 393 416 403 503 482 353 313 229
474
- 11:01-12:00 258 282 428 458 385 422 410 452 489 379 385 265
475
- 12:01-13:00 289 269 428 467 380 388 460 503 498 347 420 257
476
- 13:01-14:00 274 267 420 486 396 406 447 514 476 367 410 238
477
- 14:01-15:00 271 264 390 479 371 412 453 542 458 374 410 227
478
- 15:01-16:00 235 267 352 430 367 391 497 501 444 378 323 175
479
- 16:01-17:00 112 214 278 404 301 364 422 466 397 318 97 0
480
- 17:01-18:00 0 30 187 321 278 351 367 383 290 65 0 0
481
- 18:01-19:00 0 0 0 162 206 286 266 242 38 0 0 0
482
- 19:01-20:00 0 0 0 0 23 134 105 0 0 0 0 0
483
- 20:01-21:00 0 0 0 0 0 0 0 0 0 0 0 0
484
- 21:01-22:00 0 0 0 0 0 0 0 0 0 0 0 0
485
- 22:01-23:00 0 0 0 0 0 0 0 0 0 0 0 0
486
- 23:01-24:00 0 0 0 0 0 0 0 0 0 0 0 0
487
- Max Hour* 13 12 12 14 14 12 16* 15 13 12 13 12
488
- Min Hour 1 1 1 1 1 1 1 1 1 1 1 1
489
-
490
- - Average Hourly Statistics for Diffuse Horizontal Solar Radiation [Wh/m�]
491
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
492
- 0:01- 1:00 0 0 0 0 0 0 0 0 0 0 0 0
493
- 1:01- 2:00 0 0 0 0 0 0 0 0 0 0 0 0
494
- 2:01- 3:00 0 0 0 0 0 0 0 0 0 0 0 0
495
- 3:01- 4:00 0 0 0 0 0 0 0 0 0 0 0 0
496
- 4:01- 5:00 0 0 0 0 0 0 0 0 0 0 0 0
497
- 5:01- 6:00 0 0 0 3 18 27 21 6 0 0 0 0
498
- 6:01- 7:00 0 0 5 34 56 62 65 41 20 4 0 0
499
- 7:01- 8:00 0 8 34 70 109 109 113 76 56 29 10 0
500
- 8:01- 9:00 24 45 84 108 167 164 165 114 88 60 42 23
501
- 9:01-10:00 62 88 144 141 222 217 206 148 125 97 80 57
502
- 10:01-11:00 96 125 186 174 265 259 260 183 157 114 110 89
503
- 11:01-12:00 122 163 230 179 302 291 294 225 186 131 121 105
504
- 12:01-13:00 128 177 245 187 328 309 308 215 186 139 117 109
505
- 13:01-14:00 125 166 236 188 333 299 282 210 197 136 110 96
506
- 14:01-15:00 111 140 212 178 298 279 274 206 179 121 91 78
507
- 15:01-16:00 80 112 176 165 251 245 222 195 140 86 61 52
508
- 16:01-17:00 40 72 120 134 197 182 182 152 96 52 20 0
509
- 17:01-18:00 0 16 64 92 132 131 129 113 59 10 0 0
510
- 18:01-19:00 0 0 0 40 73 81 80 60 6 0 0 0
511
- 19:01-20:00 0 0 0 0 6 34 28 0 0 0 0 0
512
- 20:01-21:00 0 0 0 0 0 0 0 0 0 0 0 0
513
- 21:01-22:00 0 0 0 0 0 0 0 0 0 0 0 0
514
- 22:01-23:00 0 0 0 0 0 0 0 0 0 0 0 0
515
- 23:01-24:00 0 0 0 0 0 0 0 0 0 0 0 0
516
- Max Hour 13 13 13 14 14 13 13 12 14 13 12 13
517
- Min Hour 1 1 1 1 1 1 1 1 1 1 1 1
518
-
519
- - Average Hourly Statistics for Global Horizontal Solar Radiation [Wh/m�]
520
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
521
- 0:01- 1:00 0 0 0 0 0 0 0 0 0 0 0 0
522
- 1:01- 2:00 0 0 0 0 0 0 0 0 0 0 0 0
523
- 2:01- 3:00 0 0 0 0 0 0 0 0 0 0 0 0
524
- 3:01- 4:00 0 0 0 0 0 0 0 0 0 0 0 0
525
- 4:01- 5:00 0 0 0 0 0 0 0 0 0 0 0 0
526
- 5:01- 6:00 0 0 0 4 28 45 30 8 0 0 0 0
527
- 6:01- 7:00 0 0 6 60 106 135 110 76 34 4 0 0
528
- 7:01- 8:00 0 9 59 154 233 271 232 179 129 60 12 0
529
- 8:01- 9:00 35 66 163 286 350 405 371 313 249 137 70 32
530
- 9:01-10:00 102 144 306 416 464 501 477 432 369 234 162 92
531
- 10:01-11:00 170 235 435 483 582 604 584 559 471 297 228 157
532
- 11:01-12:00 220 301 513 539 638 668 654 595 538 350 291 200
533
- 12:01-13:00 246 320 540 569 669 668 726 644 558 347 306 206
534
- 13:01-14:00 234 307 519 577 680 668 682 640 542 347 283 182
535
- 14:01-15:00 203 265 450 533 599 628 653 624 480 306 233 146
536
- 15:01-16:00 139 211 356 440 512 538 589 533 382 232 142 88
537
- 16:01-17:00 61 125 230 333 371 406 443 400 258 133 39 0
538
- 17:01-18:00 0 23 111 203 249 294 304 258 134 23 0 0
539
- 18:01-19:00 0 0 0 76 127 168 162 118 14 0 0 0
540
- 19:01-20:00 0 0 0 0 10 61 50 0 0 0 0 0
541
- 20:01-21:00 0 0 0 0 0 0 0 0 0 0 0 0
542
- 21:01-22:00 0 0 0 0 0 0 0 0 0 0 0 0
543
- 22:01-23:00 0 0 0 0 0 0 0 0 0 0 0 0
544
- 23:01-24:00 0 0 0 0 0 0 0 0 0 0 0 0
545
- Max Hour 13 13 13 14 14 12 13 13 13 12 13 13
546
- Min Hour 1 1 1 1 1 1 1 1 1 1 1 1
547
-
548
- - Monthly Sunshine/Daylight (Daily Average) [hours]
549
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
550
- Sunshine 1.9 2.2 3.6 4.9 4.3 5.1 5.1 5.5 4.8 3.4 2.8 1.6
551
- Daylight 9.3 10.4 11.9 13.4 14.7 15.4 15.2 14.0 12.6 11.0 9.7 8.9
552
-
553
- - Monthly Statistics for Illuminance (Direct Normal, Diffuse, Global Horizontal) [kLux]
554
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
555
- Direct Avg 94 138 248 350 305 351 341 337 314 205 145 76
556
-
557
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
558
- Diffuse Avg 88 127 201 200 322 315 308 229 176 114 87 68
559
-
560
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
561
- Global Avg 159 227 426 535 652 699 700 624 477 280 202 124
562
-
563
- - Monthly Statistics for Zenith Luminance [kCD/m�] **
564
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
565
- ZenLum Avg 29 43 49 51 52 51 56 57 47 37 30 23
566
- **Missed Hrs 4 71 60 180 166 154 84 49 11
567
-
568
- - Average Hourly Statistics for Total Sky Cover [%]
569
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
570
- 0:01- 1:00 72 75 60 45 34 33 40 30 32 61 58 68
571
- 1:01- 2:00 75 74 60 48 33 38 45 37 32 63 56 69
572
- 2:01- 3:00 67 81 60 49 36 37 43 30 39 67 53 65
573
- 3:01- 4:00 61 75 62 39 33 42 53 37 45 62 50 65
574
- 4:01- 5:00 62 75 63 44 35 33 48 35 37 63 57 66
575
- 5:01- 6:00 66 74 59 68 39 39 51 57 61 58 52 65
576
- 6:01- 7:00 69 75 56 72 39 39 47 65 59 57 61 62
577
- 7:01- 8:00 61 68 62 71 42 41 55 65 64 55 71 64
578
- 8:01- 9:00 65 74 54 73 42 44 45 69 64 52 74 63
579
- 9:01-10:00 70 65 57 78 49 52 43 65 62 50 74 70
580
- 10:01-11:00 68 66 54 77 52 57 49 69 62 47 73 63
581
- 11:01-12:00 68 65 63 80 51 58 45 74 65 50 76 64
582
- 12:01-13:00 67 69 58 78 49 55 48 70 67 50 77 64
583
- 13:01-14:00 70 76 55 75 60 52 44 68 67 48 77 69
584
- 14:01-15:00 69 73 54 75 61 45 51 68 68 55 75 67
585
- 15:01-16:00 64 76 54 78 55 48 49 65 66 50 73 61
586
- 16:01-17:00 65 65 52 75 62 50 49 66 66 54 78 71
587
- 17:01-18:00 74 80 55 73 62 53 48 61 60 57 78 69
588
- 18:01-19:00 65 79 57 78 52 49 44 55 61 57 71 67
589
- 19:01-20:00 78 81 57 74 55 40 40 57 61 57 67 71
590
- 20:01-21:00 73 76 60 72 50 48 32 60 47 60 69 70
591
- 21:01-22:00 69 79 60 59 47 40 45 46 44 64 65 74
592
- 22:01-23:00 71 74 62 60 42 33 43 42 47 59 54 72
593
- 23:01-24:00 73 71 60 47 42 28 45 33 36 58 58 71
594
- Max Hour 20 20 5 12 17 12 8 12 15 3 17 22
595
- Min Hour 4 17 17 4 2 24 21 3 1 11 4 16
596
-
597
- - Average Hourly Statistics for Opaque Sky Cover [%]
598
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
599
- 0:01- 1:00 72 75 60 45 34 33 40 30 32 61 58 68
600
- 1:01- 2:00 75 74 60 48 33 38 45 37 32 63 56 69
601
- 2:01- 3:00 67 81 60 49 36 37 43 30 39 67 53 65
602
- 3:01- 4:00 61 75 62 39 33 42 53 37 45 62 50 65
603
- 4:01- 5:00 62 75 63 44 35 33 48 35 37 63 57 66
604
- 5:01- 6:00 66 74 59 68 39 39 51 57 61 58 52 65
605
- 6:01- 7:00 69 75 56 72 39 39 47 65 59 57 61 62
606
- 7:01- 8:00 61 68 62 71 42 41 55 65 64 55 71 64
607
- 8:01- 9:00 65 74 54 73 42 44 45 69 64 52 74 63
608
- 9:01-10:00 70 65 57 78 49 52 43 65 62 50 74 70
609
- 10:01-11:00 68 66 54 77 52 57 49 69 62 47 73 63
610
- 11:01-12:00 68 65 63 80 51 58 45 74 65 50 76 64
611
- 12:01-13:00 67 69 58 78 49 55 48 70 67 50 77 64
612
- 13:01-14:00 70 76 55 75 60 52 44 68 67 48 77 69
613
- 14:01-15:00 69 73 54 75 61 45 51 68 68 55 75 67
614
- 15:01-16:00 64 76 54 78 55 48 49 65 66 50 73 61
615
- 16:01-17:00 65 65 52 75 62 50 49 66 66 54 78 71
616
- 17:01-18:00 74 80 55 73 62 53 48 61 60 57 78 69
617
- 18:01-19:00 65 79 57 78 52 49 44 55 61 57 71 67
618
- 19:01-20:00 78 81 57 74 55 40 40 57 61 57 67 71
619
- 20:01-21:00 73 76 60 72 50 48 32 60 47 60 69 70
620
- 21:01-22:00 69 79 60 59 47 40 45 46 44 64 65 74
621
- 22:01-23:00 71 74 62 60 42 33 43 42 47 59 54 72
622
- 23:01-24:00 73 71 60 47 42 28 45 33 36 58 58 71
623
- Max Hour 20 20 5 12 17 12 8 12 15 3 17 22
624
- Min Hour 4 17 17 4 2 24 21 3 1 11 4 16
625
-
626
- - Monthly Calculated "undisturbed" Ground Temperatures** [C]
627
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
628
- 0.5 m 1.8 -2.3 -3.5 -2.5 3.1 9.3 15.1 19.4 20.6 18.6 13.8 7.8
629
- 2.0 m 5.5 1.6 -0.2 -0.3 2.6 6.9 11.5 15.4 17.4 17.0 14.3 10.2
630
- 4.0 m 7.9 4.9 3.0 2.5 3.6 6.0 9.1 12.1 14.2 14.7 13.5 11.1
631
-
632
- - **These ground temperatures should NOT BE USED in the GroundTemperatures object to compute building floor losses.
633
- - The temperatures for 0.5 m depth can be used for GroundTemperatures:Surface.
634
- - The temperatures for 4.0 m depth can be used for GroundTemperatures:Deep.
635
- - Calculations use a standard soil diffusivity of 2.3225760E-03 {m**2/day}
636
-
637
- - Heating/Cooling Degree Days/Hours calculated from this weather file.
638
- - Heating/Cooling Degree Days/Hours from design conditions shown earlier in this report.
639
- - Monthly Weather File Heating/Cooling Degree Days/Hours []
640
- Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
641
- HDD base 10C 385 422 326 105 13 0 0 0 0 61 186 344
642
- HDD base 18C 633 646 574 338 155 29 2 10 60 225 426 592
643
-
644
- CDD base 10C 0 0 0 7 109 247 357 335 212 84 0 0
645
- CDD base 18C 0 0 0 0 3 36 111 97 32 1 0 0
646
-
647
- CDH base 20C 0 0 0 12 124 627 1809 1472 477 10 0 0
648
- CDH base 23C 0 0 0 1 15 150 628 369 88 0 0 0
649
- CDH base 27C 0 0 0 0 0 2 94 5 0 0 0 0
650
-
651
- - 1352 annual (wthr file) cooling degree-days (10C baseline)
652
- - 1842 annual (wthr file) heating degree-days (10C baseline)
653
-
654
- - 279 annual (wthr file) cooling degree-days (18C baseline)
655
- - 3689 annual (wthr file) heating degree-days (18C baseline)
656
-
657
- - 4532 annual (wthr file) cooling degree-hours (20C baseline)
658
- - 1251 annual (wthr file) cooling degree-hours (23C baseline)
659
- - 101 annual (wthr file) cooling degree-hours (27C baseline)
660
-
661
- - Psychrometric Chart Data rows=Dewpoint - columns=DryBulb [%]
662
- <=-10 <=-5 <=0 <=5 <=10 <=15 <=20 <=25 <=30 <=35 <=40 >40
663
- >30
664
- <=30
665
- <=25 2.8 1.1 0.1
666
- <=20 4.2 8.2 0.9
667
- <=15 4.2 9.1 2.3 0.2
668
- <=10 3.1 5.9 2.7 0.9 0.1
669
- <=5 5.5 5.8 1.6 0.4 0.1
670
- <=0 5.2 11.6 2.3 0.7 0.1
671
- <=-5 1.3 6.8 2.1 0.6 0.3
672
- <=-10 3.3 4.0 1.8 0.4 0.1
673
-
674
- - Climate type "Dfb" (K�ppen classification)**
675
- - Moist continental (warm summer, cold winter, no dry season, lat. 30-60�N)
676
- -
677
- - **Note that the K�ppen classification shown here is derived from the ASHRAE design condition data.
678
- - It "should" be indicative of the long term climate for this location.
679
-
680
- - Typical/Extreme Period Determination
681
-
682
- - Summer is Jun:Aug
683
- Extreme Summer Week (nearest maximum temperature for summer)
684
- Extreme Hot Week Period selected: Jul 13:Jul 19, Maximum Temp= 32.20C, Deviation=| 7.421|C
685
- Typical Summer Week (nearest average temperature for summer)
686
- Typical Week Period selected: Jul 27:Aug 2, Average Temp= 20.21C, Deviation=| 0.008|C
687
-
688
- - Winter is Dec:Feb
689
- Extreme Winter Week (nearest minimum temperature for winter)
690
- Extreme Cold Week Period selected: Feb 10:Feb 16, Minimum Temp= -30.50C, Deviation=|17.486|C
691
- Typical Winter Week (nearest average temperature for winter)
692
- Typical Week Period selected: Jan 27:Feb 2, Average Temp= -2.78C, Deviation=| 0.126|C
693
-
694
- - Autumn is Sep:Nov
695
- Typical Autumn Week (nearest average temperature for autumn)
696
- Typical Week Period selected: Oct 6:Oct 12, Average Temp= 10.55C, Deviation=| 1.875|C
697
-
698
- - Spring is Mar:May
699
- Typical Spring Week (nearest average temperature for spring)
700
- Typical Week Period selected: Apr 12:Apr 18, Average Temp= 6.42C, Deviation=| 0.021|C