Pith. sign in

REVIEW 5 major objections 6 minor 1 cited by

Learning Surrogate Rainfall-driven Inundation Models with Few Data

T0 review · 5 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read A rainfall-only surrogate model emulates LISFLOOD-FP flood depths for a downtown Chicago domain with average R2 above 0.96 and median relative errors around one percent, running in about 0.006 seconds per event.

desk verdict A plausible flood-emulator pipeline whose headline accuracy claim is inflated by dry-pixel metrics; the 'few data' framing is not tested. read the letter →

arxiv 2411.19323 v1 pith:MXDVEF7C submitted 2024-11-28 physics.ao-ph

classification physics.ao-ph
keywords floodsurrogatemodelingEnsCGPResNet-18biascorrectionLISFLOOD-FPrainfall-driveninundationChicagomachinelearningemulator
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper is trying to establish that a fast machine-learning surrogate for hydrodynamic flood simulation can be built from surprisingly little training data if the network is started from a statistical guess rather than from random weights. The specific claim is that priming a ResNet-18 with an ensemble-approximated conditional Gaussian process (EnsCGP), then applying an empirical-CDF bias correction, lets rainfall data alone reproduce LISFLOOD-FP flood depths for a downtown Chicago domain with average R2 above 0.96 and median relative errors around one percent, in about six milliseconds per event. The payoff would be that flood risk assessments, uncertainty quantification, and extreme-event screening, which currently need thousands of expensive hydrodynamic runs, could be done with a surrogate that is several orders of magnitude faster.

What carries the argument

The central object is the ensemble-approximated conditional Gaussian process (EnsCGP), a covariance-based linear estimator, evaluated in a PCA-reduced space with k=7 at 95% cumulative energy, which produces a region-aware initial flood-depth guess in about 0.01 seconds. The ResNet-18 residual network then refines spatial detail, and the empirical cumulative distribution function (ECDF) quantile mapping removes systematic bias using the validation period. The input is Daymet rainfall only; the training labels are LISFLOOD-FP simulations.

What would settle it

Running the trained surrogate on a set of extreme rainfall events that produce flood depths above the validation maximum (as in 2017) and checking whether the pixel-wise R2 against LISFLOOD-FP drops below the claimed 0.96 would test the generalization claim directly; an independent check would compare surrogate depths to observed gauge readings inside the crop.

Watch

Extended reading notes

Core claim

The paper claims that a surrogate flood model can learn the rainfall-to-inundation map for a small urban domain with only about 100 training passes, by first making a fast Gaussian-process guess (EnsCGP) and then letting a ResNet-18 refine the residual, with an ECDF quantile correction at the end. Tested on the downtown Chicago crop from 2013 through 2019, the surrogate yields average R2 greater than 0.96, median relative errors around 1 percent, a median absolute depth error near 1 cm, and a runtime of roughly 0.006 seconds per event against a 20-minute LISFLOOD-FP run.

Load-bearing premise

The surrogate's training labels come from LISFLOOD-FP simulations, so the whole accuracy claim rests on those simulations being close to real flood depths in the small downtown crop, and on the ECDF correction estimated from validation years staying valid in test years.

Editorial extensions

