earthkit.climate.land.snow.snd_storm_days

earthkit.climate.land.snow.snd_storm_days(snd: xarray.DataArray | str = 'snd', ds: xarray.Dataset | Any = None, *, thresh: Any = '25 cm', freq: str = 'YS-JUL', **kwargs: Any) Any

Winter storm days.

Number of days with snowfall depth accumulation greater or equal to threshold (default: 25 cm).

Units:

  • {freq}_snd_storm_days: days

This function wraps xclim.indicators.land.snd_storm_days.

Parameters:
  • snd (xarray.DataArray | str) – Surface snow depth.

  • thresh (Any) – Threshold on snowfall depth accumulation require to label an event a snd storm.

  • freq (str) – Resampling frequency.

  • ds (xarray.Dataset | Any) – Input dataset.

  • **kwargs (Any) – Additional keyword arguments.

Returns:

The computed index.

Return type:

Any