hydromt.Model.write_maps#
- Model.write_maps(fn='maps/{name}.nc', **kwargs) None[source]#
Write maps 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 ‘maps/{name}.nc’**kwargs – Additional keyword arguments that are passed to the write_nc function.