climdex.tnday: Min/Max of mean n-day Min/Avg/Max.-Temperature

climdex.tndayR Documentation

Min/Max of mean n-day Min/Avg/Max.-Temperature

Description

This functions compute the climdex indeces Txndaymax, Txndaymin, Tnndaymax, Tnndaymin, Tmndaymax, Tmndaymin.

This function takes a climdexInput object as input and computes the climdex index T[x|m|n]nday[min|max]: min/max of mean n-day [max|avg|min] temperature.

Usage

climdex.txndaymax(ci, ndays = 5, freq = c("monthly", "annual", "halfyear",
  "seasonal"), center.mean.on.last.day = FALSE)

climdex.txndaymin(ci, ndays = 5, freq = c("monthly", "annual", "halfyear",
  "seasonal"), center.mean.on.last.day = FALSE)

climdex.tnndaymax(ci, ndays = 5, freq = c("monthly", "annual", "halfyear",
  "seasonal"), center.mean.on.last.day = FALSE)

climdex.tnndaymin(ci, ndays = 5, freq = c("monthly", "annual", "halfyear",
  "seasonal"), center.mean.on.last.day = FALSE)

climdex.tmndaymax(ci, ndays = 5, freq = c("monthly", "annual", "halfyear",
  "seasonal"), center.mean.on.last.day = FALSE)

climdex.tmndaymin(ci, ndays = 5, freq = c("monthly", "annual", "halfyear",
  "seasonal"), center.mean.on.last.day = FALSE)

Arguments

ci

Object of type climdexInput (representing daily Tmax/Tavg/Tmin).

ndays

number of days to consider (default=5).

freq

Time frequency to aggregate to (default="monthly").

center.mean.on.last.day

Whether to center the n-day running mean on the last day of the window, instead of the center day.

Author(s)

Rebekka Posselt (MeteoSwiss)


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