Heat Module theory: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
# 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: 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]]; | # Per cell: the atmospheric temperature and the Wet-bulb temperature. See [[Temperature_formulas_(Heat_Overlay)|Temperature formulas]]; | ||
# | # Per cell: the diffuse radiation, based on the sun radiation and altitude angle. See [[Diffuse_radiation_formula_(Heat_Overlay)|diffuse radiation formula]]; | ||
Revision as of 14:10, 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;
- Per cell: the diffuse radiation, based on the sun radiation and altitude angle. See diffuse radiation formula;
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.