durutti

Results 9 comments of durutti

I have the same issue after a fresh build of airwave-vst. 32bit plugins work fine but I get an error with 64bit plugins on ubuntu 18.04 with mixbus and wine...

For me, the version that doesn't give the error when using locations is downscaleR-3.3.2. So you can install it locally until the bug is fixed

Yes it works now !!! I think a minor change is needed in line 8 in setGridDates.asPOSIXlt if (length(strsplit(ref, "-")[[1]]) == 3) chnage to if (length(strsplit(as.character(ref), "-")[[1]]) == 3) example...

The error only occurs when the window option is used. I had a similar error and it was related to the way dates were read in biascorrection. I solved it...

grid2nc works fine here on two ubuntu maschines (18.04 and 20.04). If you could provide some code or the variable you want to save then I could help as a...

I think the problem is related to the way you are trying to pass the varAttribute in grid2nc. change it to NULL and see if anything changes. if you still...

your bias adjusted grid variable data shoud be a 3D array with dims time lat lon. What are dimensions of the grids going into biasCorrection?

a workaround is to reshape the 3-D arrays to 2-D (time,lat*lon) and then perform bias correction.

Thanks, I looked on discord but there were a few comments but without an actual solution. Mine are also on their single prefix, dvxk didn't make any difference... Everything else...