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!
let us know if that works out better
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