Stream: dask

Topic: killed workers after interpolation


view this post on Zulip Isla Simpson (Jul 23 2022 at 22:54):

Hello,

Can anyone help me with this killed workers issue? I'm dealing with data on the 1/10th degree ocean/sea ice grid. I'm trying to interpolate the monthly sea ice data to daily. I think my problem is that when I do the time interpolation I lose my chunking in space i.e., it only has one chunk after the interpolation. Then I re-chunk it and it looks like the chunks are a reasonable size but when I come to writing out the result, the workers die. I think it's maybe the re-chunking stage that is the problem? No matter how small I make the chunks or how many workers I throw at it, it dies. I looked into using the Rechunker tool as recommended here but it needed an older version of python than what I'm using. Glad to hear any advice on this. My code is here...

/glade/u/home/islas/CVCWG/Atlantic_RR/deriveICEFRAC_lininterp/derive_icefrac.ipynb

Thanks!

view this post on Zulip Deepak Cherian (Jul 25 2022 at 15:36):

let us know if that works out better

view this post on Zulip Isla Simpson (Jul 25 2022 at 18:23):

Oh, thank you. Silly mistake on the coordinate names for the chunking. This is working now!


Last updated: May 16 2025 at 17:14 UTC