-
MemoryError Traceback (most recent call last) MemoryError: Unable to allocate 712. MiB for an array with shape (288, 2592000) and data type uint8 That's the problem I faced. Here's the script I used: Can anyone help me to solve this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm not sure how your generating DBZH based on the code, but that array does seem rather large. I would try reading in those arrays with dask in chunks. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the help. I am working on QVP by using S-Band radar data. So, it seems difficult for me to define each wind component. |
Beta Was this translation helpful? Give feedback.
I'm not sure how your generating DBZH based on the code, but that array does seem rather large. I would try reading in those arrays with dask in chunks.