climdex.nsd: Number of new snow days

View source: R/indices.R

climdex.nsdR Documentation

Number of new snow days

Description

This function computes the climdex index NSD: The number of days with a (new) snowfall > Y cm.

Usage

climdex.nsd(ci, threshold = 1, freq = c("annual", "monthly", "halfyear",
  "seasonal"))

Arguments

ci

Object of type climdexInput (representing the daily snowfall timeseries in [cm]).

threshold

Snow depth threshhold [in cm]. (Default: 1)

freq

Time frequency to aggregate to. Allowed are: "annual","halfyear" or "seasonal". Default: "annual".

Value

A vector containing the timeseries of the number of new snow days.

Author(s)

Rebekka Posselt (MeteoSwiss)


ECA-D/climind documentation built on Nov. 26, 2022, 10:20 a.m.