An internal function that helps to create climatologies in accordance with the Hobday et al. (2016) standard.
smooth_percentile(data, smoothPercentileWidth)
The data given to this function during the calculations
performed by ts2clm
.
The width of the smoothing window
to be applied. The default is 31
days.
The function returns the data in the same format it was input as, with the climatology values smoothed as desired.