downscaleR
downscaleR copied to clipboard
Error using ISMIP
Dear Climate Group, I have been trying to use the ISIMIP methodology in R. However, it has not been successful. I have loaded the station data as well as the gridded data set. While using the ISMIP method, it returned this error: Error in pred$Data[11293:11323, , ] : subscript out of bounds However, I used this same data for other bias correction methods. No such error was recorded. I checked the dimension of my pred and it was double**[11315x14x16]** while my obs was [11323x14] I assume the difference in dimension is caused by different calendar methods used in model outputs.
However, I looked for a model with the same dimension [11323x14x16] as my observation. After running ISIMIP using this, I got another error message Error in aperm.default(array(monthlyObs, dim = c(dim(monthlyObs), dimPred[setdiff(1:length(dimPred), : 'perm' is of wrong length 3 (!= 4) Now, I am not sure of how to proceed. Your input is appreciated. Thank you