Ship drift

from datetime import datetime
from opendrift.models.shipdrift import ShipDrift

o = ShipDrift(loglevel=20)

o.add_readers_from_list([
    'https://thredds.met.no/thredds/dodsC/cmems/topaz6/dataset-topaz6-arc-15min-3km-be.ncml',
    'https://thredds.met.no/thredds/dodsC/mepslatest/meps_lagged_6_h_latest_2_5km_latest.nc',
    'https://thredds.met.no/thredds/dodsC/cmems/mywavewam3km/dataset-wam-arctic-1hr3km-be.ncml'
    ])
11:36:11 INFO    opendrift.models.basemodel:533: OpenDriftSimulation initialised (version 1.11.2 / v1.11.2-30-g8806683)

Seed ship elements at defined position and time Note: beam/length ratio is larger than allowed, but is then clipped internally

o.seed_elements(lon=5.0, lat=63.0, radius=1000, number=1000,
                time=datetime.utcnow(),
                length=80.0, beam=20.0, height=9.0, draft=4.0)
11:36:11 WARNING opendrift.models.shipdrift:181: Ratio of beam to length should be in range 0.12 to 0.18, given range is 0.25-0.25. Using border value.
11:36:11 INFO    opendrift.models.basemodel.environment:218: Adding a dynamical landmask with max. priority based on assumed maximum speed of 2.0 m/s. Adding a customised landmask may be faster...
11:36:16 INFO    opendrift.models.basemodel.environment:245: Fallback values will be used for the following variables which have no readers:
11:36:16 INFO    opendrift.models.basemodel.environment:248:    sea_surface_wave_stokes_drift_x_velocity: 0.000000
11:36:16 INFO    opendrift.models.basemodel.environment:248:    sea_surface_wave_stokes_drift_y_velocity: 0.000000
11:36:16 INFO    opendrift.models.basemodel.environment:248:    sea_surface_wave_significant_height: 0.000000
11:36:16 INFO    opendrift.models.basemodel.environment:248:    sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0.000000

Running model

o.run(steps=24, stop_on_error=True)
11:36:16 INFO    opendrift.models.basemodel:911: Using existing reader for land_binary_mask
11:36:16 INFO    opendrift.models.basemodel:922: All points are in ocean
11:36:16 INFO    opendrift.models.basemodel:2011: 2024-04-24 11:36:11.356954 - step 1 of 24 - 1000 active elements (0 deactivated)
11:36:17 INFO    opendrift.readers.reader_netCDF_CF_generic:102: Opening dataset: https://thredds.met.no/thredds/dodsC/cmems/topaz6/dataset-topaz6-arc-15min-3km-be.ncml
/opt/conda/envs/opendrift/lib/python3.11/site-packages/pyproj/crs/crs.py:1286: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems
  proj = self._crs.to_proj4(version=version)
11:36:23 INFO    opendrift.readers.reader_netCDF_CF_generic:314: Detected dimensions: {'x': 'x', 'y': 'y', 'time': 'time'}
11:36:24 INFO    opendrift.readers.reader_netCDF_CF_generic:102: Opening dataset: https://thredds.met.no/thredds/dodsC/mepslatest/meps_lagged_6_h_latest_2_5km_latest.nc
/opt/conda/envs/opendrift/lib/python3.11/site-packages/pyproj/crs/crs.py:1286: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems
  proj = self._crs.to_proj4(version=version)
11:36:25 INFO    opendrift.readers.reader_netCDF_CF_generic:314: Detected dimensions: {'time': 'time', 'x': 'x', 'y': 'y'}
11:36:25 INFO    opendrift.readers.reader_netCDF_CF_generic:102: Opening dataset: https://thredds.met.no/thredds/dodsC/cmems/mywavewam3km/dataset-wam-arctic-1hr3km-be.ncml
/opt/conda/envs/opendrift/lib/python3.11/site-packages/pyproj/crs/crs.py:1286: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems
  proj = self._crs.to_proj4(version=version)
