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
I have several WRFout files for 20-year climate simulations, when i use open_mfdataset to read them, it takes me 10 - 20 minutes to finish on my server.
Is there a way to speed up this process?
Multiprocessing ??
The text was updated successfully, but these errors were encountered:
Try changing the coords argument to list the explicit coordinates that should be concatenated together. (We should probably change this argument name: it makes more sense on concat than open_mfdataset.)
I have several WRFout files for 20-year climate simulations, when i use open_mfdataset to read them, it takes me 10 - 20 minutes to finish on my server.
Is there a way to speed up this process?
Multiprocessing ??
The text was updated successfully, but these errors were encountered: