xarray.zeros_like

xarray.zeros_like(other, dtype: Union[numpy.dtype, str, None] = None)

Shorthand for full_like(other, 0, dtype)