11:36:26 INFO    opendrift.readers.reader_netCDF_CF_generic:314: Detected dimensions: {'y': 'rlat', 'x': 'rlon', 'time': 'time'}
11:36:27 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:27 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:27 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:27 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:29 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:29 INFO    opendrift.models.basemodel:2011: 2024-04-24 12:36:11.356954 - step 2 of 24 - 1000 active elements (0 deactivated)
11:36:30 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:30 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:30 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:30 INFO    opendrift.models.basemodel:2011: 2024-04-24 13:36:11.356954 - step 3 of 24 - 1000 active elements (0 deactivated)
11:36:31 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:31 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:32 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:32 INFO    opendrift.models.basemodel:2011: 2024-04-24 14:36:11.356954 - step 4 of 24 - 1000 active elements (0 deactivated)
11:36:33 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:33 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:33 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:33 INFO    opendrift.models.basemodel:2011: 2024-04-24 15:36:11.356954 - step 5 of 24 - 1000 active elements (0 deactivated)
11:36:34 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:34 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:35 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:35 INFO    opendrift.models.basemodel:2011: 2024-04-24 16:36:11.356954 - step 6 of 24 - 1000 active elements (0 deactivated)
11:36:36 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:36 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:36 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:36 INFO    opendrift.models.basemodel:2011: 2024-04-24 17:36:11.356954 - step 7 of 24 - 1000 active elements (0 deactivated)
11:36:37 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:37 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:42 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:42 INFO    opendrift.models.basemodel:2011: 2024-04-24 18:36:11.356954 - step 8 of 24 - 1000 active elements (0 deactivated)
11:36:44 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:44 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:44 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:44 INFO    opendrift.models.basemodel:2011: 2024-04-24 19:36:11.356954 - step 9 of 24 - 1000 active elements (0 deactivated)
11:36:45 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:45 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:46 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:46 INFO    opendrift.models.basemodel:2011: 2024-04-24 20:36:11.356954 - step 10 of 24 - 1000 active elements (0 deactivated)
11:36:47 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:47 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:47 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:47 INFO    opendrift.models.basemodel:2011: 2024-04-24 21:36:11.356954 - step 11 of 24 - 1000 active elements (0 deactivated)
11:36:48 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:48 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:49 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:49 INFO    opendrift.models.basemodel:2011: 2024-04-24 22:36:11.356954 - step 12 of 24 - 1000 active elements (0 deactivated)
11:36:50 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:50 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:50 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:50 INFO    opendrift.models.basemodel:2011: 2024-04-24 23:36:11.356954 - step 13 of 24 - 1000 active elements (0 deactivated)
11:36:51 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:51 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:52 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:52 INFO    opendrift.models.basemodel:2011: 2024-04-25 00:36:11.356954 - step 14 of 24 - 1000 active elements (0 deactivated)
11:36:54 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:54 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:54 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:54 INFO    opendrift.models.basemodel:2011: 2024-04-25 01:36:11.356954 - step 15 of 24 - 1000 active elements (0 deactivated)
11:36:56 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:56 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:57 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:57 INFO    opendrift.models.basemodel:2011: 2024-04-25 02:36:11.356954 - step 16 of 24 - 1000 active elements (0 deactivated)
11:36:58 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:58 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:36:59 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:36:59 INFO    opendrift.models.basemodel:2011: 2024-04-25 03:36:11.356954 - step 17 of 24 - 1000 active elements (0 deactivated)
11:37:00 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:00 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:01 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:37:01 INFO    opendrift.models.basemodel:2011: 2024-04-25 04:36:11.356954 - step 18 of 24 - 1000 active elements (0 deactivated)
11:37:02 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:02 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:03 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:37:03 INFO    opendrift.models.basemodel:2011: 2024-04-25 05:36:11.356954 - step 19 of 24 - 1000 active elements (0 deactivated)
11:37:04 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:04 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:05 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:37:05 INFO    opendrift.models.basemodel:2011: 2024-04-25 06:36:11.356954 - step 20 of 24 - 1000 active elements (0 deactivated)
11:37:06 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:06 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:07 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:37:07 INFO    opendrift.models.basemodel:2011: 2024-04-25 07:36:11.356954 - step 21 of 24 - 1000 active elements (0 deactivated)
11:37:09 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:09 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:09 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:37:09 INFO    opendrift.models.basemodel:2011: 2024-04-25 08:36:11.356954 - step 22 of 24 - 1000 active elements (0 deactivated)
11:37:11 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:11 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:11 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:37:11 INFO    opendrift.models.basemodel:2011: 2024-04-25 09:36:11.356954 - step 23 of 24 - 1000 active elements (0 deactivated)
11:37:13 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:13 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:13 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction
11:37:13 INFO    opendrift.models.basemodel:2011: 2024-04-25 10:36:11.356954 - step 24 of 24 - 1000 active elements (0 deactivated)
11:37:15 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:15 WARNING opendrift.readers.interpolation.structured:46: Ensemble data currently not extrapolated towards seafloor
11:37:16 INFO    opendrift.models.shipdrift:311: Using Stokes drift direction as wave direction

