hydromt_sfincs.SfincsModel.plot_forcing#
- SfincsModel.plot_forcing(fn_out=None, forcings='all', **kwargs)[source]#
Plot model timeseries forcing.
For distributed forcing a spatial avarage, minimum or maximum 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.
forcings (str) – List of forcings to plot, by default ‘all’. If ‘all’, all available forcings are plotted. See
keys()
for available forcings.**kwargs (dict) – Additional keyword arguments passed to
hydromt.plotting.plot_forcing()
.
- Returns:
Model fig and ax objects
- Return type:
fig, axes