What this is
The Ensemble Framework For Flash Flood Forecasting (EF5) is a high-resolution distributed hydrologic model developed for the US National Weather Service. It powers the Flooded Locations And Simulated Hydrographs (FLASH) system, which transitioned to flash-flood warning operations at NOAA/NWS in November 2016. This site visualizes the a-priori parameter grids that drive EF5 over the conterminous United States (CONUS) and explains what each parameter means.
3 water-balance models
CREST, SAC-SMA, and a Hydrophobic (HP) end-member, each converting rainfall + PET into fast/slow runoff and soil saturation.
2 routing schemes
Kinematic wave for channels/overland; linear reservoirs for subsurface flow.
0.01° CONUS grid
7000 × 3500 cells, −130→−60°E / 20→55°N, matching the MRMS radar-rainfall domain.
Uncalibrated, a-priori
Parameters derived from soils, land cover, and terrain — no per-basin calibration. NSE up to 0.76.
The dataset at a glance
How EF5 uses these grids
For each cell, a water-balance model (CREST or SAC-SMA) partitions rainfall into infiltration, direct runoff, and evapotranspiration using the soil/land-cover parameters. The resulting fast and slow runoff are then moved downstream along the flow-direction grid by the routing parameters. Potential evapotranspiration enters as a monthly climatology. Every grid on the Parameter Maps tab is one input to that chain.
Citation & source
Flamig, Z. L., Vergara, H., and Gourley, J. J. (2020). The Ensemble Framework For Flash Flood Forecasting (EF5) v1.2: description and case study. Geosci. Model Dev. 13, 4943–4958. doi:10.5194/gmd-13-4943-2020
Dataset: Flamig, Z. (2020). EF5-US-Parameters. doi:10.5281/zenodo.4009759 · GitHub · EF5 source
EF5/CREST water balance
CREST is a single-soil-layer derivative of the Xinanjiang variable-infiltration model with an impervious-area partition. The six configurable parameters are mapped on the Parameter Maps tab.
Where EET is effective ET, EP effective precipitation, DP/SP the direct and soil portions, I infiltration, and ER excess rainfall split into overland and subsurface flow. (Eqs. 1–14 in the paper.)
CREST parameters (Table 1)
Soil texture → b exponent (Table 2, Cosby et al. 1984)
EF5/SAC-SMA water balance
SAC-SMA is the most complex option: an upper and a lower soil zone, each split into tension and free water, generating runoff by a saturation-excess process. It uses 21 parameters (11 distributed grids shown here, the rest uniform).
SAC-SMA parameters (Table 3)
Routing
Kinematic-wave routing approximates the 1-D Saint-Venant equations on steep slopes. Channel discharge follows a power law; overland flow uses a Manning-derived conveyance. Subsurface flow is routed separately as linear reservoirs.
Kinematic-wave parameters (Table 4)
Overland roughness — Manning's n by land cover (Table 5)
How well do the uncalibrated parameters perform?
The paper ran EF5 from 2002–2011 against 4,366 USGS gauges with basin area < 1000 km² (the flash-flood scale), forced by 5-minute MRMS radar rainfall. Skill is summarized with the Nash–Sutcliffe efficiency (NSE), Pearson correlation (CC), and normalized bias.
Performance summary (Table 6)
- CREST and SAC-SMA give comparable skill, with NSE up to 0.71 and 0.76 respectively — on some basins matching what a calibrated model would achieve.
- Skill drops in the intermountain West: radar beam blockage and unmodeled snow (no Snow-17 in this run) degrade the precipitation forcing.
- The Hydrophobic (HP) model is an upper-bound end-member — large positive bias (median 248%), useful for burn scars, saturated soils, and diagnosing rainfall under-estimation.
Toward CREST Global
This US dataset is the template for a global parameter set. The model physics are resolution- and location-independent; what must change are the source datasets used to derive each a-priori grid and the projection of the domain.
What carries over vs. what must be re-derived
Candidate global source datasets
- Terrain (DEM, flow dir/acc, α₀ slope): MERIT Hydro / MERIT-DEM (global, hydrologically conditioned, 3″≈90 m).
- Soils (Wm, Fc, b, SAC capacities): SoilGrids 2.0 and/or HWSD v2 for texture, available water capacity, and saturated conductivity.
- Impervious area & roughness (Im, Manning's n): global land-cover (ESA WorldCover, Copernicus GLC) and global impervious/built-up layers (GHSL).
- PET climatology: a global monthly PET product (e.g. derived from ERA5 / CRU / WorldClim) replacing the CONUS Koren climatology.
- Channel routing (α, β): re-fit the Vergara et al. (2016) geomorphology regression to global basins, or transfer with regional adjustment.
Practical steps
- Reproject the working domain from NAD83 (EPSG:4269, US) to a global geographic grid (EPSG:4326).
- Regenerate flow direction/accumulation from a global hydro-DEM at the target resolution.
- Resample each soil/land-cover source onto the grid and apply the same lookup tables (Cosby b; Manning's n).
- Re-derive scale-dependent routing parameters at the chosen resolution.
- Validate against a global gauge network (e.g. GRDC) following the same NSE/CC/bias protocol.
This explorer is v1: once global grids exist in the same GeoTIFF layout, the exact same processing pipeline and interface visualize them with no code changes.