hydraulicmodel

所属分类:人工智能/神经网络/深度学习
开发工具:Python
文件大小:0KB
下载次数:2
上传日期:2023-06-19 08:50:04
上 传 者sh-1993
说明:  通过2D浅水方程进行洪水建模,
(Flood modeling by 2D shallow water equation,)

文件列表:
LICENSE (35149, 2023-06-19)
complextopography.py (3264, 2023-06-19)
discretization.py (4134, 2023-06-19)
discretization_CellSize.py (3983, 2023-06-19)
evapotranspiration.py (3863, 2023-06-19)
fig/ (0, 2023-06-19)
fig/domain.png (951034, 2023-06-19)
fig/dw.png (1171641, 2023-06-19)
fig/fv.png (81512, 2023-06-19)
fig/li.png (474979, 2023-06-19)
hm.py (3101, 2023-06-19)
hm_flood.py (1651, 2023-06-19)
landusecover.py (1515, 2023-06-19)
overland_diffusive.py (40295, 2023-06-19)
overland_inertial.py (7925, 2023-06-19)
overland_ub.py (444, 2023-06-19)
precipitation.py (1030, 2023-06-19)
pyeto/ (0, 2023-06-19)
pyeto/__init__.py (1894, 2023-06-19)
pyeto/_check.py (1906, 2023-06-19)
pyeto/convert.py (1033, 2023-06-19)
pyeto/fao.py (27315, 2023-06-19)
pyeto/thornthwaite.py (4272, 2023-06-19)

# hydraulicmodel Flood modeling by 2D shallow water equation. Refer to Hunter et al (2005), Bates et al. (2010). Please refer to the following paper on the detailed implementation and results. ``` @Article{ouyang2022employment, author = {Mao Ouyang and Shunji Kotsuki and Yuka Ito and Tomochika Tokunaga}, journal = {Journal of Hydrology: Regional Studies}, title = {Employment of hydraulic model and social media data for flood hazard assessment in an urban city}, year = {2022}, issn = {2214-5818}, pages = {101261}, volume = {44}, doi = {10.1016/j.ejrh.2022.101261}, } ``` ## Diffusive wave approximation ## Local inertail approaximation ## Time steps in two methods - Diffusive wave approximation - Local inertial approximation ## Implementation of these two approximations for simulating the flood in Mobara city on October 25, 2019 Setting of the domain and boundary conditions ![domain](https://github.com/einoo/hydraulicmodel/blob/master/./fig/domain.png) Results of the maximum inundation area calculated by the diffusive wave approximation, compared with the flood extent reported by Chiba Office ![diffusive wave](https://github.com/einoo/hydraulicmodel/blob/master/./fig/dw.png) Results of the inundation range considering the flood recession by the local inertial approximation, compared with the flood extent estimated by Geospatial Information Authority of Japan (GSI). ![local inertial](https://github.com/einoo/hydraulicmodel/blob/master/./fig/li.png) ## Evolution of flood volume ![flood volume](https://github.com/einoo/hydraulicmodel/blob/master/./fig/fv.png)

近期下载者

相关文件


收藏者