Heat Module theory: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Line 7: Line 7:
Calculate once at the start, per cell:
Calculate once at the start, per cell:
# The [[Foliage_result_type_(Heat_Overlay)|foliage height]] in case the foliage height should be based on foliage [[Function|Functions]] with a height and a [[Foliage_crown_factor_(Heat_Overlay)|foliage crown factor]]. See the [[Foliage_height_calculation_(Heat_Overlay)|foliage height calculation model]];
# The [[Foliage_result_type_(Heat_Overlay)|foliage height]] in case the foliage height should be based on foliage [[Function|Functions]] with a height and a [[Foliage_crown_factor_(Heat_Overlay)|foliage crown factor]]. See the [[Foliage_height_calculation_(Heat_Overlay)|foliage height calculation model]];
# The [[Sky_view_result_type_(Heat_Overlay)|sky view factor]], based on the terrain height, buildings and [[Foliage_result_type_(Heat_Overlay)|foliage height]]; (See [[Sky_view_factor_calculation_model_(Heat_Overlay)|Sky view factor model]])
# The [[Sky_view_result_type_(Heat_Overlay)|sky view factor]], based on the terrain height, buildings and [[Foliage_result_type_(Heat_Overlay)|foliage height]]; (See [[Sky_view_factor_calculation_model_(Heat_Overlay)|Sky view calculation]])
# 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; (See [[Average_step_(Heat_Overlay)| average step]])
# 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; (See [[Average_step_(Heat_Overlay)| average step]])
# The [[Uhi_result_type_(Heat_Overlay)|urban heat island effect value]]; (See [[UHI_formula_(Heat_Overlay)|urban heat island formula]])
# The [[Uhi_result_type_(Heat_Overlay)|urban heat island effect value]]; (See [[UHI_formula_(Heat_Overlay)|urban heat island formula]])
Line 15: Line 15:
# The [[Temperature_atmosphere_result_type_(Heat_Overlay)|atmospheric temperature]] and the Wet-bulb temperature; (See [[Temperature_formulas_(Heat_Overlay)|temperature formulas]])
# The [[Temperature_atmosphere_result_type_(Heat_Overlay)|atmospheric temperature]] and the Wet-bulb temperature; (See [[Temperature_formulas_(Heat_Overlay)|temperature formulas]])
# Is the cell [[Shade_result_type_(Heat_Overlay)|shaded]] by a building, foliage or landscape features; (See [[Shade_calculation_model_(Heat_Overlay)|shade calculation]])
# Is the cell [[Shade_result_type_(Heat_Overlay)|shaded]] by a building, foliage or landscape features; (See [[Shade_calculation_model_(Heat_Overlay)|shade calculation]])
# The [[Wind_speed_result_type_(Heat_Overlay)|wind speed]] at 1.2 m above ground, translated from the 10 m wind speed measured at a [[Weather_station_(Heat_Overlay)|weather station]];
# The [[Wind_speed_result_type_(Heat_Overlay)|wind speed]] at 1.2 m above ground, translated from the 10 m wind speed measured at a [[Weather_station_(Heat_Overlay)|weather station]]; (See [[Wind_calculation_model_(Heat_Overlay)|Wind calculation]])
# The diffuse radiation, based on the sun [[Hourly_radiation_(Heat_Overlay)|radiation]] and [[Sun_altitude_(Heat_Overlay)|altitude angle]]; (See [[Diffuse_radiation_formula_(Heat_Overlay)|diffuse radiation formula]])
# The diffuse radiation, based on the sun [[Hourly_radiation_(Heat_Overlay)|radiation]] and [[Sun_altitude_(Heat_Overlay)|altitude angle]]; (See [[Diffuse_radiation_formula_(Heat_Overlay)|diffuse radiation formula]])
# The [[Pet_result_type_(Heat_Overlay)|physiological equivalent temperature (PET)]]. If it is night or the cell is in the shade, the [[PET_formulas_(Heat_Overlay)#PET_Shade_and_Night_formula|shade formula]] is used, else the [[PET_formulas_(Heat_Overlay)#PET_Sun_formula|sun formula]] is used.
# The [[Pet_result_type_(Heat_Overlay)|physiological equivalent temperature (PET)]]. If it is night or the cell is in the shade, the [[PET_formulas_(Heat_Overlay)#PET_Shade_and_Night_formula|shade formula]] is used, else the [[PET_formulas_(Heat_Overlay)#PET_Sun_formula|sun formula]] is used.

Revision as of 08:58, 23 September 2019

This page described the algorithm prescribed by the DPRA report.


Algorithm

The calculation prescription of the DPRA report is implemented as followed:

Calculate once at the start, per cell:

  1. The foliage height in case the foliage height should be based on foliage Functions with a height and a foliage crown factor. See the foliage height calculation model;
  2. The sky view factor, based on the terrain height, buildings and foliage height; (See Sky view calculation)
  3. The average vegetation fraction and average sky view factor. The average window is based on a wind direction and speed; (See average step)
  4. The urban heat island effect value; (See urban heat island formula)


Next, for each timestep, calculate the following, per cell:

  1. The atmospheric temperature and the Wet-bulb temperature; (See temperature formulas)
  2. Is the cell shaded by a building, foliage or landscape features; (See shade calculation)
  3. The wind speed at 1.2 m above ground, translated from the 10 m wind speed measured at a weather station; (See Wind calculation)
  4. The diffuse radiation, based on the sun radiation and altitude angle; (See diffuse radiation formula)
  5. 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

  • Each date-time created in the Heat Overlay Wizard will be its own timestep.
  • 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.
  • We have not implemented an automatic translation to future KNMI WH-scenarios. However, since users can provide their own weather station data, it can be configured manually.