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
write_nc()- Parameters:
fn (
str, optional) – filename relative to model root and should contain a {name} placeholder, by default ‘forcing/{name}.nc’**kwargs – Additional keyword arguments that are passed to the write_nc function.