hydromt.Model.write_forcing#

Model.write_forcing(fn='forcing/{name}.nc', **kwargs) None[source]#

Write forcing to netcdf file at <root>/<fn>

key-word arguments are passed to xarray.Dataset.to_netcdf()

Parameters:

fn (str, optional) – filename relative to model root and should contain a {name} placeholder, by default ‘forcing/{name}.nc’