If this is right

  • If the surrogate generalizes as claimed, a full Monte Carlo flood risk assessment over thousands of synthetic rainfall events becomes computationally trivial: roughly 0.006 seconds per event instead of 20 minutes per hydrodynamic simulation.
  • The same EnsCGP-primed ResNet workflow could be retrained for other cropped regions (the paper lists future crops) using the same rainfall and simulation data pipeline, with only modest retraining cost.
  • Bias-corrected surrogate output can be compared directly with gauge observations, because the paper shows simulation-versus-observation agreement for the full region and surrogate-versus-simulation agreement for the crop, making the surrogate usable for real-world depth estimates.
  • The framework is designed to ingest CMIP6 and HighResMIP climate projections, so the paper expects it to produce flood hazard maps under future climate scenarios without rerunning the hydrodynamic model for every projection.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The 'few data' framing is partly aspirational: the paper's own training used about 100 epochs and the full 1981 to 2012 record, so the data-efficiency claim needs a direct experiment with reduced training years to be confirmed.
  • If the ECDF bias correction is estimated from validation years that do not contain the largest events, the correction may not extrapolate to deeper floods; the 2017 case (test maximum 0.35 m versus validation maximum 0.15 m) already shows a dip to R2 = 0.89, suggesting a testable ceiling.
  • Because the paper only tests a crop with maximum depths around 0.3 m in 2013, claims about emulating 2.5 to 3 m floods are not yet supported by the reported experiments.
  • The priming-then-refine recipe could apply to other environmental emulation tasks where a cheap linear statistical guess is improved by a CNN, such as storm surge or landslide hazard mapping, but this is speculation beyond the paper.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper proposes a surrogate model for pluvial inundation in a downtown Chicago crop. The workflow first computes an EnsCGP initial guess from Daymet rainfall using PCA-truncated covariance (Eq. 5), then refines it with a ResNet-18, and finally applies an ECDF quantile-mapping bias correction estimated on validation years. The target labels are LISFLOOD-FP daily maximum flood depth maps. Evaluation is performed by training on years up to a target year and testing on the following year for 2013-2019. The paper reports average R^2 above 0.96, median depth errors near 1 cm, and a per-event runtime near 0.006 seconds, and the abstract claims median relative errors around 1%. The title's 'few data' claim is not operationalized: the abstract itself says training requires approximately 100 training iterations and extensive data.

Significance. If the accuracy claims were robust, the surrogate would be a useful fast emulator for flood risk screening. The evaluation has genuine strengths: test years are held out sequentially, the target is a well-defined hydrodynamic model output, the runtime gain over LISFLOOD-FP is substantial, and the metrics are computed on event-level test data. The EnsCGP priming idea is interesting and follows a prior downscaling application. However, the central claims as written are not supported: the 'few data' claim is untested, the reported R^2 is dominated by dry pixels, the relative error metric is undefined, and the ECDF correction's transfer to test years is questionable, particularly for 2017. These issues are fixable with additional analyses, so the paper is worthy of major revision rather than rejection.

major comments (5)
  1. [Abstract; §4.2; §5.1] The central 'few data' claim is not tested. The abstract states that training required 'approximately 100 training iterations and extensive data,' and §5.1 trains the EnsCGP on all events from February 1981 to December 2012 before testing on 2013. No experiment varies the training-set size or the number of simulated events to demonstrate behavior in the low-data regime, so the title and introduction's premise are unsupported as presented. An ablation that reduces the number of training years/events is needed to substantiate the data-efficiency claim.
  2. [Eq. (8); §5.1; §5.2] The headline accuracy metrics are dominated by dry pixels. Eq. (8) computes R^2 pixel-wise over the entire 170 by 130 crop, and §5.1 reports that the maximum simulated depth in the crop is about 0.3 m. Across mostly dry pluvial maps, a near-zero prediction achieves very high R^2 and a median error near zero, so these quantities do not measure skill on inundated pixels. The abstract's 'median relative errors ... about 1 percent' is further unsupported because no relative-error definition is given; the only error reported in §5.2 is a median absolute error of about 1 cm (Fig. 11), which is far larger than 1% on wet pixels with depths of 0.1-0.3 m. Please report wet-only metrics and define the relative error.
  3. [§4.3; §5.2] The ECDF bias-correction transfer is not established. §4.3 says the correction is estimated on the validation period and applied to the testing period; §5.2 reports that in 2017, when test-set maxima reached 0.35 m versus a validation maximum near 0.15 m, R^2 fell to 0.89. Quantile mapping outside the fitted range is extrapolation and is not validated by the current protocol. The paper should either restrict the correction to the validation range, model the extrapolation, or report results with and without the ECDF correction to separate the network's skill from the correction's contribution.
  4. [§3; §5.1] The observational validation does not cover the surrogate domain. The NWIS comparison in Fig. 2 is for the full Chicago region of Fig. 1a, whereas the surrogate is applied to the downtown crop of Fig. 1b. The inference in §5.1 that surrogate results 'can be comparable with the observation' chains two separate comparisons (observation versus simulation over the full region, and simulation versus emulation over the crop) and does not establish accuracy of the emulated depths in the crop. This conclusion should be removed or supported by validation within the crop.
  5. [§4.1–4.2] The coupling between EnsCGP and ResNet-18 is underspecified. Fig. 3 shows the EnsCGP initial guess entering the network, but the text does not say whether the guess is an extra input channel, an additive correction, a target for a residual branch, or a weight initialization. Without this detail the method cannot be reproduced or ablated, and the claimed benefit of priming is not isolated. Please specify the coupling and include an ablation with and without the EnsCGP guess.
