James Adams
James Adams
This implementation looks solid: https://pyeto.readthedocs.io/en/latest/api.html#pyeto.hargreaves
My suggestion is that this is being caused by the non-standard path of the file that is being specified, i.e., E:\work@home\data\IMD_monsum_rf.nc The component at play here, [NCO](http://nco.sourceforge.net/), does not play...
@nicrie this looks to be happening within the guts of the multiprocessing-specific code for simulating shared memory across processes. It looks to have something to do with a mis-shaped variable....
A related issue was created in the xarray repository: https://github.com/pydata/xarray/issues/5631
This is actually caused by `numpy`, and is described [here](https://github.com/numpy/numpy/issues/19521) I was able to work around this by installing [`typing-extensions`](https://pypi.org/project/typing-extensions/) It seems that there will not be a fix in...
Hi Beichen, Thanks for your attention to this. I am at a loss to describe this aspect of the code. To be honest I am not sure where I first...
Also, the gamma is provided here since much of the research using SPI uses a gamma distribution, but it's been shown that other distribution fittings are more valid, such as...
Initial testing has given mixed results, depending upon whether or not Numba is enabled or not. With Numba disabled we get about fifteen times speedup using broadcasting (see new code...
Please provide me with the file `1012475.metadata` so I can reproduce the error and debug. This is an issue with numba. My assumption is that at a minimum you can...
@samburu This appears to be remedied by removing the Numba just-in-time compilation decorator on the `palmer._cafec_coefficients` function (line 428). Try commenting that out and running the code again to see...