gsl: Function to compute the growing season length

View source: R/indicesFAO_tier1.R

gslR Documentation

Function to compute the growing season length

Description

See http://etccdi.pacificclimate.org/list_27_indices.shtml for details

Usage

gsl(tm, dates, lat, pnan = 25)

Arguments

tm

Vector with mean temperature data

dates

Matrix containing the full range of dates corresponding to "tm" (ndates x 3 size); e.g. rbind(c(1995, 3, 1), c(1995, 3, 2), ...)

lat

Latitude (in degrees)

pnan

Maximum percentage of missing data allowed in one year to compute the indices

Value

Number of days (per year)

Author(s)

R. Manzanas


SantanderMetGroup/climate4R.indices documentation built on July 3, 2023, 11:02 p.m.