minor comments (6)
  1. [Fig. 5] The caption colors are inconsistent with the main text: the text states the black line is EnsCGP and the green line is ResNet-18, while the caption says 'GP error (green)' and 'ResNet (black)'.
  2. [Eq. (5)] In Eq. (5), U_k^{-1} should be U_k^T because U is orthogonal; please define the dimensions of X, Y, and the matrices in Eqs. (1)–(5).
  3. [Fig. 7] The caption contains a typo ('mater' should be 'meter') and should state the units and color scale for the depth maps.
  4. [§5.2] The term 'validation set' is ambiguous in the rolling-window setup; Fig. 9 should state explicitly whether the validation period is the 20% split within the training years used for early stopping.
  5. [Abstract; §4.2] The phrase 'approximately 100 training iterations' conflates epochs with data-set size; please state the number of epochs, the number of training events, and what is meant by 'few data'.
  6. [References] Reference [51] for NWIS is listed as an arXiv preprint, which is not an appropriate citation for the USGS National Water Information System; please cite the data service directly.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the surrogate is a standard supervised regression evaluated on held-out test years against simulated labels.

full rationale

The derivation chain is self-contained and externally benchmarked. EnsCGP (Eq. 5) is a principal-component regression fitted to training-year rainfall/flood pairs; the ResNet-18 is trained to minimize Smooth L1 loss (Eq. 6) against LISFLOOD-FP labels; and the ECDF bias correction (Section 4.3) is calibrated on a validation split of the training period and then applied to test years that are temporally subsequent and not used for fitting. None of these steps defines test predictions in terms of test labels or in terms of the reported accuracy metrics; the test labels enter only in evaluation (Eqs. 7-8). There is no load-bearing self-citation and no uniqueness theorem imported from the authors. The paper's limitation that the crop's maximum simulated depth is only about 0.3 m, and the possibility that dry pixels dominate the pixel-wise R2, are concerns about metric validity or real-world transfer, not about circularity. Therefore the central claim is not forced by construction.

Assumptions & free parameters 3 free parameters · 5 assumptions · 0 invented entities

The central claim rests on empirical fitting choices rather than new physics. The EnsCGP rank, network hyperparameters, and the validation-fit ECDF correction are the main fitted degrees of freedom. There are no new physical entities. The key domain assumptions are simulation fidelity in the crop, rainfall-only sufficiency, linearity in PCA space, and transferability of the bias correction.

free parameters (3)
  • PCA cumulative energy threshold = 0.95 (k=7 principal components)
    Chosen by hand as a dimensionality-reduction cutoff in Section 4.1; it determines the EnsCGP rank and affects the initial guess, but no sensitivity analysis is reported.
  • ResNet-18 training hyperparameters = learning rate 5e-5, 100 epochs, batch size 4, dropout 0.5
    Hand-selected settings in Section 4.2; they are standard choices but no tuning study or ablations are given.
  • ECDF quantile-mapping correction = Validation-period empirical cumulative distribution function
    Section 4.3 fits a bias-correction transform on the validation set and applies it to test predictions; this fitted transformation can contribute to the reported R2 and is not ablated.
