Safe time intervals are time windows that a ship can be at a kilometer position with the given speed and course. The start and end points of these intervals are the times that the chance of touching the bottom is exactly equal to the maximum allowed criterion. A root finding algorithm is used to find these end points while using a simulation to deal with uncertainty in predictions.
Safe time interval on each kilometer position
Safe time intervals are time windows that a ship can be at a kilometer position with the given speed and course. The start and end points of these intervals are the times that the chance of touching the bottom is exactly equal to the maximum allowed criterion.Safety criterion with uncertainty
The safety criterion can be a minimum under keel clearance scheme (for instance a minimum of 17.5% UKC before / after squat reduction) or based on a maximum probability. Because we do not know the exact conditions, but only know predictions of the conditions, we simulate a range of possible conditions on one point as much times as needed to get a good notion of the safety at that time and location. For one time / location PROTIDE therefore calculates a lot of UKCs and chances:- Estimate possible water levels -> N(mean, standard deviation)
- Estimate possible swell heights -> N(mean, standard deviation)
- Repeat a number of iterations:
- Draw water level from N(mean, standard deviation)
- Get channel depth
- Get bottom elevation
- Get channel heading (angle)
- Calculate under keel clearance
- Calculate squat with OCTOPUS
- Draw swell height from N(mean, standard deviation)
- Draw possible random vertical motion (from scenarios calculated by OCTOPUS)
- Calculate spectral moment and bottom touch frequency
- Calculate P(bottom touch) as if the frequency would hold during a whole channel passage
Root finding algorithm
PROTIDE uses a root finding algorithm to investigate each kilometer position. The root finding algorithm finds the times that the chance of touching the bottom is exactly equal to the safety criterion (again, this can be measured in P(bottom touch) or just a minimum UKC criterion). These roots indicate the times where safe shifts to not safe or the other way around. Therefore between these roots, on the "safe" side, we find time intervals that it is safe to be at that kilometer position.| Line | Message |
|---|---|
| 21 | Illegal value for attribute align: center |
| 52 | Illegal value for attribute align: center |
| 65 | Illegal value for attribute align: center |
