hydromt_sfincs.components.forcing.SfincsWind.create_uniform#
- SfincsWind.create_uniform(timeseries=None, magnitude=None, direction=None)[source]#
Setup spatially uniform wind forcing (wind).
Adds model layers:
windfile forcing: uniform wind magnitude [m/s] and direction [deg]
- Parameters:
timeseries – Path to tabulated timeseries csv file with time index in first column, magnitude in second column and direction in third column 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, magnitude in second column and direction in third column 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, magnitude in second column and direction in third column see
hydromt.open_timeseries_from_table(), for details. Note: tabulated timeseries files cannot yet be set through the data_catalog yml file.magnitude (
float) – Magnitude of the wind [m/s]direction (
float) – Direction where the wind is coming from [deg], e.g. 0 is north, 90 is east, etc.