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)
09:55:37 INFO    opendrift:509: OpenDriftSimulation initialised (version 1.14.2 / v1.14.2-59-g60ee835)

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.utcnow() - timedelta(days=7))
/root/project/examples/example_oil_ice.py:29: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
  number=3000, time=datetime.utcnow() - timedelta(days=7))
09:55:37 INFO    opendrift.models.openoil.openoil:1703: Oil type not specified, using default: GENERIC BUNKER C
09:55:37 INFO    opendrift.models.openoil.adios.dirjs:86: Querying ADIOS database for oil: GENERIC BUNKER C
09:55:37 INFO    opendrift.models.openoil.openoil:1712: Using density 988.1 and viscosity 0.02169233387797564 of oiltype GENERIC BUNKER C
09:55:37 INFO    opendrift.models.basemodel.environment:206: Adding a global landmask from GSHHG
09:55:42 INFO    opendrift.models.basemodel.environment:229: Fallback values will be used for the following variables which have no readers:
09:55:42 INFO    opendrift.models.basemodel.environment:232:    sea_surface_height: 0.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    upward_sea_water_velocity: 0.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    sea_surface_wave_significant_height: 0.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    sea_surface_wave_stokes_drift_x_velocity: 0.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    sea_surface_wave_stokes_drift_y_velocity: 0.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    sea_surface_wave_period_at_variance_spectral_density_maximum: 0.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    sea_ice_area_fraction: 0.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    sea_ice_x_velocity: 0.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    sea_ice_y_velocity: 0.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    sea_water_temperature: 10.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    sea_water_salinity: 34.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    sea_floor_depth_below_sea_level: 10000.000000
09:55:42 INFO    opendrift.models.basemodel.environment:232:    ocean_vertical_diffusivity: 0.020000
09:55:42 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)
09:55:42 INFO    opendrift:885: Using existing reader for land_binary_mask
09:55:42 INFO    opendrift:914: All points are in ocean
09:55:42 INFO    opendrift:2035: Storing previous position of elements for coastline interaction
09:55:42 INFO    opendrift.models.openoil.openoil:687: Oil-water surface tension is 0.035935 Nm
09:55:42 INFO    opendrift.models.openoil.openoil:700: Max water fraction not available for GENERIC BUNKER C, using default
09:55:42 INFO    opendrift:2096: 2025-06-19 09:55:37.704451 - step 1 of 96 - 3000 active elements (0 deactivated)
09:55:42 INFO    opendrift.readers:61: Opening file with xr.open_dataset
09:55:44 INFO    opendrift.readers.reader_netCDF_CF_generic:332: Detected dimensions: {'x': 'X', 'y': 'Y', 'z': 'depth', 'time': 'time'}
09:55:44 INFO    opendrift.readers.basereader:176: Variable x_sea_water_velocity will be rotated from eastward_sea_water_velocity
09:55:44 INFO    opendrift.readers.basereader:176: Variable y_sea_water_velocity will be rotated from northward_sea_water_velocity
09:55:47 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0038807474 to -0.00063441036) found for ocean_vertical_diffusivity, replacing with NaN
09:55:47 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:55:49 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0049419613 to -0.0002660835) found for ocean_vertical_diffusivity, replacing with NaN
09:55:49 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:55:49 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:55:49 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:55:49 INFO    opendrift:2096: 2025-06-19 10:25:37.704451 - step 2 of 96 - 3000 active elements (0 deactivated)
09:55:52 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.006478963 to -0.00068334315) found for ocean_vertical_diffusivity, replacing with NaN
09:55:52 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:55:52 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:55:52 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:55:52 INFO    opendrift:2096: 2025-06-19 10:55:37.704451 - step 3 of 96 - 3000 active elements (0 deactivated)
09:55:52 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:55:52 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:55:52 INFO    opendrift:2096: 2025-06-19 11:25:37.704451 - step 4 of 96 - 3000 active elements (0 deactivated)
09:55:56 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.008040514 to -0.0008865317) found for ocean_vertical_diffusivity, replacing with NaN
09:55:56 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:55:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:55:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:55:56 INFO    opendrift:2096: 2025-06-19 11:55:37.704451 - step 5 of 96 - 3000 active elements (0 deactivated)
09:55:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:55:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:55:58 INFO    opendrift:2096: 2025-06-19 12:25:37.704451 - step 6 of 96 - 2996 active elements (4 deactivated)
09:56:00 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0107278945 to -0.00066464697) found for ocean_vertical_diffusivity, replacing with NaN
09:56:00 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:00 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:00 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:00 INFO    opendrift:2096: 2025-06-19 12:55:37.704451 - step 7 of 96 - 2973 active elements (27 deactivated)
09:56:00 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:00 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:01 INFO    opendrift:2096: 2025-06-19 13:25:37.704451 - step 8 of 96 - 2923 active elements (77 deactivated)
09:56:03 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.016850984 to -0.0017077824) found for ocean_vertical_diffusivity, replacing with NaN
09:56:03 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:03 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:03 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:03 INFO    opendrift:2096: 2025-06-19 13:55:37.704451 - step 9 of 96 - 2869 active elements (131 deactivated)
09:56:03 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:03 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:03 INFO    opendrift:2096: 2025-06-19 14:25:37.704451 - step 10 of 96 - 2809 active elements (191 deactivated)
09:56:06 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.02185658 to -0.002996402) found for ocean_vertical_diffusivity, replacing with NaN
09:56:06 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:06 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:06 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:06 INFO    opendrift:2096: 2025-06-19 14:55:37.704451 - step 11 of 96 - 2773 active elements (227 deactivated)
09:56:06 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:06 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:06 INFO    opendrift:2096: 2025-06-19 15:25:37.704451 - step 12 of 96 - 2756 active elements (244 deactivated)
09:56:09 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.020658039 to -0.0026508337) found for ocean_vertical_diffusivity, replacing with NaN
09:56:09 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:09 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:09 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:09 INFO    opendrift:2096: 2025-06-19 15:55:37.704451 - step 13 of 96 - 2752 active elements (248 deactivated)
09:56:09 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:09 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:09 INFO    opendrift:2096: 2025-06-19 16:25:37.704451 - step 14 of 96 - 2749 active elements (251 deactivated)
09:56:11 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.01468062 to -0.0011775766) found for ocean_vertical_diffusivity, replacing with NaN
09:56:11 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:12 INFO    opendrift:2096: 2025-06-19 16:55:37.704451 - step 15 of 96 - 2746 active elements (254 deactivated)
09:56:12 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:12 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:12 INFO    opendrift:2096: 2025-06-19 17:25:37.704451 - step 16 of 96 - 2745 active elements (255 deactivated)
09:56:14 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.011350506 to -0.0010385409) found for ocean_vertical_diffusivity, replacing with NaN
09:56:14 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:14 INFO    opendrift:2096: 2025-06-19 17:55:37.704451 - step 17 of 96 - 2741 active elements (259 deactivated)
09:56:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:14 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:14 INFO    opendrift:2096: 2025-06-19 18:25:37.704451 - step 18 of 96 - 2728 active elements (272 deactivated)
09:56:17 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.008115157 to -0.00028125287) found for ocean_vertical_diffusivity, replacing with NaN
09:56:17 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:17 INFO    opendrift:2096: 2025-06-19 18:55:37.704451 - step 19 of 96 - 2695 active elements (305 deactivated)
09:56:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:17 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:17 INFO    opendrift:2096: 2025-06-19 19:25:37.704451 - step 20 of 96 - 2648 active elements (352 deactivated)
09:56:20 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.006423709 to -0.00010702345) found for ocean_vertical_diffusivity, replacing with NaN
09:56:20 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:20 INFO    opendrift:2096: 2025-06-19 19:55:37.704451 - step 21 of 96 - 2568 active elements (432 deactivated)
09:56:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:20 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:20 INFO    opendrift:2096: 2025-06-19 20:25:37.704451 - step 22 of 96 - 2479 active elements (521 deactivated)
09:56:22 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0056433515 to -5.2381136e-05) found for ocean_vertical_diffusivity, replacing with NaN
09:56:22 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:22 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:22 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:23 INFO    opendrift:2096: 2025-06-19 20:55:37.704451 - step 23 of 96 - 2377 active elements (623 deactivated)
09:56:23 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:23 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:23 INFO    opendrift:2096: 2025-06-19 21:25:37.704451 - step 24 of 96 - 2296 active elements (704 deactivated)
09:56:25 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0051176753 to -0.00012112187) found for ocean_vertical_diffusivity, replacing with NaN
09:56:25 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:25 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:25 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:25 INFO    opendrift:2096: 2025-06-19 21:55:37.704451 - step 25 of 96 - 2203 active elements (797 deactivated)
09:56:25 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:25 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:26 INFO    opendrift:2096: 2025-06-19 22:25:37.704451 - step 26 of 96 - 2140 active elements (860 deactivated)
09:56:28 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0044715037 to -0.00021881457) found for ocean_vertical_diffusivity, replacing with NaN
09:56:28 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:28 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:28 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:28 INFO    opendrift:2096: 2025-06-19 22:55:37.704451 - step 27 of 96 - 2076 active elements (924 deactivated)
09:56:28 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:28 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:28 INFO    opendrift:2096: 2025-06-19 23:25:37.704451 - step 28 of 96 - 2009 active elements (991 deactivated)
09:56:31 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.004009147 to -0.00026988244) found for ocean_vertical_diffusivity, replacing with NaN
09:56:31 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:31 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:31 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:31 INFO    opendrift:2096: 2025-06-19 23:55:37.704451 - step 29 of 96 - 1968 active elements (1032 deactivated)
09:56:31 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:31 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:31 INFO    opendrift:2096: 2025-06-20 00:25:37.704451 - step 30 of 96 - 1935 active elements (1065 deactivated)
09:56:34 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0052477447 to -0.00079089846) found for ocean_vertical_diffusivity, replacing with NaN
09:56:34 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:34 INFO    opendrift:2096: 2025-06-20 00:55:37.704451 - step 31 of 96 - 1911 active elements (1089 deactivated)
09:56:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:34 INFO    opendrift:2096: 2025-06-20 01:25:37.704451 - step 32 of 96 - 1896 active elements (1104 deactivated)
09:56:36 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0060557453 to -0.0012976914) found for ocean_vertical_diffusivity, replacing with NaN
09:56:36 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:36 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:36 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:36 INFO    opendrift:2096: 2025-06-20 01:55:37.704451 - step 33 of 96 - 1876 active elements (1124 deactivated)
09:56:36 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:36 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:36 INFO    opendrift:2096: 2025-06-20 02:25:37.704451 - step 34 of 96 - 1862 active elements (1138 deactivated)
09:56:39 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.013219904 to -0.0014358633) found for ocean_vertical_diffusivity, replacing with NaN
09:56:39 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:39 INFO    opendrift:2096: 2025-06-20 02:55:37.704451 - step 35 of 96 - 1852 active elements (1148 deactivated)
09:56:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:39 INFO    opendrift:2096: 2025-06-20 03:25:37.704451 - step 36 of 96 - 1837 active elements (1163 deactivated)
09:56:41 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.015195384 to -0.0009940694) found for ocean_vertical_diffusivity, replacing with NaN
09:56:41 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:41 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:41 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:41 INFO    opendrift:2096: 2025-06-20 03:55:37.704451 - step 37 of 96 - 1808 active elements (1192 deactivated)
09:56:41 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:41 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:42 INFO    opendrift:2096: 2025-06-20 04:25:37.704451 - step 38 of 96 - 1770 active elements (1230 deactivated)
09:56:44 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.007843118 to -0.00037491985) found for ocean_vertical_diffusivity, replacing with NaN
09:56:44 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:44 INFO    opendrift:2096: 2025-06-20 04:55:37.704451 - step 39 of 96 - 1722 active elements (1278 deactivated)
09:56:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:44 INFO    opendrift:2096: 2025-06-20 05:25:37.704451 - step 40 of 96 - 1672 active elements (1328 deactivated)
09:56:47 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.005326221 to -0.0005178188) found for ocean_vertical_diffusivity, replacing with NaN
09:56:47 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:47 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:47 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:47 INFO    opendrift:2096: 2025-06-20 05:55:37.704451 - step 41 of 96 - 1637 active elements (1363 deactivated)
09:56:47 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:47 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:47 INFO    opendrift:2096: 2025-06-20 06:25:37.704451 - step 42 of 96 - 1608 active elements (1392 deactivated)
09:56:49 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0071207583 to -0.000338716) found for ocean_vertical_diffusivity, replacing with NaN
09:56:49 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:49 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:49 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:50 INFO    opendrift:2096: 2025-06-20 06:55:37.704451 - step 43 of 96 - 1580 active elements (1420 deactivated)
09:56:50 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:50 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:50 INFO    opendrift:2096: 2025-06-20 07:25:37.704451 - step 44 of 96 - 1557 active elements (1443 deactivated)
09:56:52 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0050919075 to -4.1905372e-05) found for ocean_vertical_diffusivity, replacing with NaN
09:56:52 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:52 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:52 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:52 INFO    opendrift:2096: 2025-06-20 07:55:37.704451 - step 45 of 96 - 1533 active elements (1467 deactivated)
09:56:52 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:52 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:52 INFO    opendrift:2096: 2025-06-20 08:25:37.704451 - step 46 of 96 - 1503 active elements (1497 deactivated)
09:56:55 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0031560864 to -6.384925e-05) found for ocean_vertical_diffusivity, replacing with NaN
09:56:55 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:55 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:55 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:55 INFO    opendrift:2096: 2025-06-20 08:55:37.704451 - step 47 of 96 - 1477 active elements (1523 deactivated)
09:56:55 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:55 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:55 INFO    opendrift:2096: 2025-06-20 09:25:37.704451 - step 48 of 96 - 1461 active elements (1539 deactivated)
09:56:57 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0032376281 to -1.6135262e-05) found for ocean_vertical_diffusivity, replacing with NaN
09:56:57 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:56:57 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:57 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:57 INFO    opendrift:2096: 2025-06-20 09:55:37.704451 - step 49 of 96 - 1440 active elements (1560 deactivated)
09:56:57 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:57 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:56:58 INFO    opendrift:2096: 2025-06-20 10:25:37.704451 - step 50 of 96 - 1429 active elements (1571 deactivated)
09:57:00 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.004359997 to -8.4807005e-05) found for ocean_vertical_diffusivity, replacing with NaN
09:57:00 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:00 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:00 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:00 INFO    opendrift:2096: 2025-06-20 10:55:37.704451 - step 51 of 96 - 1417 active elements (1583 deactivated)
09:57:00 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:00 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:00 INFO    opendrift:2096: 2025-06-20 11:25:37.704451 - step 52 of 96 - 1401 active elements (1599 deactivated)
09:57:03 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0038768533 to -0.00012425931) found for ocean_vertical_diffusivity, replacing with NaN
09:57:03 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:03 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:03 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:03 INFO    opendrift:2096: 2025-06-20 11:55:37.704451 - step 53 of 96 - 1398 active elements (1602 deactivated)
09:57:03 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:03 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:03 INFO    opendrift:2096: 2025-06-20 12:25:37.704451 - step 54 of 96 - 1392 active elements (1608 deactivated)
09:57:05 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0024419473 to -8.36557e-05) found for ocean_vertical_diffusivity, replacing with NaN
09:57:05 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:05 INFO    opendrift:2096: 2025-06-20 12:55:37.704451 - step 55 of 96 - 1386 active elements (1614 deactivated)
09:57:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:05 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:05 INFO    opendrift:2096: 2025-06-20 13:25:37.704451 - step 56 of 96 - 1385 active elements (1615 deactivated)
09:57:08 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0066331998 to -0.00016302927) found for ocean_vertical_diffusivity, replacing with NaN
09:57:08 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:08 INFO    opendrift:2096: 2025-06-20 13:55:37.704451 - step 57 of 96 - 1382 active elements (1618 deactivated)
09:57:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:08 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:08 INFO    opendrift:2096: 2025-06-20 14:25:37.704451 - step 58 of 96 - 1381 active elements (1619 deactivated)
09:57:10 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.024608716 to -0.0009993697) found for ocean_vertical_diffusivity, replacing with NaN
09:57:10 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:10 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:10 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:11 INFO    opendrift:2096: 2025-06-20 14:55:37.704451 - step 59 of 96 - 1381 active elements (1619 deactivated)
09:57:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:11 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:11 INFO    opendrift:2096: 2025-06-20 15:25:37.704451 - step 60 of 96 - 1381 active elements (1619 deactivated)
09:57:13 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.041307863 to -0.0012453041) found for ocean_vertical_diffusivity, replacing with NaN
09:57:13 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:13 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:13 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:13 INFO    opendrift:2096: 2025-06-20 15:55:37.704451 - step 61 of 96 - 1376 active elements (1624 deactivated)
09:57:13 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:13 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:13 INFO    opendrift:2096: 2025-06-20 16:25:37.704451 - step 62 of 96 - 1375 active elements (1625 deactivated)
09:57:16 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.025373979 to -0.00069156836) found for ocean_vertical_diffusivity, replacing with NaN
09:57:16 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:16 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:16 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:16 INFO    opendrift:2096: 2025-06-20 16:55:37.704451 - step 63 of 96 - 1369 active elements (1631 deactivated)
09:57:16 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:16 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:16 INFO    opendrift:2096: 2025-06-20 17:25:37.704451 - step 64 of 96 - 1362 active elements (1638 deactivated)
09:57:18 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.006251681 to -8.535373e-05) found for ocean_vertical_diffusivity, replacing with NaN
09:57:18 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:18 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:18 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:18 INFO    opendrift:2096: 2025-06-20 17:55:37.704451 - step 65 of 96 - 1356 active elements (1644 deactivated)
09:57:18 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:18 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:18 INFO    opendrift:2096: 2025-06-20 18:25:37.704451 - step 66 of 96 - 1346 active elements (1654 deactivated)
09:57:21 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.013048751 to -4.221712e-05) found for ocean_vertical_diffusivity, replacing with NaN
09:57:21 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:21 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:21 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:21 INFO    opendrift:2096: 2025-06-20 18:55:37.704451 - step 67 of 96 - 1342 active elements (1658 deactivated)
09:57:21 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:21 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:21 INFO    opendrift:2096: 2025-06-20 19:25:37.704451 - step 68 of 96 - 1339 active elements (1661 deactivated)
09:57:24 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.010597968 to -1.050836e-05) found for ocean_vertical_diffusivity, replacing with NaN
09:57:24 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:24 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:24 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:24 INFO    opendrift:2096: 2025-06-20 19:55:37.704451 - step 69 of 96 - 1338 active elements (1662 deactivated)
09:57:24 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:24 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:24 INFO    opendrift:2096: 2025-06-20 20:25:37.704451 - step 70 of 96 - 1337 active elements (1663 deactivated)
09:57:26 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.008593804 to -7.0348565e-06) found for ocean_vertical_diffusivity, replacing with NaN
09:57:26 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:26 INFO    opendrift:2096: 2025-06-20 20:55:37.704451 - step 71 of 96 - 1337 active elements (1663 deactivated)
09:57:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:26 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:26 INFO    opendrift:2096: 2025-06-20 21:25:37.704451 - step 72 of 96 - 1337 active elements (1663 deactivated)
09:57:29 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0092997225 to -0.00010527169) found for ocean_vertical_diffusivity, replacing with NaN
09:57:29 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:29 INFO    opendrift:2096: 2025-06-20 21:55:37.704451 - step 73 of 96 - 1335 active elements (1665 deactivated)
09:57:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:29 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:29 INFO    opendrift:2096: 2025-06-20 22:25:37.704451 - step 74 of 96 - 1332 active elements (1668 deactivated)
09:57:31 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.012323378 to -3.76049e-05) found for ocean_vertical_diffusivity, replacing with NaN
09:57:31 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:31 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:31 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:31 INFO    opendrift:2096: 2025-06-20 22:55:37.704451 - step 75 of 96 - 1332 active elements (1668 deactivated)
09:57:31 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:31 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:32 INFO    opendrift:2096: 2025-06-20 23:25:37.704451 - step 76 of 96 - 1332 active elements (1668 deactivated)
09:57:34 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.014206214 to -1.326749e-05) found for ocean_vertical_diffusivity, replacing with NaN
09:57:34 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:34 INFO    opendrift:2096: 2025-06-20 23:55:37.704451 - step 77 of 96 - 1332 active elements (1668 deactivated)
09:57:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:34 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:34 INFO    opendrift:2096: 2025-06-21 00:25:37.704451 - step 78 of 96 - 1331 active elements (1669 deactivated)
09:57:36 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.008003669 to -7.797356e-05) found for ocean_vertical_diffusivity, replacing with NaN
09:57:36 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:36 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:36 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:36 INFO    opendrift:2096: 2025-06-21 00:55:37.704451 - step 79 of 96 - 1331 active elements (1669 deactivated)
09:57:36 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:36 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:37 INFO    opendrift:2096: 2025-06-21 01:25:37.704451 - step 80 of 96 - 1331 active elements (1669 deactivated)
09:57:39 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0024179 to -0.00023085844) found for ocean_vertical_diffusivity, replacing with NaN
09:57:39 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:39 INFO    opendrift:2096: 2025-06-21 01:55:37.704451 - step 81 of 96 - 1330 active elements (1670 deactivated)
09:57:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:39 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:39 INFO    opendrift:2096: 2025-06-21 02:25:37.704451 - step 82 of 96 - 1329 active elements (1671 deactivated)
09:57:42 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.008795474 to -0.00028054838) found for ocean_vertical_diffusivity, replacing with NaN
09:57:42 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:42 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:42 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:42 INFO    opendrift:2096: 2025-06-21 02:55:37.704451 - step 83 of 96 - 1328 active elements (1672 deactivated)
09:57:42 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:42 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:42 INFO    opendrift:2096: 2025-06-21 03:25:37.704451 - step 84 of 96 - 1328 active elements (1672 deactivated)
09:57:44 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.026724093 to -0.00069174176) found for ocean_vertical_diffusivity, replacing with NaN
09:57:44 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:44 INFO    opendrift:2096: 2025-06-21 03:55:37.704451 - step 85 of 96 - 1328 active elements (1672 deactivated)
09:57:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:44 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:44 INFO    opendrift:2096: 2025-06-21 04:25:37.704451 - step 86 of 96 - 1328 active elements (1672 deactivated)
09:57:47 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.028631026 to -0.0012786736) found for ocean_vertical_diffusivity, replacing with NaN
09:57:47 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:47 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:47 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:47 INFO    opendrift:2096: 2025-06-21 04:55:37.704451 - step 87 of 96 - 1327 active elements (1673 deactivated)
09:57:47 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:47 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:47 INFO    opendrift:2096: 2025-06-21 05:25:37.704451 - step 88 of 96 - 1325 active elements (1675 deactivated)
09:57:50 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.008696288 to -0.0014969428) found for ocean_vertical_diffusivity, replacing with NaN
09:57:50 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:50 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:50 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:50 INFO    opendrift:2096: 2025-06-21 05:55:37.704451 - step 89 of 96 - 1321 active elements (1679 deactivated)
09:57:50 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:50 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:50 INFO    opendrift:2096: 2025-06-21 06:25:37.704451 - step 90 of 96 - 1321 active elements (1679 deactivated)
09:57:53 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.01108552 to -0.0002603525) found for ocean_vertical_diffusivity, replacing with NaN
09:57:53 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:53 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:53 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:53 INFO    opendrift:2096: 2025-06-21 06:55:37.704451 - step 91 of 96 - 1321 active elements (1679 deactivated)
09:57:53 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:53 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:53 INFO    opendrift:2096: 2025-06-21 07:25:37.704451 - step 92 of 96 - 1321 active elements (1679 deactivated)
09:57:56 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.008484513 to -0.00030180786) found for ocean_vertical_diffusivity, replacing with NaN
09:57:56 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:56 INFO    opendrift:2096: 2025-06-21 07:55:37.704451 - step 93 of 96 - 1321 active elements (1679 deactivated)
09:57:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:56 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:56 INFO    opendrift:2096: 2025-06-21 08:25:37.704451 - step 94 of 96 - 1321 active elements (1679 deactivated)
09:57:59 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0043270783 to -0.00032995394) found for ocean_vertical_diffusivity, replacing with NaN
09:57:59 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:57:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:59 INFO    opendrift:2096: 2025-06-21 08:55:37.704451 - step 95 of 96 - 1320 active elements (1680 deactivated)
09:57:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:59 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:57:59 INFO    opendrift:2096: 2025-06-21 09:25:37.704451 - step 96 of 96 - 1320 active elements (1680 deactivated)
09:58:02 WARNING opendrift.readers.basereader.variables:654: Invalid values (-0.0036665183 to -0.00047354965) found for ocean_vertical_diffusivity, replacing with NaN
09:58:02 WARNING opendrift.readers.basereader.variables:657: (allowed range: [0, 1])
09:58:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
09:58:02 WARNING opendrift.readers.interpolation.interpolators:118: Only NaNs input to linearNDFast - returning
<xarray.Dataset> Size: 26MB
Dimensions:                                                                              (
                                                                                          trajectory: 3000,
                                                                                          time: 49)
