ACHMartin/seastar_project

Combined retrieval crashing due to x0 being out of bounds

Opened this issue · 3 comments

The simultaneous retrieval works for some cases but not all, crashing due to the initial guess x0 being out of bounds. For some cases (e.g., Track_2 from 20220517) it is due to the windspeed being > 30m/s, for some (e.g., Track_15 from 20220522) it is due to a current vector component being >5m/s.

There are either issues with the implementation of x0, bounds, or the input data. Numerous attempts at cleaning up the input data have been attempted but there are still crashes. Cleanup attempts have included:

  • Removing 'edge effects' from data variables by eroding the data by 2 pixels
  • Removing land using ss.utils.tools.compute_land_mask_from_GSHHS

use try and catch to solve the bug in order not to crash the full processing, but just the pixel.
@DavidMcCann-NOC could you please send me the full error

Closed with #267

David, I will keep the issue open. I need to work on it for this x0 out of bound to never happen in the first place. It is an issue in my initialisation. It is on me.