maxgstemp: maxgstemp: Maximum temperature during the growing season

Description Usage Arguments Details Value See Also

Description

Calculates the maximum air temperature during the growing season across specified years.

Usage

1
maxgstemp(startyear, endyear, temp, gs)

Arguments

startyear

earliest calender year to be considered in calculations.

endyear

latest calender year to be considered in calculations.

temp

a three-dimensional array of temperature values for one year.

gs

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

Details

some details needed here

Value

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

See Also

mtoraster() to convert a matrix to a raster object.

nctarray() to create array of temperature values from an nc file.

Requires function gsmax() to be loaded.


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