Combining multiple WRF history files with combine_files ('kernel died') #6586
-
I have around ~3000 WRF history files which I want to combine. Pangeo has a useful link but the example there has one file with all the temporal snapshots, which is different from my case. The instructions here seem more relevant and when I try to follow the example there the following code works if I include only a few history files (e.g.,
Any ideas on why the append step is failing? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
Is there a reason why you use wrflist = [Dataset(path) for path in files[0:5]] not sure if that will fix your issue, though |
Beta Was this translation helpful? Give feedback.
-
Can you try xwrf instead? You'll probably get better advice asking questions there |
Beta Was this translation helpful? Give feedback.
-
For anyone interested, the answer resides here: xarray-contrib/xwrf#78 (comment) |
Beta Was this translation helpful? Give feedback.
For anyone interested, the answer resides here: xarray-contrib/xwrf#78 (comment)