Heat Module theory: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


Calculate once at the start:
Calculate once at the start:
# the [[Sky_view_result_type_(Heat_Overlay)|sky view factor]], based on the terrain height, buildings and foliage height.
# the [[Sky_view_result_type_(Heat_Overlay)|sky view factor]], based on the terrain height, buildings and [[Foliage_height_(Heat_Overlay)|foliage height]].
# Calculate the [[Vegetation_avg_result_type_(Heat_Overlay)|average vegetation fraction]] and [[Sky_view_avg_result_type_(Heat_Overlay)|average sky view factor]]. The average window is based on a wind direction and speed. For more information on this averaging window, see [[Average_step_(Heat_Overlay)| average step]].
# Calculate the [[Vegetation_avg_result_type_(Heat_Overlay)|average vegetation fraction]] and [[Sky_view_avg_result_type_(Heat_Overlay)|average sky view factor]]. The average window is based on a wind direction and speed. For more information on this averaging window, see [[Average_step_(Heat_Overlay)| average step]].
# Calculate per cell the [[Uhi_result_type_(Heat_Overlay)|urban heat island effect value]]. See [[UHI_formula_(Heat_Overlay)|Urban heat island formula]].
# Calculate per cell the [[Uhi_result_type_(Heat_Overlay)|urban heat island effect value]]. See [[UHI_formula_(Heat_Overlay)|Urban heat island formula]].

Revision as of 14:16, 12 September 2019

This page described the algorithm prescribed by the DPRA report.

Calculate once at the start:

  1. the sky view factor, based on the terrain height, buildings and foliage height.
  2. Calculate the average vegetation fraction and average sky view factor. The average window is based on a wind direction and speed. For more information on this averaging window, see average step.
  3. Calculate per cell the urban heat island effect value. See Urban heat island formula.

Next, for each timestep, calculate the following:

  1. Per cell: does it lies in sun or if sun rays are blocked by a building, foliage or landscape features and therefore is shaded. See Shade calculation;
  2. Per cell: the atmospheric temperature and the Wet-bulb temperature. See Temperature formulas;
  3. Per cell: the diffuse radiation, based on the sun radiation and altitude angle. See diffuse radiation formula;
  4. Per cell: the physiological equivalent temperature (PET). If it is night or the cell is in the shade, the shade formula is used, else the sun formula is used.


Notes

  • In the DPRA report step description, the atmospheric temperature is only calculated once. However, the Atmospheric temperature formula used an hour of day input parameter and should therefore be performed each timestep.