Climate-sensitive Urban Planning through Optimization of Tree Placements

Simon Schrodi,Ferdinand Briegel,Max Argus,Andreas Christen,Thomas Brox
2023-10-09
Abstract:Climate change is increasing the intensity and frequency of many extreme weather events, including heatwaves, which results in increased thermal discomfort and mortality rates. While global mitigation action is undoubtedly necessary, so is climate adaptation, e.g., through climate-sensitive urban planning. Among the most promising strategies is harnessing the benefits of urban trees in shading and cooling pedestrian-level environments. Our work investigates the challenge of optimal placement of such trees. Physical simulations can estimate the radiative and thermal impact of trees on human thermal comfort but induce high computational costs. This rules out optimization of tree placements over large areas and considering effects over longer time scales. Hence, we employ neural networks to simulate the point-wise mean radiant temperatures--a driving factor of outdoor human thermal comfort--across various time scales, spanning from daily variations to extended time scales of heatwave events and even decades. To optimize tree placements, we harness the innate local effect of trees within the iterated local search framework with tailored adaptations. We show the efficacy of our approach across a wide spectrum of study areas and time scales. We believe that our approach is a step towards empowering decision-makers, urban designers and planners to proactively and effectively assess the potential of urban trees to mitigate heat stress.
Computer Vision and Pattern Recognition,Atmospheric and Oceanic Physics
What problem does this paper attempt to address?
### What problem does this paper attempt to solve? This paper aims to mitigate the issue of heat stress caused by climate change by optimizing the planting locations of urban trees. Specifically, the study focuses on the following points: 1. **Background**: - Climate change leads to an increase in the frequency and intensity of extreme weather events (such as heatwaves), which in turn causes urban heat discomfort and a rise in mortality rates. - While global mitigation measures are important, adaptive measures are equally indispensable, especially in urban planning where trees are used for shading and cooling. 2. **Core Issue**: - The research focuses on how to optimize the locations of trees to maximally reduce the mean radiant temperature (Tmrt), thereby improving outdoor human thermal comfort. - Physical simulations can estimate the impact of trees on thermal comfort, but due to high computational costs, it is challenging to optimize over large areas and long time scales. 3. **Solution**: - Utilizing neural networks (specifically U-Net) to quickly simulate point mean radiant temperature, covering time scales from daily variations to heatwave events and even decades. - Employing an iterative local search framework that combines genetic algorithms and hill-climbing algorithms to optimize tree locations, considering the localized shading effects of trees. - Through experimental validation, the proposed method effectively reduces Tmrt and enhances thermal comfort across different time scales and study areas. In summary, this paper introduces efficient machine learning methods to solve the problem of optimizing tree layouts over large-scale and long-term ranges, providing urban planners with powerful tools to help cities better adapt to climate change.