Heat Module theory: Difference between revisions
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 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: | ||
# | # 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]]; | ||
# | # 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:
- 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.
- Calculate per cell the urban heat island effect value. See Urban heat island formula.
Next, for each timestep, calculate the following:
- Per cell: does it lies in sun or if sun rays are blocked by a building, foliage or landscape features. See Shade calculation;
- 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.