hydromt_sfincs.components.forcing.SfincsPrecipitation.create_uniform#
- SfincsPrecipitation.create_uniform(timeseries=None, magnitude=None)[source]#
Setup spatially uniform precipitation forcing (precip).
Adds model layers:
precipfile forcing: uniform precipitation [mm/hr]
- Parameters:
timeseries (
str,Path) – Path to tabulated timeseries csv file with time index in first column and location IDs in the first row, seehydromt.open_timeseries_from_table(), for details. Note: tabulated timeseries files cannot yet be set through the data_catalog yml file.magnitude (
float) – Precipitation magnitude [mm/hr] to use if no timeseries is provided.