Print and plot results

print(o)
o.plot(linecolor='orientation')
#o.animation(color='orientation', markersize=20, filename="orientation.gif", legend=['left','right'],colorbar=False,cmap='bwr')
o.animation(color='orientation', legend=['left','right'], markersize=20, colorbar=False, cmap='bwr')
OpenDrift - ShipDrift 2024-04-24 11:36 to 2024-04-25 11:36 UTC (25 steps)
===========================
--------------------
Reader performance:
--------------------
global_landmask
 0:00:00.0  total
 0:00:00.0  preparing
 0:00:00.0  reading
 0:00:00.0  masking
--------------------
https://thredds.met.no/thredds/dodsC/cmems/topaz6/dataset-topaz6-arc-15min-3km-be.ncml
 0:00:14.6  total
 0:00:00.0  preparing
 0:00:14.5  reading
 0:00:00.0  interpolation
 0:00:00.0  interpolation_time
 0:00:00.0  rotating vectors
 0:00:00.0  masking
--------------------
https://thredds.met.no/thredds/dodsC/mepslatest/meps_lagged_6_h_latest_2_5km_latest.nc
 0:00:16.3  total
 0:00:00.0  preparing
 0:00:16.1  reading
 0:00:00.2  interpolation
 0:00:00.0  interpolation_time
 0:00:00.1  rotating vectors
 0:00:00.0  masking
--------------------
https://thredds.met.no/thredds/dodsC/cmems/mywavewam3km/dataset-wam-arctic-1hr3km-be.ncml
 0:00:17.7  total
 0:00:00.0  preparing
 0:00:17.5  reading
 0:00:00.0  interpolation
 0:00:00.0  interpolation_time
 0:00:00.1  rotating vectors
 0:00:00.0  masking
--------------------
Performance:
 1:04.9 total time
    5.5 configuration
    0.0 preparing main loop
      0.0 moving elements to ocean
   59.4 main loop
      0.5 updating elements
    0.0 cleaning up
--------------------
===========================
Model:  ShipDrift     (OpenDrift version 1.11.2)
        1000 active ShipObject particles  (0 deactivated, 0 scheduled)
-------------------
Environment variables:
  -----
  land_binary_mask
     1) global_landmask
  -----
  x_sea_water_velocity
  y_sea_water_velocity
     1) https://thredds.met.no/thredds/dodsC/cmems/topaz6/dataset-topaz6-arc-15min-3km-be.ncml
     2) https://thredds.met.no/thredds/dodsC/cmems/mywavewam3km/dataset-wam-arctic-1hr3km-be.ncml
  -----
  x_wind
  y_wind
     1) https://thredds.met.no/thredds/dodsC/mepslatest/meps_lagged_6_h_latest_2_5km_latest.nc
  -----
  sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment
  sea_surface_wave_significant_height
  sea_surface_wave_stokes_drift_x_velocity
  sea_surface_wave_stokes_drift_y_velocity
     1) https://thredds.met.no/thredds/dodsC/cmems/mywavewam3km/dataset-wam-arctic-1hr3km-be.ncml

Discarded readers:

Time:
        Start: 2024-04-24 11:36:11.356954 UTC
        Present: 2024-04-25 11:36:11.356954 UTC
        Calculation steps: 24 * 1:00:00 - total time: 1 day, 0:00:00
        Output steps: 25 * 1:00:00
===========================

11:37:41 INFO    opendrift.models.basemodel:4563: Saving animation to /root/project/docs/source/gallery/animations/example_shipdrift_0.gif...
11:38:47 INFO    opendrift.models.basemodel:3003: Time to make animation: 0:01:08.248911
../_images/example_shipdrift_0.gif

Total running time of the script: (2 minutes 40.627 seconds)

Gallery generated by Sphinx-Gallery