assumptions (5)
  • domain assumption LISFLOOD-FP simulations are accurate enough in the cropped downtown area to serve as ground truth for the surrogate.
    The paper validates LISFLOOD-FP against NWIS gauges for the full region (Section 3, Fig. 2), but no gauge validation is shown for the crop in Fig. 1b.
  • domain assumption Daily rainfall maps from Daymet are sufficient input to predict daily maximum flood depth.
    Section 4 and Fig. 3 state that rainfall is the only input; antecedent soil moisture, drainage, and storm timing are not explicitly included.
  • domain assumption The linear EnsCGP conditional mean with PCA captures the useful rainfall-to-flood relationship.
    Equations (1) and (5) assume an approximately linear relationship in reduced PCA space; no residual analysis is reported.
  • domain assumption The ECDF bias correction estimated on validation years transfers to held-out test years.
    Section 4.3 applies the correction from validation to test; the 2017 dip (R2=0.89) suggests this transfer degrades when test depths exceed validation depths.
  • domain assumption R2 computed over all pixels, including dry pixels, is a meaningful accuracy metric for flood mapping.
    Equation (8) sums over pixels; with large areas of zero depth, a model that predicts near-zero everywhere can obtain high R2, which is not discussed.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Learning Surrogate Rainfall-driven Inundation Models with Few Data." pith.science (2026). https://pith.science/paper/MXDVEF7C

@misc{pith2026241119323,
  author       = {Pith},
  title        = {Pith review of: Learning Surrogate Rainfall-driven Inundation Models with Few Data},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/MXDVEF7C}},
  note         = {Machine review of arXiv:2411.19323}
}
read the original abstract

Flood hazard assessment demands fast and accurate predictions. Hydrodynamic models are detailed but computationally intensive, making them impractical for quantifying uncertainty or identifying extremes. In contrast, machine learning surrogates can be rapid, but training on scarce simulated or observed extreme data can also be ineffective. This work demonstrates the development of an effective surrogate model for flood hazard prediction by initializing deep learning (ResNet-18) with ensemble-approximated Conditional Gaussian Processes (EnsCGP) and finalizing it with a bias correction. The proposed methodology couples EnsCGP with a ResNet-18 architecture to estimate flood depth and uses ensemble optimal estimation for bias correction. The surrogate model was trained and evaluated using rainfall data from Daymet and hydrodynamic simulations from LISFLOOD-FP, spanning the period from 1981 to 2019. The training involved using data up to a certain year and testing on the subsequent year, iteratively progressing through the dataset. This process required approximately 100 training iterations and extensive data. Inundation depths are estimated rapidly at runtime (approximately 0.006 seconds per event). Results over multiple years in the current climate over Chicago demonstrate an average R-squared greater than 0.96, with median relative errors in flood depth estimates of about 1 percent.

Figures

Figures reproduced from arXiv: 2411.19323 by the authors.

