Heat Module theory: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This page described the algorithm prescribed by the DPRA report.
This page described the algorithm prescribed by the DPRA report.


# Calculate the sky view factor
Calculate once at the start:
# the sky view factor, based on the terrain height, buildings and foliage height.
# 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_(Heat_Overlay)| average step]].
# 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_(Heat_Overlay)| average step]].
# Calculate per cell the urban heat island effect value. See [[UHI_formula_(Heat_Overlay)|Urban heat island formula]].
# Calculate per cell the urban heat island effect value. See [[UHI_formula_(Heat_Overlay)|Urban heat island formula]].


Next, for each timestep, calculate the following:
Next, for each timestep, calculate the following:
# Shade-step: Determine per cell if it lies in sun or if sun rays are blocked by a building, tree or other landscape feature.
# Per cell: does it lies in sun or if sun rays are blocked by a building, foliage or landscape features. See [[Shade_calculation_(Heat_Overlay)|Shade calculation]];
# Calculate per cell the atmospheric temperature and the Wet-bulb temperature. See [[Temperature_formulas_(Heat_Overlay)|Temperature formulas]].
# Per cell: the atmospheric temperature and the Wet-bulb temperature. See [[Temperature_formulas_(Heat_Overlay)|Temperature formulas]];
#





Revision as of 14:09, 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. See Shade calculation;
  2. Per cell: the atmospheric temperature and the Wet-bulb temperature. See Temperature formulas;


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.