FieldOutOfBoundError despite Kernel for checking particle.state #1507
-
Hi everyone! I am running backtrack experiments in parcels 3.0.2 and ran into this error:
I was quite surprised as I wrote these two kernels for preventing these errors from stopping my job:
I also tried with a more general kernel but it does not work either and I get the exact same error:
Did someone run into this issue too? I think that the recovery kernels in the previous versions worked well, at least I never got this error in the past... Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @eavellashaw, could it be that your 'error kernels' were not at the end of your Kernel List? This may not be clear enough in the new kernel loop tutorial, but the full list of kernels is run even if an error is thrown halfway. So the kernels dealing with errors should always be at the end |
Beta Was this translation helpful? Give feedback.
Hi @eavellashaw, could it be that your 'error kernels' were not at the end of your Kernel List? This may not be clear enough in the new kernel loop tutorial, but the full list of kernels is run even if an error is thrown halfway. So the kernels dealing with errors should always be at the end