climdex.cc6: Mostly cloudy days

View source: R/indices.R

climdex.cc6R Documentation

Mostly cloudy days

Description

This function computes the climdex index CC6: The number of mostly cloudy days (Cloud cover >= 6octa / 80

Usage

climdex.cc6(ci, freq = c("annual", "halfyear", "seasonal", "monthly"),
  unit = "octa")

Arguments

ci

Object of type climdexInput (representing the daily mean cloud cover in octa or percent)

freq

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

unit

unit of the cloud cover. Allowed are: "octa" or "percent". Default: "octa".

Value

A vector containing the number of mostly cloudy days.

Author(s)

Rebekka Posselt (MeteoSwiss)

References

http://www.ecad.eu/indicesextremes/indicesdictionary.php


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