Figure 1
Figure 1. Overview of the Chicago study area, illustrating the spatial distribution of gauge stations monitoring water depths [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Scatter plots comparing simulated and observed water depths for the gauge locations shown in Fig. [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. A schematic representation of the surrogate modeling approach for flood prediction. Daymet rainfall data from [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: The cumulative energy as a function of the number of modes, with the energy threshold set at 95%, indicated by [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: Maximum error values for the test set, indexed by event, comparing the performance of the Gaussian Process [PITH_FULL_IMAGE:figures/full_fig_p010_5.png]
Figure 6
Figure 6. Figure 6: (a) Scatter plot comparing simulated water depths with those predicted by the surrogate model for 2013. The data [PITH_FULL_IMAGE:figures/full_fig_p011_6.png]
Figure 7
Figure 7. Figure 7: Maximum flood inundation (mater) maps for downtown Chicago in 2013, comparing the flood emulations (left) [PITH_FULL_IMAGE:figures/full_fig_p011_7.png]
Figure 8
Figure 8. Figure 8: Scatter plots for 2014 to 2019 illustrate the relationship between simulated flood depths and surrogate model [PITH_FULL_IMAGE:figures/full_fig_p013_8.png]
Figure 9
Figure 9. Figure 9: Maximum flood inundation values (meter) are shown over validation set (green) and test set (red) indices for the [PITH_FULL_IMAGE:figures/full_fig_p014_9.png]
Figure 10
Figure 10. Figure 10: Maximum flood inundation maps for downtown Chicago arranged in a vertical sequence from 2014 (top) to 2019 [PITH_FULL_IMAGE:figures/full_fig_p015_10.png]
Figure 11
Figure 11. Figure 11: Error plots comparing surrogate model predictions with numerical simulations for 2013-2019. The plots show error [PITH_FULL_IMAGE:figures/full_fig_p016_11.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. LASSE: Learning Active Sampling for Storm Tide Extremes in Non-Stationary Climate Regimes

    physics.ao-ph 2024-12 conditional novelty 6.0 of 10

    Active learning with surrogate models identifies storm-tide producing tropical cyclones in a large downscaled catalog with high precision and far fewer hydrodynamic simulations than batch training.

Reference graph

Works this paper leans on

55 extracted references · 53 canonical work pages · cited by 1 Pith paper

  1. [1]

    A. P. J. De Roo, C. G. Wesseling, and W. P. A. Van Deursen. Physically based river basin modelling within a gis: the lisflood model.Hydrological Processes, 14(11-12):1981–1992, 2000

  2. [2]

    Flood inundation mapping and depth modelling using machine learning algorithms and microwave data

    Gyan Prakash, Praveen Kumar Gupta, G Venkata Rao, and Deva Pratap. Flood inundation mapping and depth modelling using machine learning algorithms and microwave data. J Geomatics, 15(2):221–229, 2021

  3. [3]

    Hydrodynamic modeling for flood prediction using data-driven techniques.Water Resources Research, 57(7):e2020WR029821, 2021

    Wei Jiang, Minghua Zhang, and Hao Li. Hydrodynamic modeling for flood prediction using data-driven techniques.Water Resources Research, 57(7):e2020WR029821, 2021

  4. [4]

    A digital elevation model based method for a rapid estimation of flood inundation depth.Journal of Flood Risk Management, 12:e12541, 2019

    Salvatore Manfreda and Caterina Samela. A digital elevation model based method for a rapid estimation of flood inundation depth.Journal of Flood Risk Management, 12:e12541, 2019

  5. [5]

    Floodriskas- sessment using machine learning models.Journal of Environmental Management, 293:106899, 2021

    BinhPham, AmirShirzadi, KhayyamChapi, ThaiV.Phong, andDieuTienBui. Floodriskas- sessment using machine learning models.Journal of Environmental Management, 293:106899, 2021. 16

  6. [6]

    J. M. Van der Knijff, J. Younis, and A. P. J. de Roo. Lisflood: A global-scale flood model applied in the european union.Hydrological Processes, 24(20):2871–2883, 2010

  7. [7]

    P. D. Bates, M. S. Horritt, and T. J. Fewtrell. Lisflood-fp: A hydrodynamic model for floodplain inundation modeling.Water Resources Research, 46(10):W10506, 2010

  8. [8]

    López-Lopera, Stéphane Girard, and Jean-Michel Marin

    Andrés F. López-Lopera, Stéphane Girard, and Jean-Michel Marin. Computational efficiency in flood modeling: Multi-output gaussian process model applications. Coastal Engineering, 170:103939, 2022

Show all 55 references
  1. [9]

    Data-efficientmodelsforimprovingfloodprediction

    XiaoyuNi, KaiZhang, andHyunSooLee. Data-efficientmodelsforimprovingfloodprediction. Journal of Hydrology, 621:129546, 2023

  2. [10]

    Development of surrogate models for rapid flood forecasting

    John Lee, Jane Smith, and Michael Wang. Development of surrogate models for rapid flood forecasting. Journal of Hydrology, 599:123456, 2023

  3. [11]

    Deep residual learning for image recognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 770–778, 2016

  4. [12]

    Fast ensemble smoothing.Ocean Dynamics, 57(2):123– 134, 2007

    Sai Ravela and Dennis McLaughlin. Fast ensemble smoothing.Ocean Dynamics, 57(2):123– 134, 2007

  5. [13]

    A realtime ob- servatory for laboratory simulation of planetary flows.Experiments in Fluids, 48(5):915–925, 2010

    Sai Ravela, John Marshall, Chris Hill, Andrew Wong, and Scott Stransky. A realtime ob- servatory for laboratory simulation of planetary flows.Experiments in Fluids, 48(5):915–925, 2010

  6. [14]

    Informative neural ensemble kalman learning

    Margaret Trautner, Gabriel Margolis, and Sai Ravela. Informative neural ensemble kalman learning. arXiv preprint, arXiv:2008.09915, 2020

  7. [15]

    Statistical-physical adversarial learning from data and mod- els for downscaling rainfall extremes

    Anamitra Saha and Sai Ravela. Statistical-physical adversarial learning from data and mod- els for downscaling rainfall extremes. Journal of Advances in Modeling Earth Systems, 16(6):e2023MS003860, 2024

  8. [16]

    Thornton, Steven W

    Peter E. Thornton, Steven W. Running, and Michael A. White. Generating surfaces of daily meteorological variables over large regions of complex terrain.Journal of Hydrology, 190(3):214–251, 1997. Aggregate Description of Land-Atmosphere Interactions

  9. [17]

    Hybrid surrogate models integrating lstm and cnn architectures for flood prediction

    Bruno Adriano et al. Hybrid surrogate models integrating lstm and cnn architectures for flood prediction. Environmental Modelling & Software, 160:105093, 2023

  10. [18]

    Real-time urban flood depth mapping: Convolutional neural networks for pluvial and fluvial flood emu- lation

    Maelaynayn El baida, Farid Boushaba, Mimoun Chourak, and Mohamed Hosni. Real-time urban flood depth mapping: Convolutional neural networks for pluvial and fluvial flood emu- lation. Water Resources Management, 38(12):4763–4782, Sep 2024. 17

  11. [19]

    Behzadan

    Bahareh Alizadeh Kharazi and Amir H. Behzadan. Flood depth mapping in street photos with image processing and deep neural networks.Computers, Environment and Urban Systems, 88:101628, 2021

  12. [20]

    Flood hazard mapping using data-driven models and principal component analysis

    Tong Chang et al. Flood hazard mapping using data-driven models and principal component analysis. Journal of Hydrology, 603:128086, 2022

  13. [21]

    Flood risk assessment using machine learning models.Journal of Environ- mental Management, 293:106899, 2021

    Binh Pham et al. Flood risk assessment using machine learning models.Journal of Environ- mental Management, 293:106899, 2021

  14. [22]

    Improving urban flood forecasting using integrated machine learning mod- els

    Jingwei Hou et al. Improving urban flood forecasting using integrated machine learning mod- els. Hydrology and Earth System Sciences, 25:3039–3056, 2021

  15. [23]

    Zahura and Jonathan L

    Faria T. Zahura and Jonathan L. Goodall. Predicting combined tidal and pluvial flood in- undation using a machine learning surrogate model.Journal of Hydrology: Regional Studies, 41:101087, 2022

  16. [24]

    Application of machine learning in flood forecasting

    Mehrsa Bayat and Omid Tavakkoli. Application of machine learning in flood forecasting. Future Technology, 1(1):01–06, 2022

  17. [25]

    Flood mapping using machine learning techniques

    Khanh Luu et al. Flood mapping using machine learning techniques. Remote Sensing, 13(4):712, 2021

  18. [26]

    Learning inter-annual flood loss risk models from historical flood insurance claims

    Joaquin Salas, Anamitra Saha, and Sai Ravela. Learning inter-annual flood loss risk models from historical flood insurance claims. Journal of Environmental Management, 347:118862, 2023

  19. [27]

    Enhancing machine learning models through multimodal approaches in global flood prediction

    Wei Zeng et al. Enhancing machine learning models through multimodal approaches in global flood prediction. Nature Communications, 14:1234, 2023

  20. [28]

    A comprehensive review of automated flood prediction models

    Md Rezaul Karim et al. A comprehensive review of automated flood prediction models. Environmental Modelling & Software, 157:105512, 2023

  21. [29]

    Application of lightgbm in rapid flood prediction

    Liang Xu et al. Application of lightgbm in rapid flood prediction. Journal of Hydrology, 614:128786, 2023

  22. [30]

    Ashiqur Rahman et al

    Md. Ashiqur Rahman et al. Ensemble methods in flood forecasting.Water Resources Man- agement, 37:123–139, 2023

  23. [31]

    R. Hu, F. Fang, C.C. Pain, and I.M. Navon. Rapid spatio-temporal flood prediction and uncertainty quantification using a deep learning method.Journal of Hydrology, 575:911–920, 2019

  24. [32]

    Flood-precip gan for synthetic flood event generation.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

    Wei Huang et al. Flood-precip gan for synthetic flood event generation.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023. 18

  25. [33]

    Raissi, P

    M. Raissi, P. Perdikaris, and G. E. Karniadakis. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving pdes.Journal of Com- putational Physics, 378:686–707, 2019

  26. [34]

    Application of physics-informed neural networks in flood modeling

    Colin Donnelly et al. Application of physics-informed neural networks in flood modeling. Water, 15(4):789, 2023

  27. [35]

    Importance of interpretability in hydrological models.Hydrology and Earth System Sciences, 27:123–139, 2023

    Takashi Momoi et al. Importance of interpretability in hydrological models.Hydrology and Earth System Sciences, 27:123–139, 2023

  28. [36]

    Challenges in deep learning models for flood forecasting.Journal of Hydrology, 615:128893, 2023

    Wei Shao et al. Challenges in deep learning models for flood forecasting.Journal of Hydrology, 615:128893, 2023

  29. [37]

    Hybrid models combining machine learning and physical models for flood prediction

    Yong Xu et al. Hybrid models combining machine learning and physical models for flood prediction. Water Resources Research, 59(5):e2023WR033789, 2023

  30. [38]

    J. M. van der Knijff, J. Younis, and A. P. J. de Roo. Lisflood: A global-scale flood model applied in the european union.Hydrological Processes, 24(20):2871–2883, 2010

  31. [39]

    Improving flood predictions using hybrid models in data-scarce regions

    Alessandro Zanchetta et al. Improving flood predictions using hybrid models in data-scarce regions. Environmental Modelling & Software, 150:105325, 2022

  32. [40]

    Probabilistic flood forecasting with lstm networks.Journal of Hydrometeo- rology, 24(2):345–362, 2023

    John Hop et al. Probabilistic flood forecasting with lstm networks.Journal of Hydrometeo- rology, 24(2):345–362, 2023

  33. [41]

    Surrogate models in flood risk assessment

    Liang Zhang et al. Surrogate models in flood risk assessment. Water Resources Research, 55(1):224–244, 2019

  34. [42]

    Artificial neural networks for flood modeling.Hydrological Sciences Journal, 65(5):813–825, 2020

    Ali Hosseiny et al. Artificial neural networks for flood modeling.Hydrological Sciences Journal, 65(5):813–825, 2020

  35. [43]

    Computationally efficient flood modeling.Environmental Modelling & Software, 107:50–63, 2018

    Marta Bermúdez et al. Computationally efficient flood modeling.Environmental Modelling & Software, 107:50–63, 2018

  36. [44]

    López-Lopera, Déborah Idier, Jérémy Rohmer, and François Bachoc

    Andrés F. López-Lopera, Déborah Idier, Jérémy Rohmer, and François Bachoc. Multiout- put gaussian processes with functional data: A study on coastal flood hazard assessment. Reliability Engineering and System Safety, 218:108139, 2022

  37. [45]

    Rapid flood prediction using encoder-decoder lstm models.Journal of Hy- drology, 614:128787, 2023

    Feng Wei et al. Rapid flood prediction using encoder-decoder lstm models.Journal of Hy- drology, 614:128787, 2023

  38. [46]

    Lisflood-fp 8.1: New gpu accelerated solvers for faster fluvial/pluvial flood simulations

    Mohammad Kazem Sharifian, Georges Kesserwani, Alovya Ahmed Chowdhury, Jeffrey Neal, and Paul Bates. Lisflood-fp 8.1: New gpu accelerated solvers for faster fluvial/pluvial flood simulations. Geoscientific Model Development Discussions, 2022:1–28, 2022

  39. [47]

    Elsevier, 1992

    Wei-Yan Tan.Shallow water hydrodynamics: Mathematical theory and numerical solution for a two-dimensional system of shallow-water equations. Elsevier, 1992. 19

  40. [48]

    Daymet: Daily surface weather data on a 1-km grid for north america, version 2

    Peter E Thornton, Michele M Thornton, Benjamin W Mayer, Nate Wilhelmi, Yaxing Wei, Ranjeet Devarakonda, and Robert B Cook. Daymet: Daily surface weather data on a 1-km grid for north america, version 2. Technical report, Oak Ridge National Lab.(ORNL), Oak Ridge, TN (United Sta...

  41. [49]

    The shuttle radar topography mission

    Tom G Farr, Paul A Rosen, Edward Caro, Robert Crippen, Riley Duren, Scott Hensley, Michael Kobrick, Mimi Paller, Ernesto Rodriguez, Ladislav Roth, et al. The shuttle radar topography mission. Reviews of geophysics, 45(2), 2007

  42. [50]

    The national land cover database

    Collin G Homer, Joyce A Fry, and Christopher A Barnes. The national land cover database. Technical report, US Geological Survey, 2012

  43. [51]

    National water information system (nwis).ArXiv preprint, 2023

    US Geological Survey. National water information system (nwis).ArXiv preprint, 2023

  44. [52]

    Hydrofunctions: A python package for working with hydrology data.ArXiv preprint, 2023

    Martin Roberge. Hydrofunctions: A python package for working with hydrology data.ArXiv preprint, 2023

  45. [53]

    Modeling com- pound flooding in coastal systems using a computationally efficient reduced-physics solver: Including fluvial, pluvial, tidal, wind- and wave-driven processes

    Tim Leijnse, Maarten van Ormondt, Kees Nederhoff, and Ap van Dongeren. Modeling com- pound flooding in coastal systems using a computationally efficient reduced-physics solver: Including fluvial, pluvial, tidal, wind- and wave-driven processes. Coastal Engineering, 163:103796, 2021

  46. [54]

    The climate hazards infrared precipitation with stations a new environmental record for mon- itoring extremes

    Chris Funk, Pete Peterson, Martin Landsfeld, Diego Pedreros, James Verdin, Shraddhanand Shukla, Gregory Husak, James Rowland, Laura Harrison, Andrew Hoell, and Joel Michaelsen. The climate hazards infrared precipitation with stations a new environmental record for mon- itoring...

  47. [55]

    Overview of the coupled model intercomparison project phase 6 (cmip6) experimental design and organization.Geoscientific Model Development, 9(5):1937– 1958, 2016

    VeronikaEyring, SandrineBony, GeraldAMeehl, CatherineASenior, BjornStevens, RonaldJ Stouffer, and Karl E Taylor. Overview of the coupled model intercomparison project phase 6 (cmip6) experimental design and organization.Geoscientific Model Development, 9(5):1937– 1958, 2016. 20

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.