Note
Go to the end to download the full example code.
Oil in ice
from datetime import datetime, timedelta
from opendrift.readers import reader_netCDF_CF_generic
from opendrift.models.openoil import OpenOil
import cmocean
o = OpenOil(loglevel=20)
15:41:48 INFO opendrift:513: OpenDriftSimulation initialised (version 1.14.2 / v1.14.2-82-g86a40e4)
Using live data from Barents 2.5 km ocean model
o.add_readers_from_list(['https://thredds.met.no/thredds/dodsC/fou-hi/barents_eps_zdepth_be'])
Adjusting some configuration
o.set_config('processes:dispersion', False)
o.set_config('processes:evaporation', False)
o.set_config('processes:emulsification', False)
o.set_config('drift:horizontal_diffusivity', 10)
o.set_config('drift:truncate_ocean_model_below_m', 3)
Imaginary oil spill in Hinlopen strait
o.seed_elements(lon=19.1909, lat=79.5986, radius=50,
number=3000, time=datetime.now() - timedelta(days=7))
15:41:48 INFO opendrift.models.openoil.openoil:1708: Oil type not specified, using default: GENERIC BUNKER C
15:41:48 INFO opendrift.models.openoil.adios.dirjs:86: Querying ADIOS database for oil: GENERIC BUNKER C
15:41:48 INFO opendrift.models.openoil.openoil:1717: Using density 988.1 and viscosity 0.02169233387797564 of oiltype GENERIC BUNKER C
15:41:48 INFO opendrift.models.basemodel.environment:206: Adding a global landmask from GSHHG
15:41:52 INFO opendrift.models.basemodel.environment:229: Fallback values will be used for the following variables which have no readers:
15:41:52 INFO opendrift.models.basemodel.environment:232: sea_surface_height: 0.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: upward_sea_water_velocity: 0.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_significant_height: 0.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_stokes_drift_x_velocity: 0.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_stokes_drift_y_velocity: 0.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_period_at_variance_spectral_density_maximum: 0.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: sea_ice_area_fraction: 0.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: sea_ice_x_velocity: 0.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: sea_ice_y_velocity: 0.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: sea_water_temperature: 10.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: sea_water_salinity: 34.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: sea_floor_depth_below_sea_level: 10000.000000
15:41:52 INFO opendrift.models.basemodel.environment:232: ocean_vertical_diffusivity: 0.020000
15:41:52 INFO opendrift.models.basemodel.environment:232: ocean_mixed_layer_thickness: 50.000000
Running model
o.run(duration=timedelta(hours=48), time_step=1800, time_step_output=3600)
15:41:52 INFO opendrift:1722: Skipping environment variable upward_sea_water_velocity because of condition ['drift:vertical_advection', 'is', False]
15:41:52 INFO opendrift:1732: Storing previous values of element property lon because of condition (('general:coastline_action', 'in', ['stranding', 'previous']), 'or', ('general:seafloor_action', 'in', ['previous']))
15:41:52 INFO opendrift:1732: Storing previous values of element property lat because of condition (('general:coastline_action', 'in', ['stranding', 'previous']), 'or', ('general:seafloor_action', 'in', ['previous']))
15:41:52 INFO opendrift:889: Using existing reader for land_binary_mask
15:41:52 INFO opendrift:918: All points are in ocean
15:41:52 INFO opendrift.models.openoil.openoil:692: Oil-water surface tension is 0.035935 Nm
15:41:52 INFO opendrift.models.openoil.openoil:705: Max water fraction not available for GENERIC BUNKER C, using default
15:41:52 INFO opendrift:2015: 2025-06-25 15:41:48.008527 - step 1 of 96 - 3000 active elements (0 deactivated)
15:41:52 INFO opendrift.readers:61: Opening file with xr.open_dataset
15:41:54 INFO opendrift.readers.reader_netCDF_CF_generic:332: Detected dimensions: {'x': 'X', 'y': 'Y', 'z': 'depth', 'time': 'time'}
15:41:54 INFO opendrift.readers.basereader:176: Variable x_sea_water_velocity will be rotated from eastward_sea_water_velocity
15:41:54 INFO opendrift.readers.basereader:176: Variable y_sea_water_velocity will be rotated from northward_sea_water_velocity
15:41:57 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.003589935 to -0.0010508775) found for ocean_vertical_diffusivity, replacing with NaN
15:41:57 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:41:59 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0017921726 to -0.00043495608) found for ocean_vertical_diffusivity, replacing with NaN
15:41:59 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:41:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:41:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:00 INFO opendrift:2015: 2025-06-25 16:11:48.008527 - step 2 of 96 - 3000 active elements (0 deactivated)
15:42:02 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0051997346 to -0.0014685962) found for ocean_vertical_diffusivity, replacing with NaN
15:42:02 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:02 INFO opendrift:2015: 2025-06-25 16:41:48.008527 - step 3 of 96 - 3000 active elements (0 deactivated)
15:42:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:03 INFO opendrift:2015: 2025-06-25 17:11:48.008527 - step 4 of 96 - 3000 active elements (0 deactivated)
15:42:05 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.011997788 to -0.0030767117) found for ocean_vertical_diffusivity, replacing with NaN
15:42:05 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:05 INFO opendrift:2015: 2025-06-25 17:41:48.008527 - step 5 of 96 - 3000 active elements (0 deactivated)
15:42:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:06 INFO opendrift:2015: 2025-06-25 18:11:48.008527 - step 6 of 96 - 3000 active elements (0 deactivated)
15:42:08 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.017272368 to -0.00084629527) found for ocean_vertical_diffusivity, replacing with NaN
15:42:08 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:08 INFO opendrift:2015: 2025-06-25 18:41:48.008527 - step 7 of 96 - 3000 active elements (0 deactivated)
15:42:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:09 INFO opendrift:2015: 2025-06-25 19:11:48.008527 - step 8 of 96 - 3000 active elements (0 deactivated)
15:42:11 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.018955579 to -0.001029791) found for ocean_vertical_diffusivity, replacing with NaN
15:42:11 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:11 INFO opendrift:2015: 2025-06-25 19:41:48.008527 - step 9 of 96 - 3000 active elements (0 deactivated)
15:42:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:11 INFO opendrift:2015: 2025-06-25 20:11:48.008527 - step 10 of 96 - 3000 active elements (0 deactivated)
15:42:14 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.016803555 to -0.003019119) found for ocean_vertical_diffusivity, replacing with NaN
15:42:14 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:14 INFO opendrift:2015: 2025-06-25 20:41:48.008527 - step 11 of 96 - 3000 active elements (0 deactivated)
15:42:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:14 INFO opendrift:2015: 2025-06-25 21:11:48.008527 - step 12 of 96 - 3000 active elements (0 deactivated)
15:42:17 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.013679525 to -0.0016421591) found for ocean_vertical_diffusivity, replacing with NaN
15:42:17 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:17 INFO opendrift:2015: 2025-06-25 21:41:48.008527 - step 13 of 96 - 3000 active elements (0 deactivated)
15:42:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:17 INFO opendrift:2015: 2025-06-25 22:11:48.008527 - step 14 of 96 - 3000 active elements (0 deactivated)
15:42:20 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.010963533 to -0.0001499762) found for ocean_vertical_diffusivity, replacing with NaN
15:42:20 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:20 INFO opendrift:2015: 2025-06-25 22:41:48.008527 - step 15 of 96 - 3000 active elements (0 deactivated)
15:42:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:20 INFO opendrift:2015: 2025-06-25 23:11:48.008527 - step 16 of 96 - 3000 active elements (0 deactivated)
15:42:23 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0084343385 to -0.00036776013) found for ocean_vertical_diffusivity, replacing with NaN
15:42:23 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:23 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:23 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:23 INFO opendrift:2015: 2025-06-25 23:41:48.008527 - step 17 of 96 - 3000 active elements (0 deactivated)
15:42:23 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:23 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:24 INFO opendrift:2015: 2025-06-26 00:11:48.008527 - step 18 of 96 - 3000 active elements (0 deactivated)
15:42:26 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.007987826 to -0.0006715699) found for ocean_vertical_diffusivity, replacing with NaN
15:42:26 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:26 INFO opendrift:2015: 2025-06-26 00:41:48.008527 - step 19 of 96 - 3000 active elements (0 deactivated)
15:42:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:26 INFO opendrift:2015: 2025-06-26 01:11:48.008527 - step 20 of 96 - 3000 active elements (0 deactivated)
15:42:29 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0048063644 to -0.0008925419) found for ocean_vertical_diffusivity, replacing with NaN
15:42:29 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:30 INFO opendrift:2015: 2025-06-26 01:41:48.008527 - step 21 of 96 - 3000 active elements (0 deactivated)
15:42:30 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:30 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:30 INFO opendrift:2015: 2025-06-26 02:11:48.008527 - step 22 of 96 - 3000 active elements (0 deactivated)
15:42:34 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0022831596 to -0.00020594768) found for ocean_vertical_diffusivity, replacing with NaN
15:42:34 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:34 INFO opendrift:2015: 2025-06-26 02:41:48.008527 - step 23 of 96 - 3000 active elements (0 deactivated)
15:42:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:35 INFO opendrift:2015: 2025-06-26 03:11:48.008527 - step 24 of 96 - 3000 active elements (0 deactivated)
15:42:37 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0008193811 to -7.053666e-08) found for ocean_vertical_diffusivity, replacing with NaN
15:42:37 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:37 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:39 INFO opendrift:2015: 2025-06-26 03:41:48.008527 - step 25 of 96 - 2998 active elements (2 deactivated)
15:42:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:39 INFO opendrift:2015: 2025-06-26 04:11:48.008527 - step 26 of 96 - 2998 active elements (2 deactivated)
15:42:41 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0027974832 to -3.8081755e-05) found for ocean_vertical_diffusivity, replacing with NaN
15:42:41 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:42 INFO opendrift:2015: 2025-06-26 04:41:48.008527 - step 27 of 96 - 2998 active elements (2 deactivated)
15:42:42 INFO opendrift:2015: 2025-06-26 05:11:48.008527 - step 28 of 96 - 2998 active elements (2 deactivated)
15:42:44 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.008101363 to -0.00033791695) found for ocean_vertical_diffusivity, replacing with NaN
15:42:44 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:45 INFO opendrift:2015: 2025-06-26 05:41:48.008527 - step 29 of 96 - 2998 active elements (2 deactivated)
15:42:45 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:45 INFO opendrift:2015: 2025-06-26 06:11:48.008527 - step 30 of 96 - 2998 active elements (2 deactivated)
15:42:47 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.011732401 to -0.00040794475) found for ocean_vertical_diffusivity, replacing with NaN
15:42:47 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:47 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:47 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:48 INFO opendrift:2015: 2025-06-26 06:41:48.008527 - step 31 of 96 - 2997 active elements (3 deactivated)
15:42:48 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:48 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:48 INFO opendrift:2015: 2025-06-26 07:11:48.008527 - step 32 of 96 - 2997 active elements (3 deactivated)
15:42:50 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.014788815 to -0.0010981732) found for ocean_vertical_diffusivity, replacing with NaN
15:42:50 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:50 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:50 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:50 INFO opendrift:2015: 2025-06-26 07:41:48.008527 - step 33 of 96 - 2996 active elements (4 deactivated)
15:42:50 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:50 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:51 INFO opendrift:2015: 2025-06-26 08:11:48.008527 - step 34 of 96 - 2995 active elements (5 deactivated)
15:42:53 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.016683085 to -0.0015259206) found for ocean_vertical_diffusivity, replacing with NaN
15:42:53 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:53 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:53 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:53 INFO opendrift:2015: 2025-06-26 08:41:48.008527 - step 35 of 96 - 2993 active elements (7 deactivated)
15:42:53 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:53 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:54 INFO opendrift:2015: 2025-06-26 09:11:48.008527 - step 36 of 96 - 2992 active elements (8 deactivated)
15:42:56 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.014992136 to -0.0009539839) found for ocean_vertical_diffusivity, replacing with NaN
15:42:56 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:56 INFO opendrift:2015: 2025-06-26 09:41:48.008527 - step 37 of 96 - 2990 active elements (10 deactivated)
15:42:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:56 INFO opendrift:2015: 2025-06-26 10:11:48.008527 - step 38 of 96 - 2988 active elements (12 deactivated)
15:42:59 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.013117029 to -0.0014456034) found for ocean_vertical_diffusivity, replacing with NaN
15:42:59 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:42:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:59 INFO opendrift:2015: 2025-06-26 10:41:48.008527 - step 39 of 96 - 2981 active elements (19 deactivated)
15:42:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:42:59 INFO opendrift:2015: 2025-06-26 11:11:48.008527 - step 40 of 96 - 2975 active elements (25 deactivated)
15:43:02 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.012755217 to -0.00054879783) found for ocean_vertical_diffusivity, replacing with NaN
15:43:02 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:02 INFO opendrift:2015: 2025-06-26 11:41:48.008527 - step 41 of 96 - 2966 active elements (34 deactivated)
15:43:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:02 INFO opendrift:2015: 2025-06-26 12:11:48.008527 - step 42 of 96 - 2950 active elements (50 deactivated)
15:43:05 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.012354219 to -0.00025276784) found for ocean_vertical_diffusivity, replacing with NaN
15:43:05 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:05 INFO opendrift:2015: 2025-06-26 12:41:48.008527 - step 43 of 96 - 2923 active elements (77 deactivated)
15:43:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:05 INFO opendrift:2015: 2025-06-26 13:11:48.008527 - step 44 of 96 - 2880 active elements (120 deactivated)
15:43:08 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.010931656 to -0.0004578535) found for ocean_vertical_diffusivity, replacing with NaN
15:43:08 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:08 INFO opendrift:2015: 2025-06-26 13:41:48.008527 - step 45 of 96 - 2820 active elements (180 deactivated)
15:43:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:08 INFO opendrift:2015: 2025-06-26 14:11:48.008527 - step 46 of 96 - 2738 active elements (262 deactivated)
15:43:11 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.008116345 to -0.00066377124) found for ocean_vertical_diffusivity, replacing with NaN
15:43:11 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:11 INFO opendrift:2015: 2025-06-26 14:41:48.008527 - step 47 of 96 - 2647 active elements (353 deactivated)
15:43:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:11 INFO opendrift:2015: 2025-06-26 15:11:48.008527 - step 48 of 96 - 2532 active elements (468 deactivated)
15:43:14 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0041108225 to -0.00016625276) found for ocean_vertical_diffusivity, replacing with NaN
15:43:14 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:14 INFO opendrift:2015: 2025-06-26 15:41:48.008527 - step 49 of 96 - 2414 active elements (586 deactivated)
15:43:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:14 INFO opendrift:2015: 2025-06-26 16:11:48.008527 - step 50 of 96 - 2261 active elements (739 deactivated)
15:43:17 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0059268554 to -0.00030206842) found for ocean_vertical_diffusivity, replacing with NaN
15:43:17 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:17 INFO opendrift:2015: 2025-06-26 16:41:48.008527 - step 51 of 96 - 2087 active elements (913 deactivated)
15:43:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:17 INFO opendrift:2015: 2025-06-26 17:11:48.008527 - step 52 of 96 - 1900 active elements (1100 deactivated)
15:43:20 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.012106702 to -0.0007380289) found for ocean_vertical_diffusivity, replacing with NaN
15:43:20 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:20 INFO opendrift:2015: 2025-06-26 17:41:48.008527 - step 53 of 96 - 1702 active elements (1298 deactivated)
15:43:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:20 INFO opendrift:2015: 2025-06-26 18:11:48.008527 - step 54 of 96 - 1506 active elements (1494 deactivated)
15:43:23 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.019364728 to -0.0012941413) found for ocean_vertical_diffusivity, replacing with NaN
15:43:23 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:23 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:23 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:23 INFO opendrift:2015: 2025-06-26 18:41:48.008527 - step 55 of 96 - 1304 active elements (1696 deactivated)
15:43:23 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:23 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:23 INFO opendrift:2015: 2025-06-26 19:11:48.008527 - step 56 of 96 - 1143 active elements (1857 deactivated)
15:43:26 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.022435442 to -0.0016624063) found for ocean_vertical_diffusivity, replacing with NaN
15:43:26 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:26 INFO opendrift:2015: 2025-06-26 19:41:48.008527 - step 57 of 96 - 928 active elements (2072 deactivated)
15:43:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:26 INFO opendrift:2015: 2025-06-26 20:11:48.008527 - step 58 of 96 - 762 active elements (2238 deactivated)
15:43:29 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.021946914 to -0.0005410575) found for ocean_vertical_diffusivity, replacing with NaN
15:43:29 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:29 INFO opendrift:2015: 2025-06-26 20:41:48.008527 - step 59 of 96 - 590 active elements (2410 deactivated)
15:43:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:30 INFO opendrift:2015: 2025-06-26 21:11:48.008527 - step 60 of 96 - 425 active elements (2575 deactivated)
15:43:33 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.02031173 to -0.0005236994) found for ocean_vertical_diffusivity, replacing with NaN
15:43:33 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:33 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:33 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:33 INFO opendrift:2015: 2025-06-26 21:41:48.008527 - step 61 of 96 - 289 active elements (2711 deactivated)
15:43:33 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:33 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:33 INFO opendrift:2015: 2025-06-26 22:11:48.008527 - step 62 of 96 - 214 active elements (2786 deactivated)
15:43:36 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.01814534 to -0.000747284) found for ocean_vertical_diffusivity, replacing with NaN
15:43:36 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:36 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:36 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:36 INFO opendrift:2015: 2025-06-26 22:41:48.008527 - step 63 of 96 - 141 active elements (2859 deactivated)
15:43:36 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:36 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:36 INFO opendrift:2015: 2025-06-26 23:11:48.008527 - step 64 of 96 - 89 active elements (2911 deactivated)
15:43:39 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.015083788 to -0.0020552357) found for ocean_vertical_diffusivity, replacing with NaN
15:43:39 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:39 INFO opendrift:2015: 2025-06-26 23:41:48.008527 - step 65 of 96 - 53 active elements (2947 deactivated)
15:43:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:39 INFO opendrift:2015: 2025-06-27 00:11:48.008527 - step 66 of 96 - 33 active elements (2967 deactivated)
15:43:42 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.010119932 to -0.001710827) found for ocean_vertical_diffusivity, replacing with NaN
15:43:42 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:42 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:42 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:42 INFO opendrift:2015: 2025-06-27 00:41:48.008527 - step 67 of 96 - 26 active elements (2974 deactivated)
15:43:42 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:42 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:42 INFO opendrift:2015: 2025-06-27 01:11:48.008527 - step 68 of 96 - 22 active elements (2978 deactivated)
15:43:45 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.007742907 to -0.00061580684) found for ocean_vertical_diffusivity, replacing with NaN
15:43:45 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:45 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:45 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:45 INFO opendrift:2015: 2025-06-27 01:41:48.008527 - step 69 of 96 - 19 active elements (2981 deactivated)
15:43:45 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:45 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:45 INFO opendrift:2015: 2025-06-27 02:11:48.008527 - step 70 of 96 - 18 active elements (2982 deactivated)
15:43:48 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.004896222 to -0.0005812121) found for ocean_vertical_diffusivity, replacing with NaN
15:43:48 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:48 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:48 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:48 INFO opendrift:2015: 2025-06-27 02:41:48.008527 - step 71 of 96 - 15 active elements (2985 deactivated)
15:43:48 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:48 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:48 INFO opendrift:2015: 2025-06-27 03:11:48.008527 - step 72 of 96 - 13 active elements (2987 deactivated)
15:43:50 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.003205294 to -0.00033971388) found for ocean_vertical_diffusivity, replacing with NaN
15:43:50 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:50 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:50 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:51 INFO opendrift:2015: 2025-06-27 03:41:48.008527 - step 73 of 96 - 11 active elements (2989 deactivated)
15:43:51 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:51 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:51 INFO opendrift:2015: 2025-06-27 04:11:48.008527 - step 74 of 96 - 10 active elements (2990 deactivated)
15:43:53 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0029977765 to -0.0003502659) found for ocean_vertical_diffusivity, replacing with NaN
15:43:53 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:53 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:53 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:53 INFO opendrift:2015: 2025-06-27 04:41:48.008527 - step 75 of 96 - 9 active elements (2991 deactivated)
15:43:54 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:54 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:54 INFO opendrift:2015: 2025-06-27 05:11:48.008527 - step 76 of 96 - 8 active elements (2992 deactivated)
15:43:56 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.006674618 to -0.000446954) found for ocean_vertical_diffusivity, replacing with NaN
15:43:56 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:56 INFO opendrift:2015: 2025-06-27 05:41:48.008527 - step 77 of 96 - 7 active elements (2993 deactivated)
15:43:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:56 INFO opendrift:2015: 2025-06-27 06:11:48.008527 - step 78 of 96 - 7 active elements (2993 deactivated)
15:43:59 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.013549702 to -0.0008249078) found for ocean_vertical_diffusivity, replacing with NaN
15:43:59 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:43:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:59 INFO opendrift:2015: 2025-06-27 06:41:48.008527 - step 79 of 96 - 6 active elements (2994 deactivated)
15:43:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:43:59 INFO opendrift:2015: 2025-06-27 07:11:48.008527 - step 80 of 96 - 5 active elements (2995 deactivated)
15:44:02 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.018082125 to -0.0013233699) found for ocean_vertical_diffusivity, replacing with NaN
15:44:02 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:44:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:02 INFO opendrift:2015: 2025-06-27 07:41:48.008527 - step 81 of 96 - 5 active elements (2995 deactivated)
15:44:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:02 INFO opendrift:2015: 2025-06-27 08:11:48.008527 - step 82 of 96 - 5 active elements (2995 deactivated)
15:44:05 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.020057151 to -0.0031866378) found for ocean_vertical_diffusivity, replacing with NaN
15:44:05 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:44:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:05 INFO opendrift:2015: 2025-06-27 08:41:48.008527 - step 83 of 96 - 2 active elements (2998 deactivated)
15:44:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:05 INFO opendrift:2015: 2025-06-27 09:11:48.008527 - step 84 of 96 - 1 active elements (2999 deactivated)
15:44:08 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.017213767 to -0.0025233284) found for ocean_vertical_diffusivity, replacing with NaN
15:44:08 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:44:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:08 INFO opendrift:2015: 2025-06-27 09:41:48.008527 - step 85 of 96 - 1 active elements (2999 deactivated)
15:44:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:08 INFO opendrift:2015: 2025-06-27 10:11:48.008527 - step 86 of 96 - 1 active elements (2999 deactivated)
15:44:11 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.015292287 to -0.002109781) found for ocean_vertical_diffusivity, replacing with NaN
15:44:11 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:44:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:11 INFO opendrift:2015: 2025-06-27 10:41:48.008527 - step 87 of 96 - 1 active elements (2999 deactivated)
15:44:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:11 INFO opendrift:2015: 2025-06-27 11:11:48.008527 - step 88 of 96 - 1 active elements (2999 deactivated)
15:44:14 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.014299644 to -0.0022341714) found for ocean_vertical_diffusivity, replacing with NaN
15:44:14 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
15:44:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:14 INFO opendrift:2015: 2025-06-27 11:41:48.008527 - step 89 of 96 - 1 active elements (2999 deactivated)
15:44:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
15:44:14 WARNING opendrift:2088: The simulation stopped before requested end time was reached.
15:44:14 INFO opendrift:2090: ========================
15:44:14 INFO opendrift:2091: End of simulation:
15:44:14 INFO opendrift:2092: No more active or scheduled elements, quitting.
15:44:14 INFO opendrift:2093: Traceback (most recent call last):
File "/root/project/opendrift/models/basemodel/__init__.py", line 2075, in run
raise ValueError('No more active or scheduled elements, quitting.')
ValueError: No more active or scheduled elements, quitting.
15:44:14 INFO opendrift:2094: 'The simulation stopped before requested end time was reached.'
15:44:14 INFO opendrift:2097: ========================
Print and plot results
print(o)
o.animation(background='sea_ice_area_fraction', cmap=cmocean.cm.ice,
vmin=0, vmax=1, bgalpha=1, fast=False)
===========================
--------------------
Reader performance:
--------------------
global_landmask
0:00:01.6 total
0:00:00.0 preparing
0:00:01.6 reading
0:00:00.0 masking
--------------------
https://thredds.met.no/thredds/dodsC/fou-hi/barents_eps_zdepth_be
0:02:05.1 total
0:00:00.0 preparing
0:02:04.4 reading
0:00:01.0 interpolation
0:00:00.1 interpolation_time
0:00:00.7 rotating vectors
0:00:00.0 masking
--------------------
Performance:
2:26.4 total time
4.3 configuration
0.3 preparing main loop
0.0 moving elements to ocean
2:21.8 main loop
6.6 updating elements
0.0 oil weathering
0.0 updating viscosities
0.0 updating densities
6.2 vertical mixing
0.0 cleaning up
--------------------
===========================
Model: OpenOil (OpenDrift version 1.14.2)
0 active Oil particles (3000 deactivated, 0 scheduled)
-------------------
Environment variables:
-----
land_binary_mask
1) global_landmask
-----
ocean_vertical_diffusivity
sea_floor_depth_below_sea_level
sea_ice_area_fraction
sea_ice_x_velocity
sea_ice_y_velocity
sea_surface_height
sea_water_salinity
sea_water_temperature
x_sea_water_velocity
x_wind
y_sea_water_velocity
y_wind
1) https://thredds.met.no/thredds/dodsC/fou-hi/barents_eps_zdepth_be
-----
Readers not added for the following variables:
ocean_mixed_layer_thickness
sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment
sea_surface_wave_period_at_variance_spectral_density_maximum
sea_surface_wave_significant_height
sea_surface_wave_stokes_drift_x_velocity
sea_surface_wave_stokes_drift_y_velocity
Discarded readers:
Time:
Start: 2025-06-25 15:41:48.008527 UTC
Present: 2025-06-27 11:41:48.008527 UTC
Calculation steps: 88 * 0:30:00 - total time: 1 day, 20:00:00
Output steps: 45 * 1:00:00
-------------------
'The simulation stopped before requested end time was reached.'
===========================
/opt/conda/envs/opendrift/lib/python3.13/site-packages/cartopy/mpl/geoaxes.py:1692: UserWarning: No data for colormapping provided via 'c'. Parameters 'vmin', 'vmax' will be ignored
result = super().scatter(*args, **kwargs)
15:44:25 INFO opendrift:4533: Saving animation to /root/project/docs/source/gallery/animations/example_oil_ice_0.gif...
15:45:00 INFO opendrift:2974: Time to make animation: 0:00:46.342401

o.plot(background='sea_ice_area_fraction', cmap=cmocean.cm.ice,
vmin=0, vmax=1, bgalpha=1, fast=False)

(<GeoAxes: title={'center': 'OpenDrift - OpenOil (GENERIC BUNKER C)\n2025-06-25 15:41 to 2025-06-27 11:41 UTC (45 steps)'}>, <Figure size 586.675x1100 with 2 Axes>)
Total running time of the script: (3 minutes 29.275 seconds)