S1(X, Y, gradFUN = "KernelGradFUN", ...)
ACC(X, Y, Xclim = NULL, Yclim = NULL)X and Y, resp. If NULL, the result is simply a usual correlation.X and Y. The default KernelGradFUN is to use a Laplacian of Gaussian kernel.gradFUN function. In the case of the default, the kernel can be changed (e.g., if only kernel2dmeitsjer function (in this case, S1 = 100*sum(abs(DY_i - DX_i))/sum(max(abs(DY_i),abs(DX_i))),
where DY_i (DX_i)is the gradient at grid point i for the forecast (verification). See Brown et al. (2012) and Thompson and Carter (1972) for more on this score.
The ACC is just the correlation between X - Xclim and Y - Yclim.
Thompson, J. C. and Carter, G. M. (1972) On some characteristics of the S1 score. J. Appl. Meteorol., 11, 1384--1385.
kernel2dmeitsjerdata(UKobs6)
data(UKfcst6)
S1(UKobs6,UKfcst6)Run the code above in your browser using DataLab