Note
Go to the end to download the full example code.
Ensemble
from datetime import timedelta
import numpy as np
from opendrift.models.oceandrift import OceanDrift
from opendrift.readers import reader_netCDF_CF_generic
Drift simulation using 30 member ensemble wind data from MEPS model of MET Norway
o = OceanDrift(loglevel=20)
o.set_config('drift:vertical_mixing', False)
r = reader_netCDF_CF_generic.Reader('https://thredds.met.no/thredds/dodsC/mepslatest/meps_lagged_6_h_latest_2_5km_latest.nc')
o.add_reader(r)
o.seed_elements(lat=60, lon=4.9, time=r.start_time,
radius=1000, number=10000)
o.run(duration=timedelta(hours=50), time_step=600, time_step_output=3600)
14:40:36 INFO opendrift:576: OpenDriftSimulation initialised (version 1.14.6 / v1.14.6-9-geaa6ee2)
14:40:36 INFO opendrift.readers:63: Opening file with xr.open_dataset
14:40:37 INFO opendrift.readers.reader_netCDF_CF_generic:332: Detected dimensions: {'time': 'time', 'x': 'x', 'y': 'y'}
14:40:37 INFO opendrift.models.basemodel.environment:203: Adding a global landmask from GSHHG
14:40:42 INFO opendrift.models.basemodel.environment:227: Fallback values will be used for the following variables which have no readers:
14:40:42 INFO opendrift.models.basemodel.environment:230: x_sea_water_velocity: 0.000000
14:40:42 INFO opendrift.models.basemodel.environment:230: y_sea_water_velocity: 0.000000
14:40:42 INFO opendrift.models.basemodel.environment:230: sea_surface_height: 0.000000
14:40:42 INFO opendrift.models.basemodel.environment:230: upward_sea_water_velocity: 0.000000
14:40:42 INFO opendrift.models.basemodel.environment:230: ocean_vertical_diffusivity: 0.000000
14:40:42 INFO opendrift.models.basemodel.environment:230: sea_surface_wave_significant_height: 0.000000
14:40:42 INFO opendrift.models.basemodel.environment:230: sea_surface_wave_stokes_drift_x_velocity: 0.000000
14:40:42 INFO opendrift.models.basemodel.environment:230: sea_surface_wave_stokes_drift_y_velocity: 0.000000
14:40:42 INFO opendrift.models.basemodel.environment:230: ocean_mixed_layer_thickness: 50.000000
14:40:42 INFO opendrift.models.basemodel.environment:230: sea_floor_depth_below_sea_level: 10000.000000
14:40:42 INFO opendrift:1794: Skipping environment variable ocean_vertical_diffusivity because of condition ['drift:vertical_mixing', 'is', False]
14:40:42 INFO opendrift:1794: Skipping environment variable ocean_mixed_layer_thickness because of condition ['drift:vertical_mixing', 'is', False]
14:40:42 INFO opendrift:1805: Storing previous values of element property lon because of condition (('general:coastline_action', 'in', ['stranding', 'previous']), 'or', ('general:seafloor_action', 'in', ['previous']))
14:40:42 INFO opendrift:1805: Storing previous values of element property lat because of condition (('general:coastline_action', 'in', ['stranding', 'previous']), 'or', ('general:seafloor_action', 'in', ['previous']))
14:40:42 INFO opendrift:1813: Storing previous values of environment variable sea_surface_height because of condition ['drift:vertical_advection', 'is', True]
14:40:42 INFO opendrift:952: Using existing reader for land_binary_mask to move elements to ocean
14:40:42 INFO opendrift:982: All points are in ocean
14:40:42 INFO opendrift:2101: 2025-11-10 12:00:00 - step 1 of 300 - 10000 active elements (0 deactivated)
14:40:43 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:43 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:43 INFO opendrift:2101: 2025-11-10 12:10:00 - step 2 of 300 - 10000 active elements (0 deactivated)
14:40:43 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:43 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:44 INFO opendrift:2101: 2025-11-10 12:20:00 - step 3 of 300 - 10000 active elements (0 deactivated)
14:40:44 INFO opendrift:2101: 2025-11-10 12:30:00 - step 4 of 300 - 10000 active elements (0 deactivated)
14:40:44 INFO opendrift:2101: 2025-11-10 12:40:00 - step 5 of 300 - 10000 active elements (0 deactivated)
14:40:44 INFO opendrift:2101: 2025-11-10 12:50:00 - step 6 of 300 - 10000 active elements (0 deactivated)
14:40:44 INFO opendrift:2101: 2025-11-10 13:00:00 - step 7 of 300 - 10000 active elements (0 deactivated)
14:40:44 INFO opendrift:2101: 2025-11-10 13:10:00 - step 8 of 300 - 10000 active elements (0 deactivated)
14:40:45 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:45 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:45 INFO opendrift:2101: 2025-11-10 13:20:00 - step 9 of 300 - 10000 active elements (0 deactivated)
14:40:45 INFO opendrift:2101: 2025-11-10 13:30:00 - step 10 of 300 - 10000 active elements (0 deactivated)
14:40:45 INFO opendrift:2101: 2025-11-10 13:40:00 - step 11 of 300 - 10000 active elements (0 deactivated)
14:40:45 INFO opendrift:2101: 2025-11-10 13:50:00 - step 12 of 300 - 10000 active elements (0 deactivated)
14:40:46 INFO opendrift:2101: 2025-11-10 14:00:00 - step 13 of 300 - 10000 active elements (0 deactivated)
14:40:46 INFO opendrift:2101: 2025-11-10 14:10:00 - step 14 of 300 - 10000 active elements (0 deactivated)
14:40:46 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:46 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:46 INFO opendrift:2101: 2025-11-10 14:20:00 - step 15 of 300 - 10000 active elements (0 deactivated)
14:40:46 INFO opendrift:2101: 2025-11-10 14:30:00 - step 16 of 300 - 10000 active elements (0 deactivated)
14:40:46 INFO opendrift:2101: 2025-11-10 14:40:00 - step 17 of 300 - 10000 active elements (0 deactivated)
14:40:47 INFO opendrift:2101: 2025-11-10 14:50:00 - step 18 of 300 - 10000 active elements (0 deactivated)
14:40:47 INFO opendrift:2101: 2025-11-10 15:00:00 - step 19 of 300 - 10000 active elements (0 deactivated)
14:40:47 INFO opendrift:2101: 2025-11-10 15:10:00 - step 20 of 300 - 10000 active elements (0 deactivated)
14:40:48 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:48 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:48 INFO opendrift:2101: 2025-11-10 15:20:00 - step 21 of 300 - 10000 active elements (0 deactivated)
14:40:48 INFO opendrift:2101: 2025-11-10 15:30:00 - step 22 of 300 - 10000 active elements (0 deactivated)
14:40:48 INFO opendrift:2101: 2025-11-10 15:40:00 - step 23 of 300 - 10000 active elements (0 deactivated)
14:40:48 INFO opendrift:2101: 2025-11-10 15:50:00 - step 24 of 300 - 10000 active elements (0 deactivated)
14:40:48 INFO opendrift:2101: 2025-11-10 16:00:00 - step 25 of 300 - 10000 active elements (0 deactivated)
14:40:48 INFO opendrift:2101: 2025-11-10 16:10:00 - step 26 of 300 - 10000 active elements (0 deactivated)
14:40:49 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:49 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:49 INFO opendrift:2101: 2025-11-10 16:20:00 - step 27 of 300 - 10000 active elements (0 deactivated)
14:40:49 INFO opendrift:2101: 2025-11-10 16:30:00 - step 28 of 300 - 10000 active elements (0 deactivated)
14:40:49 INFO opendrift:2101: 2025-11-10 16:40:00 - step 29 of 300 - 10000 active elements (0 deactivated)
14:40:49 INFO opendrift:2101: 2025-11-10 16:50:00 - step 30 of 300 - 10000 active elements (0 deactivated)
14:40:49 INFO opendrift:2101: 2025-11-10 17:00:00 - step 31 of 300 - 10000 active elements (0 deactivated)
14:40:50 INFO opendrift:2101: 2025-11-10 17:10:00 - step 32 of 300 - 10000 active elements (0 deactivated)
14:40:50 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:50 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:50 INFO opendrift:2101: 2025-11-10 17:20:00 - step 33 of 300 - 10000 active elements (0 deactivated)
14:40:50 INFO opendrift:2101: 2025-11-10 17:30:00 - step 34 of 300 - 10000 active elements (0 deactivated)
14:40:50 INFO opendrift:2101: 2025-11-10 17:40:00 - step 35 of 300 - 10000 active elements (0 deactivated)
14:40:51 INFO opendrift:2101: 2025-11-10 17:50:00 - step 36 of 300 - 10000 active elements (0 deactivated)
14:40:51 INFO opendrift:2101: 2025-11-10 18:00:00 - step 37 of 300 - 10000 active elements (0 deactivated)
14:40:51 INFO opendrift:2101: 2025-11-10 18:10:00 - step 38 of 300 - 10000 active elements (0 deactivated)
14:40:51 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:51 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:52 INFO opendrift:2101: 2025-11-10 18:20:00 - step 39 of 300 - 10000 active elements (0 deactivated)
14:40:52 INFO opendrift:2101: 2025-11-10 18:30:00 - step 40 of 300 - 10000 active elements (0 deactivated)
14:40:52 INFO opendrift:2101: 2025-11-10 18:40:00 - step 41 of 300 - 10000 active elements (0 deactivated)
14:40:52 INFO opendrift:2101: 2025-11-10 18:50:00 - step 42 of 300 - 10000 active elements (0 deactivated)
14:40:52 INFO opendrift:2101: 2025-11-10 19:00:00 - step 43 of 300 - 10000 active elements (0 deactivated)
14:40:52 INFO opendrift:2101: 2025-11-10 19:10:00 - step 44 of 300 - 10000 active elements (0 deactivated)
14:40:53 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:53 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:53 INFO opendrift:2101: 2025-11-10 19:20:00 - step 45 of 300 - 10000 active elements (0 deactivated)
14:40:53 INFO opendrift:2101: 2025-11-10 19:30:00 - step 46 of 300 - 10000 active elements (0 deactivated)
14:40:53 INFO opendrift:2101: 2025-11-10 19:40:00 - step 47 of 300 - 10000 active elements (0 deactivated)
14:40:53 INFO opendrift:2101: 2025-11-10 19:50:00 - step 48 of 300 - 10000 active elements (0 deactivated)
14:40:53 INFO opendrift:2101: 2025-11-10 20:00:00 - step 49 of 300 - 10000 active elements (0 deactivated)
14:40:54 INFO opendrift:2101: 2025-11-10 20:10:00 - step 50 of 300 - 10000 active elements (0 deactivated)
14:40:54 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:54 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:54 INFO opendrift:2101: 2025-11-10 20:20:00 - step 51 of 300 - 10000 active elements (0 deactivated)
14:40:54 INFO opendrift:2101: 2025-11-10 20:30:00 - step 52 of 300 - 10000 active elements (0 deactivated)
14:40:54 INFO opendrift:2101: 2025-11-10 20:40:00 - step 53 of 300 - 10000 active elements (0 deactivated)
14:40:55 INFO opendrift:2101: 2025-11-10 20:50:00 - step 54 of 300 - 10000 active elements (0 deactivated)
14:40:55 INFO opendrift:2101: 2025-11-10 21:00:00 - step 55 of 300 - 10000 active elements (0 deactivated)
14:40:55 INFO opendrift:2101: 2025-11-10 21:10:00 - step 56 of 300 - 10000 active elements (0 deactivated)
14:40:56 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:56 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:56 INFO opendrift:2101: 2025-11-10 21:20:00 - step 57 of 300 - 10000 active elements (0 deactivated)
14:40:56 INFO opendrift:2101: 2025-11-10 21:30:00 - step 58 of 300 - 10000 active elements (0 deactivated)
14:40:57 INFO opendrift:2101: 2025-11-10 21:40:00 - step 59 of 300 - 10000 active elements (0 deactivated)
14:40:57 INFO opendrift:2101: 2025-11-10 21:50:00 - step 60 of 300 - 10000 active elements (0 deactivated)
14:40:57 INFO opendrift:2101: 2025-11-10 22:00:00 - step 61 of 300 - 10000 active elements (0 deactivated)
14:40:57 INFO opendrift:2101: 2025-11-10 22:10:00 - step 62 of 300 - 10000 active elements (0 deactivated)
14:40:57 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:57 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:58 INFO opendrift:2101: 2025-11-10 22:20:00 - step 63 of 300 - 10000 active elements (0 deactivated)
14:40:58 INFO opendrift:2101: 2025-11-10 22:30:00 - step 64 of 300 - 10000 active elements (0 deactivated)
14:40:58 INFO opendrift:2101: 2025-11-10 22:40:00 - step 65 of 300 - 10000 active elements (0 deactivated)
14:40:58 INFO opendrift:2101: 2025-11-10 22:50:00 - step 66 of 300 - 10000 active elements (0 deactivated)
14:40:58 INFO opendrift:2101: 2025-11-10 23:00:00 - step 67 of 300 - 10000 active elements (0 deactivated)
14:40:58 INFO opendrift:2101: 2025-11-10 23:10:00 - step 68 of 300 - 10000 active elements (0 deactivated)
14:40:59 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:59 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:40:59 INFO opendrift:2101: 2025-11-10 23:20:00 - step 69 of 300 - 10000 active elements (0 deactivated)
14:40:59 INFO opendrift:2101: 2025-11-10 23:30:00 - step 70 of 300 - 10000 active elements (0 deactivated)
14:40:59 INFO opendrift:2101: 2025-11-10 23:40:00 - step 71 of 300 - 10000 active elements (0 deactivated)
14:40:59 INFO opendrift:2101: 2025-11-10 23:50:00 - step 72 of 300 - 10000 active elements (0 deactivated)
14:40:59 INFO opendrift:2101: 2025-11-11 00:00:00 - step 73 of 300 - 10000 active elements (0 deactivated)
14:40:59 INFO opendrift:2101: 2025-11-11 00:10:00 - step 74 of 300 - 10000 active elements (0 deactivated)
14:41:00 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:00 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:00 INFO opendrift:2101: 2025-11-11 00:20:00 - step 75 of 300 - 10000 active elements (0 deactivated)
14:41:00 INFO opendrift:2101: 2025-11-11 00:30:00 - step 76 of 300 - 10000 active elements (0 deactivated)
14:41:00 INFO opendrift:2101: 2025-11-11 00:40:00 - step 77 of 300 - 10000 active elements (0 deactivated)
14:41:00 INFO opendrift:2101: 2025-11-11 00:50:00 - step 78 of 300 - 10000 active elements (0 deactivated)
14:41:01 INFO opendrift:2101: 2025-11-11 01:00:00 - step 79 of 300 - 10000 active elements (0 deactivated)
14:41:01 INFO opendrift:2101: 2025-11-11 01:10:00 - step 80 of 300 - 10000 active elements (0 deactivated)
14:41:01 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:01 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:02 INFO opendrift:2101: 2025-11-11 01:20:00 - step 81 of 300 - 10000 active elements (0 deactivated)
14:41:02 INFO opendrift:2101: 2025-11-11 01:30:00 - step 82 of 300 - 10000 active elements (0 deactivated)
14:41:02 INFO opendrift:2101: 2025-11-11 01:40:00 - step 83 of 300 - 10000 active elements (0 deactivated)
14:41:02 INFO opendrift:2101: 2025-11-11 01:50:00 - step 84 of 300 - 10000 active elements (0 deactivated)
14:41:02 INFO opendrift:2101: 2025-11-11 02:00:00 - step 85 of 300 - 10000 active elements (0 deactivated)
14:41:02 INFO opendrift:2101: 2025-11-11 02:10:00 - step 86 of 300 - 10000 active elements (0 deactivated)
14:41:03 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:03 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:03 INFO opendrift:2101: 2025-11-11 02:20:00 - step 87 of 300 - 10000 active elements (0 deactivated)
14:41:03 INFO opendrift:2101: 2025-11-11 02:30:00 - step 88 of 300 - 10000 active elements (0 deactivated)
14:41:03 INFO opendrift:2101: 2025-11-11 02:40:00 - step 89 of 300 - 10000 active elements (0 deactivated)
14:41:03 INFO opendrift:2101: 2025-11-11 02:50:00 - step 90 of 300 - 10000 active elements (0 deactivated)
14:41:03 INFO opendrift:2101: 2025-11-11 03:00:00 - step 91 of 300 - 10000 active elements (0 deactivated)
14:41:04 INFO opendrift:2101: 2025-11-11 03:10:00 - step 92 of 300 - 10000 active elements (0 deactivated)
14:41:04 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:04 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:04 INFO opendrift:2101: 2025-11-11 03:20:00 - step 93 of 300 - 10000 active elements (0 deactivated)
14:41:04 INFO opendrift:2101: 2025-11-11 03:30:00 - step 94 of 300 - 10000 active elements (0 deactivated)
14:41:04 INFO opendrift:2101: 2025-11-11 03:40:00 - step 95 of 300 - 10000 active elements (0 deactivated)
14:41:05 INFO opendrift:2101: 2025-11-11 03:50:00 - step 96 of 300 - 10000 active elements (0 deactivated)
14:41:05 INFO opendrift:2101: 2025-11-11 04:00:00 - step 97 of 300 - 10000 active elements (0 deactivated)
14:41:05 INFO opendrift:2101: 2025-11-11 04:10:00 - step 98 of 300 - 10000 active elements (0 deactivated)
14:41:05 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:05 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:06 INFO opendrift:2101: 2025-11-11 04:20:00 - step 99 of 300 - 10000 active elements (0 deactivated)
14:41:06 INFO opendrift:2101: 2025-11-11 04:30:00 - step 100 of 300 - 10000 active elements (0 deactivated)
14:41:06 INFO opendrift:2101: 2025-11-11 04:40:00 - step 101 of 300 - 10000 active elements (0 deactivated)
14:41:06 INFO opendrift:2101: 2025-11-11 04:50:00 - step 102 of 300 - 10000 active elements (0 deactivated)
14:41:06 INFO opendrift:2101: 2025-11-11 05:00:00 - step 103 of 300 - 10000 active elements (0 deactivated)
14:41:06 INFO opendrift:2101: 2025-11-11 05:10:00 - step 104 of 300 - 10000 active elements (0 deactivated)
14:41:07 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:07 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:07 INFO opendrift:2101: 2025-11-11 05:20:00 - step 105 of 300 - 10000 active elements (0 deactivated)
14:41:07 INFO opendrift:2101: 2025-11-11 05:30:00 - step 106 of 300 - 10000 active elements (0 deactivated)
14:41:07 INFO opendrift:2101: 2025-11-11 05:40:00 - step 107 of 300 - 10000 active elements (0 deactivated)
14:41:07 INFO opendrift:2101: 2025-11-11 05:50:00 - step 108 of 300 - 10000 active elements (0 deactivated)
14:41:07 INFO opendrift:2101: 2025-11-11 06:00:00 - step 109 of 300 - 10000 active elements (0 deactivated)
14:41:08 INFO opendrift:2101: 2025-11-11 06:10:00 - step 110 of 300 - 10000 active elements (0 deactivated)
14:41:08 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:08 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:08 INFO opendrift:2101: 2025-11-11 06:20:00 - step 111 of 300 - 10000 active elements (0 deactivated)
14:41:08 INFO opendrift:2101: 2025-11-11 06:30:00 - step 112 of 300 - 10000 active elements (0 deactivated)
14:41:08 INFO opendrift:2101: 2025-11-11 06:40:00 - step 113 of 300 - 10000 active elements (0 deactivated)
14:41:09 INFO opendrift:2101: 2025-11-11 06:50:00 - step 114 of 300 - 10000 active elements (0 deactivated)
14:41:09 INFO opendrift:2101: 2025-11-11 07:00:00 - step 115 of 300 - 10000 active elements (0 deactivated)
14:41:09 INFO opendrift:2101: 2025-11-11 07:10:00 - step 116 of 300 - 10000 active elements (0 deactivated)
14:41:10 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:10 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:10 INFO opendrift:2101: 2025-11-11 07:20:00 - step 117 of 300 - 10000 active elements (0 deactivated)
14:41:10 INFO opendrift:2101: 2025-11-11 07:30:00 - step 118 of 300 - 10000 active elements (0 deactivated)
14:41:10 INFO opendrift:2101: 2025-11-11 07:40:00 - step 119 of 300 - 10000 active elements (0 deactivated)
14:41:10 INFO opendrift:2101: 2025-11-11 07:50:00 - step 120 of 300 - 10000 active elements (0 deactivated)
14:41:10 INFO opendrift:2101: 2025-11-11 08:00:00 - step 121 of 300 - 10000 active elements (0 deactivated)
14:41:10 INFO opendrift:2101: 2025-11-11 08:10:00 - step 122 of 300 - 10000 active elements (0 deactivated)
14:41:11 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:11 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:11 INFO opendrift:2101: 2025-11-11 08:20:00 - step 123 of 300 - 10000 active elements (0 deactivated)
14:41:11 INFO opendrift:2101: 2025-11-11 08:30:00 - step 124 of 300 - 10000 active elements (0 deactivated)
14:41:11 INFO opendrift:2101: 2025-11-11 08:40:00 - step 125 of 300 - 10000 active elements (0 deactivated)
14:41:11 INFO opendrift:2101: 2025-11-11 08:50:00 - step 126 of 300 - 10000 active elements (0 deactivated)
14:41:12 INFO opendrift:2101: 2025-11-11 09:00:00 - step 127 of 300 - 10000 active elements (0 deactivated)
14:41:12 INFO opendrift:2101: 2025-11-11 09:10:00 - step 128 of 300 - 10000 active elements (0 deactivated)
14:41:12 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:12 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:12 INFO opendrift:2101: 2025-11-11 09:20:00 - step 129 of 300 - 10000 active elements (0 deactivated)
14:41:12 INFO opendrift:2101: 2025-11-11 09:30:00 - step 130 of 300 - 10000 active elements (0 deactivated)
14:41:13 INFO opendrift:2101: 2025-11-11 09:40:00 - step 131 of 300 - 10000 active elements (0 deactivated)
14:41:13 INFO opendrift:2101: 2025-11-11 09:50:00 - step 132 of 300 - 10000 active elements (0 deactivated)
14:41:13 INFO opendrift:2101: 2025-11-11 10:00:00 - step 133 of 300 - 10000 active elements (0 deactivated)
14:41:13 INFO opendrift:2101: 2025-11-11 10:10:00 - step 134 of 300 - 10000 active elements (0 deactivated)
14:41:14 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:14 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:14 INFO opendrift:2101: 2025-11-11 10:20:00 - step 135 of 300 - 10000 active elements (0 deactivated)
14:41:14 INFO opendrift:2101: 2025-11-11 10:30:00 - step 136 of 300 - 10000 active elements (0 deactivated)
14:41:14 INFO opendrift:2101: 2025-11-11 10:40:00 - step 137 of 300 - 10000 active elements (0 deactivated)
14:41:14 INFO opendrift:2101: 2025-11-11 10:50:00 - step 138 of 300 - 10000 active elements (0 deactivated)
14:41:14 INFO opendrift:2101: 2025-11-11 11:00:00 - step 139 of 300 - 10000 active elements (0 deactivated)
14:41:14 INFO opendrift:2101: 2025-11-11 11:10:00 - step 140 of 300 - 10000 active elements (0 deactivated)
14:41:15 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:15 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:15 INFO opendrift:2101: 2025-11-11 11:20:00 - step 141 of 300 - 10000 active elements (0 deactivated)
14:41:15 INFO opendrift:2101: 2025-11-11 11:30:00 - step 142 of 300 - 10000 active elements (0 deactivated)
14:41:15 INFO opendrift:2101: 2025-11-11 11:40:00 - step 143 of 300 - 10000 active elements (0 deactivated)
14:41:15 INFO opendrift:2101: 2025-11-11 11:50:00 - step 144 of 300 - 10000 active elements (0 deactivated)
14:41:15 INFO opendrift:2101: 2025-11-11 12:00:00 - step 145 of 300 - 10000 active elements (0 deactivated)
14:41:16 INFO opendrift:2101: 2025-11-11 12:10:00 - step 146 of 300 - 10000 active elements (0 deactivated)
14:41:16 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:16 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:16 INFO opendrift:2101: 2025-11-11 12:20:00 - step 147 of 300 - 10000 active elements (0 deactivated)
14:41:16 INFO opendrift:2101: 2025-11-11 12:30:00 - step 148 of 300 - 10000 active elements (0 deactivated)
14:41:17 INFO opendrift:2101: 2025-11-11 12:40:00 - step 149 of 300 - 10000 active elements (0 deactivated)
14:41:17 INFO opendrift:2101: 2025-11-11 12:50:00 - step 150 of 300 - 10000 active elements (0 deactivated)
14:41:17 INFO opendrift:2101: 2025-11-11 13:00:00 - step 151 of 300 - 10000 active elements (0 deactivated)
14:41:17 INFO opendrift:2101: 2025-11-11 13:10:00 - step 152 of 300 - 10000 active elements (0 deactivated)
14:41:17 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:17 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:18 INFO opendrift:2101: 2025-11-11 13:20:00 - step 153 of 300 - 10000 active elements (0 deactivated)
14:41:18 INFO opendrift:2101: 2025-11-11 13:30:00 - step 154 of 300 - 10000 active elements (0 deactivated)
14:41:18 INFO opendrift:2101: 2025-11-11 13:40:00 - step 155 of 300 - 10000 active elements (0 deactivated)
14:41:18 INFO opendrift:2101: 2025-11-11 13:50:00 - step 156 of 300 - 10000 active elements (0 deactivated)
14:41:18 INFO opendrift:2101: 2025-11-11 14:00:00 - step 157 of 300 - 10000 active elements (0 deactivated)
14:41:18 INFO opendrift:2101: 2025-11-11 14:10:00 - step 158 of 300 - 10000 active elements (0 deactivated)
14:41:19 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:19 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:19 INFO opendrift:2101: 2025-11-11 14:20:00 - step 159 of 300 - 10000 active elements (0 deactivated)
14:41:19 INFO opendrift:2101: 2025-11-11 14:30:00 - step 160 of 300 - 10000 active elements (0 deactivated)
14:41:19 INFO opendrift:2101: 2025-11-11 14:40:00 - step 161 of 300 - 10000 active elements (0 deactivated)
14:41:19 INFO opendrift:2101: 2025-11-11 14:50:00 - step 162 of 300 - 10000 active elements (0 deactivated)
14:41:20 INFO opendrift:2101: 2025-11-11 15:00:00 - step 163 of 300 - 10000 active elements (0 deactivated)
14:41:20 INFO opendrift:2101: 2025-11-11 15:10:00 - step 164 of 300 - 10000 active elements (0 deactivated)
14:41:20 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:20 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:20 INFO opendrift:2101: 2025-11-11 15:20:00 - step 165 of 300 - 10000 active elements (0 deactivated)
14:41:20 INFO opendrift:2101: 2025-11-11 15:30:00 - step 166 of 300 - 10000 active elements (0 deactivated)
14:41:20 INFO opendrift:2101: 2025-11-11 15:40:00 - step 167 of 300 - 10000 active elements (0 deactivated)
14:41:21 INFO opendrift:2101: 2025-11-11 15:50:00 - step 168 of 300 - 10000 active elements (0 deactivated)
14:41:21 INFO opendrift:2101: 2025-11-11 16:00:00 - step 169 of 300 - 10000 active elements (0 deactivated)
14:41:21 INFO opendrift:2101: 2025-11-11 16:10:00 - step 170 of 300 - 10000 active elements (0 deactivated)
14:41:21 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:21 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:22 INFO opendrift:2101: 2025-11-11 16:20:00 - step 171 of 300 - 10000 active elements (0 deactivated)
14:41:22 INFO opendrift:2101: 2025-11-11 16:30:00 - step 172 of 300 - 10000 active elements (0 deactivated)
14:41:22 INFO opendrift:2101: 2025-11-11 16:40:00 - step 173 of 300 - 10000 active elements (0 deactivated)
14:41:22 INFO opendrift:2101: 2025-11-11 16:50:00 - step 174 of 300 - 10000 active elements (0 deactivated)
14:41:22 INFO opendrift:2101: 2025-11-11 17:00:00 - step 175 of 300 - 10000 active elements (0 deactivated)
14:41:22 INFO opendrift:2101: 2025-11-11 17:10:00 - step 176 of 300 - 10000 active elements (0 deactivated)
14:41:23 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:23 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:23 INFO opendrift:2101: 2025-11-11 17:20:00 - step 177 of 300 - 10000 active elements (0 deactivated)
14:41:23 INFO opendrift:2101: 2025-11-11 17:30:00 - step 178 of 300 - 10000 active elements (0 deactivated)
14:41:23 INFO opendrift:2101: 2025-11-11 17:40:00 - step 179 of 300 - 10000 active elements (0 deactivated)
14:41:23 INFO opendrift:2101: 2025-11-11 17:50:00 - step 180 of 300 - 10000 active elements (0 deactivated)
14:41:23 INFO opendrift:2101: 2025-11-11 18:00:00 - step 181 of 300 - 10000 active elements (0 deactivated)
14:41:24 INFO opendrift:2101: 2025-11-11 18:10:00 - step 182 of 300 - 10000 active elements (0 deactivated)
14:41:24 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:24 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:24 INFO opendrift:2101: 2025-11-11 18:20:00 - step 183 of 300 - 10000 active elements (0 deactivated)
14:41:24 INFO opendrift:2101: 2025-11-11 18:30:00 - step 184 of 300 - 10000 active elements (0 deactivated)
14:41:25 INFO opendrift:2101: 2025-11-11 18:40:00 - step 185 of 300 - 10000 active elements (0 deactivated)
14:41:25 INFO opendrift:2101: 2025-11-11 18:50:00 - step 186 of 300 - 10000 active elements (0 deactivated)
14:41:25 INFO opendrift:2101: 2025-11-11 19:00:00 - step 187 of 300 - 10000 active elements (0 deactivated)
14:41:25 INFO opendrift:2101: 2025-11-11 19:10:00 - step 188 of 300 - 10000 active elements (0 deactivated)
14:41:25 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:25 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:26 INFO opendrift:2101: 2025-11-11 19:20:00 - step 189 of 300 - 10000 active elements (0 deactivated)
14:41:26 INFO opendrift:2101: 2025-11-11 19:30:00 - step 190 of 300 - 10000 active elements (0 deactivated)
14:41:26 INFO opendrift:2101: 2025-11-11 19:40:00 - step 191 of 300 - 10000 active elements (0 deactivated)
14:41:26 INFO opendrift:2101: 2025-11-11 19:50:00 - step 192 of 300 - 10000 active elements (0 deactivated)
14:41:26 INFO opendrift:2101: 2025-11-11 20:00:00 - step 193 of 300 - 10000 active elements (0 deactivated)
14:41:26 INFO opendrift:2101: 2025-11-11 20:10:00 - step 194 of 300 - 10000 active elements (0 deactivated)
14:41:27 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:27 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:27 INFO opendrift:2101: 2025-11-11 20:20:00 - step 195 of 300 - 10000 active elements (0 deactivated)
14:41:27 INFO opendrift:2101: 2025-11-11 20:30:00 - step 196 of 300 - 10000 active elements (0 deactivated)
14:41:27 INFO opendrift:2101: 2025-11-11 20:40:00 - step 197 of 300 - 10000 active elements (0 deactivated)
14:41:27 INFO opendrift:2101: 2025-11-11 20:50:00 - step 198 of 300 - 10000 active elements (0 deactivated)
14:41:27 INFO opendrift:2101: 2025-11-11 21:00:00 - step 199 of 300 - 10000 active elements (0 deactivated)
14:41:28 INFO opendrift:2101: 2025-11-11 21:10:00 - step 200 of 300 - 10000 active elements (0 deactivated)
14:41:28 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:28 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:28 INFO opendrift:2101: 2025-11-11 21:20:00 - step 201 of 300 - 10000 active elements (0 deactivated)
14:41:28 INFO opendrift:2101: 2025-11-11 21:30:00 - step 202 of 300 - 10000 active elements (0 deactivated)
14:41:29 INFO opendrift:2101: 2025-11-11 21:40:00 - step 203 of 300 - 10000 active elements (0 deactivated)
14:41:29 INFO opendrift:2101: 2025-11-11 21:50:00 - step 204 of 300 - 10000 active elements (0 deactivated)
14:41:29 INFO opendrift:2101: 2025-11-11 22:00:00 - step 205 of 300 - 10000 active elements (0 deactivated)
14:41:29 INFO opendrift:2101: 2025-11-11 22:10:00 - step 206 of 300 - 10000 active elements (0 deactivated)
14:41:30 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:30 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:30 INFO opendrift:2101: 2025-11-11 22:20:00 - step 207 of 300 - 10000 active elements (0 deactivated)
14:41:30 INFO opendrift:2101: 2025-11-11 22:30:00 - step 208 of 300 - 10000 active elements (0 deactivated)
14:41:30 INFO opendrift:2101: 2025-11-11 22:40:00 - step 209 of 300 - 10000 active elements (0 deactivated)
14:41:30 INFO opendrift:2101: 2025-11-11 22:50:00 - step 210 of 300 - 10000 active elements (0 deactivated)
14:41:30 INFO opendrift:2101: 2025-11-11 23:00:00 - step 211 of 300 - 10000 active elements (0 deactivated)
14:41:30 INFO opendrift:2101: 2025-11-11 23:10:00 - step 212 of 300 - 10000 active elements (0 deactivated)
14:41:31 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:31 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:31 INFO opendrift:2101: 2025-11-11 23:20:00 - step 213 of 300 - 10000 active elements (0 deactivated)
14:41:31 INFO opendrift:2101: 2025-11-11 23:30:00 - step 214 of 300 - 10000 active elements (0 deactivated)
14:41:31 INFO opendrift:2101: 2025-11-11 23:40:00 - step 215 of 300 - 10000 active elements (0 deactivated)
14:41:31 INFO opendrift:2101: 2025-11-11 23:50:00 - step 216 of 300 - 10000 active elements (0 deactivated)
14:41:32 INFO opendrift:2101: 2025-11-12 00:00:00 - step 217 of 300 - 10000 active elements (0 deactivated)
14:41:32 INFO opendrift:2101: 2025-11-12 00:10:00 - step 218 of 300 - 10000 active elements (0 deactivated)
14:41:32 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:32 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:32 INFO opendrift:2101: 2025-11-12 00:20:00 - step 219 of 300 - 10000 active elements (0 deactivated)
14:41:32 INFO opendrift:2101: 2025-11-12 00:30:00 - step 220 of 300 - 10000 active elements (0 deactivated)
14:41:33 INFO opendrift:2101: 2025-11-12 00:40:00 - step 221 of 300 - 10000 active elements (0 deactivated)
14:41:33 INFO opendrift:2101: 2025-11-12 00:50:00 - step 222 of 300 - 10000 active elements (0 deactivated)
14:41:33 INFO opendrift:2101: 2025-11-12 01:00:00 - step 223 of 300 - 10000 active elements (0 deactivated)
14:41:33 INFO opendrift:2101: 2025-11-12 01:10:00 - step 224 of 300 - 10000 active elements (0 deactivated)
14:41:34 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:34 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:34 INFO opendrift:2101: 2025-11-12 01:20:00 - step 225 of 300 - 10000 active elements (0 deactivated)
14:41:34 INFO opendrift:2101: 2025-11-12 01:30:00 - step 226 of 300 - 10000 active elements (0 deactivated)
14:41:34 INFO opendrift:2101: 2025-11-12 01:40:00 - step 227 of 300 - 10000 active elements (0 deactivated)
14:41:34 INFO opendrift:2101: 2025-11-12 01:50:00 - step 228 of 300 - 10000 active elements (0 deactivated)
14:41:34 INFO opendrift:2101: 2025-11-12 02:00:00 - step 229 of 300 - 10000 active elements (0 deactivated)
14:41:34 INFO opendrift:2101: 2025-11-12 02:10:00 - step 230 of 300 - 10000 active elements (0 deactivated)
14:41:35 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:35 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:35 INFO opendrift:2101: 2025-11-12 02:20:00 - step 231 of 300 - 10000 active elements (0 deactivated)
14:41:35 INFO opendrift:2101: 2025-11-12 02:30:00 - step 232 of 300 - 10000 active elements (0 deactivated)
14:41:35 INFO opendrift:2101: 2025-11-12 02:40:00 - step 233 of 300 - 10000 active elements (0 deactivated)
14:41:35 INFO opendrift:2101: 2025-11-12 02:50:00 - step 234 of 300 - 10000 active elements (0 deactivated)
14:41:35 INFO opendrift:2101: 2025-11-12 03:00:00 - step 235 of 300 - 10000 active elements (0 deactivated)
14:41:36 INFO opendrift:2101: 2025-11-12 03:10:00 - step 236 of 300 - 10000 active elements (0 deactivated)
14:41:36 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:36 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:36 INFO opendrift:2101: 2025-11-12 03:20:00 - step 237 of 300 - 10000 active elements (0 deactivated)
14:41:36 INFO opendrift:2101: 2025-11-12 03:30:00 - step 238 of 300 - 10000 active elements (0 deactivated)
14:41:37 INFO opendrift:2101: 2025-11-12 03:40:00 - step 239 of 300 - 10000 active elements (0 deactivated)
14:41:37 INFO opendrift:2101: 2025-11-12 03:50:00 - step 240 of 300 - 10000 active elements (0 deactivated)
14:41:37 INFO opendrift:2101: 2025-11-12 04:00:00 - step 241 of 300 - 10000 active elements (0 deactivated)
14:41:37 INFO opendrift:2101: 2025-11-12 04:10:00 - step 242 of 300 - 10000 active elements (0 deactivated)
14:41:38 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:38 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:38 INFO opendrift:2101: 2025-11-12 04:20:00 - step 243 of 300 - 10000 active elements (0 deactivated)
14:41:38 INFO opendrift:2101: 2025-11-12 04:30:00 - step 244 of 300 - 10000 active elements (0 deactivated)
14:41:38 INFO opendrift:2101: 2025-11-12 04:40:00 - step 245 of 300 - 10000 active elements (0 deactivated)
14:41:38 INFO opendrift:2101: 2025-11-12 04:50:00 - step 246 of 300 - 10000 active elements (0 deactivated)
14:41:38 INFO opendrift:2101: 2025-11-12 05:00:00 - step 247 of 300 - 10000 active elements (0 deactivated)
14:41:38 INFO opendrift:2101: 2025-11-12 05:10:00 - step 248 of 300 - 10000 active elements (0 deactivated)
14:41:39 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:39 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:39 INFO opendrift:2101: 2025-11-12 05:20:00 - step 249 of 300 - 10000 active elements (0 deactivated)
14:41:39 INFO opendrift:2101: 2025-11-12 05:30:00 - step 250 of 300 - 10000 active elements (0 deactivated)
14:41:39 INFO opendrift:2101: 2025-11-12 05:40:00 - step 251 of 300 - 10000 active elements (0 deactivated)
14:41:39 INFO opendrift:2101: 2025-11-12 05:50:00 - step 252 of 300 - 10000 active elements (0 deactivated)
14:41:40 INFO opendrift:2101: 2025-11-12 06:00:00 - step 253 of 300 - 10000 active elements (0 deactivated)
14:41:40 INFO opendrift:2101: 2025-11-12 06:10:00 - step 254 of 300 - 10000 active elements (0 deactivated)
14:41:40 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:40 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:40 INFO opendrift:2101: 2025-11-12 06:20:00 - step 255 of 300 - 10000 active elements (0 deactivated)
14:41:41 INFO opendrift:2101: 2025-11-12 06:30:00 - step 256 of 300 - 10000 active elements (0 deactivated)
14:41:41 INFO opendrift:2101: 2025-11-12 06:40:00 - step 257 of 300 - 10000 active elements (0 deactivated)
14:41:41 INFO opendrift:2101: 2025-11-12 06:50:00 - step 258 of 300 - 10000 active elements (0 deactivated)
14:41:41 INFO opendrift:2101: 2025-11-12 07:00:00 - step 259 of 300 - 10000 active elements (0 deactivated)
14:41:41 INFO opendrift:2101: 2025-11-12 07:10:00 - step 260 of 300 - 10000 active elements (0 deactivated)
14:41:42 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:42 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:42 INFO opendrift:2101: 2025-11-12 07:20:00 - step 261 of 300 - 10000 active elements (0 deactivated)
14:41:42 INFO opendrift:2101: 2025-11-12 07:30:00 - step 262 of 300 - 10000 active elements (0 deactivated)
14:41:42 INFO opendrift:2101: 2025-11-12 07:40:00 - step 263 of 300 - 10000 active elements (0 deactivated)
14:41:42 INFO opendrift:2101: 2025-11-12 07:50:00 - step 264 of 300 - 10000 active elements (0 deactivated)
14:41:42 INFO opendrift:2101: 2025-11-12 08:00:00 - step 265 of 300 - 10000 active elements (0 deactivated)
14:41:42 INFO opendrift:2101: 2025-11-12 08:10:00 - step 266 of 300 - 10000 active elements (0 deactivated)
14:41:43 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:43 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:43 INFO opendrift:2101: 2025-11-12 08:20:00 - step 267 of 300 - 10000 active elements (0 deactivated)
14:41:43 INFO opendrift:2101: 2025-11-12 08:30:00 - step 268 of 300 - 10000 active elements (0 deactivated)
14:41:43 INFO opendrift:2101: 2025-11-12 08:40:00 - step 269 of 300 - 10000 active elements (0 deactivated)
14:41:43 INFO opendrift:2101: 2025-11-12 08:50:00 - step 270 of 300 - 10000 active elements (0 deactivated)
14:41:44 INFO opendrift:2101: 2025-11-12 09:00:00 - step 271 of 300 - 10000 active elements (0 deactivated)
14:41:44 INFO opendrift:2101: 2025-11-12 09:10:00 - step 272 of 300 - 10000 active elements (0 deactivated)
14:41:44 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:44 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:44 INFO opendrift:2101: 2025-11-12 09:20:00 - step 273 of 300 - 10000 active elements (0 deactivated)
14:41:45 INFO opendrift:2101: 2025-11-12 09:30:00 - step 274 of 300 - 10000 active elements (0 deactivated)
14:41:45 INFO opendrift:2101: 2025-11-12 09:40:00 - step 275 of 300 - 10000 active elements (0 deactivated)
14:41:45 INFO opendrift:2101: 2025-11-12 09:50:00 - step 276 of 300 - 10000 active elements (0 deactivated)
14:41:45 INFO opendrift:2101: 2025-11-12 10:00:00 - step 277 of 300 - 10000 active elements (0 deactivated)
14:41:45 INFO opendrift:2101: 2025-11-12 10:10:00 - step 278 of 300 - 10000 active elements (0 deactivated)
14:41:46 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:46 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:46 INFO opendrift:2101: 2025-11-12 10:20:00 - step 279 of 300 - 10000 active elements (0 deactivated)
14:41:46 INFO opendrift:2101: 2025-11-12 10:30:00 - step 280 of 300 - 10000 active elements (0 deactivated)
14:41:46 INFO opendrift:2101: 2025-11-12 10:40:00 - step 281 of 300 - 10000 active elements (0 deactivated)
14:41:46 INFO opendrift:2101: 2025-11-12 10:50:00 - step 282 of 300 - 10000 active elements (0 deactivated)
14:41:46 INFO opendrift:2101: 2025-11-12 11:00:00 - step 283 of 300 - 10000 active elements (0 deactivated)
14:41:46 INFO opendrift:2101: 2025-11-12 11:10:00 - step 284 of 300 - 10000 active elements (0 deactivated)
14:41:47 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:47 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:47 INFO opendrift:2101: 2025-11-12 11:20:00 - step 285 of 300 - 10000 active elements (0 deactivated)
14:41:48 INFO opendrift:2101: 2025-11-12 11:30:00 - step 286 of 300 - 10000 active elements (0 deactivated)
14:41:48 INFO opendrift:2101: 2025-11-12 11:40:00 - step 287 of 300 - 10000 active elements (0 deactivated)
14:41:48 INFO opendrift:2101: 2025-11-12 11:50:00 - step 288 of 300 - 10000 active elements (0 deactivated)
14:41:48 INFO opendrift:2101: 2025-11-12 12:00:00 - step 289 of 300 - 10000 active elements (0 deactivated)
14:41:48 INFO opendrift:2101: 2025-11-12 12:10:00 - step 290 of 300 - 10000 active elements (0 deactivated)
14:41:49 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:49 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:49 INFO opendrift:2101: 2025-11-12 12:20:00 - step 291 of 300 - 10000 active elements (0 deactivated)
14:41:49 INFO opendrift:2101: 2025-11-12 12:30:00 - step 292 of 300 - 10000 active elements (0 deactivated)
14:41:49 INFO opendrift:2101: 2025-11-12 12:40:00 - step 293 of 300 - 10000 active elements (0 deactivated)
14:41:49 INFO opendrift:2101: 2025-11-12 12:50:00 - step 294 of 300 - 10000 active elements (0 deactivated)
14:41:49 INFO opendrift:2101: 2025-11-12 13:00:00 - step 295 of 300 - 10000 active elements (0 deactivated)
14:41:49 INFO opendrift:2101: 2025-11-12 13:10:00 - step 296 of 300 - 10000 active elements (0 deactivated)
14:41:50 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:50 WARNING opendrift.readers.interpolation.structured:63: Ensemble data currently not extrapolated towards seafloor
14:41:50 INFO opendrift:2101: 2025-11-12 13:20:00 - step 297 of 300 - 10000 active elements (0 deactivated)
14:41:50 INFO opendrift:2101: 2025-11-12 13:30:00 - step 298 of 300 - 10000 active elements (0 deactivated)
14:41:50 INFO opendrift:2101: 2025-11-12 13:40:00 - step 299 of 300 - 10000 active elements (0 deactivated)
14:41:51 INFO opendrift:2101: 2025-11-12 13:50:00 - step 300 of 300 - 10000 active elements (0 deactivated)
Ensemble members are recycled among the 10000 particles
ensemble_number = np.remainder(np.arange(o.num_elements_total()), len(r.realizations)) + 1
o.animation(fast=True, color=ensemble_number, legend=['Member ' + str(i) for i in r.realizations], colorbar=False)
14:41:51 WARNING opendrift:2460: Plotting fast. This will make your plots less accurate.
14:41:52 INFO opendrift:4636: Saving animation to /root/project/docs/source/gallery/animations/example_ensemble_0.gif...
14:42:42 INFO opendrift:3071: Time to make animation: 0:00:50.706359
We see that elements forced by different wind ensemble members move differently
o.plot_memory_usage()

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