earthkit.climate.land.snw_season_end¶
- earthkit.climate.land.snw_season_end(snw: xarray.DataArray | str = 'snw', ds: xarray.Dataset | Any = None, *, thresh: Any = '4 kg m-2', window: int = 14, freq: str = 'YS-JUL', **kwargs: Any) Any¶
Snow cover end date (amount).
The first date on which snow amount is below a given threshold for a given number of consecutive days.
Units:
snw_season_end: dimensionless
This function wraps xclim.indicators.land.snw_season_end.
- Parameters:
snw (
xarray.DataArray | str) – Surface snow amount.thresh (
Any) – Threshold snow amount.window (
int) – Minimum number of days with snow water below the threshold.freq (
str) – Resampling frequency. 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