The Design and Implement of a New Algorithm to Calculate Source Flood Submerge Area Based on DEM

Jun Xie
2009-01-01
Abstract:Calculating area is the core part of hazard evaluation and protection,and it is being on the research front of GIS application in water conservancy.There are two different cases in simulation,the so-called source flood and non-source flood.There are many disadvantages of the recursion algorithm in source flood simulation method,such as taking up too much resource;causing system stack overflows and making system collapse.In order to overcome these shortcomings,an innovative algorithm based on visiting every node of the stack is put forward in this paper.In virtue of.NET software development platform and GIS technique,this new algorithm uses grid DEM model to analyses submerge.Compared with the original recursion algorithm,it has improved the calculating efficiency and running stability to a certain extent.Finally,the new algorithm has been successfully applied in the Nanchang Flood Submerge analysis system,which has contributed to the progress of informationization for protection and disaster reduction.
What problem does this paper attempt to address?