earthkit.climate.land.snd_season_end¶
- earthkit.climate.land.snd_season_end(snd: xarray.DataArray | str = 'snd', ds: xarray.Dataset | Any = None, *, thresh: Any = '2 cm', window: int = 14, freq: str = 'YS-JUL', **kwargs: Any) Any¶
Snow cover end date (depth).
The first date on which snow depth is below a given threshold for a given number of consecutive days.
Units:
snd_season_end: dimensionless
This function wraps xclim.indicators.land.snd_season_end.
- Parameters:
snd (
xarray.DataArray | str) – Surface snow thickness.thresh (
Any) – Threshold snow thickness.window (
int) – Minimum number of days with snow depth below the threshold.freq (
str) – Resampling frequency. Default: “YS-JUL”. The default value is chosen for the northern hemisphere.ds (
xarray.Dataset | Any) – Input dataset.**kwargs (
Any) – Additional keyword arguments.
- Returns:
The computed index.
- Return type:
Any