hydromt_sfincs.SfincsModel.setup_precip_forcing#

SfincsModel.setup_precip_forcing(timeseries)[source]#

Setup spatially uniform precipitation forcing (precip).

Adds model layers:

  • precipfile forcing: uniform precipitation [mm/hr]

Parameters:
  • timeseries – 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.

  • str – 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.

  • 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.