earthkit.climate.land.hydrology.doy_qmin¶
- earthkit.climate.land.hydrology.doy_qmin(da: xarray.DataArray | str = 'da', ds: xarray.Dataset | Any = None, *, freq: str = 'YS', **kwargs: Any) Any¶
Day of year of the minimum streamflow.
Day of the year of the minimum streamflow over {indexer}.
Units:
q{indexer}_doy_qmin: dimensionless
This function wraps xclim.indicators.land.doy_qmin.
- Parameters:
da (
xarray.DataArray | str) – Input data.freq (
str) – Resampling frequency defining the periods as defined in timeseries.resampling.ds (
xarray.Dataset | Any) – Input dataset.**kwargs (
Any) – Additional keyword arguments.
- Returns:
The computed index.
- Return type:
Any