diff --git a/opendrift_leeway_webgui/leeway/templates/leeway/leewaysimulation_documentation.html b/opendrift_leeway_webgui/leeway/templates/leeway/leewaysimulation_documentation.html index bf0b110..369e7e0 100644 --- a/opendrift_leeway_webgui/leeway/templates/leeway/leewaysimulation_documentation.html +++ b/opendrift_leeway_webgui/leeway/templates/leeway/leewaysimulation_documentation.html @@ -5,6 +5,68 @@

Background

This software acts as a web user interface for the OpenDrift Leeway model. The basis for the simulation are experiments performed by the US Coast Guard in 1999. The results are published on https://ntrl.ntis.gov, which include desriptions of the objects that were tested (2-13 and following pages).

+

Object Types

+

+ The default object type for simulatoins is a life raft (ID: 27). Some alternatives are: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TypeObject NameObject Number
RubberboatLife-raft, no ballast system, no canopy, no drogue27
FiberglassboatSkiff - v-hull bow to stern (aluminum, Norway)47
IronboatSkiff - v-hull bow to stern (aluminum, Norway)47
WoodenboatSkiff - v-hull bow to stern (aluminum, Norway)47
Fishing VesselFishing vessel, general (mean values)50
Person in the Water, unkown statePerson-in-water (PIW), unknown state (mean values)1
Person in the Water, conciousPIW, vertical PFD type III conscious2
+

Radius

+

The Simulation spawns 100 particles in a circle around the entered position. The radius controls the size of the circle. If you are uncertain about the position of an object you can increase the radius. The result will be more spread out, too. +

+

A position reported by an aircraft is typically precise to 1 nautical mile, that corresponds to a radius of 926 meters. A position reported by GPS can be very precise and corresponds to a radius of 5m.

E-Mail Interface

If you have a low bandwidth connection, you can use the e-mail interface. The simulation parameters can be set in the e-mail subject. Your e-mail address needs to be registered for you user account in this tool first. The result of the simulation will be sent to your e-mail address within a couple of minutes. @@ -18,14 +80,6 @@

E-Mail Interface

Send the mail to
{{ SERVER_EMAIL }}
- The default object type for simulatoins is a life raft (ID: 27). Some alternatives are: -

Interpreting Simulation Result

When the simulation is finished, you will receive an e-mail that contains an attached image with the simulation results. @@ -39,4 +93,65 @@

Interpreting Simulation Result

The image shows the trajectories of particles from the starting points to the ending points. The color of the trajectories incdicates the position of a particle at a given time. For example the color green always shows the position of the particles after ~50% of the simulated time range, while orange shows the positions at ~75%.

-{% endblock content %} +

Example

+ +

+ This is a fictional case as an example of how this tool can be used. +

+

+ You open the leeway tool in the browser, and fill out the form: + It is the 4th Jan 2023 12:34 local time and you are being alerted by an airplane about fishing vessel adrift in position 37° 30'N 18°37'E. Your position is 38° 10.1532'N 018° 33.3832'E, that means you are 40nm away and with your top speed of 10kts it takes you 4 hours to reah the last known position. The contact to the drifting vessel is lost and the airplane can not stay on scene so you decide to run a drift simulation. + You open the leeway webtool and start to fill out the form: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Latitude37° 30'-> Last known Latitude
Longitude18°37'-> Last known Longitude
Object typeFishing vessel, general (mean values)-> It was reported that it is a fishing vessel, but we do not know the exact type of fishing vessel so we choose general
Start time2024-01-04 11:34:00-> The last position was reported at 12:34 local time, that is 11:34 in UTC
Duration4-> You calculated that it takes you 4 hours to reach the last known position so you use that as the duration of the simulation. You could also choose a bit more but the result becomes harder to interpret.
Radius1000-> The position was reported by an airplane and only precise to the degrees minutes so you keep the default radius of 1000m.
+

+

+ You recive an Email with the simulation result. It is clear the the boat is likely to drift North to South-East-East so you set your course to 171 to position 37.5°N 18,68°. From that point you should be able to spot the drifting vessel if the weather conditions are good. + Simulation result example +

+ + {% endblock content %} +