You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following on from #3 , it is clear that we need to speed up the custom radar regrdding (to match the mogreps-g grid) as the current python for loop approach is VERY slow. Numba might be a good option for that, but will take a little refactoring so I'm putting this is a spearate issue.
following on from #3 , it is clear that we need to speed up the custom radar regrdding (to match the mogreps-g grid) as the current python for loop approach is VERY slow. Numba might be a good option for that, but will take a little refactoring so I'm putting this is a spearate issue.
Basically, we should just need to pull out the regridding function
https://numba.pydata.org/
The text was updated successfully, but these errors were encountered: