gseastemp: gseastemp: Mean temperature during the growing season

Description Usage Arguments Details Value See Also

Description

gseastemp calculates the mean air temperature during the growing season over specified years.

Usage

1
gseastemp(startyear, endyear, temp, gseason)

Arguments

startyear

earliest calender year to be considered in calculations.

endyear

latest calender year to be considered in calculations.

temp

array of temperature values for one year.

gseason

array of binary values indicating growing (1) or non-growing (0) season for one year.

Details

details to be added

Value

A matrix of mean growing season temperature values over the specified years.

See Also

the gseason() function can be used to create an array of growing conditions (1) = yes, (0) = no accounting for temperature, precipitation and daylight hours.

Requires function gst() to be loaded.

mtoraster() to convert output matrix to a raster.

nctarray() to create an array from nc file.


ilyamaclean/climvars documentation built on June 19, 2019, 2:22 p.m.