hydromt_wflow.WflowModel.set_forcing#

WflowModel.set_forcing(data, name=None)#

Add data to forcing attribute which is a dictionary of xarray.DataArray. The dictionary key is taken from the variable name. In case of a DataArray without name, the name can be passed using the optional name argument.

Parameters: