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)
10:34:31 INFO    opendrift:576: OpenDriftSimulation initialised (version 1.14.8 / v1.14.8-2-g680a748)

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))
10:34:31 INFO    opendrift.models.openoil.openoil:1708: Oil type not specified, using default: GENERIC BUNKER C
10:34:31 INFO    opendrift.models.openoil.adios.dirjs:86: Querying ADIOS database for oil: GENERIC BUNKER C
10:34:31 INFO    opendrift.models.openoil.openoil:1717: Using density 988.1 and viscosity 0.02169233387797564 of oiltype GENERIC BUNKER C
10:34:31 INFO    opendrift.models.basemodel.environment:203: Adding a global landmask from GSHHG
10:34:35 INFO    opendrift.models.basemodel.environment:227: Fallback values will be used for the following variables which have no readers:
10:34:35 INFO    opendrift.models.basemodel.environment:230:    sea_surface_height: 0.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    upward_sea_water_velocity: 0.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    sea_surface_wave_significant_height: 0.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    sea_surface_wave_stokes_drift_x_velocity: 0.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    sea_surface_wave_stokes_drift_y_velocity: 0.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    sea_surface_wave_period_at_variance_spectral_density_maximum: 0.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    sea_ice_area_fraction: 0.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    sea_ice_x_velocity: 0.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    sea_ice_y_velocity: 0.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    sea_water_temperature: 10.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    sea_water_salinity: 34.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    sea_floor_depth_below_sea_level: 10000.000000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    ocean_vertical_diffusivity: 0.020000
10:34:35 INFO    opendrift.models.basemodel.environment:230:    ocean_mixed_layer_thickness: 50.000000

Running model

o.run(duration=timedelta(hours=48), time_step=1800, time_step_output=3600)
10:34:35 INFO    opendrift:1810: Skipping environment variable upward_sea_water_velocity because of condition ['drift:vertical_advection', 'is', False]
10:34:35 INFO    opendrift:1821: Storing previous values of element property lon because of condition (('general:coastline_action', 'in', ['stranding', 'previous']), 'or', ('general:seafloor_action', 'in', ['previous']))
10:34:35 INFO    opendrift:1821: Storing previous values of element property lat because of condition (('general:coastline_action', 'in', ['stranding', 'previous']), 'or', ('general:seafloor_action', 'in', ['previous']))
10:34:35 INFO    opendrift:952: Using existing reader for land_binary_mask to move elements to ocean
10:34:35 INFO    opendrift:982: All points are in ocean
10:34:35 INFO    opendrift.models.openoil.openoil:692: Oil-water surface tension is 0.035935 Nm
10:34:35 INFO    opendrift.models.openoil.openoil:705: Max water fraction not available for GENERIC BUNKER C, using default
10:34:35 INFO    opendrift:2118: 2026-01-15 10:34:31.485059 - step 1 of 96 - 3000 active elements (0 deactivated)
10:34:35 INFO    opendrift.readers:63: Opening file with xr.open_dataset
10:34:37 INFO    opendrift.readers.reader_netCDF_CF_generic:332: Detected dimensions: {'x': 'X', 'y': 'Y', 'z': 'depth', 'time': 'time'}
10:34:37 INFO    opendrift.readers.basereader:176: Variable x_sea_water_velocity will be rotated from eastward_sea_water_velocity
10:34:37 INFO    opendrift.readers.basereader:176: Variable y_sea_water_velocity will be rotated from northward_sea_water_velocity
10:34:39 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0071644546 to -0.0010733843) found for ocean_vertical_diffusivity, replacing with NaN
10:34:39 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:34:41 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.006821165 to -0.0011060748) found for ocean_vertical_diffusivity, replacing with NaN
10:34:41 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:34:41 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:41 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:42 INFO    opendrift:2118: 2026-01-15 11:04:31.485059 - step 2 of 96 - 3000 active elements (0 deactivated)
10:34:44 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.006721994 to -0.0013423299) found for ocean_vertical_diffusivity, replacing with NaN
10:34:44 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:34:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:44 INFO    opendrift:2118: 2026-01-15 11:34:31.485059 - step 3 of 96 - 3000 active elements (0 deactivated)
10:34:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:44 INFO    opendrift:2118: 2026-01-15 12:04:31.485059 - step 4 of 96 - 3000 active elements (0 deactivated)
10:34:46 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0058689085 to -0.0009474999) found for ocean_vertical_diffusivity, replacing with NaN
10:34:46 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:34:46 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:46 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:46 INFO    opendrift:2118: 2026-01-15 12:34:31.485059 - step 5 of 96 - 3000 active elements (0 deactivated)
10:34:46 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:46 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:47 INFO    opendrift:2118: 2026-01-15 13:04:31.485059 - step 6 of 96 - 3000 active elements (0 deactivated)
10:34:49 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.005230071 to -0.0012837136) found for ocean_vertical_diffusivity, replacing with NaN
10:34:49 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:34:49 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:49 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:49 INFO    opendrift:2118: 2026-01-15 13:34:31.485059 - step 7 of 96 - 3000 active elements (0 deactivated)
10:34:49 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:49 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:49 INFO    opendrift:2118: 2026-01-15 14:04:31.485059 - step 8 of 96 - 3000 active elements (0 deactivated)
10:34:51 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0060158144 to -0.0012293737) found for ocean_vertical_diffusivity, replacing with NaN
10:34:51 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:34:51 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:51 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:51 INFO    opendrift:2118: 2026-01-15 14:34:31.485059 - step 9 of 96 - 3000 active elements (0 deactivated)
10:34:51 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:51 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:52 INFO    opendrift:2118: 2026-01-15 15:04:31.485059 - step 10 of 96 - 3000 active elements (0 deactivated)
10:34:54 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.008228783 to -0.0014546507) found for ocean_vertical_diffusivity, replacing with NaN
10:34:54 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:34:54 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:54 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:54 INFO    opendrift:2118: 2026-01-15 15:34:31.485059 - step 11 of 96 - 3000 active elements (0 deactivated)
10:34:54 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:54 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:55 INFO    opendrift:2118: 2026-01-15 16:04:31.485059 - step 12 of 96 - 3000 active elements (0 deactivated)
10:34:57 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.008884608 to -0.0012681276) found for ocean_vertical_diffusivity, replacing with NaN
10:34:57 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:34:57 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:57 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:57 INFO    opendrift:2118: 2026-01-15 16:34:31.485059 - step 13 of 96 - 3000 active elements (0 deactivated)
10:34:57 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:57 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:57 INFO    opendrift:2118: 2026-01-15 17:04:31.485059 - step 14 of 96 - 3000 active elements (0 deactivated)
10:34:59 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0092358 to -0.0012371199) found for ocean_vertical_diffusivity, replacing with NaN
10:34:59 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:34:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:34:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:00 INFO    opendrift:2118: 2026-01-15 17:34:31.485059 - step 15 of 96 - 3000 active elements (0 deactivated)
10:35:00 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:00 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:00 INFO    opendrift:2118: 2026-01-15 18:04:31.485059 - step 16 of 96 - 3000 active elements (0 deactivated)
10:35:02 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0086290045 to -0.001291035) found for ocean_vertical_diffusivity, replacing with NaN
10:35:02 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:02 INFO    opendrift:2118: 2026-01-15 18:34:31.485059 - step 17 of 96 - 3000 active elements (0 deactivated)
10:35:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:03 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:03 INFO    opendrift:2118: 2026-01-15 19:04:31.485059 - step 18 of 96 - 3000 active elements (0 deactivated)
10:35:05 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0074652107 to -0.0013493352) found for ocean_vertical_diffusivity, replacing with NaN
10:35:05 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:05 INFO    opendrift:2118: 2026-01-15 19:34:31.485059 - step 19 of 96 - 3000 active elements (0 deactivated)
10:35:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:05 INFO    opendrift:2118: 2026-01-15 20:04:31.485059 - step 20 of 96 - 3000 active elements (0 deactivated)
10:35:08 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.00733511 to -0.0014242479) found for ocean_vertical_diffusivity, replacing with NaN
10:35:08 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:08 INFO    opendrift:2118: 2026-01-15 20:34:31.485059 - step 21 of 96 - 3000 active elements (0 deactivated)
10:35:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:09 INFO    opendrift:2118: 2026-01-15 21:04:31.485059 - step 22 of 96 - 3000 active elements (0 deactivated)
10:35:11 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0073391083 to -0.0012233868) found for ocean_vertical_diffusivity, replacing with NaN
10:35:11 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:11 INFO    opendrift:2118: 2026-01-15 21:34:31.485059 - step 23 of 96 - 3000 active elements (0 deactivated)
10:35:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:11 INFO    opendrift:2118: 2026-01-15 22:04:31.485059 - step 24 of 96 - 3000 active elements (0 deactivated)
10:35:13 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0070821294 to -0.00095224794) found for ocean_vertical_diffusivity, replacing with NaN
10:35:13 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:13 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:13 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:13 INFO    opendrift:2118: 2026-01-15 22:34:31.485059 - step 25 of 96 - 3000 active elements (0 deactivated)
10:35:13 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:13 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:14 INFO    opendrift:2118: 2026-01-15 23:04:31.485059 - step 26 of 96 - 3000 active elements (0 deactivated)
10:35:15 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.005810605 to -0.00079130434) found for ocean_vertical_diffusivity, replacing with NaN
10:35:15 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:15 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:16 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:16 INFO    opendrift:2118: 2026-01-15 23:34:31.485059 - step 27 of 96 - 3000 active elements (0 deactivated)
10:35:16 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:16 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:16 INFO    opendrift:2118: 2026-01-16 00:04:31.485059 - step 28 of 96 - 3000 active elements (0 deactivated)
10:35:18 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0048449333 to -0.00089195895) found for ocean_vertical_diffusivity, replacing with NaN
10:35:18 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:18 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:18 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:18 INFO    opendrift:2118: 2026-01-16 00:34:31.485059 - step 29 of 96 - 3000 active elements (0 deactivated)
10:35:18 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:18 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:18 INFO    opendrift:2118: 2026-01-16 01:04:31.485059 - step 30 of 96 - 3000 active elements (0 deactivated)
10:35:21 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0050115865 to -0.0007800259) found for ocean_vertical_diffusivity, replacing with NaN
10:35:21 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:21 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:21 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:21 INFO    opendrift:2118: 2026-01-16 01:34:31.485059 - step 31 of 96 - 3000 active elements (0 deactivated)
10:35:21 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:21 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:21 INFO    opendrift:2118: 2026-01-16 02:04:31.485059 - step 32 of 96 - 3000 active elements (0 deactivated)
10:35:23 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0065748426 to -0.00060247787) found for ocean_vertical_diffusivity, replacing with NaN
10:35:23 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:23 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:23 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:24 INFO    opendrift:2118: 2026-01-16 02:34:31.485059 - step 33 of 96 - 3000 active elements (0 deactivated)
10:35:24 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:24 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:24 INFO    opendrift:2118: 2026-01-16 03:04:31.485059 - step 34 of 96 - 3000 active elements (0 deactivated)
10:35:26 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.008386606 to -0.0012679261) found for ocean_vertical_diffusivity, replacing with NaN
10:35:26 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:26 INFO    opendrift:2118: 2026-01-16 03:34:31.485059 - step 35 of 96 - 3000 active elements (0 deactivated)
10:35:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:26 INFO    opendrift:2118: 2026-01-16 04:04:31.485059 - step 36 of 96 - 3000 active elements (0 deactivated)
10:35:28 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.009547254 to -0.0015198219) found for ocean_vertical_diffusivity, replacing with NaN
10:35:28 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:28 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:28 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:29 INFO    opendrift:2118: 2026-01-16 04:34:31.485059 - step 37 of 96 - 3000 active elements (0 deactivated)
10:35:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:29 INFO    opendrift:2118: 2026-01-16 05:04:31.485059 - step 38 of 96 - 3000 active elements (0 deactivated)
10:35:31 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.009827602 to -0.0014912843) found for ocean_vertical_diffusivity, replacing with NaN
10:35:31 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:31 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:31 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:32 INFO    opendrift:2118: 2026-01-16 05:34:31.485059 - step 39 of 96 - 3000 active elements (0 deactivated)
10:35:32 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:32 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:32 INFO    opendrift:2118: 2026-01-16 06:04:31.485059 - step 40 of 96 - 3000 active elements (0 deactivated)
10:35:34 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.008239541 to -0.0014198819) found for ocean_vertical_diffusivity, replacing with NaN
10:35:34 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:34 INFO    opendrift:2118: 2026-01-16 06:34:31.485059 - step 41 of 96 - 3000 active elements (0 deactivated)
10:35:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:34 INFO    opendrift:2118: 2026-01-16 07:04:31.485059 - step 42 of 96 - 3000 active elements (0 deactivated)
10:35:37 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.00732667 to -0.0010894116) found for ocean_vertical_diffusivity, replacing with NaN
10:35:37 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:37 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:37 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:37 INFO    opendrift:2118: 2026-01-16 07:34:31.485059 - step 43 of 96 - 3000 active elements (0 deactivated)
10:35:37 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:37 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:37 INFO    opendrift:2118: 2026-01-16 08:04:31.485059 - step 44 of 96 - 3000 active elements (0 deactivated)
10:35:39 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.006300209 to -0.000713309) found for ocean_vertical_diffusivity, replacing with NaN
10:35:39 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:39 INFO    opendrift:2118: 2026-01-16 08:34:31.485059 - step 45 of 96 - 3000 active elements (0 deactivated)
10:35:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:40 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:40 INFO    opendrift:2118: 2026-01-16 09:04:31.485059 - step 46 of 96 - 3000 active elements (0 deactivated)
10:35:42 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.006163765 to -0.0008119836) found for ocean_vertical_diffusivity, replacing with NaN
10:35:42 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:42 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:42 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:42 INFO    opendrift:2118: 2026-01-16 09:34:31.485059 - step 47 of 96 - 3000 active elements (0 deactivated)
10:35:42 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:42 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:42 INFO    opendrift:2118: 2026-01-16 10:04:31.485059 - step 48 of 96 - 3000 active elements (0 deactivated)
10:35:44 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0056592785 to -0.000644047) found for ocean_vertical_diffusivity, replacing with NaN
10:35:44 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:44 INFO    opendrift:2118: 2026-01-16 10:34:31.485059 - step 49 of 96 - 3000 active elements (0 deactivated)
10:35:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:45 INFO    opendrift:2118: 2026-01-16 11:04:31.485059 - step 50 of 96 - 3000 active elements (0 deactivated)
10:35:46 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.004569642 to -0.0005027029) found for ocean_vertical_diffusivity, replacing with NaN
10:35:46 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:46 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:46 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:47 INFO    opendrift:2118: 2026-01-16 11:34:31.485059 - step 51 of 96 - 3000 active elements (0 deactivated)
10:35:47 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:47 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:47 INFO    opendrift:2118: 2026-01-16 12:04:31.485059 - step 52 of 96 - 3000 active elements (0 deactivated)
10:35:49 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0032275752 to -0.0003251524) found for ocean_vertical_diffusivity, replacing with NaN
10:35:49 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:49 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:49 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:49 INFO    opendrift:2118: 2026-01-16 12:34:31.485059 - step 53 of 96 - 3000 active elements (0 deactivated)
10:35:49 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:49 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:49 INFO    opendrift:2118: 2026-01-16 13:04:31.485059 - step 54 of 96 - 3000 active elements (0 deactivated)
10:35:51 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0028038435 to -0.0003599533) found for ocean_vertical_diffusivity, replacing with NaN
10:35:51 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:51 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:51 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:51 INFO    opendrift:2118: 2026-01-16 13:34:31.485059 - step 55 of 96 - 3000 active elements (0 deactivated)
10:35:51 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:51 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:51 INFO    opendrift:2118: 2026-01-16 14:04:31.485059 - step 56 of 96 - 3000 active elements (0 deactivated)
10:35:53 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0037742488 to -0.00026288972) found for ocean_vertical_diffusivity, replacing with NaN
10:35:53 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:53 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:53 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:54 INFO    opendrift:2118: 2026-01-16 14:34:31.485059 - step 57 of 96 - 3000 active elements (0 deactivated)
10:35:54 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:54 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:54 INFO    opendrift:2118: 2026-01-16 15:04:31.485059 - step 58 of 96 - 3000 active elements (0 deactivated)
10:35:56 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.005928685 to -0.0007636284) found for ocean_vertical_diffusivity, replacing with NaN
10:35:56 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:56 INFO    opendrift:2118: 2026-01-16 15:34:31.485059 - step 59 of 96 - 3000 active elements (0 deactivated)
10:35:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:56 INFO    opendrift:2118: 2026-01-16 16:04:31.485059 - step 60 of 96 - 3000 active elements (0 deactivated)
10:35:58 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.007581459 to -0.0010445701) found for ocean_vertical_diffusivity, replacing with NaN
10:35:58 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:35:58 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:58 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:58 INFO    opendrift:2118: 2026-01-16 16:34:31.485059 - step 61 of 96 - 3000 active elements (0 deactivated)
10:35:58 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:58 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:35:58 INFO    opendrift:2118: 2026-01-16 17:04:31.485059 - step 62 of 96 - 3000 active elements (0 deactivated)
10:36:01 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.00801247 to -0.0010620297) found for ocean_vertical_diffusivity, replacing with NaN
10:36:01 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:01 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:01 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:01 INFO    opendrift:2118: 2026-01-16 17:34:31.485059 - step 63 of 96 - 3000 active elements (0 deactivated)
10:36:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:02 INFO    opendrift:2118: 2026-01-16 18:04:31.485059 - step 64 of 96 - 3000 active elements (0 deactivated)
10:36:04 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0073418277 to -0.0010712218) found for ocean_vertical_diffusivity, replacing with NaN
10:36:04 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:04 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:04 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:06 INFO    opendrift:2118: 2026-01-16 18:34:31.485059 - step 65 of 96 - 2999 active elements (1 deactivated)
10:36:06 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:06 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:06 INFO    opendrift:2118: 2026-01-16 19:04:31.485059 - step 66 of 96 - 2999 active elements (1 deactivated)
10:36:08 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.006410585 to -0.0011650668) found for ocean_vertical_diffusivity, replacing with NaN
10:36:08 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:08 INFO    opendrift:2118: 2026-01-16 19:34:31.485059 - step 67 of 96 - 2998 active elements (2 deactivated)
10:36:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:09 INFO    opendrift:2118: 2026-01-16 20:04:31.485059 - step 68 of 96 - 2998 active elements (2 deactivated)
10:36:11 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.005330579 to -0.0010146017) found for ocean_vertical_diffusivity, replacing with NaN
10:36:11 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:11 INFO    opendrift:2118: 2026-01-16 20:34:31.485059 - step 69 of 96 - 2997 active elements (3 deactivated)
10:36:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:11 INFO    opendrift:2118: 2026-01-16 21:04:31.485059 - step 70 of 96 - 2997 active elements (3 deactivated)
10:36:13 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0047869203 to -0.00094596273) found for ocean_vertical_diffusivity, replacing with NaN
10:36:13 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:13 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:13 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:13 INFO    opendrift:2118: 2026-01-16 21:34:31.485059 - step 71 of 96 - 2995 active elements (5 deactivated)
10:36:13 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:13 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:13 INFO    opendrift:2118: 2026-01-16 22:04:31.485059 - step 72 of 96 - 2995 active elements (5 deactivated)
10:36:15 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0044553755 to -0.0008255452) found for ocean_vertical_diffusivity, replacing with NaN
10:36:15 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:15 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:15 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:15 INFO    opendrift:2118: 2026-01-16 22:34:31.485059 - step 73 of 96 - 2995 active elements (5 deactivated)
10:36:15 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:15 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:15 INFO    opendrift:2118: 2026-01-16 23:04:31.485059 - step 74 of 96 - 2994 active elements (6 deactivated)
10:36:17 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0034397705 to -0.00045716547) found for ocean_vertical_diffusivity, replacing with NaN
10:36:17 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:17 INFO    opendrift:2118: 2026-01-16 23:34:31.485059 - step 75 of 96 - 2994 active elements (6 deactivated)
10:36:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:17 INFO    opendrift:2118: 2026-01-17 00:04:31.485059 - step 76 of 96 - 2993 active elements (7 deactivated)
10:36:19 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0058933976 to -0.0004851404) found for ocean_vertical_diffusivity, replacing with NaN
10:36:19 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:19 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:19 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:20 INFO    opendrift:2118: 2026-01-17 00:34:31.485059 - step 77 of 96 - 2992 active elements (8 deactivated)
10:36:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:20 INFO    opendrift:2118: 2026-01-17 01:04:31.485059 - step 78 of 96 - 2991 active elements (9 deactivated)
10:36:22 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0052557033 to -0.00035678656) found for ocean_vertical_diffusivity, replacing with NaN
10:36:22 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:22 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:22 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:22 INFO    opendrift:2118: 2026-01-17 01:34:31.485059 - step 79 of 96 - 2989 active elements (11 deactivated)
10:36:22 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:22 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:22 INFO    opendrift:2118: 2026-01-17 02:04:31.485059 - step 80 of 96 - 2987 active elements (13 deactivated)
10:36:24 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.005823848 to -0.000521282) found for ocean_vertical_diffusivity, replacing with NaN
10:36:24 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:24 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:24 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:24 INFO    opendrift:2118: 2026-01-17 02:34:31.485059 - step 81 of 96 - 2983 active elements (17 deactivated)
10:36:24 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:24 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:25 INFO    opendrift:2118: 2026-01-17 03:04:31.485059 - step 82 of 96 - 2981 active elements (19 deactivated)
10:36:27 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.008607096 to -0.0005827284) found for ocean_vertical_diffusivity, replacing with NaN
10:36:27 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:27 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:27 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:27 INFO    opendrift:2118: 2026-01-17 03:34:31.485059 - step 83 of 96 - 2977 active elements (23 deactivated)
10:36:27 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:27 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:27 INFO    opendrift:2118: 2026-01-17 04:04:31.485059 - step 84 of 96 - 2974 active elements (26 deactivated)
10:36:29 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.012093728 to -0.0013803246) found for ocean_vertical_diffusivity, replacing with NaN
10:36:29 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:29 INFO    opendrift:2118: 2026-01-17 04:34:31.485059 - step 85 of 96 - 2963 active elements (37 deactivated)
10:36:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:29 INFO    opendrift:2118: 2026-01-17 05:04:31.485059 - step 86 of 96 - 2951 active elements (49 deactivated)
10:36:32 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.014822403 to -0.0012083176) found for ocean_vertical_diffusivity, replacing with NaN
10:36:32 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:32 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:32 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:32 INFO    opendrift:2118: 2026-01-17 05:34:31.485059 - step 87 of 96 - 2928 active elements (72 deactivated)
10:36:32 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:32 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:32 INFO    opendrift:2118: 2026-01-17 06:04:31.485059 - step 88 of 96 - 2908 active elements (92 deactivated)
10:36:34 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.0155025255 to -0.001618828) found for ocean_vertical_diffusivity, replacing with NaN
10:36:34 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:34 INFO    opendrift:2118: 2026-01-17 06:34:31.485059 - step 89 of 96 - 2874 active elements (126 deactivated)
10:36:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:34 INFO    opendrift:2118: 2026-01-17 07:04:31.485059 - step 90 of 96 - 2845 active elements (155 deactivated)
10:36:38 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.015079487 to -0.0014143856) found for ocean_vertical_diffusivity, replacing with NaN
10:36:38 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:38 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:38 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:38 INFO    opendrift:2118: 2026-01-17 07:34:31.485059 - step 91 of 96 - 2821 active elements (179 deactivated)
10:36:38 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:38 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:38 INFO    opendrift:2118: 2026-01-17 08:04:31.485059 - step 92 of 96 - 2803 active elements (197 deactivated)
10:36:40 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.013186717 to -0.00084414514) found for ocean_vertical_diffusivity, replacing with NaN
10:36:40 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:40 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:40 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:40 INFO    opendrift:2118: 2026-01-17 08:34:31.485059 - step 93 of 96 - 2798 active elements (202 deactivated)
10:36:40 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:40 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:41 INFO    opendrift:2118: 2026-01-17 09:04:31.485059 - step 94 of 96 - 2791 active elements (209 deactivated)
10:36:43 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.013383632 to -0.00079648214) found for ocean_vertical_diffusivity, replacing with NaN
10:36:43 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:43 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:43 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:43 INFO    opendrift:2118: 2026-01-17 09:34:31.485059 - step 95 of 96 - 2784 active elements (216 deactivated)
10:36:43 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:43 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:43 INFO    opendrift:2118: 2026-01-17 10:04:31.485059 - step 96 of 96 - 2778 active elements (222 deactivated)
10:36:45 WARNING opendrift.readers.basereader.variables:656: Invalid values (-0.012178458 to -0.0012396388) found for ocean_vertical_diffusivity, replacing with NaN
10:36:45 WARNING opendrift.readers.basereader.variables:659: (allowed range: [0, 1])
10:36:45 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
10:36:45 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
<xarray.Dataset> Size: 25MB
Dimensions:                                                                              (
                                                                                          trajectory: 3000,
                                                                                          time: 49)
Coordinates:
  * trajectory                                                                           (trajectory) int64 24kB ...
  * time                                                                                 (time) datetime64[ns] 392B ...
Data variables: (12/43)
    status                                                                               (trajectory, time) float32 588kB ...
    moving                                                                               (trajectory, time) float32 588kB ...
    age_seconds                                                                          (trajectory, time) float32 588kB ...
    origin_marker                                                                        (trajectory, time) float32 588kB ...
    lon                                                                                  (trajectory, time) float32 588kB ...
    lat                                                                                  (trajectory, time) float32 588kB ...
    ...                                                                                   ...
    sea_water_temperature                                                                (trajectory, time) float32 588kB ...
    sea_water_salinity                                                                   (trajectory, time) float32 588kB ...
    sea_floor_depth_below_sea_level                                                      (trajectory, time) float32 588kB ...
    ocean_vertical_diffusivity                                                           (trajectory, time) float32 588kB ...
    land_binary_mask                                                                     (trajectory, time) float32 588kB ...
    ocean_mixed_layer_thickness                                                          (trajectory, time) float32 588kB ...
Attributes: (12/165)
    Conventions:                                                             ...
    standard_name_vocabulary:                                                ...
    featureType:                                                             ...
    title:                                                                   ...
    summary:                                                                 ...
    keywords:                                                                ...
    ...                                                                                                               ...
    geospatial_lon_units:                                                    ...
    geospatial_lon_resolution:                                               ...
    runtime:                                                                 ...
    geospatial_vertical_min:                                                 ...
    geospatial_vertical_max:                                                 ...
    geospatial_vertical_positive:                                            ...


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.5  total
 0:00:00.0  preparing
 0:00:01.5  reading
 0:00:00.0  masking
--------------------
https://thredds.met.no/thredds/dodsC/fou-hi/barents_eps_zdepth_be
 0:01:49.1  total
 0:00:00.0  preparing
 0:01:47.8  reading
 0:00:01.9  interpolation
 0:00:00.1  interpolation_time
 0:00:01.2  rotating vectors
 0:00:00.0  masking
--------------------
Performance:
 2:14.1 total time
    4.2 configuration
    0.0 preparing main loop
      0.0 moving elements to ocean
 2:09.7 main loop
     10.6 updating elements
        0.0 oil weathering
          0.0 updating viscosities
          0.0 updating densities
        9.9 vertical mixing
    0.0 cleaning up
--------------------
===========================
Model:  OpenOil     (OpenDrift version 1.14.8)
        2765 active Oil particles  (235 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: 2026-01-15 10:34:31.485059 UTC
        Present: 2026-01-17 10:34:31.485059 UTC
        Calculation steps: 96 * 0:30:00 - total time: 2 days, 0:00:00
        Output steps: 49 * 1:00:00
===========================

10:36:56 INFO    opendrift:4667: Saving animation to /root/project/docs/source/gallery/animations/example_oil_ice_0.gif...
10:37:36 INFO    opendrift:3101: Time to make animation: 0:00:51.205247
../_images/example_oil_ice_0.gif
o.plot(background='sea_ice_area_fraction', cmap=cmocean.cm.ice,
       vmin=0, vmax=1, bgalpha=1, fast=False)
OpenDrift - OpenOil (GENERIC BUNKER C) 2026-01-15 10:34 to 2026-01-17 10:34 UTC (49 steps)
(<GeoAxes: title={'center': 'OpenDrift - OpenOil (GENERIC BUNKER C)\n2026-01-15 10:34 to 2026-01-17 10:34 UTC (49 steps)'}>, <Figure size 629.473x1100 with 2 Axes>)

Total running time of the script: (3 minutes 23.347 seconds)

Gallery generated by Sphinx-Gallery