climdex.cc2: Mostly sunny days

View source: R/indices.R

climdex.cc2R Documentation

Mostly sunny days

Description

This function computes the climdex index CC2: The number of mostly sunny days (Cloud cover <= 2octa / 20

Usage

climdex.cc2(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 sunny 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.