hydromt_sfincs.SfincsModel.plot_forcing#
- SfincsModel.plot_forcing(fn_out=None, **kwargs)[source]#
Plot model timeseries forcing.
For distributed forcing a spatial avarage is plotted.
- Parameters:
fn_out (str) – Path to output figure file. If a basename is given it is saved to <model_root>/figs/<fn_out> If None, no file is saved.
forcing (Dict of xr.DataArray) – Model forcing
- Returns:
Model fig and ax objects
- Return type:
fig, axes