Coordinates:
  * trajectory                                                                           (trajectory) int64 24kB ...
  * time                                                                                 (time) datetime64[ns] 392B ...
Data variables: (12/44)
    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/164)
    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.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:03.6  total
 0:00:00.0  preparing
 0:02:02.8  reading
 0:00:01.3  interpolation
 0:00:00.1  interpolation_time
 0:00:00.7  rotating vectors
 0:00:00.0  masking
--------------------
Performance:
 2:25.1 total time
    4.6 configuration
    0.3 preparing main loop
      0.0 moving elements to ocean
 2:20.0 main loop
      5.7 updating elements
        0.0 oil weathering
          0.0 updating viscosities
          0.0 updating densities
        5.3 vertical mixing
    0.0 cleaning up
--------------------
===========================
Model:  OpenOil     (OpenDrift version 1.14.2)
        1318 active Oil particles  (1682 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
  upward_sea_water_velocity
  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-19 09:55:37.704451 UTC
        Present: 2025-06-21 09:55:37.704451 UTC
        Calculation steps: 96 * 0:30:00 - total time: 2 days, 0:00:00
        Output steps: 49 * 1:00:00
===========================

/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)
09:58:13 INFO    opendrift:4607: Saving animation to /root/project/docs/source/gallery/animations/example_oil_ice_0.gif...
09:58:53 INFO    opendrift:3055: Time to make animation: 0:00:50.288175
../_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) 2025-06-19 09:55 to 2025-06-21 09:55 UTC (49 steps)
(<GeoAxes: title={'center': 'OpenDrift - OpenOil (GENERIC BUNKER C)\n2025-06-19 09:55 to 2025-06-21 09:55 UTC (49 steps)'}>, <Figure size 610.745x1100 with 2 Axes>)

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

Gallery generated by Sphinx-Gallery