Trees in urban areas have significant effects on the urban ecosystem. They can be used to improve the water cycle in urban areas by increasing evaporation and reducing runoff through rainfall interception. Street trees placed in planters on impervious areas reduce runoff by intercepting rainfall and by temporarily storing raindrops on leaves. Therefore, understanding tree canopy geometry and the effect of rainfall interception is important in urban hydrology. In this study, we assessed the effect of tree canopy morphology on rainfall interception using four major street tree species, Sophora japonica L., Ginkgo biloba L., Zelkova serrata (Thunb.) Makino, and Aesculus turbinata Blume, in Seoul, South Korea. We measured throughfall for each tree and also derived three-dimensional data of tree canopy morphology with a terrestrial laser scanner. Tree height, canopy crown width, leaf area index (LAI), leaf area density, mean leaf area, and mean leaf angle were used to determine canopy morphology. The interception rate was mostly affected by the LAI; a higher LAI tended to result in a higher interception rate. Leaf area affected the rainfall interception rate when trees had similar LAIs. These findings on individual tree canopy rainfall interception can help us to understand the importance of rainfall interception in hydrology and for ecological restoration when planning urban green spaces.
The Java language provides exceptions in order to handle errors gracefully. However, the presence of exception handlers complicate the job of a JIT (Just-in-Time) compiler, including optimizations and register allocation, even though exceptions are rarely used in most programs. This paper describes some mechanisms for removing overheads imposed by the existence of exception handlers, including on-demand translation of exception handlers, which expose more optimization opportunities in normal flow. In addition, we also minimize the exception handling overhead for frequently thrown exceptions by jumping directly from the exception throwing point into the exception handler through a technique called exception handler prediction.Experiments show that the existence of exception handlers indeed does not interfere with the translation of normal flow using our exception handling mechanisms. Also, the results reveal that frequently thrown exceptions are efficiently handled with exception handler prediction.
Java uses exceptions to provide elegant error handling capabilities during program execution. However, the presence of exception handlers complicates the job of the just‐in‐time (JIT) compiler, while exceptions are rarely used in most programs. This paper describes two techniques for reducing such complications. First, we delay the translation of an exception handler until the exception really occurs. This on‐demand translation of exception handlers allows more optimizations when translating the main flow, without being hindered by constraints caused by the exception flows. Secondly, for those exceptions that are actually thrown during program execution we insert exception‐type check code and a direct branch to the translated exception handlers. This exception handler prediction is motivated by an observation that frequently thrown exceptions are likely to be handled by the same exception handlers, so this will eliminate the exception processing overhead of the Java virtual machine. Our experiments indicate that the code quality of the main flow is no longer affected by the presence of exception handlers. Also, frequently thrown exceptions can be efficiently handled by the exception handler prediction. Copyright © 2004 John Wiley & Sons, Ltd.
Urban green space plays an important role in treating stormwater. In a highly dense urban environment, it is difficult to create large areas of green space. To utilize green space in urban areas effectively, locating an effective green space type is important. In this study, we examined the effect of green space on runoff reduction by comparing different green space setting scenarios. By changing the green space area ratio, green space structure, street tree type, and rainfall duration and amount, we compared the runoff rates. The results showed that the green space area ratio was more effective when more than 10% of the area was green space, and the runoff reduction rate was decreased more effectively when the tree canopy LAI (leaf area index) value increased from 2 to 2.5 than when the LAI value was higher. Green space was more effective at lower intensities of rainfall events. Different green space structures cause other effects on evaporation and soil infiltration. Each strategy needs to be implemented correctly for green infrastructure policy purposes.
Most cities have adopted smart city services to solve urban problems. However, an examination of their operations reveals that many of these services have either been discontinued or have failed to advance further since they were not profitable. Therefore, this study reviews and proposes the business models of smart city services at a fundamental level. It defines and classifies the smart city service focusing on transportation and the components. The business model has been constructed for electric vehicles and autonomous shuttle businesses in terms of transportation services. It found that the model was profitable in each business only when various stakeholders were linked for mutual interests. Since various service stakeholders cooperate in smart city service, if one of them is unable to secure profitability, it is difficult to operate the smart city service fully. Therefore, a detailed review of the business model is required before providing a smart city service.
scite is a Brooklyn-based organization that helps researchers better discover and understand research articles through Smart Citations–citations that display the context of the citation and describe whether the article provides supporting or contrasting evidence. scite is used by students and researchers from around the world and is funded in part by the National Science Foundation and the National Institute on Drug Abuse of the National Institutes of Health.
customersupport@researchsolutions.com
10624 S. Eastern Ave., Ste. A-614
Henderson, NV 89052, USA
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Copyright © 2024 scite LLC. All rights reserved.
Made with 💙 for researchers
Part of the Research Solutions Family.