Predefined methods#
Model methods#
These methods are used to build, preprocess, run and postprocess models. Currently the SFINCS hydrodynamic model, Wflow hydrological model, Delft-FIAT flood impact model are supported.
Build a FIAT model from scratch using hydromt_fiat. |
|
Method for updating a FIAT model with hazard maps. |
|
Method for running a FIAT model. |
|
Method for visualizing FIAT model results. |
|
Define a SFINCS model region based on hydrological subbasins. |
|
Build a SFINCS model from scratch using hydromt_sfincs. |
|
Method to update SFINCS forcing. |
|
Method for running a SFINCS model. |
|
Downscale SFINCS simulated waterlevels to high res water depths. |
|
Postprocess SFINCS netcdf maximum water level (zsmax) output to a regular grid geotiff file. |
|
Build a Wflow model from scratch using hydromt_wflow. |
|
Method to update the Wflow meteorological forcing. |
|
Downscale a climate change factor dataset to the resolution of a wflow model and add to settings file. |
|
Wflow run method. |
|
Prepare FloodAdapt database builder. |
|
Prepare a SFINCS model for usage in FloodAdapt. |
Historical, future and design event methods#
These methods are used to generate Event
and Eventset
data
which are used as input for the hydrodynamic and impact models.
Derive coastal design events from tide, surge timeseries and return period dataset. |
|
Create hydrographs for coastal waterlevels. |
|
Derive future (climate) sea level (rise) events by applying a user-specified offset to an event. |
|
Derive fluvial design events from a discharge time series. |
|
Method to derive historical events with one or more drivers from timeseries data. |
|
Method to deriving future climate rainfall by scaling an historical event using Clausius-Clapeyron (CC). |
|
Pluvial design events method. |
|
Method for generating pluvial design events based on the GPEX global IDF dataset. |
Data pre- and postprocessing methods#
These methods are used to download, preprocess or postprocess various data sources.
Merge multiple data catalogs into one method. |
|
Method for creating monthly climatology from gridded climate data. |
|
Method for calculating future change factors. |
|
Derive tide and surge from waterlevel timeseries based on a tidal analysis. |
|
Method for fetching and processing COAST-RP dataset for a given region. |
|
Method for fetching GTSM waterlevel and surge timeseries for a given region. |
|
Validate simulated hazard based on floodmarks. |
|
Get ERA5 rainfall timeseries data for a region center point. |
|
Merge multiple (climate) datasets into one using quantile reduction. |
Python script methods#
Python scripts can directly be added to a workflow using the ScriptMethod class. For usage and limitations see Using python scripts as methods.
Method to run python script with HydroFlows. |
Dummy methods#
These methods are used for documentation and testing purposes only.
"Dummy methods for testing and user documentation. |
|
Dummy methods for testing and user documentation. |
|
"Dummy methods for testing and user documentation. |
|
"Dummy methods for testing and user documentation. |