hydromt_sfincs.SfincsModel.setup_precip_forcing#
- SfincsModel.setup_precip_forcing(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, see
hydromt.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.